@charset "UTF-8";

body { 
padding: 0px; 
margin: 0px;
background-attachment: fixed;
background-image: url(images/main_bg.jpg);
background-repeat: no-repeat;
background-position: center top;
background-color: #326DA5;
}

* {
	margin: 0;
	padding: 0;
}

#wrapper { 
margin: 0 auto;
width: 900px;
height: 100%;
padding: 10px;
}

#header {
width: 900px;
height: 90px;
padding: 10px 0px 10px 0px;
border-bottom: 1px dashed #FFFFFF ;
margin-bottom:8px;
clear:both;
}

#header-wrapper {
position:fixed;
left:inherit;
top:0px;
background:url(images/menu-bg.jpg) no-repeat;
padding-bottom:20px;
z-index:1000;
}

#content-wrapper {
padding-top:165px;
}

.content-bg-top {
	background-image:url(images/white-bg-top.png);
	background-repeat:no-repeat;
	height:15px;
	clear:both;
}

.content-bg-bot {
	background-image:url(images/white-bg-bot.png);
	background-repeat:no-repeat;
	height:15px;
	clear:both;
}

.content {
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	background-color:#FFFFFF;
	clear:both;
}

.content h1 {
	font: bold 20px Arial;
	color:#27527D;
	margin-bottom:20px;
}

.content h2 {
	font: bold 16px Arial;
	color:#27527D;
	margin-bottom:10px;
}

.content h3 {
	font: bold 18px Arial;
	color:#27527D;
	margin-bottom:15px;
}

.content p {
	font: 14px Arial;
	color:#000000;
	margin-bottom:20px;
}

.content a {
	font: 14px Arial; 
	color: #0000FF;
}
.content a:hover {
	font: 14px Arial; 
	color: #FF0000;
}

.content a:visited {
	font: 14px Arial; 
	color: #CC33FF;
}

.content label {
	font: 14px Arial;
	color:#000000;
}

.content option {
	font: 14px Arial;
	color:#27527D;
}

.content input {
	font: 14px Arial;
	color:#27527D;
}

.content textarea {
	font: 14px Arial;
	color:#27527D;
}

.content ul li {
	font: 14px Arial;
	color:#000000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: circle;
}

.content ul {
	margin-bottom:30px;
}

#twitter-follow { 
    border: 0;position: fixed;  top: 115px; right:0;
}

#facebook-follow { 
    border: 0;position: fixed;  top: 240px; right:0;
}

#footer { 
width: 900px;
height: auto;
clear: both;
padding: 10px 0px 10px 0px;
border-top: 1px dashed #FFFFFF;
margin: 12px 0px 0px 0px;
}

.footer-txt {
text-align:center;
font: 12px Arial;
color:#000000;
float:left;
color:#FFFFFF;
width:560px;
margin: 0 auto;
}

.footer-txt p{
margin-top:10px;
margin-left:10px;
}

#flashcontent {
	z-index:0;
}
