/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
/* END RESET */

body {
	font-family:Helvetica, Arial, sans-serif;
	text-align:center;
	background:#1b2040 url(../images/bg.jpg) repeat-x 20% top;
}
a{color:#D15400;}
a:hover {
	text-decoration:none;
}
#wrapper {
	width:900px;
	text-align:left;
	margin:0 auto;
	position:relative;
}

/* HEADER */
#header {
	width:900px;
	height:105px;
	background-color:#1b2040;
	border-bottom:5px solid #d15400;
}
#header h1 {
	float:left;
}
#header h1 a {
	display:block;
	width:240px;
	height:105px;
	background:url(../images/logo.png) 0 0 no-repeat;
	text-indent:-9999px;
}
/* nav */
#header ul {
	width:565px;
	height:30px;
	float:right;
	margin:61px 7px 0 0;
}
#header ul li {
	float:left;
	display:inline;
}
/* nav links */
#header ul li a {
	display:block;
	height:30px;
	background:url(../images/nav.png) 0 0 no-repeat;
	text-indent:-9999px;
}
#header ul li#nav-home a {
	width:62px;
}
#header ul li#nav-about a {
	width:87px;
	background-position:-62px 0;
}
#header ul li#nav-services a {
	width:79px;
	background-position:-149px 0;
}
#header ul li#nav-clients a {
	width:71px;
	background-position:-228px 0;
}
#header ul li#nav-events a {
	width:68px;
	background-position:-299px 0;
}
#header ul li#nav-aiken a {
	width:101px;
	background-position:-367px 0;
}
#header ul li#nav-contact a {
	width:97px;
	background-position:-468px 0;
}
/* nav links on */
#header ul li#nav-home a.active {
	background-position:0 -30px;
}
#header ul li#nav-about a.active {
	background-position:-62px -30px;
}
#header ul li#nav-services a.active {
	background-position:-149px -30px;
}
#header ul li#nav-clients a.active {
	background-position:-228px -30px;
}
#header ul li#nav-events a.active {
	background-position:-299px -30px;
}
#header ul li#nav-aiken a.active {
	background-position:-367px -30px;
}
#header ul li#nav-contact a.active {
	background-position:-468px -30px;
}
/* nav links hover */
#header ul li#nav-home a:hover {
	background-position:0 -60px;
}
#header ul li#nav-about a:hover {
	background-position:-62px -60px;
}
#header ul li#nav-services a:hover {
	background-position:-149px -60px;
}
#header ul li#nav-clients a:hover {
	background-position:-228px -60px;
}
#header ul li#nav-events a:hover {
	background-position:-299px -60px;
}
#header ul li#nav-aiken a:hover {
	background-position:-367px -60px;
}
#header ul li#nav-contact a:hover {
	background-position:-468px -60px;
}
/* END HEADER */

#feature-panel{
	background:#1b2040;
	height:240px;
	position:relative;
	width:900px;
}
#feature-panel div {
	width:900px;
	height:240px;
	overflow:hidden;
	position:absolute;
}


/* COLUMNS */
.column {
	background:#1b2040;
	width:220px;
	height:245px;
	float:left;
	position:relative;
}
#assessment, #education{
	width:230px;
}
.column h1{
	border-top:10px solid #18770a;
	border-bottom:1px solid #f56809;
	height:60px;
	overflow:visible;
	width:220px;
}
#assessment h1{
	padding-left:10px;
}
#education h1{
	padding-right:10px;
}
.column h1 a {
	background:url(../images/services_h1_bg.png) no-repeat 0 0;
	border-top:10px solid #18770a;
	border-bottom:0 solid #f56809;
	display:block;
	height:60px;
	margin-top:-10px;
	text-indent:-9999px;
	width:220px;
}
#management h1 a {
	background-position:-220px 0;
}
#solutions h1 a {
	background-position:-440px 0;
}
#education h1 a {
	background-position:-660px 0;
}
.column ul {
	margin-top:24px;
}
#assessment ul {
	margin-left:22px;
}
#management ul {
	margin-left:17px;
}
#solutions ul {
	margin-left:12px;
}
#education ul {
	margin-left:7px;
}
.column ul li {
	font-size:12px;
	line-height:19px;
	color:#5cbddd;
	background:url(../images/bullet.gif) 0 7px no-repeat;
	padding:0 0 2px 18px;
}

