@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Helvetica, sans-serif;
	background-image:url(images/misc/bground.gif);
	background-color:#ffffff;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container {
	width:800px;
}

#header {
	width:800px;
	height:100px;
	background-color:#FFFFFF;
}
div.float {
	float: left;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

img{
	border:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#content {
	width:800px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
#nav {
	width:800px;
	float:left;
	height:40px;
	
	
	
}
#nav div {
	
}

p img{
	float:right;
	margin:0px 0px 4px 4px;
	padding:0px;
}

#search{
	width:800px;
	height:50px;
	float:left;
	padding-top:30px;
	}
#search div{
	width:300px;
	padding-right:20px;
	float:right;
	}
	
#LH_Copy {
	width:553px;
	min-height:400px;
	float:left;
	padding:0px 0px 0px 0px;
}

#lh_front{
	float:left;
	width:205px;
	margin-right:25px;
	}
#rh_front{
	float:left;
	width:260px;
	margin-right:10px;
	}



#main_Copy{
	width:500px;
	float:left;
	padding:20px 0px 0px 50px;
}


.floatPortfolio{
	width:480px;
	border:thin solid #666666;
	margin-bottom:20px;
	float:left;
}
.floatPortfolio .boxit{
width:450px;
float:left;
	padding:10px;
}
.floatPortfolio img{
	width:110px;
	float:left;
	padding:4px;
}


.floatPortfolio .textContent{
	width:340px;
	float:left;
	padding:10px 10px 10px 10px;
}


#main_Copy div.floatStaff{
	width:230px;
	float:left;
	padding:5px 0px 5px 5px;
	margin-right:10px;
	margin-bottom:10px;
	background-color:#CCCCCC;
}

#main_Copy h1 {
	font-size:16px;
	color:#085A87;
	margin:0px;
	padding:0px 0px 15px 0px;
}
#main_Copy h2 {
	font-size:14px;
	color:#085A87;
	margin:0px;
	padding:12px 0px 0px 0px
}
#main_Copy h3 {
	font-size:13px;
	color:#272727;
	font-weight:bold;
	margin:0px;
	padding:5px 0px 3px 0px;
}
#main_Copy h4 {
	font-size:10px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 6px 0px;
}
#main_Copy h5 {
	font-size:13px;
	color:#333333;
	margin:0px;
	padding:0px 0px 6px 0px;
	line-height:1.5;
}

#main_Copy p {
	font-size:12px;
	color:#333333;
	line-height:1.4;
	margin:0px;
	padding:0px 0px 7px 0px
}
#main_Copy ul {
	line-height:1.4;
	padding:0px 0px 0px 20px;
	margin-top:0px;
	margin-bottom:0px;
}
#main_Copy li {
	font-size:12px;
	color:#333333;
	line-height:1.4;
	padding:0px 0px 0px 5px
}

#main_Copy a {
	font-size:12px;
	color:#085A87;	
}
#main_Copy a:hover {
	font-size:12px;
	color:#085A87;
	text-decoration:none;	
}

#main_Copy div.floatImage_LH img {
	float:left;
	padding: 0px 15px 15px 0px;
}

#RH_news {
	width:217px;
	float:left;
	padding:10px 15px 8px 15px;
	background-color:#8FBED8;
	}
#RH_news h1 {
	font-size:24px;
	color:#ffffff;
	margin:0px;
	padding:0px 0px 15px 0px;
}
#RH_news h2 {
	font-size:18px;
	color:#12435E;
	margin:0px;
	padding:0px 0px 12px 0px
}
#RH_news h3 {
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 6px 0px;
}
#RH_news h4 {
	font-size:10px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding:0px 0px 6px 0px;
}
#RH_news p {
	font-size:11px;
	color:#333333;
	line-height:1.2;
	margin:0px;
	padding:0px 0px 7px 0px
}
#RH_news ul {
	line-height:1.4;
	padding:0px 0px 7px 20px;
	margin-top:0px;
}
#RH_news li {
	font-size:11px;
	color:#333333;
	line-height:1.4;
	padding:0px 0px 3px 5px
}

#RH_news a {
	font-size:11px;
	color:#ffffff;	
}
#RH_news a:hover {
	font-size:11px;
	color:#ffffff;
	text-decoration:none;	
}




#footer {
height:25px;
width:100%;
float:left;
background-color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	font:arial;
	color:#262261;
	font-size:10px;
}
#footer a {
	font-family:tahoma;
	font-size:10px;
	color:#ee3a43;	
}
#footer a:hover {
	font-family:tahoma;
	font-size:10px;
	color:#ee3a43;
	text-decoration:none;	
}
