body {
	padding: 0;
	margin: 0;
	background: #fff url('./images/body/body_bg_gradient.gif') repeat-x;
	behavior: url('/ie_hacks/csshover.htc');
	font-family: Century Gothic, Tw Cen MT, Arial, Sans Serif;
	font-size: 10pt;
}

input, select {
	font-family: Century Gothic, Tw Cen MT, Arial, Sans Serif;
	font-weight: bold;
	/* letter-spacing: 1px; */
	letter-spacing: -0.005em;
	font-size: 8pt;
}

select {
	font-weight: normal;
}

input.search_box {
	color: #a5a5a5;
}

input.on_focus {
	color: #454545;
}

a {
	color: #292855;
}

a:hover {
	text-decoration: none;
}




/* Constraint Styles */
div.constraint_lg {
	width: 964px;
}

div.constraint_sm {
	width: 744px;
}

div.content_constraint_lg {
	width: 780px;
	height: 450px;
	padding: 10px;
	padding: 10px 0px 10px 10px;
}

div.content_constraint_sm {
	width: 550px;
	height: 450px;
	padding: 0px 0px 10px 10px;
}




/* Header Styles */

div#header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 114px;
	width: 100%;
	background: #161635 url('./images/header/header_bg_low.jpg');
}

div#search_holder {
	position:absolute;
	top: 0px;
	left: 0px;
	height: 114px;
}

div.search_box {
	width: 173px;
	height: 46px;
	float: right;
	margin-top: 36px;
	margin-right: 12px;
	/* margin-right: 36px; Centers Search Box. I guess put it back if it's necessary..? */
	background: transparent url('./images/header/search_box.gif');
}

div.title_box {
	position: absolute;
	width: 248px;
	height: 37px;
	top: 38px;
	left: 28px;
	background: transparent url('./images/header/title_text.gif');
}

/* Search Box Styles */

input.search_box {
	position: relative;
	background: transparent;
	border: 0px;
	width: 130px;
	top: 5px;
	left: 20px;
}




/* NavBar Styles */

div#navbar {
	position: absolute;
	width: 200px;
	height: 500px;
	top: 114px;
	left: 0px;
	background: #efefef;
}

ul.nav_element {
	margin: 0;
	padding: 10px;
	list-style: none;
	font-family: Century Gothic, Tw Cen MT, Arial, Sans Serif;
}

li.nav_header {
	width: 180px;
	height: 42px;
	padding-top: 14px;
	line-height: 110%;
	letter-spacing: -0.035em;
	font-size: 10pt;
	color: #676767;
}

li.nav_header a {
	text-decoration: none;
}

li.h_selected {
	background: #efefef url('./images/navbar/item_list_header_s.jpg');
	color: #efefef;
}

li.h_selected:hover {
	background: #efefef url('./images/navbar/item_list_header_s_o.jpg');
}

li.h_selected a {
	color: #efefef;
}

li.h_unselected {
	background: #efefef url('./images/navbar/item_list_header_u.jpg');
	margin-bottom: 10px;
	height: 36px;
	padding-top: 20px;
}

li.h_unselected a {
	color: #676767;
}

li.h_unselected:hover {
	background: #efefef url('./images/navbar/item_list_header_u_o.jpg');
}

li.h_unselected span.nav_header_item_count {
	display: none;
}

li.nav_list {
	display: none;
}

li.l_selected {
	display: block;
}

li.nav_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px;
	background: #e8e8e9;
}

div.nav_spacer {
	width: 180px;
	background: #efefef url('./images/navbar/item_list_bottom.gif') no-repeat;
	height: 5px;
	margin-bottom: -5px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 15px;
	margin-bottom: 10px;
}

span.nav_header_text {
	margin-left: 18px;
	font-weight: bold;
}

span.nav_header_item_count {
	margin-left: 25px;
	color: #a5a5a5;
	font-size: 8pt;
}

li.nav_list ul li {
	color: #898989;
	font-size: 8pt;
	padding-left: 18px;
	vertical-align: middle;
	padding-top: 2px;
	line-height: 15px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 2px 0 2px 18px;
}

li.nav_list ul li a {
	color: #676767;
	text-decoration: none;
}

li.nav_list ul li:hover {
	color: #676767;
	background: #efefef url('./images/navbar/item_over_hilite_bg.gif');
}

li.nav_list ul li.i_selected {
	color: #676767;
	background: #e8e8e9 url('./images/navbar/item_hilite_bg.gif');
}

li.nav_header, li.nav_list ul li {
	cursor: pointer;
}




/* Content Styles */

div#content {
	position: absolute;
	top: 114px;
	left: 200px;
}

div.width_test800 {
	width: 560px;
	height: 10px;
	background: #0f0;
}

div.width_test1024 {
	width: 780px;
	height: 10px;
	background: #f00;
}

div#content_extension {
	position: absolute;
	top: 114px;
	left: 760px;
}

div#content_extension div.content_extension_spacer {
	width: 220px;
	height: 420px;
	padding: 15px;
}

div#ad_head {
	width: 186px;
	height: 50px;
	background: transparent url('/images/extension/ad_head.jpg');
}

