#wrapper {
	width: 994px;
	background-color:#FFFFFF;
	margin-right: auto;
   margin-left: auto;


}


body {
	margin: 0px auto;
	background: #00457c url(/images/bg.jpg) repeat-x left top;
	line-height: 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;

	
}



h1 { font-size: 20px;
	 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	 color: #ee3324;
	 line-height: 1em;
	 font-weight: bold;
	 padding-left: 0px;
  	 padding-right: 5px;
     padding-bottom: 10px;
     padding-top: 20px;
}

h2 { font-size: 14px; 
 	 font-family: Georgia, Times New Roman, Times, serif; 
	 color: #002868;
	 font-weight: bold;
	 margin: 10px 0 10px 0;
	 padding-top: 5px;
	 line-height: 18px;
}

h3 { }

p, br {
	margin-top: 0;
	font-weight: normal;
margin-right: 40px;
padding-right: 40px;

}

ul, ol
{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 5px;
	list-style-position: outside;

	
}

ul li
{
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  

}



ol li
{
  font-size: 12px;
  color: #333333;
  margin: 0px;
  padding-top: 0px;
  padding-left: 25px;
  padding-right: 10px;
  padding-bottom: 5px;
}
blockquote { }

.strong
{
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;;
  font-weight: bold;

}



a:link {
	color: #002768;
	text-decoration: underline;
}
a:visited {
	color: #002768;
	text-decoration: underline;
}	
a:active {
	color: #002768;
	text-decoration: underline;
}
a:hover {
	color: #dd9c1c;
	text-decoration: underline;
}


/* Header */


#header-wrapper {
	width: 994px;
	padding: 0px;
	background-color:#FFFFFF;
}
#header_spacer {
	width:994px;
	height: 54px;
	background-color: #ee3324;

}
#header {
	width: 994px;
	height: 220px;

}


/* Page */

#page {
	width: 994px;
	margin: 0px auto;
	border: 0px solid #FFFFFF;
	background: #FFFFFF; 
}

#page-bgcontent {
	padding: 10px 0px 0px 45px;
	background: #FFFFFF;
}
#page-bgcontent2 {
	padding: 10px 0px 10px 0px;
	background: #FFFFFF; 
}

/* Content */

#content {
	float: left;
	width: 820px;
	margin-left: 129px;
}
#content2 {
	float: left;
	width: 994px;
	background: #FFFFFF; 
}
#container_right {
	float: left;
	width: 819px;
}



#home_box {
	width: 210px;
	height: 375px;
	float: right;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 0px;

	
}
#second_box {
	width: 210px;
	height: 375px;
	float: right;
	padding-bottom: 5px;
	padding-left: 25px;
	padding-right: 0px;

	
}


#news_content {
	padding:110px 25px 25px 50px;
	text-align:center;
	
}




/* Menu */

#nav {
	width: 994px;
	height: 30px;
	margin: 0px auto;
	background-color: #414042;




	
}



/* HORIZONTAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.topmenu, .topmenu ul
{
  margin: 0px 0px 0px 0px !important;
  padding: 0px 0px 0px 0px !important;
  list-style: none;


  
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.topmenu ul
{
  display: block;
  visibility: hidden;
  position: absolute;
  /*top: 2.3em; /* I'm using ems rather than px to allow people to zoom their font */
  left: 0px;

 

  
}

/* Second and third etc. level submenus - position across from parent instead */
.topmenu ul ul
{
  top: 0px;
  left: 160px;
  padding-bottom: 0px;

}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.topmenu li
{
  float: left;
  position: relative;
  width: 142px;
  margin-right: 0px;
  padding-bottom: 0px;
  line-height:30px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
  text-align: center;
  font-size:1.2em;
  background-image: url(/images/nav_grey.jpg);  
  
  
  
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style * can change drop-down background here*/
.topmenu ul li
{
  float: left;
 /* margin-bottom: -1px;*/
  background-color: #69686a;
  text-align: left;
  line-height: 20px;
  width: 215px;
  margin-bottom: -3px;
  border: 1px solid #fff;
  border-bottom: 0;
  background-image: none;



}


.topmenu ul > li:last-child
{
  margin-bottom: 1px;
  
}

/* Links inside the menu */
.topmenu a, topmenu a:visited
{
  display: block;
  color: #ffffff !important;
  text-decoration: none !important;
  padding-left: 10px;
  padding-right: 10px;
  line-height:30px;
  font-weight: bold;

}



/* List  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.topmenu a:hover, .topmenu a.highlighted:hover, .topmenu a:focus
{
  color: #ffffff !important;
  background-color: #414042;
  text-decoration: none;
  display:block;
  padding-left: 10px;
  padding-right: 10px;
  background: url(/images/nav_red.jpg);

}
.topmenu a.highlighted
{
  color: #ffffff;
  text-decoration: none;
  
}


.topmenu ul li a:hover
{
  background: #ee3324; /*background hover color set here for sub menu items */
}


/* Only style submenu indicators within submenus. */
.topmenu a .subind
{
  display: none;
}
.topmenu ul a .subind
{
  display: block;
  float: right;
  
}



/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.topmenu
 a {
 float: left;

}
.topmenu
 ul a {
 float: none;
}
/* \*/
.topmenu
 a {
 float: none;
}
/* */



/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .topmenu
  ul li {
  float: left;
  height: 1%;

}
* html .topmenu
  ul a {
 height: 1%;

}
/* End Hack */
/* Left Menu*/
#leftmenu {

width: 175px;
float:left;
padding-top: 28px;


} 

 


#leftmenu a
{
color: #00457c;
text-decoration: none;
font-size: 1.2em;
display: block;
width: 160px;
margin:0px;
padding-left: 10px;


} 



#leftmenu a:link, #menu1 a:visited
{
color: #00457c;
text-decoration: none;
padding-left: 10px;
} 


#leftmenu a:hover
{
color: #ee3224;
padding-left: 10px;

}



#leftmenu ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
	
	
	
	
	
	
}

#leftmenu li {
	font: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #2086c4;
	font-weight: normal;
	display: inline;
	


	
}





#leftmenu p {
	margin: 0;
}

#leftmenu h2 {
	width: 190px;
	height: 26px;
	padding: 20px 30px 10px 0px;
	letter-spacing: -1px;
	text-align: left;
	text-transform: lowercase;
	font-size: 22px;
	font-weight: normal;
		color: #2086c4;
}



/* Footer */

#footer {
	height: 47px;
	margin: 0px auto;
	padding: 0px;
	
	
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 11px;
	color: #29407c;
}

#footer a {
	color: #29407c;
}

