/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }



/* global elements
 * ------------------------------------------------------------------------- */

/* ---------- A note on font-sizing ---------- 
Default font size in IE6, IE7 and FireFox is 16px. 
Default for Safari 2 is 16px for "standard fonts" and 13px for "fixed-width fonts." (Safari 3 uses 16px for all fonts.) 
I am ignoring the Safai 13px mono-space type issue since this site does not use any mono-spaced fonts.
*/

html {
	font-size:100% /* IE has problems scaling text in ems. Using a percentage makes for better text rendering when scaled. */
	}

body {
	background:url(images/bg.gif) repeat-x #0A7BC1;
	font-size:.75em; /* 75% of 16px = 12px */
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 0; /* Must be set to 0 for bottom-aligned footer to work */
	padding: 0; /* Must be set to 0 for bottom-aligned footer to work */
	color:#000;
	}

a:link, a:visited {
	color:#0A7CC1;
	}
	
a:hover, a:active {
	color:#56b9f5;
	}


h1 {
	font-size:1.8em;
	color:#1b3562;
	margin-bottom:10px;
	}

h2 {
	font-size:1.6em;
	color:#1b3562;
	margin-bottom:10px;
	}

h3 {
	font-size:1.4em;
	color:#1b3562;
	margin-bottom:10px;
	}

h4 {
	font-size:1.2em;
	color:#1b3562;
	margin-bottom:10px;
	}

h5, h6 {
	font-size:1.0em;
	color:#1b3562;
	margin-bottom:10px;
	}

/* classes
 * ------------------------------------------------------------------------- */
 
.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.Normal {
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	}
 	
table .Normal {
	font-size:.82em;
	font-family:Arial, Helvetica, sans-serif;
	}




.divider_dotted {
	background:url(images/dotted_divider.gif) repeat-x #ccc;
	margin:20px 0;
	width:100%;
	height:2px;
	overflow:hidden;
	}
 
.center {
 	text-align:center;
	}
 
 .SearchResultsContent {
 	
	}

.FCKImageGalleryContainer, .FCKLinkGalleryContainer {
	background-color:#6cbef0;
	}

.black-line {
	background-color:#000000;  
	text-align:left; 
	margin:0; 
	font-weight:bold; 
	color:#ffffff; 
	padding:4px 0px;
	width:325px;
	}
	
.black-line a, .black-line a:link, .black-line a:visited {
	background-color:#000000;  
	color:#ffffff; 
	text-decoration:none;
	margin-left:10px;
	}
	
.black-line a:hover, .black-line a:active{
	background-color:#000000;  
	color:#56b9f5;
	text-decoration:none;
	}
	
.black-linevideo {
	background:url(images/videobuttonbg.jpg) no-repeat; 
	text-align:left; 
	margin:0px 0px 0px 0px; 
	font-weight:bold; 
	color:#ffffff; 
	padding:0px 0;
	width:325px;
	height:23px;
	}
	
.black-linevideo a, .black-linevideo a:link, .black-linevideo a:visited { 
	color:#ffffff; 
	text-decoration:none;
	margin-left:10px;
	padding:4px 0;
	}
	
.black-linevideo a:hover, .black-linevideo a:hover {
	color:#56b9f5;
	text-decoration:none;
	padding:4px 0;
	}
 
 /* Layout
 * ------------------------------------------------------------------------- */

#container {
	width:100%;
	text-align:center;
	}

#wrapper {
	width:962px;
	margin:0 auto;
	}

#container_gray {
	width:962px;
	margin:0 auto;
	background:url(images/container_bg.gif) repeat-y;
	text-align:left;
	}

#container_white {
	width:962px;
	margin:0 auto;
	background:url(images/container_bg_single_column.gif) repeat-y;
	text-align:left;
	}
	
#title {
	background:url(images/title.gif) no-repeat;
	width:962px;
	height:104px;
	}

#logo {
	display:none;
	width:0;
	height:0;
	}
	
#title_left {
	width:250px;
	margin-left:46px;
	float:left;
	display:inline;
	}
	
	#title_left a:link, #title_left a:visited {
		width:250px;
		height:66px;
		margin-top:25px;
		display:block;
		outline:none;
		text-indent:-5000px;
		}

#title_right {
	width:300px;
	margin-left:312px;
	margin-top:26px;
	float:left;
	display:inline;
	background:#fff
	}

#search {
	text-align:right;
	}

#recent_news {
	font-size:.82em;
	color:#0c7cbc;
	margin-top:8px;
	margin-left:160px;
	line-height:1.3em;
	}

