@charset "UTF-8";
/* DO NOT EDIT  */


body {
	background-color:#DEDEDE;
	color:#6e6a6a;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	line-height: 28px;
	font-size:14px;
	margin: 0 0 0 0;
	background-image: url(../img/blue_bground2.jpg);
	background-repeat: repeat-x;
	}

h1 {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#5C77BC;
	letter-spacing: -1px;
	font-weight: 400;
	text-align:left;
	padding: 5px 0 0 100px;
	}

h2 {
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#333333;
	}

	
a {
	text-decoration:none;
	color:#333333;
	}

a:hover {
	text-decoration:none;
	color:#5C77BC;
	}

a img {
	border: none
	}

li{
	margin:5px 0 5px 0;
	}


#centerColumn {
	width:960px;
	text-align:center;
	margin-top:0;
	margin:auto;
}	

#header {
	margin:0 0 50px 0;
	padding:0;
	width:960px;
	height:83px;
	background:url(../img/blue_top_bground.jpg) no-repeat top left;
	float:left;
	}

#logo {
	margin:10px 0 0 35px;
	padding:0;
	width:200px;
	height:115px;
	background:url(../img/logo.png) no-repeat top left;
	float:left;
	}

/* TOP NAVIGATION */

#nav {
	margin:20px 25px 0 0;
	padding:0;
	float:right;
	}

	
#nav ul{ 
	padding:0;
	margin:0;
	width:auto;
	list-style: none;
	height:30px;
	position: relative;
	float:right;
	}

#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	font:bold 12px ;
	line-height:30px;
	}
#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px;
	color:#FFFFFF; 
	}

#nav .lavaLamp li a:hover {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px; 
	color:#FFFFFF;
	}

#nav .lavaLamp li .active {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 20px; 
	color:#FFFFFF;
	}

#nav .lavaLamp li.back {
	background: url(../img/lava.gif) no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
	}

#nav .lavaLamp li.back .left {
	background: url(../img/lava.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	}

#nav a:link{
	color:#464833;
	text-decoration:none;
	}

#nav a:hover{
	color:#FFFFFF; 
	text-decoration:none;
	}

#nav a:active{
	color:#FFFFFF; 
	text-decoration:none;
	}


/* MAIN CONTENT AREA */

#content_area {
	width:960px;
	text-align: left;
	min-height: 200px;
	margin-top: 0;
	clear: both;
	background-image:url(../img/bottom_menu_bar.jpg);
	background-repeat:no-repeat;
	}


	

/* FOOTER */

#footer {
	width:100%;
	background-color:#F0EEEE;
	min-height: 250px;
	margin: auto;
	clear: both;
	text-align: center;
	border-top: #c6c7c1;
	border-top-width: 1px;
	border-top-style:dotted;
	margin-top: 60px;
	}
	
/* BOTTOM NAV */

#bottom_nav {
	width:940px;
	height:41px;
	background-image:url(../img/bottom_menu_bar.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 15px;
	margin-bottom: 20px;
	font-size:12px;
	color:#464833;
	text-align: left;
	padding-top: 8px;
	padding-left: 20px;
	}
	
#nav_container1 {
	float: left;
	width:600px;
	height:41px;
	}

#nav_container2 {
	float: right;
	width:193px;
	height:41px;	
	text-align: right;
	margin-right: 30px;
	}

.privacy {
	float:left;
	text-align: left;
	padding-left: 20px;
	font-size: 11px;
	color:#999999;
	}

.privacy a{
	color:#999999;
	}

.copyright{
	font-size:11px;
	color:#959595;
	text-align: center;
	}

.copyright a {
	text-decoration:none;
	color:#666666;
	}

.copyright a:hover {
	color:#5C77BC;
	}


/* FORM */

#center{
	height:300px;
	width:800px;
	margin:25px 100px 0 100px;
	}
	
.miniboxes {
	width:200px;
	float:left;
	margin-right:60px;
	}

.formstyler {
	width:200px;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	color:#3A3A3A;
	padding:5px;
	margin:5px 5px 0 0;
	border:1px dotted #c6c7c1;
	background:#fdfdfd;
	}

.comments{
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	color:#3A3A3A;
	border:1px dotted #c6c7c1;
	background:#fdfdfd;
	}

.break {
	width:100%;
	height:0;
	clear:both;
	font-size:0;
	}
	
.input-submit {
	margin: 0 0 10px 0;
	background-image: url(../img/submit.gif);
	width: 102px;
	height: 30px;
	background-repeat:no-repeat;
    border: none;
	cursor: pointer;
	background-color: transparent;
	}
	
/* IE 6 TWEAKS */
	
* html #header {
	margin:0 0 -5px 0;
	}

* html #logo {
	margin:10px 0 0 15px;
	}

* html #nav .lavaLamp li a {
	margin: auto 10px;
	}

* html #nav .lavaLamp li a:hover {
	margin: auto 10px; 
	}

* html #nav .lavaLamp li .active {
	margin: auto 10px; 
	}

* html #content_area {
	margin-top: 0px;
	}

* html .miniboxes {
	margin-right:30px;
	}