/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0; padding: 0;
	font: normal 14px/20px Tahoma, sans-serif;
	color: #000; height: 100%;
	background: #03638d url(img/bg.jpg) repeat-x;
}
input, textarea, select, option { font: normal 12px/18px Tahoma, sans-serif; }
a { text-decoration: none; color: #11A0CF; font-size: 1em; padding: 1px 2px; }
a:hover { background-color: #f4f4f4; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }
.clear { clear: both; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
}
#contbg {
	width: 750px;
	background-color:#FFFFFF;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
	width: 750px;
	height: 200px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 15px;
}
#header div {
	background: url(img/fullhead.gif) no-repeat;
	text-align: left;
}
#header h1 {
	margin: 0;
	clear: both;
	padding-top: 200px
	font-size: 4em;
}
#header h1 a {
	padding: 0;
	color: #000;
	font-family: Century Gothic, sans-serif;
	font-weight: normal;
	color: #000;
}
#header h1 a:hover { background-color: transparent; }
* html #header h1 { padding-top: 23px; }

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	display: block;
	margin: 0 0 0 40px; padding: 142px 0 0 220px;
	list-style-type: none;
}
#header li {
	display: block;
	float: left;
	padding: 0 12px 0 0; margin: 0 0 0 7px; line-height: 38px;
	background: transparent url(img/mainmenu-bullet.gif) right center no-repeat; 
	text-align: left;
	position: relative;
}
#header li.end { background: transparent none; }
#header li.con { background: transparent none; float: right; padding: 2px; }
#header li a { color: #fff; }		
#header li a.con, #header li a.con:hover, #header li a.con:focus, #header li a.con:active  { 
	display: block; overflow: hidden;  width: 147px; height: 34px !important; 
	background: url(img/on.png) no-repeat !important; text-indent: -3000em; 
}
#header li a.on, #header li a:hover { background: transparent none; color: #99efff; }

#header li .submenu{
	position: absolute;
	top: 38px;
	left: 0;
	text-align: left;
	width: 220px;
	border-top: 5px solid #fff;
	background: #000;
	padding: 0;
	margin: 0;
	display: none;
}
#header li:hover .submenu {
	display: block;
}
#header li .submenu li {
	float: none;
	display: block;
	background: none;
	line-height: 16px;
}
#header li .submenu li a {
	display: block;
	padding: 5px;
	float: none;
	text-align: left;
	line-height: 16px;
	color: #fff;
	background: none;
}
#header li .submenu li a:hover {
	color: #99efff;
}



/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
}	
#content h2 { 
	font-size: 20px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
}	
#content h2 em { 
	color: #09C; 
	font-style: normal;
}
#content ul { margin: 20px 0; padding: 0 0 0 10px; }
#content ul ul { margin: 5px 0 0 0; padding: 0 0 0 10px; }
#content li { list-style-type: none; background: url(img/bullet.gif) no-repeat 0px 6px; padding: 0 0 0 25px; margin: 0 0 6px 0;}
#content li li { background: url(img/special-employ-bullet.gif) no-repeat 0px 3px; }

#content blockquote {
	background-color: #FFFFF0;
	margin: 20px 0;
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.lighted {
	background: url(img/back.png) no-repeat #FFFFFF center;
	margin: 20px 0;
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}	
.star_text {
	background-color: #FFFFFF;
	font-size:10px;
	font:Arial, Helvetica, sans-serif;
	text-align:center;
}
#content p { text-indent: 3em; }
#content blockquote p { margin: 0; text-indent: 0; }
#content #special-employ { color: #023a53; }
#content #special-employ li { background: transparent url(img/special-employ-bullet.gif) no-repeat 0px 2px; margin: 0 0 1em 0; }
#content form#employment { 
	border: 0; margin: 0; padding: 24px 0 0 0; height: 364px;
	background: transparent url(img/form-employment.gif) no-repeat center top;
}
#content form#employment { 
	border: 0; margin: 0; padding: 24px 0 0 0; height: 364px;
	background: transparent url(img/form-employment.gif) no-repeat center top;
}
#content form#employment .field { margin: 0 0 8px 0; }
#content form#employment .field .name { 
	display: block; padding: 0; text-align: right;
	width: 151px; margin: 0 10px 0 0; float: left;
	line-height: 25px;
}
#content form#employment .field .input {
	display: block; margin: 0; padding: 0; float: left;
}
#content form#employment .field .textfield { 
	margin: 0; padding: 4px 5px; border: 0; float: left; width: 227px; border: 0 none; height: 17px;
	background: transparent url(img/form-employment-textfield.png) left center no-repeat;
}
#content form#employment .field textarea { 
	margin: 0; padding: 4px 5px; border: 0; float: left; width: 227px; height: 88px; border: 0 none;
	background: transparent url(img/form-employment-textarea.png) left center no-repeat;
}
#content form#employment .field textarea { 
	margin: 0; padding: 4px 5px; border: 0; float: left; width: 227px; height: 88px; border: 0 none;
	background: transparent url(img/form-employment-textarea.png) left center no-repeat;
}
#content form#employment .field .radio { 
	float: left; margin: 0 10px 0 5px; line-height: 25px;
}
#content form#employment .button { margin: 40px 41px 0 0; text-align: right; }
#content form#employment .button button { 
	border: 0 none; padding: 0; margin: 0; width: 187px; height: 46px;
	background: transparent url(img/form-employment-button-submit.png) center center no-repeat;
	cursor: pointer; _cursor: hand;
}
#content form#employment .button button span { display: none; }

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 5px solid #ddd; }
#content ul.thumbs li a:hover img { border: 5px solid #333; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	
/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left { float: left; width: 225px; text-align: left; margin-right: 34px; }
#left ul li a { font-size: 12px; }