#nav_header_bg {
	background:url(images/nav_header_bg.gif) no-repeat;
	width:962px;
	padding-bottom:28px;
	}

#nav_header_bg_no_pad {
	background:url(images/nav_header_bg_gray.gif) no-repeat;
	width:962px;
	}

#banner_area {
	width:864px;
	height:134px;
	margin:0 0 0 49px;
	}

#page_title {
	color:#1b3562;
	font-size:1.6em;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#home_content_container {
	padding:0px 63px;
	}
	
	#home_content_container p, #gray_content_container p {
		margin-bottom:12px;
		}
	
#gray_content_container {
	padding:0px 49px;
	}


#home_column_left {
	width:650px;
	float:left;
	display:inline;
	margin-right:36px;
	background:#fff;
	}

#gray_column_left {
	width:170px;
	background:#dfdfdf;
	float:left;
	display:inline;
	margin-right:14px;
	}

#left_col_section_links {
		width:160px;
		margin:20px 0 0 10px;
		font-size:.82em;
		}
	
	#left_col_section_links a, #left_col_section_links a:link, #left_col_section_links a:visited {
		
		color:#1B3562;
		text-decoration:none;
		}
		
	#left_col_section_links a:hover, #left_col_section_links a:active {
		color:#0891D7;
		}

	

	.gray_column_left_container {
		margin:0px 6px 14px 6px;
		width:148px;
		}
		
#additional_links_title {
	margin-bottom:10px;
	}
	

	
#additional_links {
	width:148px;
	margin-left:6px;
	color:#1a3560;

	}
	
	#additional_links p {
		margin:0;
		}
	
	#additional_links a, #additional_links a:link, #additional_links a:visited {
		color:#1a3560;
		text-decoration:none;
		} 
	
	#additional_links a:hover, #additional_links a:active {
		color:#369fdb;
		} 
	
	#additional_links ul {
		margin-left:5px;
		color:#1a3560;
		}
	
	#additional_links li {
		list-style:none;
		margin-bottom:10px;
		font-weight:bold;
	    font-size:.82em;
		}
		
		#additional_links li li {
			margin-bottom:0;
			font-weight:normal;
			font-size:1.0em;
			}
		
		#additional_links ul ul {
			margin-left:10px;
			}


#phone {
	background:url(images/phone_sidebar.gif) no-repeat;
	text-indent:-5000px;
	width:125px;
	height:23px;
	margin:20px 0 5px 0;
	}

#request_info {
	background:url(images/requestinfo_sidebar.gif) no-repeat;
	text-indent:-5000px;
	outline:none;
	display:block;
	width:125px;
	height:29px;
	margin:20px 0;
	}

#save_as_pdf {
	background:url(images/saveaspdf.gif) no-repeat;
	width:96px;
	height:21px;
	outline:none;
	display:block;
	text-indent:-5000px;
	}

#print_this_page {
	background:url(images/printthispage.gif) no-repeat;
	width:96px;
	height:21px;
	outline:none;
	display:block;
	margin:5px 0;
	text-indent:-5000px;
	}

#email_this_page {
	background:url(images/emailthispage.gif) no-repeat;
	width:96px;
	height:21px;
	outline:none;
	display:block;
	text-indent:-5000px;
	}


#home_column_right {
	width:150px;
	float:left;
	display:inline;
	background:#fff;
	}

#gray_column_right {
	width:680px;
	background:#fff;
	float:left;
	display:inline;
	margin-top:28px;
	}

#dnn_ContentPane table {
	font-size:.92em;
	}

#main_body_content ul {

	margin-left:10px;

	margin-bottom:15px;

	}



	#main_body_content ul li {

		

		padding-left: 12px;



		margin-bottom:8px;

		list-style: none;

		background: transparent url(images/bullet_lrg.gif) 0px 6px no-repeat;

		}



		#main_body_content ul li ul li {

			background: transparent url(images/bullet_med.gif) 0px 6px no-repeat;

			}



			#main_body_content ul li ul li ul li {

				background: transparent url(images/bullet_sm.gif) 0px 6px no-repeat;

				}	



		#main_body_content ul ul, #main_body_content ul ul ul {

			margin-top:8px;
			margin-bottom:0;

			}



#main_body_content ol { 

	margin-left:30px;

	list-style:decimal;

	}



	#main_body_content ol li {

		margin-bottom:8px;

		}



		#main_body_content ol ol, #main_body_content ol ol ol {

			margin-left:22px;

			margin-top:8px;

			}



	#main_body_content blockquote {

		margin-left:20px;

		margin-bottom:12px;
		font-family:Arial, Helvetica, sans-serif;
		font-style:italic;

		}


