/* dark blue #003876*/

body {
	font: 62.5%/1.6em "Arial", arial, verdana, geneva, sans-serif;
	margin:0px;
	color:#fff;
	background:url(../images/body_bg_vert.jpg) top left repeat-y #fff;
}

* {
	margin:0;
	/*padding:0; 
	deactivated on 25/09/07 for menu compatibility
	*/
}


a {
	color: #fff;
	text-decoration:underline;
}
a:hover {
	color:#003399;
	text-decoration:none;
}



#wrapper {
	width:790px;
	margin:0px left;
	background:#e3883c;
	padding:0px;
}



#header {
	height:88px;
	background:url(../images/header.jpg) no-repeat #003876;
}

#header h1 {
	font-weight:100;
	/*text-align:right;*/
	font:205% Verdana;
	position:relative;
	left: 300px;
	top: 23px;
	/*padding:20px 135px 10px 20px;*/
	color:#fff;
}

#banner {
	height:198px;
	}

#nav {
   	height: 20px;
	position:relative;
	left: 0px;
	top: 36px;
	}

#nav_menu {
	position:relative;
	left: 0px;
	top: 0px;
	height:20px;
}

#sidebar_left {
	float:left;
	width: 275px;
	font:100% Verdana;
	line-height:20px;
	/*border-right:1px solid #eee;*/
	}


#sidebar_left p {
	line-height:20px;
}

#content {
		background:url(../images/content_bg_fullwidth.jpg) top repeat-y ;
}

#column {
	/*margin:15px 0;*/
	line-height:20px;
	padding: 10px 60px 40px 25px;
	margin-left: 275px;
	font-size:120%;
}


#column .lead {
	font-size:120%;
	}

#column h1 {
	font-size:160%;
	color:#fff;
	/*border-bottom:1px solid #eee;*/
}

#column h2 {
	font-size:150% Arial;
	font-weight:120;
	color:#fff;
	/*border-bottom:1px solid #eee;*/
}

#column h3 {
	font-size:130% Arial;
	font-weight:100;
	color:#fff;
	/*border-top:1px solid #f6f6f6;*/
	border-bottom:1px solid #e4bf50;
	/*padding:5px;*/
	margin: 20px 0 0 0;
	}

#column h4 {
	font-size:120% Arial;
	font-weight:100;
	color:#fff;
	margin: 0px;
	padding:0px;
}

#column h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0 0 0;
	line-height:20px;
}

#column li, a {
	/*margin:20px 0 0 0;*/
	/*line-height:10px;*/
	text-decoration: none;
}

.container {
   width: 410px; 
   /*background-color: #f6f0f4;
   border: 1px dotted #e0e0e0; */
   padding: 5px;
   margin: 0px auto;
  }

#footer_bar {
	height:80px;
	margin: 0px;
	padding: 0px;
	background:url(../images/footer.jpg) no-repeat #003876;
	/*border-top:2px solid #eee;*/
	clear:both;
}

#footer {
	margin:0px;
	padding:0px 15px;
	height: 200px;
	background:url(../images/below_footer_bg.jpg) top repeat-x;
	/*border-top:2px solid #eee;*/
	clear:both;
	color:  #003876;
}

#footer a{
	color:  #003876;
	text-decoration:none;
}


div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 110px;
  text-align: right;
  }

div.row span.formw {
  margin-left: 10px; 
  float: left;
  width: 180px;
  text-align: left;
  } 
  
