/* Joel Kemp */
body {
	padding: 0;
	margin: 0 auto;
	line-height: 1.5em;
	background: #EEE;
	font-family: Verdana;
	font-size: .74em;
	width: auto;
	height: auto;
	min-width: 40%;
	text-align: center;
	background: white url(../img/top.gif) repeat-x top;
}	
p.pageTitle{
	font-size: 16px;
	color: green;
	text-indent: 0cm;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
p {	margin: 5px 0; }
a {	color: green;}
h1 {	font: bold 1.8em Verdana; padding: 8px 0 4px 0; margin: 0; letter-spacing: -1px;}
h2 { font: bold 1.6em Verdana; letter-spacing: -1px; }
h3 { padding: 4px 0;	margin:  0;}
ul { margin: 0; padding: 0; list-style: none; }
img { border: 0; }

/* Container is the outermost div.*/
#container{
	width:60%;
	height: auto;
	background: #EEE;
	margin: 0 auto;
}
/* Page div contains the site contents. Allows for floating without affecting centering.*/
#page{
	width: 670px;
	height: auto;
	text-align: center;
	margin: 0 auto;
	float: left;
	border: 1px solid yellow;
	background: white;
}

#top { 
	text-align: left;
	padding-top: 10px; 
	background: transparent; 

	margin: 0px auto; 
	width: 100%; 
	height: 100px; 
	float: left;
}
#top h1 { font: bold 2.0em Bernhart; padding: 8px 0 4px 0; margin: 0; letter-spacing: 1px; color: white; }
#top h2 { font: 1.5em Bernhart; letter-spacing: 3px; color: white; margin-top:-3px; padding-left: 30px; }
#top #banner{
	width: 100%;
	float: left;
}
/* Top Right div is used to right-adjust icons and login stuff. */
#top #right{
	float: right;
	width: 100px;
	height: auto;
}
#top #icons { 
	float: left; 
	padding-right:0;
}
#top #icons li{ padding-right: 0; display: inline;}
#top #icons img { border: 0; width: 75px; height: 75px; }
#top #loginMenu { 
	text-align: center;
}
#top #loginMenu a {
	font-family: Verdana; 
	color: white;
	font-weight: bold;
	font-size: 10px; 
	padding-right: 10px;
}

/* Navigation */
#menu {
	width:100%;
	height:20px;
	background: transparent;
	text-align: center;
	float: left;
}
#menu li {
	margin: 0 auto;
	display:inline;
	padding-right: 40px;
}
#menu a {
	color: green;
	font-size:13px;
	text-decoration:none;
}

#menu a:hover {
	text-decoration:underline;
	color:#000;
}

#searchbar{
	float: left;
	width: 100%;
}

#content {
	width:100%;
	height:auto;
	text-align: left;
	padding: 25px 15px 0px 15px;
	float: left;
}
#footer{
	width:100%;
	font-size: 11px;
	float: left;
	color: Green;
	background: inherit;
}