/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 441px;	
	text-align: left;	
}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #333;		
	color: #999;	
	font-size: 11px;
	border-top: 3px solid #ccc;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a:hover { background-color: #222; }



.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 200px;
}

#nobullet li { background: none; padding: 0 0 0 0px;}

#funder li
{
background-image: url(); margin: 0px; padding: 0px;
margin-bottom: 14px;
}

#narrow li
{
  margin-bottom: 14px;
}
textarea { overflow: auto; resize: none; outline: none; }
input, select { outline: none; }

div.con-a { display: block; position: relative; width: 441px; height: 650px; background: url(img/contact.jpg) no-repeat; }
	div.con-a td { text-align: right; font-size: 14px; }
	div.con-a b { position: relative; left: -6px; font-weight: 500; }
	div.con-a table { position: absolute; left: 14px; top: 283px; }
		div.con-a input { float: left; width: 217px; height: 25px; margin: 0 0 1px 0; padding: 0 10px; border: 0; background: url(img/input-a.png) no-repeat; text-align: left; line-height: 25px; }
		div.con-a input#zip { width: 107px; background: url(img/input-b.png) no-repeat; }
		div.con-a select { float: left; width: 107px; height: 25px; margin: 0 0 1px 0; border: 0; background: url(img/input-b.png) no-repeat; text-align: left; }
		div.con-a textarea { width: 217px; height: 75px; border: 0; padding: 10px; background: url(img/input-c.png) no-repeat; }
		div.con-a input#con-button { display: block; float: right; width: 187px; height: 46px; border: 0; background: none; cursor: pointer; text-indent: -3000em; }
	div.con-b { position: absolute; left: 160px; top: 126px; text-align: center; }
		div.con-b p { margin: 0 0 0; padding: 0; }
	p.please { position: absolute; left: 10px; top: 240px; }
	html* div.con-a input { width: 220px; }
	html* div.con-a input#zip { width: 120px; }
	html* div.con-a textarea { width: 220px; }



/*------------------------------------------------------------*
**  Services Overview Table
**------------------------------------------------------------*/