#multi_column_container {
	background:url(images/multi_column_bg.gif) repeat-y;
	width:680px;
	}

#multi_column_container ul {
	margin:0 0 12px 12px;
	}
	
	#multi_column_container ul li {
		background:transparent url(images/bluebullet.gif) no-repeat 0px 7px;
		list-style:none;
		line-height:1.5em;
		margin:0;
		padding:0 0 0 12px;
		}

#multi_column_left {
	width:311px;
	float:left;
	display:inline;
	margin-right:58px;
	}

#multi_column_right {
	width:311px;
	float:left;
	display:inline;
	}
	
#black-line-link {
	width:312px;
	height:15px;
	display:block;
	}
	
#black-line-link-video {
	width:312px;
	display:block;
	}

#footer_bar {
	background:url(images/footer.gif) no-repeat;
	width:962px;
	height:50px;
	}

#footer {
	font-size:.92em;
	color:#dee0db;
	}
	
	#footer ul {
    	margin: 0 0 12px 0;
   		padding: 0;
    	}

 	#footer li {
    	margin: 0;
    	padding: 0 5px 0 7px;
    	display: inline;
    	border-left: 1px solid #173760;
    	font-size: .92em;
    	line-height:1.4em;
    	background: none;
		color:#dee0db;
    	}

	#footer li.first { 
    	border: none;
    	}

	#footer a:link, #footer a:visited{
		color:#dee0db;
		text-decoration:none;
		}

	 #footer a:hover, #footer a:active {
	 	color:#003164;
		text-decoration:none;
		}



#LoginUserContainer {
	margin:12px 0;
	}


/* Mid-Nav
 * ------------------------------------------------------------------------- */
#midnav { background:url("images/mid_nav.jpg") no-repeat; width:864px; height:122px; position:relative; margin:0 0 0 49px; }
#midnav li { position:absolute; top: 0; }
#midnav li, #midnav a { height:122px; display:block; }
#midnav span { display:none; }

#midnav-01 { width: 170px; left:0; }
#midnav-02 { width: 172px; left: 172px; }
#midnav-03 { width: 172px; left: 346px; }
#midnav-04 { width: 171px; left: 520px; }
#midnav-05 { width: 171px; left: 693px; }


#midnav-01 a:hover { background: transparent url("images/mid_nav.jpg") -0 -122px no-repeat; }
#midnav-02 a:hover { background: transparent url("images/mid_nav.jpg") -172px -122px no-repeat; }
#midnav-03 a:hover { background: transparent url("images/mid_nav.jpg") -346px -122px no-repeat; }
#midnav-04 a:hover { background: transparent url("images/mid_nav.jpg") -520px -122px no-repeat; }
#midnav-05 a:hover { background: transparent url("images/mid_nav.jpg") -693px -122px no-repeat; }


/* Mid-Nav Plain
 * ------------------------------------------------------------------------- */
#midnav_plain { background:url("images/midnav_plain.gif") no-repeat; width:864px; height:23px; position:relative; margin:0 0 0 49px; }
#midnav_plain li { position:absolute; top: 0; }
#midnav_plain li, #midnav_plain a { height:23px; display:block; }
#midnav_plain span { display:none; }

#midnav_plain-01 { width: 170px; left:0; }
#midnav_plain-02 { width: 172px; left: 172px; }
#midnav_plain-03 { width: 172px; left: 346px; }
#midnav_plain-04 { width: 171px; left: 520px; }
#midnav_plain-05 { width: 171px; left: 693px; }


#midnav_plain-01 a:hover { background: transparent url("images/midnav_plain.gif") -0 -23px no-repeat; }
#midnav_plain-02 a:hover { background: transparent url("images/midnav_plain.gif") -172px -23px no-repeat; }
#midnav_plain-03 a:hover { background: transparent url("images/midnav_plain.gif") -346px -23px no-repeat; }
#midnav_plain-04 a:hover { background: transparent url("images/midnav_plain.gif") -520px -23px no-repeat; }
#midnav_plain-05 a:hover { background: transparent url("images/midnav_plain.gif") -693px -23px no-repeat; }




/* Main Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */
#nav { 
	background:url("images/topnav.gif") no-repeat; 
	width:864px; 
	height:23px; 
	margin:0 0 0 49px;
	padding:0; 
	list-style:none;
	}

#nav span { display: none; }

