@charset "utf-8";

/* This has values in the ie.css */
.iehack{}


body {
  margin:0;
  background-color:#dfd7a4;
  color:#000000;
  font-size: 12px;
  font-family: Arial,Helvetica,sans-serif;
}

img {border: 0px;}

#main {
	width: 1024px;
	background-position: top;
  height: 900px;
  background-image: url(../images/bg_box.jpg);
  background-repeat: no-repeat;
}

#logo {
	text-align: right;
	margin-right: 65px;
}

#topnav { 
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color:#000000;
	font-size: 12px;
}
#topnav a { text-decoration: none; color:#000000;}
#topnav a:hover { text-decoration: underline; }

.nav_bar {
	width: 944;
	position: absolute;
	top: 121px;
	left: 32px;
	background: url(../images/bg_nav_bar.gif) repeat-x center top;
	font-weight: bold;
	line-height: 21px;
	font-size: 10px;
}
.nav_bar a { text-decoration: none; color:#000000;}
.nav_bar a:hover { text-decoration: underline; }

#right_side {
	position: absolute;
	left: 440;
	top: 144;
	width: 536px;
	float: right;
	background: url(../images/bg_blue_gradient.jpg) repeat-x left top;

}


#tabs_wrapper {
  height: 697px;
	border: 1px solid #9b9b9b;
}

#main_content_wrapper {
	position:absolute;
	padding-left: 4px;
  height: 674px;
  width: 529px;
  border-left: 1px solid #ffffff;
}

.nav_bar_tabs {
	position: absolute;
	top: -49px;
	left: -7px;
}
.nav_bar_tabs ul {
	text-decoration: none;
	margin: 5px;
	padding: 0;
	list-style:none;
}
.nav_bar_tabs li {
	display: inline;
}
.nav_bar_tabs li span {
	color: #FFF;
	background: url(../images/bg_tab_left.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:4px;
}
.nav_bar_tabs li span span {
	background: url(../images/bg_tab_right.gif) no-repeat right top;
	display: block;
	float: none;
}
.nav_bar_tabs li span span span{
	background: url(../images/bg_tab_middle.gif) repeat-x center top;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	padding:7px 5px 3px 5px;
	margin-right: 9px;
}

.nav_bar_tabs li span span span a{
	text-decoration: none;
	color: white;
}

.nav_bar_tabs li span * {padding-bottom: 2px;}
.tabs_content p {
	margin-right: 5px;
	}

#left_side {
	background: url(../images/bg_right_shadow.gif) repeat-y top right;
	position: absolute;
	left: 32;
	top: 144;
	width: 408px;
	height: 699px;
}

#alt_tabs_wrapper {
  border: 1px solid #9b9b9b;
  margin-top: 43px;
  margin-left: 11px;
  clear: left;
  padding: 4px;
  background-color: #faf9f1;
  width: 375px;
}

#alt_tabs {
	position: absolute;
	top: 264px;
	left: 4px;
}
#alt_tabs ul {
	text-decoration: none;
	margin: 5px;
	padding: 0;
	list-style:none;
}
#alt_tabs li {
	display: inline;
	background: url(../images/bg_alt_tab_middle.gif) repeat-x center top;
	text-align: center;
	padding: 0px;
	float: left;
}
#alt_tabs li span {
	color: #FFF;
	background: url(../images/bg_alt_tab_left.gif) no-repeat left top;
	float: left;
	margin:	0;
	padding-left:5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#alt_tabs li span span {
	background: url(../images/bg_alt_tab_right.gif) no-repeat right top;
	display: block;
	padding:7px 20px 12px 15px;
	float: none;
}
#alt_tabs a span * {padding-bottom: 2px;}
#basic_tab li {cursor: pointer;}
#alt_basic_tab li {cursor: pointer;}
.alt_tabs_content {
	height: 355px;
	font-size: 12px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

.title {
	font-weight: bold;
	text-decoration: underline;
}	

#footer {
	position: absolute;
	left: 32;
	top: 855;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	color: #6f5518;
	font-size: 10px;
}
#footer div {
	background: url(../images/bg_footer_line.gif) repeat-y left top;
	padding-right: 8px;
	padding-left: 8px;
	display: inline;
	float: left;
}
#footer div a {
	color: #6f5518;
	text-decoration: none;
}
#footer div a:hover { text-decoration: underline; }
.footer_sub { padding-left:10px; }

#non_home_main {
	width: 1024px;
	background-position: top;
  height: 900px;
  background-image: url(../images/bg_header_non_home.jpg);
  background-repeat: no-repeat;
}
#non_home_wrapper {
	position: absolute;
	left: 440;
	top: 144;
	width: 536px;
	float: right;
}
#non_home_content {
	position: absolute;
	left: 30px;
	top: 144px;
	width: 970px;
}

/* ######### Styles for Drop Down Menus ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #c6b993; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #d7e0e5;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c6b993; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #00608a;
color: white;
font-weight: bold;
}

/* smaller dropdown menus */
.dropmenudiv_sm{
position:absolute;
top: 0;
border: 1px solid #c6b993; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:14px;
z-index:100;
background-color: #d7e0e5;
width: 125px;
margin-top: 5px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv_sm a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #c6b993; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv_sm a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_sm a:hover{ /*THEME CHANGE HERE*/
background-color: #00608a;
color: white;
font-weight: bold;
}