/* CSS Document for Jeter Construction*/
html {height: 100%;}
	
body{
	height: 100%;
	background-color: #E8E3D0;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

/*style for headings*/
h2,h3,h4 {color: #181714; font-weight: bold; background: #bababa; padding: 5px 5px 5px 5px; }
h1{color:#181714; font-weight:bold; background:#bababa;}

/*style for link rollover effects*/
a:link{color: #ffffff; text-decoration: none; font-weight: normal;}
a:visited{color: #ffffff; text-decoration: none; font-weight: normal;}
a:hover{color: #cccccc; text-decoration: underline; font-weight: normal;}
a:active{color: #ffffff; text-decoration: none; font-weight: normal}

#bottom_links a:link{color: #000000; text-decoration: none; font-weight: normal;}
#bottom_links a:visited{color: #000000; text-decoration: none; font-weight: normal;}
#bottom_links a:hover{color: #cccccc; text-decoration: underline; font-weight: normal;}
#bottom_links a:active{color: #000000; text-decoration: none; font-weight: normal}

 

/*style for request forms*/
table {font-size: 9px;}
input, select, textarea {background-color: #E8E3D0; font-size: 9px; color: #181714;}

/*rightmiddle holds the right middle image and contents*/
 

/*rightcontent is where the menu for the right side of page goes*/
#rightcontent {
	margin-left: 15px;
	width: 125px;
	/*height: 465px;*/
	min-height: 465px;
	}

/*this removes the buttons from the navigation list*/
#rightcontent ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-size: 10px;
	}
	
/*this removes the space between the lines on the navigation list*/
#rightcontent li {
	margin: 0;
	}
	
/*the following sections include the style for the navigation menu list*/
#rightcontent a {
	display: block;
	padding: 0px 0px 0px 0px;
	border: 0px solid;
	border-color: #000 #000 #000 #000;
	background-color: transparent;
	background-image:  none;
	background-position: 0% 50%;
	}
	
#rightcontent a:link, #rightcontent a:visited {
	color: #ddceaf;
	text-decoration: none;
	}

#rightcontent a:hover {
	background-color: transparent;
	background-image:  none;
	background-position: 0% 50%;
	color: #cccccc;
	}
	
#rightcontent a:active {
	background-color: transparent;
	background-image:  none;
	background-position: 0% 50%;
	color: #ffffff;
	}

/*bottom holds the bottom content */
 
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