#assessment.on h1 a {
	background-position:0 -60px;
}
#management.on h1 a {
	background-position:-220px -60px;
}
#solutions.on h1 a {
	background-position:-440px -60px;
}
#education.on h1 a {
	background-position:-660px -60px;
}
.on ul li {
	color:#fff;
	background:url(../images/bullet-on.gif) 0 7px no-repeat;
}
/* END COLUMNS */


/* HOME BOTTOM */
#home-bottom {
	clear:both;
	font-size:14px;
	line-height:20px;
	color:#fff;
	background:url(../images/home-bottom-bg.gif) 0 0 repeat-y;
	overflow:hidden;
}
#about-us, #latest-news {
	width:450px;
	float:left;
}
#home-bottom h2 {
	border-bottom:1px solid #366E81;
	color:#366E81;
	font-size:18px;
	height:40px;
	margin:0 0 20px 10px;
	overflow:visible;
	position:relative;
	width:420px;
}
#about-us h2{
	margin-left:20px;
}
#home-bottom h2 span{
	border-bottom:5px solid #366E81;
}
#about-us p {
	margin:10px 0 10px 20px;
	padding:0 1px;
}
.more, .more a {
	color:#5cbddd;
}
#about-us .more {
	margin-top:16px;
}
#latest-news h3 a {
	font-weight:normal;
	color:#fff;
}
#latest-news ul {
	margin:10px 10px 0 10px;
}
#latest-news ul li {
	margin:0 0 20px;
	padding:0 1px;
}
#latest-news .more {
	margin-left:10px;
}
/* END HOME BOTTOM */


/* FOOTER */
#footer {
	clear:both;
	height:50px;
	font-size:12px;
	background-color:#366e81;
	margin:20px 0;
}
#footer ul {
	float:left;
	margin:19px 0 0 20px;
}
#footer ul li {
	float:left;
	display:inline;
	margin-right:18px;
}
#footer ul li a {
	text-decoration:none;
	color:#fff;
}
#footer ul li a:hover {
	text-decoration:underline
}
#footer p {
	float:right;
	margin:19px 20px 0 0;
}
/* END FOOTER */

/* SUB FOOTER (address bit) */
#sub_footer{
	background:#1b2040;
	color:#366e81;
	font-size:12px;
	padding:0 20px 20px;
	text-align:center;
}
.interior #sub_footer{
	padding-top:20px;
}

/* END SUB FOOTER */

