*	{
	margin: 0px;
	padding: 0px;
}

/************** STRUCTURAL CSS ****************/

body	{
	font-size: 70%;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background: #60553e;
	text-align: center;
}

#center	{
	width: 931px;
	margin: 0px auto;
	position: relative;
	background: #60553e url(images/pageBg.gif) repeat-y top left;
	text-align: left;
}

body#home div#center	{
	background: #60553e url(images/homePageBg.gif) repeat-y top left;
}

#header	{
	width: 100%;
	height: 105px;
	background: #9db6c4 url(images/headerDrawings.gif) no-repeat 425px 0px;
}
#header a img {
	border: none;
	position: absolute;
	top: 10px;
	left: 10px;
}

#wrapper	{
	border-top: solid 5px #60553e;
}

#missionStatement	{
	float: left;
	width: 300px;
	background: url(images/largeStarThistle.gif) no-repeat center 290px;
}
#missionStatement img	{
	margin: 20px 10px 250px 10px;
	}

#contentArea	{
	float: left;
	background: #fff;
	width: 740px;
}


body#home #contentArea	{
	width: 440px;
}

#content	{
	padding: 20px;
}



#navCol	{
	float: right;
	width: 177px;
}

#navCol a	{
	display: block;
	width: 173px;
	margin: 0px;
	padding: 3px 0px 3px 4px;
	color: #574d37;
	border-top: solid 1px #f8f1e5;
	border-bottom: solid 1px #d0c768;
	text-decoration: none;
}

#navCol a:hover	{
	color: #372600;
	background-color: #f5f2ea;
	cursor: hand;
}

#navCol li.mainNav a	{
	color: #372600;
	padding: 5px 0px 5px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

#navCol ul	{
		list-style-type: none;
		list-style-image: none;
		margin: 0px;
		margin-bottom: 20px;
		padding: 0px;
}
#navCol li	{
	margin-top: 0px;
	list-style-image: none;
}

#navCol li.active, #navCol li.active a:hover	{
	background-color: #eeece4;
	cursor: default;
}
#navCol li.active a	{
	color: #30240a;
}


#footer	{
clear: both;
border-top: solid 3px #3c3526;
background: #60553e;
text-align: center;
color: #f8f1e5;
padding: 3px;
}


#footer	a {
color: #f8f1e5;
text-decoration: none;
border-bottom: dotted 1px #8d846f;
}


/************** END STRUCTURAL CSS ****************/

/************* GENERAL FORMATTING STYLES **************/
p	{
	margin: 1em 0px;
	line-height: 2.8ex;
}
a	{
	color: #2f6b8c;
}

a:visited	{
	color: #4a7a94;
}

a:hover	{
	color: #00355a;
}

ul	{
	margin-left: 2em;
	list-style-type: circle;
	list-style-image: url(images/listBullet.gif);
}
li	{
	margin-top: .7ex;
}

img	{
	border: none;
}

h1	{
	font-size: 160%;
}
h2	{
	font-size: 155%;
}
h3	{
	font-size: 130%;
}

h3.new	{
	color: #a00;
	border-bottom: solid 1px #a00;
}

h4	{
	font-size: 120%;
}
h5	{
	font-size: 110%;
}
h6	{
	font-size: 100%;
}

h1, h2, h3, h4, h5, h6	{
	margin-bottom: 1ex;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a	{
	text-decoration: none;
}

h2.compact, h3.compact, h4.compact, h5.compact, h6.compact	{
	margin-bottom: 0px;
}
h2.compact + p, h3.compact + p, h4.compact + p, h5.compact + p, h6.compact + p	{
	margin-top: 0px;
}

dt	{
	float: left;
	margin-right: 10px;
	padding: 5px;
	font-size: 120%;
	border: solid 1px #574d37;
}
dd	{
	margin-bottom: 2ex;
}

/************* END GENERAL FORMATTING STYLES **************/


/************* HOMEPAGE SPECIFIC FORMATTING STYLES **************/

body#home h2	{
	margin: 0px;
}

/************* END HOMEPAGE SPECIFIC FORMATTING STYLES **************/


/************* PHOTO FORMATTING STYLES **************/

.photo	{
	padding: 2px;
	border: solid 1px #9db6c4;
	float: right;
	clear: right;
	margin: 5px 0px 10px 20px;
}
.photo img	{
}

.photo span.caption	{
	display: block;
	text-align: center;
}

.photo span.credit	{
	display: block;
	padding-top: 4px;
	text-align: right;
	color: #999;
	font-style: italic;
}

cite	{
	color: #666;
	font-size: 90%;
}

/************* END PHOTO FORMATTING STYLES **************/


/************** PRIORITY WEED LIST STYLES ****************/

h3	{
	margin-top: 1.5em;
}

div.weedListWrapper	{
	padding: 10px;
	padding-bottom: 1px;
	margin-bottom: 1.5em;
	border: solid 1px #9db6c4;
	float: left;
	width: 95%;
}

div.weedListLeft	{
	float: left;
	width: 48%;
	padding-right: 20px;
}
div.weedListRight	{
	float: right;
	width: 48%;
}

ul.weedList	{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
}

ul.weedList li	{
	clear: both;
	padding-bottom: 5px;
	}
	
ul.weedList li a	{
	text-decoration: none;
}


ul.weedList li .weedName	{
	font-size: 120%;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}

ul.weedList li img	{
	float: left;
	margin-bottom: 10px;
	margin-right: .6em;
	border: solid 1px #9db6c4;
	padding: 2px;
	background-color: #fff;
	}

ul.weedList li a:hover img	{
		border-color: #00355a;
		background-color: #9db6c4;
		}

ul.weedlist span.comingSoon	{
	display: block;
	margin: 6px;
	color: #800;
}

/************** END PRIORITY WEED LIST STYLES ****************/


/************** PUBLICATION LIST STYLES ****************/




div.pubListWrapper	{
	padding: 10px;
	padding-bottom: 1px;
	margin-bottom: 1.5em;
	float: left;
	width: 95%;
}

div.pubListLeft	{
	float: left;
	width: 48%;
	padding-right: 20px;
}
div.pubListRight	{
	float: right;
	width: 48%;
}

ul.pubList	{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0px;
}

ul.pubList li	{
	clear: both;
	float: left;
	border: solid 1px #9db6c4;
	margin: 5px;
	width: 100%;
	}

ul.pubList li a	{
	text-decoration: none;
}

ul.pubList li .pubName	{
	font-size: 120%;
	font-weight: bold;
	display: block;
	margin: 5px;
}

ul.pubList li img	{
	float: left;
	margin-right: .7em;
	border-right: solid 1px #9db6c4;
	background-color: #fff;
	}
	

/************** END PUBLICATION LIST STYLES ****************/

/************** INPUT FORM STYLES ****************/

.formSmall {
	font-size: 12px;
}

.formCaption {
	font-size: 12px;
	font-weight: bold;
}

.mandatoryField {
	color: #FF3300;
}

.formCoordinates {
	background-color: #b7cdee;
	color: #333;
	font-size: 10px;
}

.borderTable {
	padding: 2px 4px 2px 4px;
	border-width: 0 0 1px 1px;
	border: 1px solid #AAAAAA;
	border-spacing: 3;
	background-color: #F5F2EA;
	font-size: 12px;
}

.borderCell {
    border-color: #AAAAAA;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}
/************** END INPUT FORM STYLES ****************/
