/* Reset css
=================================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td { margin : 0; padding :0; }
h2, h3, h4, h5, h6 { font-size : 100%; font-weight : normal; }
ol, ul { list-style-type : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th { text-align : left; }
fieldset, img { border : 0; }
dt, address, caption, cite, code, dfn, em, i, strong, b, th, var { font-style : normal; font-weight : normal; }
q:before, q:after { content :''; }

html { 
  min-height: 100%; 
	margin-bottom: 1px; 
}
body {
	font-size: 68.75%;			/* This sets the default font size to be equivalent to 11px (11/16 = .6875) */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #808080;
}

/* blocktext */
h1, h2, h3, h4, h5, p, ul { 
	margin: 0 0;
	padding : .3em 0; 
}

/* a */
a, a:visited { 
	color : #0071bc; 
	text-decoration : underline;
} 
a:hover { 
	text-decoration : none;
}

img.imleft {
	float: left;
}
img.imright {
	float: right;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}


ul {
	list-style: disc;
	padding-left: 20px;
	color: #0071bc;
}
ol {
	list-style-position: outside;
	padding-left: 20px;
}


h1 {
	color: #0071bc;
	font-size: 145%;
	font-weight: bold;
}
h2 {
	color: #009245;
	font-size: 130%;
	font-weight: bold;
}

p.quote {
	background: url("../images/quote.gif") no-repeat 0 0;
	color: #009245;
	font-size: 130%;
	padding-left: 30px;
	margin-left: 20px;
	margin-right: 20px;
}
p.quote a {
	font-size: 77%;
}




/* Main blocks
=================================*/
#wrapper {
	width: 880px;
	margin: 0 auto;
}


#header {
	width: 880px;
	height: 78px;
	position: relative;
	top: 30px;
	left: 0;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 45px;
}
#header div#h1 {
	font-size: 2.2em;
	line-height: 1;
	font-weight: normal;
}
#header div#h1 a {
	display: block;
	width: 380px;
	height: 64px;
	background: url("../images/logo.gif") no-repeat 0 0;
	text-indent: -10000px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#header p {
	text-indent: -10000px;
}
#header div.menu {
	position: relative;
	bottom: -18px;
	left: 445px;
	width: 435px;
}
#header img {
	position: relative;
	bottom: 45px;
	left: 708px;
	width: 176px;
}

div#content {
	width: 880px;
}
div#left-col {
	width: 430px;
	float: left;
	padding-right: 15px;
}

div#right-col {
	width: 435px;
	float: right;
}
div#middle-col {
	width: 210px;
	float: left;
}
div#right-3col {
	width: 210px;
	float: right;
	margin-left: 10px;
}



div#flashcontent {
	width: 880px;
	color: #999999;
	background: #ffffff;
	height: 210px;
	padding-bottom: 15px;
}



div.newsbody {
	padding-right: 15px;
}
div.newslist a {
	font-weight: bold;
	color: #8cc63f;
}
div.newslist a:hover, div.newslist a.current {
	color: #009245;
}



/* main_menu
=================================*/
ul#main-menu {
	display: inline;
	font-size: 90%;
	padding: 0;
} 
ul#main-menu li {
	list-style: none;
	display: inline;
}
ul#main-menu li a {
	color: #666666;
	text-decoration: none;
	padding: 0 3px;
}
ul#main-menu li a.first {
	padding: 0 6px 0 0;
}
ul#main-menu li a:hover, ul#main-menu li a.current {
	color: #0071bc;
	text-decoration: underline;
}





/* Maps
=================================*/
div#map {
	width: 100%;
	height: 435px;
}


/* form
=================================*/


/* Footer
==============================================*/
div.footer {
	width: 880px;
	font-size: 80%;
	color: #999999;
	border-top: 1px solid #cccccc;
	margin-top: 15px;
	padding-top: 15px;
}
div.footer div.left {
	float: left;
	width: 245px;
}
div.footer div.center {
	float: left;
	width: 200px;
}
div.footer div.right {
	float: left;
	width: 435px;
}





