/* CSS Document */
/* Helpers and base rules */

img	{
	border: 0;
	}
/* The body style affect ALL type on the pages*/
body{
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat;
	background-color: #FFFFFF;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #ff0000;
	text-decoration: none;
}

a:visited{
	color: #ff0000;
	text-decoration: none;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #333;
}
	
/* Typography 	*/

p{
 font-size: 80%;
 line-height: 1.3em;
 color: #333;
 margin: 0px;
 padding: 0px;
 font-family: Arial, Helvetica, sans-serif;
}
h1{
 font-family: Verdana, Arial, sans-serif;
 font-size: 120%;
 color: #ff0000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 105%;
 color: #ff0000;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, sans-serif;
 font-size: 90%;
 line-height: 1.3em;
 color: #333;
 margin: 10px 0 0 0;
 padding: 0;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}
.smalltext {
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	}
/* This is the main wrapper "outer box" for the entire page*/
#contentwrapper{
	width: 747px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	color: #635f40;
	background-position: left top;
	}
#pagewrapper2col{
	width: 747px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-color: #FFF;
	background-image: url(/images/pagewrap2col.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
#pagewrapper3col{
	width: 747px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(/images/pagewrap3col.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
/* This is the document header section*/
#header	{
	width: 747px;
	height: 155px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(/images/bannerbkgrnd.jpg);
	background-repeat: no-repeat;
	}
#header img {
	margin: 0;
	padding: 0px;
	float: left;
}
#header #siteName{
	margin: 0;
	float: left;
	width: 300px;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#header #siteName h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 color: #333;
 margin: 0px;
 padding: 2px;
}
#header #siteName h2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #ff0000;
	margin: 0px;
	padding: 12px 0 0 6px;
	line-height: 1.5em;
}
/* This is the top navigation bar 	*/
#topnav	{
	width: 747px;
	height: 48px;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: transparent;
	background-image: url(/images/navigation.gif);
	background-repeat: no-repeat;
	}
#custlogin	{
	position:absolute;
	width:115px;
	height:17px;
	z-index:2;
	left: 605px;
	top: 162px;
	}
.loginstyle {
	font-size: 12px; 
	line-height: normal; 
	font-weight: bold; 
	color: #ff0000;
	}
		 
#custlogin a{
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}

#custlogin a:link{
	color: #FFCC00;
	text-decoration: underline;
}

#custlogin a:visited{
	color: #FFCC00;
	text-decoration: underline;
}

#custlogin a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#subnav	{
	width: 747px;
	height: 20px;
	position: absolute;
	z-index:1;
	top: 187px;
	}
#subnav .style {font-size: 11px;
		 color: #333;
		 text-align: center;}
		 
#subnav a{
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#subnav a:link{
	color: #333;
	text-decoration: none;
}

#subnav a:visited{
	color: #333;
	text-decoration: none;
}

#subnav a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#left {
	width:154px;
	float: left;
	margin: 10px 5px 0 5px;
	padding: 0 3px;
	}
#left p{
	margin:10px 13px 0 13px;
	font-size:11px;
	line-height: 1.3em;
	}
#left h2 {	
	margin:10px 13px 0 13px;
	font-weight: bold;
	font-size: 13px;
	}
#left a{
	color: #333;
	text-decoration: none;
}

#left a:link{
	color: #333;
	text-decoration: none;
}

#left a:visited{
	color: #333;
	text-decoration: none;
}

#left a:hover{
	color: #ff0000;
	text-decoration: underline;
}
#left ul {
	margin:10px 0px 0 25px;
	padding:0;
	width:125px;
	list-style-image: url(/images/rightarrow.gif);
	}
#left li {
	font-size:11px;
	margin-bottom:10px;
	margin-right: 5px;
	color:#333;
	}
#center {
	width:375px;
	float: left;
	margin: 10px 5px 0 20px;
	padding: 0 10px 0 0;
	}
#center p{
	margin:10px 10px 0 0;
	line-height: 1.5em;
	}
#center h1 {	
	margin:10px 10px 0 0;
	font-weight: bold;
	}
#center h2 {	
	margin:10px 10px 0 0;
	padding:15px 0 0 0;
	font-weight: bold;
	}
#center ul {
	margin:10px 0px 0 55px;
	padding:0;
	list-style-type:disc;
	width:135px;
	list-style-position: outside;
	}
#center li {
	font-size:11px;
	margin-bottom:10px;
	margin-right: 5px;
	color:#524318;
	}
#right {
	width:145px;
	float: left;
	margin: 10px 0 0 2px;
	padding: 0 3px;
	}
#right p {
	margin:10px 10px 0 5px;
	line-height: 1.5em;
	font-size: 11px;
	}
#right h2 {	
	margin:10px 10px 0 3px;
	font-weight: bold;
	font-size: 13px;
	}
#full {
	width:525px;
	float: left;
	margin: 10px 5px 0 20px;
	padding: 0 10px 0 0;
	}
#full p{
	margin:0 10px 0 0;
	padding: 5px 0 5px 0;
	line-height: 1.5em;
	}
#full h1 {	
	margin:10px 10px 0 0px;
	font-weight: bold;
	}
#full h2 {	
	margin:10px 10px 0 0px;
	padding:15px 0 0 0;
	font-weight: bold;
	}
#full ul {
	margin:10px 0px 0 55px;
	padding:0;
	list-style-type:disc;
	width:135px;
	list-style-position: outside;
	}
#full li {
	font-size:11px;
	margin-bottom:10px;
	margin-right: 5px;
	color:#524318;
	}
	
/* containers 	*/
.lcallout {
	float: left; 
	margin: 10px 20px 5px 0; 
	padding: 0px;
	background:#666;
	border:1px solid #333;
	text-align: center;
	}
.rcallout {
	float: right; 
	padding: 0px;
	margin: 10px 0 5px 20px;
	background:#666;
	border:1px solid #333;
	text-align: center;
	}
.imgcontainer {
	margin: 3px 0px 3px 10px; 
	padding: 0px;
	background:#666;
	border:1px solid #333;
	text-align: center;
	}
		/* Now for the forms 	*/

#form{
	margin:0;
	padding: 0;
}
#form h2 {	
	font-weight: bold;
	font-size: 105%;
	margin:0px;
	padding:0px;
	}
.formreq {
    font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	}

.formfields {
    width: auto;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: left;
	}
/* These are for the bottom of the page 	*/
#footer	{
	clear:both;
	width:747px;
	margin:0 auto;
	padding:0;
	text-align: center;
	color:#333;
	background-color: transparent;
	background-image: url(/images/pagewrapempty.gif);
	background-position: center top;
	}
html>body #footer {	
	width:747px;
	text-align: center;
	}
#footer #utilnav{
	width:550px;
	margin:0 auto;
	padding: 25px 0 0 0;
	font-size:10px;
	text-align: center;
	color:#333;
	}
#footer #utilnav p{
	margin:0 auto;
	padding: 10px 0 0 0;
	font-size:10px;
	text-align: center;
	color:#333;
	}
#footer a {	
	text-decoration:none;
	color:#333;
	}
#footer a:hover {	
	color:#ff0000;
	}
#mainbottom	{
	clear:both;
	width: 747px;
	height: 20px;
	padding:0;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(/images/pagebottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	}
html>body #mainbottom {	
	width:747px;
	}
	/* Odds and Ends */
#rotateimgmain	{
	float: right;
	border: 0;
	background-image: url(/images/office.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 10px 0 5px 20px;
	height: 196px;
	width: 290px;
	}
.smallertext {

	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
}
