@charset "utf-8";

html {
	height:100.1%;
}
body  {
	height:100.1%;
	font: small Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.allWrap #container { 
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff url(../img/body.png) repeat-y 0 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.allWrap #header { 
	background: #ffffff url(../img/header.png) no-repeat 0 0; 
	padding: 0;
	margin:0;
	height:118px;
} 
.allWrap #header #headerLeft { 
	float: left;
	width: 199px;
	margin-left:29px;
} 
.allWrap #header #headerRight { 
	margin-left: 300px;
} 
.allWrap #header h1 {
	margin: 0;
	padding: 0;
}
.allWrap #header #headerRight h1{ 
	font-size:150%;
	padding:66px 40px 0 0;
	text-align:right;
	float:right;
	width:600px;
} 
.allWrap #sidebar1 {
	float: left;
	width: 200px;
	padding: 15px 0 15px 28px;
}
.allWrap #mainContent { 
	margin: -20px 0 29px 228px;
	padding: 0;
} 
/*.allWrap #mainContent div{
margin:-10px 0 0 0;
padding:0;
}*/
.allWrap #mainContent #contentLeft {
	float:left;
	width:500px;
	background:#000;
	color:#fff;
}
.allWrap #mainContent #contentLeft .csc-header,
.allWrap #mainContent #contentLeft p.bodytext {
	width:400px;
	margin-left:20px;
}
.allWrap #mainContent #contentLeft .csc-header a,
.allWrap #mainContent #contentLeft p.bodytext a,
.csc-sitemap ul li a {
	color:#fff;
}
.allWrap #mainContent #contentRight {
	width:120px;
	margin-right:60px;
	margin-top:250px;
	float:right;
	padding:10px;
}
.allWrap #footer { 
	padding: 0;
	background: #ffffff url(../img/footer.png) no-repeat left bottom; 
	height:80px;
} 
.allWrap #footer #footerContent {
	margin: 0 40px 0 250px;
	padding: 0;
	font-size:90%;
	color:#afafaf;
}
.allWrap #footer #footerContent a{
	color:#afafaf;
}
.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;
}
#utilitiesMenu{
position:absolute;
top:0;
left:50%;
margin:72px 0 0 -400px;
width:200px;
height:24px;
text-align:right;
}
#utilitiesMenu p{
margin:0;
padding:0;
}
#utilitiesMenu a{
color:#000000;
text-decoration:none;
}
#utilitiesMenu a:hover{
color:#000000;
text-decoration:underline;
}

#title { 
	height: 140px;
	width:820px;
}

#title{height:60px; padding-top:100px;}
h3{font-size:13px;}

#kwicks_container{
	width:741px;
	height:240px;
	overflow:hidden;
}

#kwicks {
	position: relative;
	margin:0;
	padding:0;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width:185px;
	height: 240px;
	padding:0;
	margin:0;
	overflow:hidden;
}
 
#kwicks strong{
	color:#FFFFFF;
	font-size:13px;
}

#kwick_1 {background-color: #ffffff;}
#kwick_2 {background-color: #ffffff;}
#kwick_3 {background-color: #ffffff;}
#kwick_4 {background-color: #ffffff;}

	#sidebar1, #sidebar1 ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 198px;
	}
	
	#sidebar1 li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 198px;
	}
	#sidebar1 li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.05em;
		margin-top : -1.35em;
		background:#fff;
		z-index:99999;
		width:180px;
		font-size:1em;
		border:2px solid #cd190b;
	}
	
	#sidebar1 li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#sidebar1 li a {
		width: 180px;
		w\idth : 170px;
		display : block;
		color : #afafaf;
		font-weight : bold;
		text-decoration : none;
		padding : 0 5px;
		font-size:1.3em;
		line-height:140%;
		font-style:italic;
		text-align:right;
	}
	#sidebar1 li.level1active a {
		width: 180px;
		w\idth : 170px;
		display : block;
/*		font-weight : bold;
		text-decoration : none;
		padding : 0 5px;
		font-size:1.3em;
		line-height:140%;
		font-style:italic;
		text-align:right;*/
	}
	#sidebar1 li ul li a {
		font-size:1.1em;
		line-height:1.3em;
		color : #969696;
	}
	
	#sidebar1 li a:hover {
		color : white;
		background-color : black;
	}
	
	#sidebar1 li:hover ul ul, #sidebar1 li:hover ul ul ul, #sidebar1 li.sfhover ul ul, #sidebar1 li.sfhover ul ul ul {
		left: -999em;
	}
	
	#sidebar1 li:hover ul, #sidebar1 li li:hover ul, #sidebar1 li li li:hover ul, #sidebar1 li.sfhover ul, #sidebar1 li li.sfhover ul, #sidebar1 li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	
	
	
	

