@charset "utf-8";
body, html {
	color: #CCCCCC;
	background-color: #8F8E8E;
	background-image: url(../images/background_tests/grad2.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
img {
	line-height: 1em;
}


#container  {
	width: 960px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	float: left;
	height: 55px;
	padding-left: 10px;
	margin-bottom: 50px;
} 
#title {
	width: 50%;
	margin: 0px;
}


.welcome {
	text-align: center;
	margin-left: 10px;
	padding-top: 20px;
}
#header  h1  {
	font-size: 160%;
	color: #CCCCCC;
	padding-top: 15px;
	padding-right: 0;
	line-height: 50px;
	margin: 0;
	float: left;
	width: 350px;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
}


/* One simple border definition */
#my-border {
	color:#fff;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	float: left;
	width: 660px;
}
#my-border1{
	color:#fff;
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 30px;
	float: left;
	width: 195px;
}

#my-border, #my-border .sb-inner { background:#444 url(../shadedborder/grad.png) repeat-x; }
#my-border1, #my-border1 .sb-inner {
	background-color: #444;
	background-image: url(../shadedborder/grad.png);
	background-repeat: repeat-x;
}

#mainContent  {
	width: 700px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: left;
	float: left;
	padding: 0px;
} 
#home_content {
	color: #CCCCCC;
	float: left;
	width: 100%;
}
#home_content   h1 {
	color: #33FF99;
}
#home_content #homeleft {
	float: left;
	width: 275px;
	text-align: justify;
	background-repeat: repeat;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0B2A39;
	height: 280px;
}
#home_content #homeslide {
	float: right;
	width: 360px;
	border: 3px solid #403C34;
}



.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;
}

/* CSS Document */
#header ul.nav {
	height:40px;
	float:right;
	font-size:12px;
	display: inline;
}

#header ul.nav li { display:inline; }

#header ul.nav li a {
	border:none;
	display:block;
	float:left;
	height:30px;
	line-height:30px;
	text-decoration:none;
	color:#aaa;
	text-transform:uppercase;
	border-bottom:5px solid #555;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#header ul.nav li a:hover { background:#333; color:#eee; }

#header ul.nav li.current a { color:#ccc; }

#header ul.nav li.current a.page1 { border-bottom:5px solid #9ce; }

#header ul.nav li.current a.page2 { border-bottom:5px solid #fb0; }

#header ul.nav li.current a.page3 { border-bottom:5px solid #96c; }

#header ul.nav li.current a.page4 { border-bottom:5px solid #9c3; }

#header ul.nav li.current a.page5 { border-bottom:5px solid #e43; }

#header ul.nav li a.page1:hover { border-bottom:5px solid #9ce; }

#header ul.nav li a.page2:hover { border-bottom:5px solid #fb0; }

#header ul.nav li a.page3:hover { border-bottom:5px solid #96c; }

#header ul.nav li a.page4:hover { border-bottom:5px solid #9c3; }

#header ul.nav li a.page5:hover { border-bottom:5px solid #e43; }
#home_content ul li {
	display: inline;
	list-style-type: none;
	color: #CCCCCC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #868686;
}
.about  {
	background-color: #CCFF66;
	color: #333333;
	width: 160px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 20px;
	text-align: center;
}
.about   h3 {
	display: block;
	width: 100%;
	background-color: #996633;
}
#footer {
	clear: both;
	width: 700px;
	padding-left: 15px;
	color: #333;
}
#footnote {
	float: left;
	width: 40%;
}
#copywrite {
	text-align: right;
	float: right;
	width: 50%;
	margin-right: 30px;
}
#home_recap {
	float: left;
	width: 98%;
	margin-top: 20px;
	background-repeat: repeat-x;
	background-position: 0px -5px;
	padding-right: 6px;
	padding-left: 6px;
	text-align: center;
	margin-bottom: 10px;
}
#home_recap li {
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 8px;
	padding-left: 8px;
	height: 39px;
}
#home_recap ul {
	padding-right: 0px;
	margin-top: 10px;
	background-image: url(../images/background_tests/bottom-bar-bg.png);
	background-repeat: repeat-x;
	height: 29px;
	padding-top: 10px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-left: 0px;
	margin-left: 0px;
}
#container #footer #footnote a {
	color: #444;
	font-style: italic;
}
#homeleft h2 {
	background-image: url(../images/background_tests/bottom-bar-bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: center;

}
#services_left {
	float: left;
	width: 48%;
}
#services_right {
	float: right;
	width: 48%;
	color: #333333;
}
.service_name  {
	display: block;
	background-image: url(../images/background_tests/bottom-bar-bg.png);
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 4px;
	padding-left: 5px;
	background-repeat: repeat-x;
	padding-top: 8px;
	color: #CCCCCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;

}
.service_descrip {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: justify;
	padding-right: 10px;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
#header h2 {
	color: #B3FFE7;
	float: left;
	width: 100%;
}
#login  {
	width: 200px;
	margin-left: 200px;
	display: none;
	float: left;
}
.recap_one {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #868686;
}
#homeleft p {
	padding-right: 6px;
	padding-left: 6px;
}
#homeleft h3 {
	padding-left: 5px;
	background-image: url(../images/background_tests/bottom-bar-bg.png);
	background-position: bottom;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	height: 1.6em;
}
#left_column {
	float: left;
	width: 100%;
}
#right_column {
	float: left;
	width: 100%;
}
#dialog label, #dialog input { display:block; }

		#dialog input.text { margin-bottom:12px; width:95%; }
		#dialog fieldset { padding:0; border:0; margin-top:25px; }
		#dialog label {
		width:8em 
		}