
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
html {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color: #6c6661;
	margin: 0;
	padding: 0;
}

body {
	background: #1582AB;
}

#resizeFont{
float:right;
margin-right:25px;
padding-top:2px;
clear:both;
}
.increaseFont,.decreaseFont,.resetFont{float:right;margin:1px;}




h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family:georgia;
	color: #3E3530;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.8em;
}

h3 {
	font-size: 1.6em;
	text-align:center;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

img{border:none;}
a {
	text-decoration: none;
	color: #339CCB;
}

a:hover {
	color:#F00;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 150px;
	background: #1582AB;
	border-bottom: 10px solid #2AA1CC;
}

#header {
	width: 950px;
	margin: 0 auto;
	padding: 0px 0px 0px 30px;
}

/* Logo */

#logo {
	float: left;
	width: 300px;
	margin: 0;
	padding-top: 5px;

}


/* Menu */

#menu {
	float: right;
	width: 600px;
	height: 148px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 120px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	margin-right: 1px;
	padding: 10px 15px 5px 15px;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #2AA1CC;
	text-decoration: none;
}

#menu .current_page_item a {
}

/* Page */
#page_wrapper{
	background: #fff;
	width:100%;
	padding-bottom:5px;
}
#page {
	width: 980px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	background: #fff;
}

#page-bgtop {
	padding: 20px 0px;
}
/* Content */

#content {
	float: left;
	width: 970px;
	padding: 0px 0px 0px 0px;
}

#post {
	margin-bottom: 40px;
}

#post .title {
	height: 41px;
	padding: 7px 0px 0px 30px;
	letter-spacing: -.5px;
}

#post .header_title {
	font-size:18px;
	font-weight:bold;
	font-family: georgia;
	line-height:40px;
	vertical-align:middle;

}

#post .title a {
	color: #333333;
	border: none;
}

#post .content_text {
	padding: 0px 30px 20px 30px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Contact Form - Sent Message */
.MsgSent {
	display: block;
	padding: 10px;
	width: 100%;
	text-align: center;
	border: none;
	background-color: white;
}



/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #1582AB;
	border-top: 10px solid #2AA1CC;
	font-family: Arial, Helvetica, sans-serif;
	width:100%;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}

/* rotator in-page placement */
div.rotator {
	float: left;
	height:254px;
	width: 350px;
	margin-left: 15px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid black;	
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}