/* INTERIOR PAGES */
body.interior {
	background:#1b2040 url(../images/bg-interior.jpg) repeat-x 20% top;
	padding-bottom:25px;
}
.interior #wrapper {
	background-color:#fff;
}
.interior #feature-panel {
	width:900px;
	height:140px;
	background:url(../images/feature-panel-bg.jpg) no-repeat 0 0;
}
/* content */
#content-area {
	float:right;
	width:720px;
}
#content-area h1 {
	border-bottom:1px solid #366E81;
	color:#366E81;
	font-size:24px;
	width:700px;
	height:30px;
	margin:19px 0px 0px 0px;
	overflow:visible;
	position:relative;

}
#content-area h2 {
	border-bottom:1px solid #366E81;
	color:#366E81;
	font-size:24px;
	width:700px;
	height:49px;
	margin:0 0 10px;
	overflow:visible;
	position:relative;
}
#content-area h2 span{
	border-bottom:5px solid #366E81;
}
#content {
	width:480px;
	font-size:14px;
	color:#366e81;
	float:left;
	padding:20px 0 60px;
}
#content h3 {
	border-bottom:1px solid #366E81;
	color:#366E81;
	font-size:16px;
	width:90%;
	height:19px;
	margin:10px 0;
	padding-bottom:0;
}
#content h3 a{
	color:#366E81;
	text-decoration:none;
}
#content h3 object{
	margin-top:7px;
}
#content h4, #content h5, #content h6{
	border-bottom:1px solid #366E81;
	color:#366E81;
	margin:0 0 10px;
	width:440px;
}
#content h4 a, #content h5 a, #content h6 a{
	color:#366E81;
	text-decoration:none;
}
#content p {
	line-height:20px;
	margin:0 40px 20px 0;
}
#content p.dateline{
	font-size:10px;
	margin:-10px 40px 10px 0;
	text-align:right;
}
#content ul {
	margin:0 40px 0 20px;
}
#content ul li {
	background:url(../images/bullet-arrow.gif) 0 4px no-repeat;
	padding:0 0 20px 20px;
}
#content ul li a {
	font-weight:bold;
	color:#366e81;
}
#content ul ul{
	margin-top:20px;
}
#content ul ul li{
	padding-bottom:10px;
}
#content ul.pagination{
	background:#c9e2ea;
	height:20px;
	margin-left:0;
	padding:5px;
	position:relative;
}
#content ul.pagination li{
	background:none;
	font-size:12px;
	padding:0;
	display:inline;
	position:absolute;
	top:8px;
}
#content ul.pagination li.next{
	right:5px;
}
#content table{
	font-size:12px;
}
#content tr.odd, #content tr:nth-child(even){
	background:#c9e2ea;
}
#content th, td{
	padding: 10px 5px;
}
#content th {
	background:#366E81;
	color:#fff;
	font-weight:bold;
	padding-bottom:15px;
	text-align:center;
	font-size: 14px;
}
#content td{
	border-bottom:1px solid #c9e2ea;
	vertical-align: top;
}
#content tr.odd td, #content tr:nth-child(even) td{
	padding-top:10px;
}
/* right sidebar */
#sidebar {
	width:220px;
	float:left;
	padding:5px 0 55px;
}
#contact {
	width:220px;
	height:120px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}
#contact a {
	display:block;
	width:220px;
	height:120px;
	background:url(../images/contact.gif) 0 0 no-repeat;
	position:absolute;
	top:0;
	left:0;
}
.interior #latest-news {
	width:220px;
	font-size:12px;
}
.interior #latest-news h4 {
	border:0;
	width:220px;
	height:50px;
	background:url(../images/h2-latest-news-interior.gif) 0 0 no-repeat;
	text-indent:-9999px;
}
.interior #latest-news ul {
	line-height:14px;
	margin:9px 0 0 0;
}
.interior #latest-news ul li {
	margin:0 0 14px;
}
.interior #latest-news a {
	color:#999;
}
.interior #latest-news .more {
	margin:18px 0 0;
}
/* left nav */
#sub-nav {
	width:180px;
	font-size:12px;
	float:left;
	padding:0 0 55px;
}
#sub-nav h1 {
	border-bottom:1px solid #366E81;
	color:#366E81;
	font-size:20px;
	height:49px;
	margin:0 20px;
	width:140px;
}
#sub-nav h1 object{
	margin-top:22px;
}
#sub-nav ul {
	margin:18px 20px 0 20px;
}
#sub-nav ul li {
	background:url(../images/bullet-interior.gif) 0 4px no-repeat;
	padding:0 0 18px 15px;
}
#sub-nav ul li a {
	text-decoration:none;
	color:#366e81;
}
#sub-nav ul li a:hover, #sub-nav ul li a:active{
	color:#d15400;
	text-decoration:underline;
}
#sub-nav ul li.here>a, body.news #sub-nav ul li.last>a, #sub-nav ul li li.here>a{
	color:#d15400;	
}
#sub-nav ul li ul {
	margin:10px 0 0 -13px;
}
#sub-nav ul li ul li {
	border-left:1px solid #c9e2ea;
	background:none;
	padding:5px 0 5px 12px;
}
#sub-nav ul li li.here{
	border-color:#d15400;
}
/* footer */
.interior #footer {
	margin:0;
}
/* END INTERIOR PAGES */

INPUT
{
	background-color: #e6e6e6;
	color:ffffff;
	font-family: arial, verdana, ms sans serif;
	font-weight: normal;
	font-size: 10pt;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	margin: 5px;
	padding: 3px;
}
