@charset "utf-8";
/* CSS Document */

a {text-decoration:underline;}

a img {
	border:none;
	}
	
h1, h2, h3 {
	color:#11345c;
	font-size:18px;
	}
h4, h5, h6 {
	color:#11345c;
	}


#printheader{
	display:none;
	}


.noscreen {
	display:none;
	visibility:hidden;
	}

td {
	vertical-align:top;
	}
li {
	padding-top:5px;
	}
dt {
	font-weight:600;
	font-size:1.1em;
	padding:10px 0;
	}
table.case td {
	font-size:12px;
	font-style:italic;
	}
table.case p {
	padding:0 5px;
	}

/* ---------------body and containers----------------------------*/
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-color: #123f63;
	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;
}
.oneColFixCtrHdr #container {
	width: 879px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/content_bg.jpg); background-repeat:repeat-y;
	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. */
	padding:0;
	
}
.oneColFixCtrHdr #header {
	padding: 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. */
	background-image:url(images/header_print.jpg); background-repeat:no-repeat;
}
.oneColFixCtrHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColFixCtrHdr #mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-left:235px;
}


/*----------------------N A V I G A T I O N   (Main nav styles are replaced by the javascript file menu/menu_data.js,)---------------*/
#nav {
	float:left;
	padding:0; 
	width:233px;
	
	}




/*----------------breadcrumbs-----------------------------------*/
#breadcrumbs {
	font-size:.7em;
	}

/* -------------------stylize text, images, links, callout-------------*/

.callout {
	background-image:url(images/callout.jpg); background-repeat:no-repeat;
	width:217px;
	height:156px;
	padding:0 10px;
	margin-bottom:40px;
	font-size:.9em;
	}
.callout h2 {
	font-size:14px;
	color:#11345c;
	padding-top:17px;
	}

.callout p {
	width:200px;
	}		
a  {
	color:#11345c;	 
	}
	
a:hover   { 
		color:#237AD7;
		text-decoration:none; }

#submenu {
	margin-left:50px;
	margin-top:120px;
	}
#submenu ul {
	/*margin-left:25px;*/
	
	}

#submenu ul li {
	list-style-type:disc;
	padding:0 0 15px 0;
	font-size:12px;
	}
#submenu ul li a{
	color:#237ad7;
	}
#submenu ul li a:hover {
	color:#123f6e;
	}



#mmatagline {
	font-size:9px;
	color:#fff;
	}
#mmatagline p a {
	color:#fff;
	}		
		
/*-----------------------------------footer--------------------------*/
#footer {
	padding:10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer_bg.jpg); background-repeat:repeat-x;
	margin:0 8px 0 9px;
	text-align:center;
	background-color:#0f1d37;
	color:#fff;
	font-size:.8em;
}

#footer a {
	color:#fff;
	}
#footer a:hover {
	background-color:#fff;
	color:#11345c;
	}

.footerspacing {
	padding-left:20px;
	}


	
#footer ul {
		list-style:none; 
		
		}

#footer ul li {
		display:inline;
 		line-height:26px;
		background-image:none	
		}
#footer ul li a {
		color:#fff; ;
		font-size:12px;	
		text-decoration:none;
		padding:4px 5px;																																			        }
#footer ul li a:hover {
		color:#024784;
		padding:4px 5px;			
		}


