@charset "UTF-8";
/* CSS Document */

/*-- ******************ELEMENT/CLASS STYLES ********************** */
html{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:100%;
	background-image:url(../images/navshim.jpg);
	background-position:left;
	background-repeat:repeat-y; 
}
body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	height:100%; 
}
h1{
	font-size:15px;
	color:#1c76bb;
}
b{
	color:#1c76bb;
}
ul{
	line-height:1.2;
}

label
{ width:110px; float:left; text-align:right; margin-right:3px; }

/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/*----------------------------------------------------------------------------
----------------------------------------------------------------------------*/

.red{
	color:#FF0000;
}
.redbold{
	color:#920C14;
	font-weight:bold;
}
.nobullet{
	list-style-type:none;
}

.wrapper{
	min-height: 100%;
	height: auto !important;
	height:100%;
	margin: 0 auto -199px;		
}
.push {
    height: 270px;
}
.push_form{
	height: 350px;
}
.footer{
    height: 199px;
	background-image:url(../images/footer_shim.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	position:absolute; 
	left:0px;
	width:100%;
	float:left;
}
.footer_form{
    height: 199px;
	background-image:url(../images/footer_shim.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	position:absolute; 
	left:0px;
	width:100%;
	float:left;
}
.title{
	width:325px;
	height:50px;
	font-weight:bolder;
	font-size:36px;
	padding-left:0px;
}
.textbox{
	width:600px;
}
#textspacer{
	width:500px;
}
.fake_footer{
	list-style-type:none;
	font-size:10px;
}

/*-- ******************DIV STYLES ********************** */
#mainback{
	width:auto;
	height:100%;
}

#header_main{
	height:157px;
	width:100%;
	position:absolute;
	min-width:990px;
	top:0px;
	left:0px;
	background-image:url(../images/header_midshim.jpg);
	background-repeat:repeat-x;
}
#header_right{
	height:157px;
	width:496px;
	position:relative;
	/*float:right;*/
	margin-left:600px;
}
#nav_main{
	width:156px;
	height:90%;
	left:0px;
	top:157px;
	position:absolute;
	background-image:url(../images/navshim.jpg);
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#main_right{
	height:175px;
	width:175px;
	position:absolute;
	float:none;
	top:160px;
	margin-left:910px;
	margin-top:20px;
}
#content_main{
	width:700px;
	min-height:250px;
	height:auto;
	position:relative;
	padding-right:15px;
	top:160px;
	left:153px;
	/* margin-right:275px; */
	font-size:12px;
	min-width:500px;
	border-top:solid 2px #e4f1f9;
	border-right:solid 2px #e4f1f9;
	border-bottom:solid 2px #e4f1f9;
	background-image:url(../images/contentshim.jpg);
	background-repeat:repeat-y;
	background-position:right;
}
#content_form{
	width:700px;
	min-height:250px;
	height:auto;
	position:relative;
	padding-right:15px;
	top:160px;
	left:153px;
	/* margin-right:275px; */
	font-size:12px;
	min-width:500px;
	border-top:solid 2px #e4f1f9;
	border-right:solid 2px #e4f1f9;
	background-image:url(../images/contentshim.jpg);
	background-repeat:repeat-y;
	background-position:right;
	border-bottom:solid 2px #e4f1f9;
	
}
