@charset "utf-8";
body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	background: #dbe6f1;
	background-image: url(/mso/images/bg.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 4px	 0 0 0;
	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;
}

a:link, a:visited, a:active
{
	color: #3277c1;
	text-decoration: underline;
	}
	
a:hover
{
	color: #a16410;
	text-decoration: underline;
	}	
	

.oneColLiqCtrHdr #container 
{
	width: 960px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
.oneColLiqCtrHdr #header 
{
	background: #fefefe;
	background-image: url(/mso/images/header/bg.gif);
	background-repeat: no-repeat;
	height: 113px;
	font-size: .8em;
	width: 960px;
	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. */
	}
	
.oneColLiqCtrHdr #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: 12px 0 0 12px;
	width: 300px;
	height: 50px;
	}

.oneColLiqCtrHdr #mainContent 
{
	padding: 0;
	background: #FFF;
	margin: 0;
	}

#mainContent .mid-home
{
	background-image: url(/mso/images/home/mid_bg.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 222px;
	width: 960px;
	}
	
#mainContentSub
{
	background-color: #fff;
	background-image: url(/mso/images/sub_bg.jpg);
	background-repeat: no-repeat;
	width: 960px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
.content
{
	margin: 0 0 0 350px;
	padding: 25px 55px 25px 25px;
	line-height: 145%;
	}
	
.content h1
{
	font-size: 1.4em;
	}
	
.content h2
{
	font-size: 1.1em;
	}
	
.content p
{
	padding: 0 0 12px 0;
	}
	
.content ul
{
	margin-top: 0;
	margin-bottom: 20px;
	}					
		
.mid-content 
{
	float: left;
	padding: 16px 0 0 0;
	width: 418px;
	font-size: .8em;
	color: #3277c1;
	margin: 0 0 0 300px;
	display: inline;
	}	
	
.mid-content h1
{
	padding: 0;
	display: block;
	color: #3277c1;
	font-size: 1.4em;
	margin: 0;
	width: 400px;
	}	
	
.mid-content ul
{
	margin-top: 8px;
	}
	
.mid-quote
{
	float: left;
	margin: 0 0 0 25px;
	width: 175px;
	font-size: 1.0em;
	color: #a16410;
	display: inline;
	padding: 15px 0 15px 15px;
	}
	
.mid-quote p
{
	font-style: italic;
	line-height: 135%;
	text-align: justify;
	}	
	
.mid-quote p.small
{
	font-size: .8em;
	font-style: italic;
	}	
		
	
.home-left
{
	float: left;
	width: 34%;
	color: #333;
	font-size: .8em;
	display: inline;
	}
	
.home-mid
{
	float: left;
	width: 34%;
	color: #333;
	font-size: .8em;
	display: inline;
	}	
	
.home-right
{
	float: left;
	width: 32%;
	color: #333;
	font-size: .8em;
	display: inline;
	}
	
.home-left-position, .home-mid-position, .home-right-position	
{
	padding: 20px;
	}
	
.home-left h2, .home-mid h2, .home-right h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	}
		
.home-left ul, .home-mid ul, .home-right ul
{
	}			
		

.btm-home
{
	background-image: url(/mso/images/home/btm_bg.gif);
	background-repeat: no-repeat;
	background-color: #c1cfdf;
	width: 960px;
	}


.oneColLiqCtrHdr #footer { 
	padding: 4px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#DDD;
	background-image: url(/mso/images/footer/bg.gif);
	background-repeat: repeat-x;
	height: 70px;
	width: 960px;
	font-size: .8em;
	text-align: center;
	color: #4c4d4d;
	margin: 0;
}
.oneColLiqCtrHdr #footer-sub { 
	padding: 4px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#DDD;
	background-image: url(/mso/images/footer/sub_bg.gif);
	background-repeat: repeat-x;
	height: 66px;
	width: 960px;
	font-size: .8em;
	text-align: center;
	color: #4c4d4d;
	margin: 0;
} 
.oneColLiqCtrHdr #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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer ul a:link, .oneColLiqCtrHdr #footer ul a:visited, .oneColLiqCtrHdr #footer ul a:active
{
	color: #4c4d4d;
	text-decoration: none;
	padding: 0 15px 0 15px;
	}
	
#footer-sub ul a:link, .oneColLiqCtrHdr #footer-sub ul a:visited, .oneColLiqCtrHdr #footer-sub ul a:active
{
	color: #4c4d4d;
	text-decoration: none;
	padding: 0 15px 0 15px;
	}	
	
.oneColLiqCtrHdr #footer ul a:hover, .oneColLiqCtrHdr #footer-sub ul a:hover
{
	color: #3277c1;
	text-decoration: none;
	padding: 0 15px 0 15px;
	}	
	
.oneColLiqCtrHdr #footer ul, .oneColLiqCtrHdr #footer-sub ul
{
	list-style-type: none;
	margin: 0;
	padding: 8px 0 0 0;
	}

.oneColLiqCtrHdr #footer li, .oneColLiqCtrHdr #footer-sub li
{
	display: inline;
	}			

img
{
	border: 0;
	margin: 0;
	padding: 0;
	}
	
.clear
{
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}	
	
	
	
	
	
	
.menu
{
	margin: 24px 0 0 0;
	width: 100%;
	color: #ccc;
	padding: 0;
	}
	
	
	
	
	
	
	
	
/* Header and navigation styles */
#navigation 
{
	float: left;
	height: 2.8em; 
	line-height: 2.8em; 
	width: 82%; 
	margin: 0;
	padding: 0; 
	color: #ccc;
	}
	
#navigation ul
{
	margin: 0;
	padding: 0;
	}	
	
#navigation li 
{
	float: left; 
	list-style-type: none; 
	border-right: 1px solid #1c3e57;
	border-left: 1px solid #85b6d9; 
	white-space: nowrap;
	}
	
#navigation li.close
{
	float: left; 
	list-style-type: none; 
	border-left: 1px solid #85b6d9; 
	border-right: 0;
	white-space: nowrap;
	}	
	
#navigation li a 
{
	display: block; 
	padding: 0 20px; 
	font-weight: normal; 
	text-decoration: none; 
	background-color: inherit; 
	color: #ccc;
	font-weight: bold;
	}
	
* html #navigation a 
{
	width: 1%;
	}
	
#navigation a:hover
{
	background: #80b0da; 
	color: #f2ce90; 
	text-decoration: none;
	}
	
.contact-email a
{
	color: #f2ce90; 
	text-decoration: none;
	}	
	
.contact-email
{
	float: left;
	width: 10%;
	padding: 8px 0 0 0;
	}	