/* CSS Document */

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align:center;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
 
#container {
	width:900px;
	position: relative;
	margin: 0 auto 0;
	overflow: visible;
	text-align:left;
	top: 10px;
}

#header{
	width:900px;
	height:336px;
}

p#tagline{color:#000;
	width:350px;
	font-style:bold;
	font-size:1.1em;
	background-image: url(../img/taglinebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding: 5px 5px 5px 10px;
	margin:0;
	border: 1px solid #00a13c;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header p span{
	color:#00A12D;
	font-size:1.7em;
	font-family: Aller;
}

#slideshow{
	position: absolute;
	right:0;
	top: 7px;
	width:500px;
	height: 270px;
	margin:0;
	padding:0;background:#fff;
}
#menu {
	width: 900px;
	height: 30px;
	float: left;
	background: #00a13c url(../img/menubg.jpg) repeat-x top;
}

#menu ul {
	margin:0; 
	padding:0;
	list-style: none;
	line-height: normal;
	float:left;	
}

#menu li {
	display: inline;
	margin:0;
}
	
#menu a {
	float: left;
	padding:7px 0;
	width:128px;
	text-decoration: none;
	font-weight: normal;
	font-size: 13px;
	color: #fff;
	text-transform: none;
	text-align: center;
	text-transform: uppercase;
}

#menu li a:hover{
	color: #fff;
	background: #006927;
}
#menu li a#current{
	background: #006927;
}

a{
	color:#00597A;
	font-weight:bold;	
	text-decoration:none;
}

a:hover{text-decoration:underline;}


#content {
	float: left;
	margin-top: 2px;
	width:900px;
	overflow: visible;
	background: #fff url(../img/leafbg.gif) no-repeat right bottom;
	border-top:1px solid #d9d9b9;
}

#main{
	float: left;
	width:595px;
	margin:0;
	padding-right:5px;
	padding-bottom:5px;
	padding-top:5px;
}

#right{
	float: right;
	width:282px;
	margin: 0;
	padding-left:10px;
	padding-right:5px;
	padding-top: 5px;
	border-left:1px solid #d9d9b9;
	border-right:1px solid #d9d9b9;
	padding-bottom:5px;
}

h1, h2, h3{
	margin:0;
	font-weight: bold;
	padding:5px 0;
	font-family: Aller;
}

h1 {
	font-size: 1.8em;
	color: #00A12D;
	text-transform:capitalize;
}
h2 {
	font-size: 1.6em;
	color: #004890;
	text-transform:capitalize;
}
h3 {
	font-size: 1.2em;
	background: #7E7E7E;
	color:#fff;
	padding-left:8px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.green {	background: #00A02D;
}
p, table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin:0;
	padding: 5px 0;
	list-style-type: square;
	line-height: 150%;
}
.shout{
	color:#00A12D;
	font-size:1.1em;
	text-transform:uppercase;
	font-weight:bold;
}
.minishout{	color:#00A12D;
	font-weight:bold;
}
ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin:0;
	padding: 5px 15px;
	line-height: 150%;
	list-style-image: url(../img/linkarrow.gif);
}
#footer{
	clear: both;
	width:900px;
	margin:0;
	text-align:center;
	color: #bbb;
	padding: 10px 0;
	border-top: 1px solid #d9d9b9;
	border-bottom: 1px solid #d9d9b9;
	background-image: url(../img/mainBgfooter.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.small{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.highlight{	border:1px solid #93AEC9;
	background-image: url(../img/mainBgfooter.jpg);
	background-repeat: repeat-x;
	background-position: top;
	 padding:6px;
	 font-weight: bold;
}
.block{background: #D4E1EE;font-size: 0.9em;font-weight:bold;
 padding:5px;}