@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image:url(bggrad.gif);
	background-repeat:repeat-x;
	font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
	color:#231F20;
	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 */
}

.bumpleft {
padding-right:8px;
text-decoration:none;
}
.highlight {
border-left:6px solid #111B37;
margin-left:5px;
}
.case {
background-image:url(briefcase-iconlg.gif);
background-position:bottom;
background-repeat:no-repeat;
min-height:260px;
}
.date {font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;font-size:12px; color:#231F20;}
.style a {color:#00539B;text-decoration:none;}
.style a:hover {color:#1E2F5E;text-decoration:underline;}
.style label {font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;font-size:12px; color:#231F20;}
.style form {padding-left:20px;}
.style #graveyard {
	width:600px; 
	padding:0px 0px 0px 9px; 
	}


.style #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #d7e0ea;
	border-top:1px solid #336698;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.style #header { 
	background-image:url(photobar_sample.jpg);
	background-repeat:no-repeat;
	background-position:right;
	height:130px;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.style #header.b { 
	background-image:url(photobar_sampleb.jpg);
	background-repeat:no-repeat;
	background-position:right;
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}  
.style #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.style #header img.logo {
	padding:0 15px 10px 5px;
}


.style #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 272px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
}
	.style #sidebar1 p {
	font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #231F20;
	padding:0px 15px 0px 15px;
	}
	.style #sidebar1 h2 {
	font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
	font-size:15px;
	color:#FFFFFF;
	padding:10px 5px 3px 15px;
	width:251px;
	font-weight:500;	}
	
	.style #sidebar1 h2.rhr {
	background-image:url(dkblue_bar_head.gif);
	}
	.style #sidebar1 h2.wc {
	background-image:url(ltblue_bar_head.gif);
	}
	.style #sidebar1 h2.st {
	background-image:url(md_bar_head.gif);
	}
	.style #sidebar1 h2.fv {
	background-image:url(gryblue_bar_head.gif);
	}
	
	
.style #mainNavigation { 
	margin: 10px 0 0 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


				.style #mainNavigation #navbar {
					margin: 0;
					padding: 0;
					padding-left:48px;
					height: 1em;
					 }
				.style #mainNavigation #navbar li {
					list-style: none;
					float: left; }
				.style #mainNavigation #navbar li a {
					display: block;
					padding: 10px 13px 5px 13px;
					background-image:url(navigation_bg_grad.gif);
					background-repeat:repeat-x;
					border-bottom:1px solid #336698;
					text-decoration: none;
					color:#111B37;
					font-family: Lucida Sans, sans-serif;
					font-size:13px;
					font-weight:bold; }
					
					/* Sub navigation styles */
				.style #mainNavigation #navbar li ul {
					display: none;
					width: 10em; /* Width to help Opera out */
					background-color: #d7e0ea;}
					
					/* Hover styles */
				.style #mainNavigation #navbar li:hover ul {
					display: block;
					position: absolute;
					margin: 0;
					padding: 0; }
				.style #mainNavigation #navbar li:hover li {
					float: none; }
				.style #mainNavigation #navbar li:hover li a {
					background-image:url(navigation_bg_grad.gif);
					background-repeat:repeat-x;
					border-bottom:1px solid #336698;
					color: #111B378; }
					
				.style #mainNavigation #navbar li a:hover {
					color:#336698
					}
				
				.style #mainNavigation #navbar li:hover ul, #navbar li.hover ul {
					display: block;
					position: absolute;
					margin: 0;
					padding: 0; }
				.style #mainNavigation #navbar li:hover li, #navbar li.hover li {
					float: none; }
				.style #mainNavigation #navbar li:hover li a, #navbar li.hover li a {
					background:#e5ebf2;
					color: #111B378;}
				
				


.style #mainContent { 
	margin: 0 0 0 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


		.style #mainContent p { 
			font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
			font-size:14px;
			line-height:22px;
			color: #231F20;
			padding:0px 15px 0px 28px;
			text-align:justify;
		}
		
		.style #mainContent p.homeintro { 
			font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
			font-size:15px;
			line-height:23px;
			color: #231F20;
			padding:0px 15px 0px 28px;
			text-align:justify;
		}
		
		.style #mainContent h1 { 
			font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
			font-size:20px;
			line-height:22px;
			color: #1F3265;
			padding:10px 15px 0px 28px;
		}
		
		.style #mainContent h2 { 
			font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
			font-size:16px;
			line-height:19px;
			font-style:italic;
			color: #1F3265;
			padding:15px 15px 0px 28px;}
	

		.style #mainContent li { 
			color:#336698;
			font-size:12px;
			line-height:22px;
			text-indent:10px;
			}
		
		.style #mainContent h4 {
		font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
		font-size:14px;
		padding-left:28px;
		color:#87A9C6;
		}
		
.style #recentnews { 
	padding: 0 10px 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(btm_bg_grad.gif);
background-repeat:repeat-x;
background-position:bottom; 
} 
.style #recentnews table { 
border-bottom:1px solid #cccccc;
}

.style #recentnews table td { 
padding-left:15px;
}

.style #recentnews p { 
font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
	color: #231F20;
	width:225px;
	}

.style #recentnews img { 
border:solid 1px;

	}

.style #recentnews h3 

{
	font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
			font-size:14px;
			line-height:19px;
			color: #1F3265;
	padding-left:15px;
	
 			}
	
	.style #recentnews h2 {
	float: left; /* since this element is floated, a width must be given */
	width:260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(gryblue_bar_head.gif);
	background-repeat:no-repeat;
	background-position:right;
	background-color:#859db4;
	height:25px;
	padding-left:15px;
	font-weight:500;
	color:#FFFFFF;
	font-size:15px;
	padding-top:7px;
	}

.style #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFFFFF; 
} 

.style #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#336698;
	font-family:"Lucida Sans", Trebuchet MS, Lucida Grande, Gill Sans, Helvetica, Arial, sans-serif;
	font-size:10px;
	line-height:12px;
	text-align:right;

}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}