div#ad_space {
	width: 186px;
	height: 322px; /* 335px before padding */
	background: transparent url('/images/extension/ad_bg.jpg');
	padding-top: 13px;
}

div#ad_space .ad {
	width: 153px;
	height: 69px;
	margin-left: 17px;
	margin-right: 16px;
	margin-top: 10px;
}

div#ad_space .first {
	margin-top: 0px;
}

img.content_image {
	margin: 0px 10px 10px 10px;
	padding: 5px;
	background: #fcfcfc;
	border: 1px solid #555;
}

img.right {
	float: right;
}

div.notice_box {
	margin: 0px 10px 10px 10px;
	padding: 10px;
	background: #fcfcfc;
	border: 1px solid #555;
}

div.center {
	text-align: center;
}

div.fl_center {
	margin-left: auto;
	margin-right: auto;
}

div.fl_right {
	float:right;
	display:inline;
}

div.fl_left {
	float:left;
	display:inline;
}

table.rate_box td {
	font-size:80%;
	border:1px solid #777;
}

p.footnote, span.footnote {
	font-size:75%;
}




/* Footer Styles */

div#footer {
	position: absolute;
	top: 561px;
	left: 0px;
	width: 100%;
	height: 59px;
	background: #cfcfcf url('./images/footer/footer_bg.gif');
}

div.footer_side {
	float: left;
	width: 200px;
	height: 59px;
	background: #efefef url('./images/footer/footer_side_bg.gif') repeat-x;
}

div.footer_content {
	font-size: 8pt;
	font-weight: normal;
	float: right;
	width: 500px;
	height: 59px;
	padding-right: 25px;
	padding-top: 28px;
	text-align: right;
}




/* Shameless Hacks */

div.ad {
	padding:5px;
	margin:0 auto;
	text-align: center;
}
	div.ad a img {
		border: 0px;
	}

div#prefetch {
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-left: -2000px;
}

.hidden {
	display: none;
}

.displayed {
	display: block;
}




/* Home CSS */
div#home_top {
	width: 550px;
	height: 185px;
	margin-top: 15px;
	margin-bottom: 10px;
	/* background: red; */
	background: transparent url('/images/body/home/top_bg_3.jpg') no-repeat;
}

div#home_announce {
	width: 340px;
	height: 220px;
	float: right;
	background: transparent url('/images/body/home/announce_bg.jpg') no-repeat;
}

div#home_mail {
	width: 190px;
	height: 220px;
	padding-right: 10px;
	float: left;
}

ul.announce li {
	margin-bottom: 10px;
}

ul.announce span.timestamp {
	font-size: 75%;
}




/* News CSS */
div#news_item {
	margin: 5px;
	margin-top: 15px;
	padding:20px;
	width: 506px;
	background: #fcfcfc;
	border: 1px solid #777;
	overflow-y:scroll;
	height: 300px;
}

div#news_item h1 {
	font-size: 150%;
}

div#news_item h2 {
	font-size: 125%;
}

div#news_item h2 span.dateline {
	font-size: 65%;
	font-weight: normal;
}

div#news_nav {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 506px;
	margin: 5px;
	padding: 20px;
	text-align: center;
}

div#news_nav span.other_post_title {
	font-size: 80%;
	font-weight: normal;
}

div#news_nav div.last_article {
	text-align: right;
	float: left;
	font-weight: bold;
	width: 30%;
}

div#news_nav div.index_link {
	float: left;
	width: 40%;
	font-weight: bold;
}

div#news_nav div.next_article {
	text-align: left;
	float: right;
	font-weight: bold;
	width: 30%;
}




/* Employee Listing CSS */
div.emp_category {
	float: left;
	width: 225px;
	margin: 8px;
	padding: 10px;
	background: #fcfcfc;
	border: 1px solid #555;
}

span.emp_category {
	font-weight: bold;
}

span.emp_info {
	font-size: 75%;
}




/* Contact Form CSS */
form#contact_form dl dt {
	float: left;
	width: 110px;
	text-align: right;
	font-weight: bold;
}

form#contact_form dl dd {
	margin-left: 120px;
	border-left: 3px solid #ddd;
	padding-left: 12px;
	margin-bottom: 7px;
	color: #000;
}

form#contact_form dl dd.no_border {
	border-left: 3px solid #fcfcfc;
}



/* Internet Links CSS */
div.link_category {
	height: 20px;
	font-size: 8pt;
	padding-left: 10px;
	padding-top: 2px;
	width: 215px;
}

div.link_category:hover {
	background: transparent url('/images/body/links/cat_bg.gif') no-repeat;
}

div.link_category:hover a {
	color: #fff;
	text-decoration: none;
}

div.chosen {
	background: transparent url('/images/body/links/cat_bg.gif') no-repeat;
}

div.chosen a {
	color: #fff;
	text-decoration: none;
}

div.link_item {
	height: 20px;
	font-size: 8pt;
	padding-left: 10px;
	padding-top: 2px;
	width: 215px;
}

div.link_item:hover {
	background: transparent url('/images/body/links/cat_bg.gif') no-repeat;
}

div.link_item:hover a {
	color: #fff;
	text-decoration: none;
}


div.ie_small_text {
	font-size: 7.5pt;
}
