@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#041A42;
	background-image:url(images2/bg_patt.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#contain {
	width:850px;
	height:100%;
	margin:auto;
	padding-top:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	
#main_content {
	width:580px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:8px;
	background-repeat:repeat-x;
	background-color:#e3e2d4;
	padding: 15px;
	height:100%;
	color:#333333;
	font-size:14px;
	line-height: 26px;
	margin-right: 5px;
}

#index_content {
	width:799px;
	border-style:solid;
	border-color:#FFFFFF;
	border-width:8px;
	background-repeat:repeat-x;
	background-color:#e3e2d4;
	padding: 15px;
	height:100%;
	color:#333333;
	font-size:14px;
	line-height: 26px;
}


#rightcol {
	width:190px;
	color:#FFFFFF;
	padding:10px 10px 10px 10px;
	font-size:12px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 0px 0px 0px 0px;
	height: 100%;
	float:right;
	line-height: 20px;
}

#footer {
	background-color:#e3e2d4;
	width:100%;
	color:#041A42;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
	

h1 {
	font-size:20px;
	font-weight:bold;
	color:#041A42;
}
h2 {
	font-size:16px;
	font-weight:bold;
	color:#041A42;
}
h3 {
	font-size:18px;
	color:#FFFFFF;
	font-weight:bold;
	line-height: 20px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color:#003366;
	text-decoration:underline;
}
a:visited {
	color:#003366;
	text-decoration:underline;
}
a:hover {
	color:#003366;
	text-decoration:none;
}
a:active {
	color:#003366;
	text-decoration:underline;
}
.servicesareas {
	font-size:12px;
	line-height: 17px;
}
.gry_sm {
	font-size:10px;
	color:#999999;
}
.imgs {
	border-style:solid;
	border-color:#FFFFFF;
	border-width:2px;
	margin:0px 10px 5px 0px;
}
.staffbox {
	width:100%;
/*	height:260px; */
	border-style:solid;
	border-color:#000066;
	border-width:0px 0px 1px 0px;
	margin:5px 0px 10px 0px;
}

/* CAROURSEL STYLING */
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px solid black;
	overflow: scroll; /*leave this value alone*/
	width: 545px; /*Width of Carousel Viewer itself*/
	height: 175px; /*Height should enough to fit largest content's height*/
	margin-left:15px;
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 10px; /*margin around each panel*/
	width: 175px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
}
.stepcarousel a:link{
	color: #ffffff;
	text-decoration:underline;
}
.stepcarousel a:visited{
	color: #ffffff;
	text-decoration:underline;
}
.stepcarousel a:hover{
	color: #ffffff;
	text-decoration:underline;
}
.stepcarousel a:active{
	color: #ffffff;
	text-decoration:underline;
}
/*End Carousel */