#nav li, #nav a { height:23px; display:block; outline:none; margin:0; padding:0; list-style:none; z-index:5;} /* Need to specify z-index here to avoid dual sprite-nav overlap issues in IE 6*/

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 132px; left: 0px;}
#nav-02 { width: 170px; left: 2px; }
#nav-03 { width: 135px; left: 4px; }
#nav-04 { width: 146px; left: 6px; }
#nav-05 { width: 135px; left: 8px; }
#nav-06 { width: 136px; left: 10px; }


/*-------------- (-79px) X position of button / (-23px) height of image from above ------------- */
#nav-01 a:hover { background:url("images/topnav.gif") -0px -23px no-repeat; }
#nav-02 a:hover { background:url("images/topnav.gif") -134px -23px no-repeat; }
#nav-03 a:hover { background:url("images/topnav.gif") -306px -23px no-repeat; }
#nav-04 a:hover { background:url("images/topnav.gif") -443px -23px no-repeat; }
#nav-05 a:hover { background:url("images/topnav.gif") -591px -23px no-repeat; }
#nav-06 a:hover { background:url("images/topnav.gif") -728px -23px no-repeat; }




/* SON OF SUCKERFISH */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color: #000;	/* Background color of drop down menu - add more styles (i.e. background image) if you want */
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	margin-left:-2px; /* To make the 2px white border line up with the dividers between the nav graphic */
	}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

#nav li ul li {
	height: 22px;				/* Height of each drop down menu item */
	border-bottom:1px solid #fff; 
	z-index:10;	
	}
	
	#nav li ul li.last {
		border-bottom:2px solid #fff;
		}
		
	#nav li ul li.first {
	border-top:2px solid #fff;
		}

#nav li ul li.most_top {
	border-top:1px solid #fff;
	}

#nav li ul li a {
	width: 100%;
	height: 22px;				/* Height of each drop down menu item, should match above */
	line-height: 22px;			/* Height of each drop down menu item again, should match above */
	}

#nav li ul li a span {
	display: block;
	padding-left: 5px;
	float:left;
	}

#nav li ul li a:hover {
	background:#0a7cc1;
	color:#fff;
	cursor:pointer;
	}


/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: .92em;
	color: #fff;
	text-decoration: none;
	}


/* width of drop down menu - choose width that allows items to display on one line */	
#nav-01 ul, #nav-01 li { 
	width: 133px; 
	}
	
	
	
		#nav-01 li li, #nav-01 ul ul {
		width:140px;
		}

		#nav li#nav-01 ul ul { /* third-and-above-level lists */
		margin: -15px 0 0 133px;
		}


#nav-02 ul, #nav-02 li { 
	width: 132px; 
	}
	
		#nav-02 li li, #nav-02 ul ul {
		width:157px;
		}

		#nav li#nav-02 ul ul { /* third-and-above-level lists */
		margin: -15px 0 0 132px;
		}

		
#nav-03 ul, #nav-03 li { 
	width: 140px; 
	}
	
	#nav-03 li li, #nav-03 ul ul {
		width:86px;
		}

		#nav li#nav-03 ul ul { /* third-and-above-level lists */
		margin: -15px 0 0 140px;
		}

#nav-04 ul, #nav-04 li { 
	width: 165px; 
	}
	
	#nav-04 li li, #nav-04 ul ul {
		width:130px;
		}

		#nav li#nav-04 ul ul { /* third-and-above-level lists */
		margin: -15px 0 0 165px;
		}
		



#nav-05 ul, #nav-05 li { 
	width: 110px; 
	}
	
	#nav-05 ul ul, #nav-05 li li {
			width:151px;
			}
			
		#nav li#nav-05 ul ul { /* third-and-above-level lists */
		margin: -15px 0 0 110px;
		}
		
#nav-06 ul, #nav-06 li { 
	width: 110px; 
	}
	
	#nav-06 ul ul, #nav-06 li li {
			width:151px;
			}
			
		#nav li#nav-06 ul ul { /* third-and-above-level lists */
		margin: -15px 0 0 110px;
		}
		
		
		

/* 
Example of how to do double-drop down with 2nd menu on left-hand side. Note the 2px difference 
#nav-07 ul, #nav-07 li {
	width:106px;
	}

	#nav li#nav-07 ul ul {
		margin:-15px 0 0 -108px;
		}
*/

#nav li:hover ul, #nav li.sfhover ul {
    left:0;
    zoom:1; /* fix ie7 disappear */
	}

#nav li:hover, #nav li.sfhover {
    height:auto; /* fix ie7 sticky */
	}