div.overview { height: 730px; background: transparent url('img/fancy_bg.png'); }
table.overview { border: 0 none; border-collapse: collapse; width: 860px; }
table.overview th { padding: 0; }
table.overview td { padding: 0; }
table.overview .col-l { width: 279px; }
table.overview .col-s { width: 68px; overflow: hidden; }
table.overview tr.thead th { font: normal 13px/14px 'Myriad Pro', Tahoma, sans-serif; color: #fff; height: 81px; }
table.overview tr.thead th.col-o { background: transparent url('img/table_th_col_1.png') center top no-repeat; }
table.overview tr.thead th.col-l { 
	background: transparent url('img/table_services_overview.png') left top no-repeat;
	width: 279px; text-indent: -999999px;
}
table.overview tr.thead th span { display: block; }
table.overview tr.tsect th { 
	background: transparent url('img/table_tsect_th.png') left top no-repeat;
	font: normal 18px/24px 'Myriad Pro', Tahoma, sans-serif; color: #57d8ff; text-align: left;
	padding: 0 0 0 10px;
}
table.overview tr.tsect td { background: transparent url('img/table_tsect_cell.png') left top repeat-x; height: 24px; }
table.overview tr.tsect td.col-9 { background: transparent url('img/table_tsect_cell_9.png') right top no-repeat; }

table.overview tr.trow td { font: normal 13px/24px 'Myriad Pro', Tahoma, sans-serif; color: #fff; padding: 0; margin: 0; }
table.overview tr.trow td.col-1 { padding: 0 0 0 10px; }
table.overview tr.trow td.col-s { text-align: center; vertical-align: middle; }
table.overview tr.trow td.col-s span.yes { 
	display: block;  width: 16px; height: 16px; line-height: 16px;
	background: transparent url('img/table_overview_yes.png') center center no-repeat;
	text-indent: -999999px; margin: 0 auto;
}
table.overview tr.trow td.col-s span.upgrade { color: #84ff93; }
table.overview tr.trow td.col-ro-c1 { }
table.overview tr.trow td.col-ro-co { }
table.overview tr.trow td.col-ro-ce { background: transparent url('img/table_trow_cell_ro_ce.png') left top repeat-x; }
table.overview tr.trow td.col-ro-c9 { }
table.overview tr.trow td.col-re-c1 { background: transparent url('img/table_trow_cell_re_c1.png') left top repeat-x; }
table.overview tr.trow td.col-re-co { background: transparent url('img/table_trow_cell_re_co.png') left top repeat-x; }
table.overview tr.trow td.col-re-ce { background: transparent url('img/table_trow_cell_re_ce.png') left top repeat-x; }
table.overview tr.trow td.col-re-c9 { background: transparent url('img/table_trow_cell_re_c9.png') left top repeat-x; }
table.overview tr.trow td.col-rf-c1 { background: transparent url('img/table_trow_cell_re_c1.png') left top repeat-x; }
table.overview tr.trow td.col-rf-co { background: transparent url('img/table_trow_cell_re_co.png') left top repeat-x; }
table.overview tr.trow td.col-rf-ce { background: transparent url('img/table_trow_cell_rf_ce.png') center top no-repeat; }
table.overview tr.trow td.col-rf-c9 { background: transparent url('img/table_trow_cell_re_c9.png') left top repeat-x; }

table.overview tr.tspce td { height: 8px; line-height: 8px; }

/*#fancybox-wrap, #fancybox-inner { height: 760px !important; }*/

/*------------------------------------------------------------*
**  Services Overview Table
**------------------------------------------------------------*/

div.overview2{ height: 300px; background: transparent url('img/fancy_bg.png'); }
table.overview2 { border: 0 none; border-collapse: collapse; width: 400px; }
table.overview2 th { padding: 0; }
table.overview2 td { padding: 0; }
table.overview2 .col-l { width: 350px; }
table.overview2 .col-s { width: 68px; overflow: hidden; }
table.overview2 tr.thead th { font: normal 13px/14px 'Myriad Pro', Tahoma, sans-serif; color: #fff; height: 81px; }
table.overview2 tr.thead th.col-o { background: transparent url('img/table_th_col_1.png') center top no-repeat; }
table.overview2 tr.thead th.col-l { 
	background: left top no-repeat;
	width: 350px; font-size:24px; line-height:26px; font-weight:bold;
}
table.overview2 tr.thead th span { display: block; }
table.overview2 tr.tsect th { 
	font: normal 14px 'Myriad Pro', Tahoma, sans-serif; color: #57d8ff; text-align: left;
	padding: 0 0 0 10px;
}
table.overview2 tr.tsect td { background: transparent url('img/table_tsect_cell.png') left top repeat-x; height: 24px; }
table.overview2 tr.tsect td.col-9 { background: transparent url('img/table_tsect_cell_9.png') right top no-repeat; }

table.overview2 tr.trow td { font: normal 13px/24px 'Myriad Pro', Tahoma, sans-serif; color: #fff; padding: 0; margin: 0; }
table.overview2 tr.trow td.col-1 { padding: 0 0 0 10px; }
table.overview2 tr.trow td.col-s { text-align: center; vertical-align: middle; }
table.overview2 tr.trow td.col-s span.yes { 
	display: block;  width: 16px; height: 16px; line-height: 16px;
	background: transparent url('img/table_overview_yes.png') center center no-repeat;
	text-indent: -999999px; margin: 0 auto;
}
table.overview2 tr.trow td.col-s span.upgrade { color: #84ff93; }
table.overview2 tr.trow td.col-ro-c1 { }
table.overview2 tr.trow td.col-ro-co { }
table.overview2 tr.trow td.col-ro-ce { background: transparent url('img/table_trow_cell_ro_ce.png') left top repeat-x; }
table.overview2 tr.trow td.col-ro-c9 { }
table.overview2 tr.trow td.col-re-c1 { background: transparent url('img/table_trow_cell_re_c1.png') left top repeat-x; }
table.overview2 tr.trow td.col-re-co { background: transparent url('img/table_trow_cell_re_co.png') left top repeat-x; }
table.overview2 tr.trow td.col-re-ce { background: transparent url('img/table_trow_cell_re_ce.png') left top repeat-x; }
table.overview2 tr.trow td.col-re-c9 { background: transparent url('img/table_trow_cell_re_c9.png') left top repeat-x; }
table.overview2 tr.trow td.col-rf-c1 { background: transparent url('img/table_trow_cell_re_c1.png') left top repeat-x; }
table.overview2 tr.trow td.col-rf-co { background: transparent url('img/table_trow_cell_re_co.png') left top repeat-x; }
table.overview2 tr.trow td.col-rf-ce { background: transparent url('img/table_trow_cell_rf_ce.png') center top no-repeat; }
table.overview2 tr.trow td.col-rf-c9 { background: transparent url('img/table_trow_cell_re_c9.png') left top repeat-x; }

table.overview2 tr.tspce td { height: 8px; line-height: 8px; }
