/* reset browser*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,object { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	margin: 0px;
	padding: 0px;
}
fieldset,img { 
	border:0;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
:focus { 
	outline: 0;
}
html { 
	min-height: 100.2%;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	display: block;
	visibility: hidden;
	}
input, select, option, textarea {
	font-size: 12px;
	font-family: Tahoma, Trebuchet MS, Verdana, Arial;
	font-weight: normal;
	text-transform: none;
}

.right{
	text-align: right;
}

/*-------------  LAYOUT  ----------------------------------*/
body {
	background-color: #3551ab;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 12px;
}
#container{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-bottom: 30px;
}
#header{
	background-color: #FFFFFF;
	height: 85px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#logo {
	float: left;
	height: 85px;
	width: 136px;
}
#utilityNav {
	float: right;
	width: 200px;
	color: #CCCCCC;
	font-size: 11px;
	text-align: right;
	margin-top: 10px;
}

#mainNav{
	background-color: #0A2874;
}
#banner {
	height: 60px;
	background-image: url(../images/plant7.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	padding-top: 30px;
	font-size: 24px;
	color: #8DA3DC;
}

/* MENU */
#headerNavMenu {
	height: 24px;
	margin-right: auto;
	margin-left: auto;
}
#headerNavMenu ul {
	list-style-type: none;
}
#headerNavMenu li a:link, #headerNavMenu li a:visited, #headerNavMenu li a:active {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	text-transform: uppercase;
	font-size: 11px;
}
#headerNavMenu li a:hover {
	background-color: #2C9f37;
}


#content{
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-right: 70px;
	padding-bottom: 30px;
	padding-left: 150px;
	min-height:400px;
}
.dataTable td {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#content td {
	border: 2px solid #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#content p {
	margin-bottom: 10px;
}
#content h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
	color: #8DA3DC;
}
#content h2 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 3px;
}
.imgFloatLeft img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}

#footer{
	background-color: #0A2874;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #5570CA;
	font-size: 11px;
}
