/*
pale blue: #8da5bd
lilac: #d8bfcf
light purple #D0B5C9 
dark blue #003D7D
light blue #AEBCD6
dark green #72A392
light green #B3CC94
grey #BABCBE
aqua #A0C3DA


*/

body {
	
	font: 62.5%/1.6em "Geneva", "Geneva Sans Unicode", verdana, sans-serif;
	color:#555;
	margin:0px;
	background:url(../images/background_slice.jpg) top repeat-x #7A7677;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	width:790px;
	margin:0 auto;
	background:#fff;
	background:url(../images/body_bg.gif) top repeat-y;
	/*padding:5px;*/
	}

#header {
	height:115px;
	background:url(../images/template_images/header_complete.jpg) top no-repeat;
	border-bottom:6px solid #fff;
	}

#header h1 {
	font:150% Geneva;
	font-weight:300;
	padding: 0px 0px 0 268px;
	margin: 0 0 0 0;
	color:#fff;
	position: relative;
	top: -5px;
	}
	
#header_link {
	text-align:center;
	font:150% Geneva;
	color:#fff;
	font-weight:300;
	width: 100px;
	position: relative;
	top: 20px;
	left: 665px;
}

#header_link a{
	text-decoration: none;
	color:#fff;
	
}

#header_link a:hover{
	text-decoration: none;
	color:#999;
	
}

#nav {
   	margin:0 0 10px 0px;
	padding:0px;
	background:url(../images/menu_bar_bg.gif) top repeat-y;
	color:#fff;
	height:20px;
}

#nav p{
   	margin:0 0 0 10px;
	color:#fff;
	padding:0px;
	
}

#nav_flags {
	position:relative;
	left: 10px;
	top: 4px;
	width: 100px;
	height:14px;
		}

.flag {
	margin:0 0 1px 0;
	padding:0;
		}


#nav_menu {
	position:relative;
	left: 208px;
	top: -24px;
	height:20px;
	width: 490px;
		}

.text_indent {
	padding-left:40px;
}

.image_padding {
	padding-right:15px;
	}

#breadcrumb {
	color:#ccc;
	font:100% Geneva;
	padding-bottom:20px;
}

#breadcrumb a{
	color:#ccc;
	text-decoration:none;
}

#breadcrumb a:hover{
	color: gray;
	text-decoration:none;
}


#sidebar_left {
	float:left;
	width:268px;
	padding:30px 0 0 0px;
	background:#d8bfcf;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}

#sidebar_left h2 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	/*padding:5px;*/
}

#sidebar_left p {
	line-height:20px;
}

#content {
	padding:0px 80px 0 15px;
	font-size:90%;
	margin:0 0 0 268px;
}

.leadtext {
	padding:0;
	font-size:120%;
	color:#666;
	margin:0 0 10px 0px;
}

#content a{
	color:#003D7D;
	}

#content .leadtext a{
	text-decoration: none;
	color:#666666;
	}
	
#content .leadtext a:hover{
	text-decoration: underline;
	color:#ccc;
	}

#content ul a {
	color:#777;
	text-decoration:none;
	padding: 0px 0px 10px;
	}

#content ul,li {
	list-style-image: url(../images/bullet.gif);
	font:110% Trebuchet MS;
	color:#777;
	margin-left: 10px;
	/*text-indent: 25px;	*/
	padding: 0px 10px 0px 0;
	line-height:20px;
}

#content h1 {
	font:190% Trebuchet MS;
	color:#666;
	font-weight:bold;
	border-bottom:1px solid #eee;
}

#content h2 {
	font:150% Trebuchet MS;
	color:#666;
	font-weight:bold;
	border-bottom:1px solid #eee;
	padding: 15px 0 0 0;
}

#content h3 {
	font:130% Trebuchet MS;
	color:#666;
	font-weight:bold;
}

#content h4 {
	font:120% Trebuchet MS;
	color:#666;
	padding: 0px;
	margin: 0px;
}

#content h1,h2,h3,h4 {
	padding:0px;
	margin-bottom:15px;
	line-height:22px;
}

#content p,ol,blockquote {
	padding:0px;
	margin-bottom:15px;
	line-height:18px;
		font-size: 120%;
}

#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#footer {
	clear:both;
	/*color:#8da5bd;*/
	margin:0 0 0 0;
	/*padding:0px 0 20px 20px;*/
	padding:0;
	background:url(../images/footer_text_montage.jpg) top no-repeat #0d3d80;
	height:70px;
	border-top:5px solid #fff;
	}

#footer p{
	line-height:15px;
}

#footer_bottom {
	
	color:#8da5bd;

	margin: 0 0 0 0;
	padding:0 0 0 40px;
	background:url(../images/footer_text_bg.jpg) repeat-x  #0d3d80;
	height:88px;
		}

#footer_bottom p{
	line-height:15px;
}

#footer_bottom a{
	color:#8da5bd;
	text-decoration:none;
}

#footer_bottom a:hover{
	color:#AEBCD6;
	text-decoration:none;
}

#banner {
	margin: 10px 0px ;
}

/*#footer {
	clear:both;
	color:#8da5bd;
	margin:60px 0 0 0;
	padding:70px 0 20px 20px;
	background:url(../images/footer_text_montage.jpg) top no-repeat #0d3d80;
		height:50px;
		border-top:5px solid #fff;
}*/

div.row {
  /*clear: both;*/
  margin:20px 0;
  }

div.row span.label {
  float: left;
  width: 110px;
  text-align: right;
  padding-top:10px;
   }

div.row span.formw {
  float: right;
  width: 280px;
  text-align: left;
  padding-top:5px;
  padding-left: 10px;

  } 

#container {
   width: 400px;
   background: #f6f0f4;
   border: 1px dotted #e0e0e0; 
   padding: 0px;
   margin: 0px auto;
  }
  
.container {
   width: 370px;
   background: #eee2e9;
   border: 2px dotted #D0B5C9; 
   padding: 15px;
  }
  
  /*
   
div.row {
	  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
   padding-top:15px;
  }

div.row span.formw {
  float: right;
  width: 280px;
  text-align: left;
  padding-top:0px;
  } 
  */
#stUI24_cnt a, #stUI24_txt {
	display: none;	
}
