/*
Theme by EndangeredSpeciesOnline.org
http://www.endangeredspeciesonline.org
Author: Rhishja Larson
*/

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000000;
	background-color: #99CCFF;
}
#wrapper {
	width: 900px;
	text-align: left;
	background-color: #CCFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 4px solid #CCFFFF;	
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: bold;
	color: #000000;
	padding-bottom: 5px;	
	
}

h1 {
	font-size: 16px;
	
}

h2 {
	text-transform: none;
	
	font-size: 16px;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	line-height: 150%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #cc0000;
	text-decoration: none;
}

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


/* Header */

#header {
	border-bottom:1px solid #eeeeee; width: 900px;
	height: 210px;
	background-color: #CCFFFF;
	padding-top: 5px;
	background-image: url('Images/homepage%20graphics/1HomePageBannerCrop.jpg');
}


#header h1 {
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 235px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 3px;
	border-bottom-style: groove;
	border-bottom-color: #CC0000;
	
}
#header p {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 235px;
	padding-top: 0px;
	padding-right: 10px;
	
}

#header a {
	color: #FED772;
}


/* Menu */

#menu {
	height: 20px;
	width: 900px;
	background-image: url(Images/menu-bgsm.gif);
	background-repeat: repeat-x;	
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	}

#menu li {

	float: left;
	font-size: 8px;
	color: #333333;	
	padding-top: 20px;
	padding-bottom: 20px;
	
}

#menu a {
	display: inline;
	letter-spacing: -1px;
	text-decoration: none;
	font-size: 8px;
	color: #2a3472;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	background-color: #3366CC;	
}

#menu .current_page_item a {
	color: #000000;
}


/* Content */

#content {
	width: 893px;
	padding: 5px;
	background-color: #CCFFFF;
	
 	}

#content h1 {
	color: #ffffff;
	letter-spacing: +1px;
	padding-left: 5px;
	background-color: #cc0000;
	background-image: url(../KMPH-840/Images/h2-bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	

}

#content h2 {
	color: #ffffff;
	letter-spacing: +1px;
	padding-left: 5px;
	background-color: #cc0000;
	
}

#content h3 {
	color: #003399;
	font-size: 14px;	
}
#content p {
	line-height: 130%;
	margin: 0;
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#content ul, li {
	padding: 10px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 60%;
}

hr {
	height: 1px;
	
	color: #666666;
}

/* Table Border */



/* Images */

.smallrightimage {
	width: 200px;
	float: right;
	clear: left;
	margin: 10px;
	text-align: center;
}

/* Flash objects */

#flashcontainerwide {
	width: 900px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
}

#flashcontainersmaller {
	width: 500px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
}

	
/* Left Sidebar */

#sidebarleft {
	float: left;
	clear: right;
	width: 188px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 10px;
	background: #ffffff;
	
	
}

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

#sidebarleft li {
	padding-right: 5px;
	padding-left: 5px;
	border-bottom: 1px solid #ffffff;
	
	font-size: 12px;
}



#sidebarleft h2 {
	margin: 0;
	padding-bottom: 5px;
	
}

#sidebarleft h3 {
	margin: 0;
	padding-bottom: 5px;
	font-size: 14px;
	background: #336699;
	
}

#sidebarleft a {
	text-decoration: none;
	color: #CC0000;
	display: block;
	padding-right: 5px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;	
}

#sidebarleft a:hover {
	color: #666666;
	text-decoration: underline;
}



/* Footer */

#footer {
	clear: both;
	width: 900px;
	padding: 10px;
	text-align: center;
	font-size: smaller;
	color: #CCCCCC;
	background-color: #003366;
}

#footer a {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	color: #cc0000;
	text-decoration: underline;
}