@charset "utf-8";
/* CSS Document
   Acquient Design Studio
   Copyrright © 2010. All Rights Resevered. */

body{
	background: #EDEDED;
	margin: 0px;
	padding: 0px;
}
P {margin: 0px;}
IMG{border: 0px;}
.fl{float: left;}
.fr{float: right;}
.clear{clear: both;}


/* LINK STYLING */
a:link {color: #039;}		/* unvisited link */
a:visited {color: #039;}	/* visited link */
a:hover {color: #06C;}  	/* mouse over link */
a:active {color: #06C;}  	/* selected link */
a:link, a:visited{text-decoration: none;}
a:hover, a:active{text-decoration: underline;}

/* LAYOUT CONTAINERS */
#framework{
	width: 960px;
	background: url(/assets/images/container_bg.png) repeat-y;
	padding-left: 12px;
	padding-right: 12px;
	margin-left: auto;
	margin-right: auto;
}
#header{
	background: url(/assets/images/header_bg.png) repeat-y right;
	position: relative;
}
#headerLinks{
	font-size: 12px; 
	top: 3px;
	left: 360px;
	position: absolute;
}
#headerButtons{
	right: 10px;
	top: 65px;
	text-align: right;
	position: absolute;
}
#hotline{
	right: 10px;
	top: 5px;
	width: 305px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #666;
	position: absolute;
}
#hotline img{vertical-align: top; line-height: 20px;}
#hotline H1{
	font-size: 18px;
	margin: 0px;
	margin-bottom: 3px;
	color: #C40000;
	text-transform: capitalize;
}
#navigation {
	height: 35px;
	background: url(/assets/images/menu_links_bg.gif) repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#search{
	right: 21px;
	position: absolute;
	top: 133px;
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #FFF;
}
#content{
	margin: 10px;
	margin-right: 7px;
	width: 700px;
	font-size: 14px;
}
#content H1{margin-top: 6px; margin-bottom: 6px;}
#side_bar {
	margin: 15px;
	width: 210px;
}
#footer {
	margin: 18px 0 0 0;
	text-align: center;
	font-size: 12px;
}

/* 4 COLUMNS FOR PROGRAMS AND SERVICES */
.colHeader{
	background: #433E67;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 10px;
}
.cols{ 
	float: left;
	width: 220px;
	height: 270px;
	margin: 10px;
	background: url(/assets/images/col_grad.jpg) repeat-x;
	overflow: hidden;
}
.cols a{
	font-weight: bold; 
	font-size: 14px; 
}
.cols .content{margin: 10px;}
.cols a:link, .cols a:visited {color: #000;}
.cols a:hover, .cols a:active {color: #4D4D4D;}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
	left: -8px;
	top: -3px;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}

