/* General */

body {margin-left: 0px; margin-top:0px; margin-right:0px; margin-bottom:0px;}

.fullBg {position:fixed; top:0; left:0; overflow:hidden; width:100%; height:100%;}

#logo {position:absolute; top:20px; z-index:5; height:210px; left:5%; text-align:center; padding-left:35px;}

#top_thread {position: relative; top: 10px;	z-index: 6;	text-align: center;	font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 14px;	color: #000000;	font-weight: bold; padding-left: 200px;}

#maincontent {position:absolute; top:90px; left:5%; z-index: 2;	width: 90%;	padding-top: 20px;	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 14px; color: #000000;}

#maincontent a {font-weight: bold; color: #333333; text-decoration: none;}
	
#maincontent a:hover {font-weight: bold; color: #333333; text-decoration: underline;}

#curved_layer {position: absolute; top: 70px; left: 5%;	z-index: 1;	width: 86%;	padding-left: 2%; padding-right: 2%; padding-top: 20px; background: #fff;}



.ul_anchor {list-style-image:url('../images/anchor_bullet.png');}

.ul_anchor_light {list-style-image:url('../images/anchor_bullet_light.png');}

h1{	font-size: 18px; text-align: center; }

h2{ font-size: 18px; text-align: center; }
	
h3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #861E1E; font-weight: bold; text-align: center;}
	
	
	
	
	
	
	#copyright {
	clear:both;
	bottom: 0px;
	z-index: 3;
	width: 95%;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5%;
	text-align: right;
	background-image: url(../images/copyright_background.gif);
	background-repeat: repeat-x;
	background-position: top;
	}

#copyright a {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

#copyright a:hover {
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
}

.gallery {
width: 100%;
text-align:center;

}

.gallery img {
	padding: 2px;
	
}



		
	
	
	.text_input {
	border: 1px solid #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	width: 300px;
}

.text_input_error {
	background-color: #E86262;
	border: 1px solid #575757;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	width: 300px;
}



.text_input:hover {
	background-color: #CEE7FF;
	border: 1px solid #575757;
	color: #000000;
	width: 300px;
}

.error_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

.submit_button {
	background-color: #006600;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	font-weight: bold;
	margin-left: 210px;
}

.submit_button:hover {
	background-color: #009900;
	
}

.submit_button_no_margin {
	background-color: #006600;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	font-weight: bold;
	
}

.submit_button_no_margin:hover {
	background-color: #009900;
	
}

.reset_button {
	background-color: #990000;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	width: 200px;
	font-weight: bold;
}

.reset_button:hover {
	background-color: #FF0000;
	
}

.rollover a {
	display:block;
	width: 200px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background-image:  url("../images/button_background.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding: 7px 3px 0px;
	z-index:4;
}
.rollover a:hover { 
    background-position: 0 -34px;
}

.rollover_right a {
	display:block;
	width: 200px;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	background-image:  url("../images/button_background.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	padding: 7px 3px 0px;
	z-index:7;
}
.rollover_right a:hover { 
    background-position: 0 -34px;
}

.youtube {
	border: 1px solid #333333;
	z-index: 8;
}

.columns {
		position:relative;		
	    clear:both;
	    float:left;
        width:100%;			
		overflow:hidden;	
	}
	
    .layout .body_area {
        float:left;
        width:200%;
		position:relative;
		left:200px;
        
    }
    .layout .layout_wrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1px;
	}
	.layout .body_div {
        margin:0 15px 0 225px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
		padding-top:20px;
	}
    .layout .menu_column {
	float:left;
	width:200px;
	position:relative;
	right:185px;
	padding-top:120px;
	text-align: center;
    }
	
	#map_canvas {
	height: 350px;
	width: 90%;
	border: 1px solid #333333;
}


.form_label {
	width: 250px;
	padding-right: 15px;
	text-align: right;
	clear: left;
	float: left;
}
