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

<style type="text/css"> 
 
body .twoColFixLtHdr {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bkg_page.jpg) 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;
}

 
body {
	margin: 0px;
	padding: 0px;
	font: 90%/1.8em Georgia, "Times New Roman", Times, serif;
}
p {
	padding-top: 0px;
	margin-top: 0px;
	line-height: 1.4em;
}
h1 {
	color: #003466;
	font: small-caps normal 1.8em Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1em;
	color: #003466;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3 {
	font-size: 1em;
	font-style: oblique;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-top: 1px solid #EBEBEB;
}


img {
	border-style: none;
}


body .subpage {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* 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 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#logo {
	margin: 0px;
	padding: 0px;
	width: 342px;
	float: left;
	clear: both;
}

#header {
	padding: 0 10px 0 0px;  /* 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. */
	height: 179px;
	width: 100%;
} 
#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 */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #EBEBEB;
	margin-right: 20px;
	margin-top: 20px;
	margin-left: 20px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}



.subpage #container {
	width: 1000px;
	margin: 0;
	text-align: left;
} 

#container {
	width: 100%;
	margin: 0;
	text-align: left;
	background: url(../images/bkg_page.jpg) repeat-x;
}
#containersubpage {
	width: 100%;
	margin: 0;
	text-align: left;
	background: url(../images/bkg_subpage.jpg) repeat-x;
}


#mainContent {
	width: 600px;
	margin-left: 350px;
	padding-top: 14px;
}
#main3colum {
	width: 420px;
	padding-top: 14px;
	float: left;
}
#sidebar1 h3 {
	color: #013467;
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-style: normal;
	line-height: 18px;
}
#sidebar1 p {
	color: #666666;
	line-height: 1.4em;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#sidebar1 h2 {
	color: #003466;
	font: normal 1.6em Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #013467;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#pageimage {
	height: 142px;
	width: 640px;
	background: url(../images/midimage1.jpg) no-repeat left top;
	padding-left: 368px;
	padding-top: 50px;
	font-size: 3em;
}
#subpageimage {
	height: 40px;
	width: 1000px;
	background: url(../images/midimage1.jpg) no-repeat left;
	padding: 0px;
	margin-bottom: 4px;
}
.twoColFixLtHdr #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 */
}
.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;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1;
	margin-left: 350px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
body {
	font: 83% "Trebuchet MS", Verdana, sans-serif;
	margin: 0px;
	padding: 0px;
}


#navbar {
	padding-top: 95px;
	color: #FFFFFF;
	font: small-caps normal 1.1em Georgia, "Times New Roman", Times, serif;
	letter-spacing: -0.05em;
	width: 1000px;
}
/* NAV - top horizontal nav */
	#nav, #nav ul {padding: 0;margin: 0;list-style: none}
	#nav {
	font: small-caps 1em Georgia, "Times New Roman", Times, serif;
	margin: 0 10px;
	letter-spacing: -0.02em;
	padding-top: 95px;
	clear: none;
	text-transform: capitalize;
}
	#nav li {
	position:relative;
	display:block;
	margin: 0;
	border-right: 1px solid #FFFFFF;
	padding:0;
	float: left;
	clear: right;
}
	#nav a, #nav a:link, #nav a:visited, #nav a:hover, #nav a:active {text-decoration:none;cursor:pointer;color:#fff;display: block;padding: 4px 10px 2px}
	#nav a:hover {
	color:#B4F2ED
}
	
	#nav li ul {
	border-left: 1px solid #013467;
	background: url(images/featurebox_bg.gif) no-repeat 100% 100%;
	font-size:.9em;
	margin-top:3px;
	position: absolute;
	font-weight:normal;
	left: -999em
}

	#nav li:hover ul, #nav li.sfhover ul {left: 0;z-index:99999}
	
	#nav li li {background:none;float:none;border:none;border: 1px solid #999;border-top:1px solid #fff;border-right:none;border-left:none;padding-left:0}
	#nav li li.last {border-bottom:none}
	#nav li li a, #nav li li a:link, #nav li li a:visited, #nav li li a:hover {color:#000;padding: 3px 10px 2px;width:14em}
	#nav li li a:hover {color:#fff;background:#c00}
	
	#nav li.active {
	color: #33CCFF;
}
	#nav li.active ul {
	border:none;
	background: url(images/featurebox_bg.gif) no-repeat 100% 100%;
	color: #333333;
}
	#nav li.active a:link, #nav li.active a:visited, #nav li.active a:hover, #nav li.active a:active {
	color: #33CCFF;
	}
	#nav li.active a:hover {color:#000}
	
	#nav li.active li {
	border-top: 1px solid #3399CC;
	border-bottom: 1px solid #33ccff;
	border-right: none;
	border-left: none;
}
	#nav li.active li.last {border-bottom: none}
	#nav li.active li a:link, #nav li.active li a:visited, #nav li.active li a:hover, #nav li.active li a:active {
	color:#013467
}
	#nav li.active li a:hover {
	background: #666 url("images/sprites.gif") repeat-x 0 99%;
	color:#FFFFFF
}
	
	#nav li.active li.active a:link, #nav li.active li.active a:visited, #nav li.active li.active a:hover, #nav li.active li.active a:active {color:#fff;font-weight:bold;background: #666 url("images/sprites.gif") repeat-x 0 99%}

/* SECONDARY NAVIGATION - vertical navigation */
	#nav-secondary, #nav-secondary ul {position:static}
	#nav-secondary, #nav-secondary li {
	list-style: none;
	margin:0;
	padding:0;
	background:#EBEBEB
}
	#nav-secondary .active {
	}
	#nav-secondary {padding-top:0;border-top: 1px solid #ccc;margin-top: 1px}
	#nav-secondary a {
	padding: 5px 0 5px 23px;
	background: #EBEBEB url(images/sprites.gif) no-repeat 10px -685px;
	font: bold 86%/1.8 arial;
	display:block
}
	#nav-secondary a, #nav-secondary a:link, #nav-secondary a:visited, #nav-secondary a:hover, #nav-secondary a:active {text-decoration:none;cursor:pointer} 
	#nav-secondary a:link {color:#000} 
	#nav-secondary a:visited {color:#000} 
	#nav-secondary a:hover {
	color:#FFFFFF;
	background: #B7B5C1 url(images/sprites.gif) no-repeat 10px -685px
} 

	#nav-secondary li.active a:link, #nav-secondary li.active a:visited, #nav-secondary li.active a:hover, #nav-secondary li.active a:active {
	color:#003466;
} 
	#nav-secondary li {border-top: 1px solid #fff;border-bottom: 1px solid #ccc}



#footer {
	background:url(../images/bkg_footer.jpg) repeat-x top;
	height: 85px;
	font-size: .9em;
	line-height: 4em;
	padding-top: 20;
	padding-bottom: 0;
	padding-left: 40px;
	text-align: center;
} 
#rightcolum {
	float: left;
	width: 300px;
	padding: 8px;
	background-color: #EBEBEB;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	border: 1px solid #FFF;
}
#rightcolum h1 {
	font-weight: normal;
	font-variant: normal;
	font-size: 18px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#rightcolum h2 {
}
#rightcolum p {
	font-size: 11px;
}
#rightcolum ul {
	font-size: 11px;
	line-height: 18px;
}
