/* CSS stylesheet */

/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	/* temporary borders */
/*	border: dashed 1px #ff0000;*/
}

body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
}
 
/**********************************/
/* header                         */
/**********************************/
#header {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

/* not using
#header p.contact {
	padding: 20px 30px 0 0;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
*/


/**********************************/
/* wrapper for sidebar & content  */
/**********************************/
#wrapper {
	margin: 0 auto;
	padding-top: 1px; /* do not remove - without causes issues at top of wrapper */
	width: 900px;
	height: 504px;  
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}


/**********************************/
/* sidebar                        */
/**********************************/
#sidebar {
	margin-top: 10px;
	margin-left: 4px;
	float: left;
	display: inline;
	width: 198px;
	height: 485px;
	border-right: 2px solid #000000;
}

#sidebar div.label {
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

#sidebar a {
	color: #333333;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 25px;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px dashed #666666;
}
#sidebar a:link, #sidebar a:visited {
	color: #333333;
}
#sidebar a:hover {
	background-color: #000000;
	color: #FFFFFF;
}
#sidebar a:active {
	color: #333333;
}


/* NOT USING
#sidebar a.img { /* img nav 
	border: 0;
	background: none;
}
#sidebar a.img:link, #sidebar a.img:visited { /* img nav 
	border: 0;
}
#sidebar a.img:hover { /* img nav 
	border: 0;
}
#sidebar a.img:active { /* img nav *
	border: 0;
}

#sidebar img {
	margin-top: 20px;
	text-align: center;
	border: 0;
}

#sidebar p {
	margin: 0 5px;
	margin-bottom: 15px;
	text-align: left;
}
*/

/**********************************/
/* content                        */
/**********************************/
#content {
	margin: 30px 15px 5px 215px;
	position: relative;
	width: 666px;
	height: 455px;
	overflow: auto;
	text-align: left;
}

#content h1 {
	font-size: 17px;
	color: #333333;
	padding-bottom: 15px;
}

#content h2 {
	font-size: 15px;
	color: #000000;
	padding-bottom: 7px;
}

#content h3 {
	font-size: 15px;
}

#content p {
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding: 10px 0 0 40px;
}

#content li {
	margin-bottom: 10px;
}

#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #999999;
}
#content a:active {
	color: #000000;
	text-decoration: underline;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
	margin: 0 auto;
	width: 900px;
	height: 50px;
	text-align: center;
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	padding-top: 20px;
}

#footer a {
	font-size: 11px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#footer a:active {
	color: #CCCCCC;
	text-decoration: none;
}


/**********************************/
/* contact page - not used                   */
/**********************************/
#contact {
	margin: 0 auto;
	width: 540px;
	font-size: 13px;
	text-align: center;
}

#contact div.info {
	width: 325px;
	float: left;
}

#contact div.map {
	margin-left: 325px;
	width: 215px;
	text-align: center;
}

#contact div.form {
	margin-top: 20px;
	width: 540px;
}

#contact div.req {
	font-size: 12px;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact table.form {
	margin: 0 auto;
	width: 500px;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #999999;
}
#contact td.form {
	width: 176px; /* not 200 due to padding */
	padding: 2px;
	vertical-align: top;
	text-align: right;
}
#contact td.form2 { /* not 300 due to padding */
	width: 296px;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
#content .text { /* set parameters for form text field */
	width: 150px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#content .textarea { /* set parameters for form textarea field */
	width: 250px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact p.errmsg {
	margin: 10px auto;
	width: 300px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #999999;
}

#contact p.formmsg {
	margin: 15px 35px;
	color: #000000;
	text-align: left;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#contact .submit { /* submit button */
	padding: 2px 4px;
	border: 1px solid #000000;
}


/**********************************/
/* misc                           */
/**********************************/
p.center {
	text-align: center;
}
div.center {
	text-align: center;
}

/**********************************/
/* Images news_archive page       */
/**********************************/
.img_floatleft {
	float: left;
	margin: 0 6px 4px 0;
	border: 0;
	border: 1px solid #000;
}
.img_floatright {
	float: right;
	margin: 0 6px 4px 3px;
	border: 0;
	border: 1px solid #000;
}
.img_border {
	border: 1px solid #000;
}
/*****************************************
*    DIV STYLES FOR RARE SPECIES NEWS ARCHIVE *
******************************************/
div.imgleft {
	margin-left: 15px;
	width: 275px;
	height: 400px;
	float: left;
	text-align: center;
}
div.imgright {
	margin-left: 325px;
	width: 275px;
	height: 400px;
	text-align: center;
}

div.imgleftshort {
	margin-left: 15px;
	width: 275px;
	height: 300px;
	float: left;
	text-align: center;
}
div.imgrightshort {
	margin-left: 325px;
	width: 275px;
	height: 300px;
	text-align: center;
}
/* END - DIV STYLES FOR RARE SPECIES NEWS ARCHIVE  */

-->