@import "reset.css";
@import "jquery.jcarousel.css";

h1 a {
	behavior: url(/css/iepngfix.htc);
}

body {
	font: normal 67.5% Arial, Verdana, sans-serif;
	color: #333;
	background: #001a40;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", times, serif;
}

div.wrapper {
	width: 764px;
	position: relative;
	margin: 0 auto;
	display: block;
}

div#header {
	width: 100%;
	height: 112px;
	border-top: 4px solid #001a40;
	background: url(/images/header_bg.gif) top left repeat-x transparent;
}

div#header h1 a {
	float: left;
	width: 201px;
	height: 50px;
	display: block;
	text-indent: -9999px;
	background: url(/images/logo.png) top left no-repeat transparent;
	position: relative;
	top: 18px;
}

div#header .wrapper {
	height: 84px;
}

div#gallery {
	width: 100%;
	height: 227px;
	padding: 6px 0;
	display: block;
	background: url(/images/gallery_bg.gif) top left repeat-x #cfcfcf;
	overflow: hidden;
}

div#gallery #left_container {
	height: 217px;
	width: 480px;
	padding: 5px;
	display: block;
	float: left;
	background: #fff; 
}

div#gallery #right_container {
	height: 207px;
	width: 235px;
	padding: 10px;
	display: block;
	float: right;
	background: #fff; 
}

h3#currently_tab {
	width: 17px;
	height: 85px;
	background: url(/images/currently_tab.gif) top left no-repeat transparent;
	float: left;
	margin-left: -17px;
	text-indent: -9999px;
}

h3#new_jobs_tab {
	width: 17px;
	height: 85px;
	background: url(/images/new_jobs_tab.gif) top left no-repeat transparent;
	float: right;
	text-indent: -9999px;
	margin-right: -17px;
}

div#content {
	width: 100%;
	padding: 2.0em 0;
	background: url(/images/content_bg.gif) top left repeat-x #fff;
	overflow: hidden;
	min-height: 200px;
}

ul#nav {
	width: 764px;
	position: relative;
	margin: 0 auto;
}

ul#nav li {
	float: left;
	margin-right: 2px;
}

ul#nav li a {
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #ccc;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: url(/images/nav_tabs_bg.gif) left top repeat-x transparent;
	display: block;
	padding: 0 41px;
	float: left;
}

ul#nav li a:hover {
	color: #fff;
	background: url(/images/nav_tabs_bg.gif) left center repeat-x transparent;
}

ul#nav li.active a, ul#nav li.active a:hover {
	color: #001a40;
	background: #cfcfcf;
}

ul.dotted_list {
	width: 90%;
	position: relative;
	margin: 0 auto;
	list-style: disc !important;
	font-size: 1.3em;
}

div.maincol {
	width: 745px;
	float: left;
	display: block;
	overflow: hidden;
}

div#jcarousel-scrollbar {
	width: 480px;
	height: 38px;
	display: block;
	background: url(/images/carousel_controller_bg.gif) top left no-repeat transparent;
	margin-top: 5px;
	line-height: 38px;
	text-align: center;
	vertical-align: middle;
}

div#jcarousel-scrollbar a {
	font-weight: bold;
	color: #555;
	text-decoration: none;
	font-size: 1.2em;
	margin: 0 5px;
}

div#jcarousel-scrollbar a:hover {
	color: #000;
	text-decoration: underline;
}

h2 {
	font-size: 1.6em;
	color: #333;
	border-bottom: 1px dotted #ccc;
	line-height: 1.6em;
	margin-top: 15px;
}

p.testimony {
	margin-top: 15px;
	padding-top: 0px;
	font-style: italic;
	text-align: justify;
	font-size: 1.4em;
	color: #333;
}

p.testimony_sig {
	font-size: 1.2em;
	padding-bottom: 15px;
	margin-bottom: 0px;
	border-bottom: 1px solid #000;
}

p.testimony_sig:last-child {
	border-bottom: 0px solid #000;
}

p {
	padding: 6px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	text-align: justify;
}

.altrow {
	background: #f0f0f0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

div#footer .wrapper {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	color: #fff;
}

div#footer .wrapper a {
	color: #fff;
}

div#trillium_network {
	padding: 10px 0;
	overflow: hidden;
	display: none;
}

div#trillium_network ul li {
	float: left;
	width: 33%;
	text-align: left;
}

div#trillium_network ul li a {
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

div#trillium_network ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

a#network_tab {
	width: 268px;
	height: 22px;
	display: block;
	float: right;
	background: url(/images/network_tab.gif) top left no-repeat transparent;
	text-indent: -9999px;
}

ul#footer_nav li {
	float: left;
	display: block;
	padding: 0 1.6em;
	color: #fff;
	border-right: 1px dotted #ccc;
}

p.tag_line {
	position: absolute;
	right: 0px;
	top: 35px;
	font: italic bold 1.6em georgia, 'times new roman', times, serif;
	color: #DDD;
	margin-right: 25px;
}

ul.click_here_header {
	display: block;
	position: relative;
	margin: 0px auto;
	width: 764px;
	height: 42px;
	padding: 0;
}

ul.click_here_header li {
	float: left;
	width: 380px;
}


ul.click_here_header li a {
	display: block;
	font: italic bold 1.4em georgia, 'times new roman', times, serif;
	color: #fee902;
	text-decoration: none;
	text-align: center;
	padding: 12px 0;
}

ul.click_here_header li a:hover {
	color: #fff;
}

form#quick_search {
	height: 187px;
	background: #fcfde0;
	border: 1px solid #d1d2aa;
	padding: 1.0em;
}

form#quick_search legend {
	padding-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
}

form#quick_search ul li {
	padding: 5px 0;
	border-bottom: 0 !important;
}

form#quick_search label {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	text-align: left !important;
}

#quick_search_keywords, #quick_search_location {
	width: 210px !important;
}

li#search_button_container {
	text-align: right !important;
}

p#contact_phone {
	font-size: 2.0em;
	padding-bottom: 0px;
}

p#contact_phone_disclaimer {
	font-size: 1.0em;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

div.maincol dl.subservice {
	margin: 10px 0px;
}

div.maincol dl.subservice dt {
	font-style: bold;
	font-size: 1.3em;
	margin-top: 10px;
}

div.maincol dl.subservice dd {
	font-size: 1.2em;
	margin-top: 5px;
	margin-left: 10px;
}

div.maincol dl.subservice ul {
	margin: 10px 0px;
	list-style: circle inside;
}

a#contact_link {
	font-size: 2.0em;
}


