/* 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; height: 25px;}
h1{color:#181714; font-weight:bold; background:#bababa;}

/*style for link rollover effects*/
a:link{color: #000000; text-decoration: none; font-weight: normal;}
a:visited{color: #000000; 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}

/* container holds the entire page*/
#container {
    min-height: 100%; /* this is so that the container will hold everything that is placed inside */
	padding: 0px 0px 0px 0px; 
	margin: 0px; 
	width: 800px; 
	float: none;
	margin-right:auto;
	margin-left:auto;
	background-color: #000000;
	}

/* top holds the top image and contents */
#top {
	width: 800px; 
	height: 271px; 
	padding: 0px; 
	background-image: url(images/jeter-top.jpg); 
	background-repeat: no-repeat; 
	background-position: top center;
	float: none;
	margin-right: auto;
	margin-left: auto;
	}

/*leftmiddle holds the left middle image and contents*/
#leftmiddle {
	width: 300px; 
	/*height: 465px;*/
	min-height: 465px;
	padding: 0px;
	float: left;
	background-image: url(images/jeter-middle-left.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	}
/*leftcontent is where the content for left side of page goes*/
#leftcontent {
	padding: 10px;
	}
#leftcontent a:link, #leftcontent a:visited {
	color: #ffffff;
	text-decoration: none;
	}

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

	
/*middlemiddle holds the middle middle image and contents*/
#middlemiddle {
    min-height:465px;
	width: 320px;
	/*height: 465px;*/
	padding: 0px;
	float: left;
	background-image: url(images/jeter-middle-middle.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	}
#middlemiddle a:link, #middlemiddle a:visited {
	color: #ffffff;
	text-decoration: none;
	}

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


/*middlecontent is where the content for middle of page goes*/
#middlecontent {
	padding: 10px;
	}

/*fullmiddle combines the left and middle portions for some pages*/
#fullmiddle {
	width: 620px;
	/*height: 465px;*/
	min-height: 465px;
	padding: 0px;
	float: left;
	background-image: url(images/jeter-middle-middle.jpg);
	background-repeat: repeat;
	margin-top: 0px;
	}
#fullmiddle a:link, #fullmiddle a:visited {
	color: #ffffff;
	text-decoration: none;
	}

#fullmiddle a:hover {
	background-color: transparent;
	background-image:  none;
	background-position: 0% 50%;
	color: #ffffff;
	}
	
#fullmiddle a:active {
	background-color: transparent;
	background-image:  none;
	background-position: 0% 50%;
	color: #ffffff;
	}
	
/*fullcontent combines the left and middle content portions for some pages*/
#fullcontent {
	padding: 10px;
	}
	
/*style for swdictionary definitions*/
.pronunciation {font-style: italic}

.definition {
	color: #9cbfe8;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*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*/
#rightmiddle {
	width:180px;
	/*height: 465px;*/
	min-height: 465px;
	padding:0px;
	float:left;
	background-image: url(images/jeter-middle-right.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	}

/*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 */
#bottom {
	width: 800px;
	height: 64px;
	min-height: 64px;
	padding: 0px;
	float: none;
	background-image: url(images/jeter-bottom.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;
}

/*bottomcontent is where the content for footer goes*/
#bottomcontent {
	padding: 10px;
	text-align: center;
	font-size: 9px;
	background-color: #E8E3D0;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #181714;
	}
	
	/* This is for clearing the floats so that content after the floats display properly */
.clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

