/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	font-family:  Tahoma,Geneva,sans-serif;
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 13px;
	color: #8A8C8E;
	background: #c9d6e0 url('../images/bkg.gif') repeat-x;
}

a:link, a:visited {
	color:#711909;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color:#711909;
	text-decoration: underline;
	font-weight: normal;
}
a:focus {
	-moz-outline-style: none;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0px 0px 0px 0px
}
img {
	border: 0 none;
}
/*****************************************/
/*** Template specific layout elements ***/
/*****************************************/
div#wrapper {
	display: block;
	width:950px;
	min-height: 770px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
	background: url('../images/bkg_wrapper.png') repeat-y;
}
div#wrapper_bottom {
	display: block;
	width:950px;
	height: 27px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url('../images/bkg_wrapper_bottom.png') no-repeat;
}
div#header {
	display: block;
	width:901px;
	min-height: 105px;
	margin: 0px 0px 0px 25px;
	background: url('../images/bkg_header.gif') no-repeat;
}
div#head_home {
	position: absolute;
	display: block;
	top: 29px;
	margin: 0px 0px 0px 42px;
	background: url('../images/head_home.png') no-repeat;
}
div#subhead_home {
	position: absolute;
	top: 72px;
	color: #2B639A;
	letter-spacing: .7px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 0px 565px;
}
div#logo {
	display: block;
	width: 225px;
	padding: 76px 8px;
	color: #3B6F37;
	line-height: 16px;
	margin: 20px 0px 0px 0px;
	font-size: 10px;
	background: url('../images/logo.jpg') 0 0 no-repeat;
	
}
div#flash {
	display: block;
	width: 901px;
	height: 283px;
	margin: 0px 0px 0px 25px;	
	background: url('../images/') 0 0 no-repeat;
	
}
#main_content {
	width:700px;
	height:400px;
	overflow:auto;
}

.form_text {
	font-size:12px;
	line-height:14px
}
/*** Navigation elements ***/
div#top_nav {
	position:absolute;
	margin-left:25px;
	top:71px;
}
div#top_nav a {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 10px;
	color: #cfe228;
	text-transform: uppercase;
}
div#top_nav a:hover {
	color: #a9bbd1;
	text-decoration: none;
}

div#global_nav {
	position:absolute;
	margin-left:631px;
	color: #ffffff;
	top:23px;
}
div#global_nav a {
	font-size: 11px;
	padding: 0px 11px;
	color: #ffffff;
}
div#global_nav a:hover {
	color: #2B639A;
	text-decoration: none;
}

div#go a {
	float: right;
	display: block;
	width: 31px;
	height: 28px;
	background: url('../images/go_0.gif') 0 0 no-repeat;
}

div#go a:hover {
	background: url('../images/go_1.gif') 0 0 no-repeat;
}

div#footer {
	text-align: center;
	display: block;
	z-index:	1;
	width:950px;
	height: 30px;
	font-size: 11px;
	padding: 0px 0px 0px 12px;
	color: #2B639A;
	margin: 0px 0px 0px -20px;
}

div#footer a {
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	color: #2B639A;
}
div#footer a:hover {
	text-decoration: underline;
}
h1 {
	/*text-transform: uppercase;*/
	margin:		15px 0px 4px 0px; 
	font-size: 20px;
	line-height: 20px;
	color:   #8A8C8E;
	font-weight: normal;
}
h2 {
	/*text-transform: uppercase;*/
	margin:		4px 0px; 
	font-family: Verdana, sans serif; 
	font-size: 13px;
	color:   #000000;
	font-weight: bold;

}
h4 {
	color: red;
}
h5 {
	font-family: Arial Narrow;
	font-size: 11px;
	color: #799c77;
	margin:0px;
}
h3, .componentheading, table.moduletable th, legend {
	text-transform: uppercase;
	margin:		0px 0px 4px 0px; 
	font-size: 18px;
	color:   #711909;
	line-height: 43px;
	font-weight: normal;
}

/*** Form elements ***/
#search .buttons {
	border:none;
	background: url('../images/go_0.gif') no-repeat; 
	font-size:1px;
	letter-spacing:100px;
	color:#799dbd;
	width:31px;
	height:28px
}
#search .buttons:hover {
	background: url('../images/go_1.gif') no-repeat; 
}