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

body {
	font-family:Tahoma, Geneva, sans-serif;	
	background-color:#345474;
	background-image:url(../images_ct/background-stripe-blue.jpg);
	background-repeat: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;
	
	
}
h2
{
	font-size:16px;
	font-weight: bold;
	color: #3967ab;
	
}
a img
{
	border:none;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	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. */
	min-height:600px;
}
.oneColFixCtrHdr #header {
	text-align:center;
	color:#FFF;
	background-image:url(../images_ct/background-stripe-blue.jpg);
	background-repeat:repeat-x;
	height:108px;
	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. */
	margin:0px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr .flash
{
	margin:0px;
	padding:0px;
	width:780px;
	height:200px;
	
}
.oneColFixCtrHdr #footer {
	text-align:center;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color:#FFF;
	
	
	font-size:10px;
	text-align:center;
	
	
	
}
.oneColFixCtrHdr #footer ul
{
	list-style-type:none;
	text-indent: 25px;
	float: left;
	padding-left:10px;
	padding-right:5px;
	text-align: left;
	margin:0px;
	font-weight:bold;
	color:#666;
	text-decoration:none;	
	display:inline;
}
.oneColFixCtrHdr #footer ul .first
{
	padding-left:40px;
}
.oneColFixCtrHdr #footer a
{
	text-decoration:none;
	color:#999;
}
.oneColFixCtrHdr #footer ul li ul a
{
	padding:0px;
	text-align:left;
	font-weight:normal;
	
}
.oneColFixCtrHdr #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:#999;
}
.oneColFixCtrHdr #OSLTitle
{
	font-size:16px;
	font-weight: bold;
	text-align:left;
	color: #3967ab;
}
.oneColFixCtrHdr #facebook
{
	background-image:url(../images_ct/facebook.gif);
	width:780px;
	background-repeat: no-repeat;
	min-height:230px;
	
}
.oneColFixCtrHdr #facebook .facebook-text
{
	width:705px;
	padding:100px 0px 0px 65px;
	font-size:10px;
	color:#666;
	line-height:11px;
}
.oneColFixCtrHdr #menu
{
	padding:7px 0px 0px 0px;
	margin:0px;
	text-align: center;
	height:55px;
	border-color:#336699;
	
}

#menu ul
{
	margin: 0 auto;
	list-style-type:none;
	margin:0px 0px 0px 125px;
	border-color:#336699;
	color:#999;
	
		
}
#menu ul li
{
	float:left;
	border-color:#336699;
	
	border-right:solid;
	border-right-color:#336699;
	border-width:1px;
	text-align: center;
	
	padding-bottom:0px;
}
#menu li a
{
	display:block;
	padding:0px;
	line-height:1px;
	
	text-decoration:none;
	
	
}
ul#navbar li a:hover
{
	display:block;
	height:19px;
	line-height:1px;
	background-image:url(../images_ct/menu-down.jpg);
	background-repeat:repeat-x;
	background-color:#000;
	
}


.column {
	width:150px; 
	border-right:1px dashed #000; padding:10px;
	}
.oneColFixCtrHdr #fb
{
	padding-top:1px;
	height:200px;
}
.oneColFixCtrHdr .dropdown {
	float:left; 
	padding:0px; 
	margin-top:2px;
}
.oneColFixCtrHdr .dropdown dt {
	width:100px; 
	border-right:1px solid #336699; 
	padding:10px 0px 13px 0px; 
	font-weight:bold; 
	cursor:pointer; 
	height:23px; 
}
.oneColFixCtrHdr .dropdown dt:hover {
	background-image:url(../images_ct/menu-down.jpg); 
	color:#fff;
}
.oneColFixCtrHdr .dropdown dd {
	position:absolute;
	overflow:hidden; 
	width:120px; 
	height: 100px; 
	display:none; 
	z-index:200; 
	opacity:0; 
	font-size:14px; 
	padding:0px; 
	margin:0px;
}
.oneColFixCtrHdr .dropdown ul {
	background:#fff;
	background-image:url(../images_ct/small-gradient.jpg);
	background-repeat:repeat-x;
	width:116px; 
	border:1px solid #9ac1c9; 
	left:0; 
	list-style:none;  
	border-top:none; 
	display:clear; 
	margin:0px; 
	padding:0px; 
}
.dropdown li
{
	padding:5px; 
	margin:2px;
	margin-bottom:0px;
}
.oneColFixCtrHdr .dropdown  a, .dropdown a:active, .dropdown a:visited { 
	display:block; 
	padding:5px; 
	color:#999; 
	text-decoration:none; 
	width:90px; 
	text-align:left; 
	font-weight:bold;
}

.oneColFixCtrHdr .dropdown li a:hover {
	color:#000;

}
.oneColFixCtrHdr .dropdown .underline {
	border-bottom:1px solid #b9d6dc
}
#main_message
{
	background-color:#FFFFFF;
	margin-top:0px; 
	margin-bottom:15px; 
	padding-top:8px; 
	padding-right:10px; 
	padding-left:10px; 
	padding-bottom:10px; 
	text-align: justify;
	
}
