@charset "utf-8";
/* CSS Document */
body{
	background-color:#45413E;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/body_bgtile.jpg);
	background-repeat:repeat-x;
	background-position:top left;	
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}
#contact_page_form{
	float:left;
	width:220px;
}
#content_wrapper{
	width:100%;
	background-color:#56524F;
	float:left;
}

#content_main{
	padding:0px 30px;
	float:left;
	color:#F3F3F3;
}

#content_main a{ 
	color:#cccccc;

}

#content_main a:hover{ 
	color:#5995F5;
}

#content_top{
	margin-top:15px;
	float:left;
	width:100%;
}

#content_bottom{
	margin-bottom:15px;
	float:left;
	width:100%;
}

.divclass{
	#ffffff;	
}
.divclass b{

	color:#5995F5;
}

.float_left{
	float:left;
}
.float_right{
	float:right;
}
#footer { 
	margin-top:50px;
	color:#777777;
	font-size:12px;
	text-align:center;
}

#footer a{ 
	color:#999999;
	font-size:12px;
}

#footer a:hover{ 
	color:#777777;
}
#form_field_container{
	font-size:12px;
	margin:10px 0px 10px 0px;
	wdith:200px;
}

#form_field_container .formFields{
	margin-bottom:10px;
	width:200px;
}
h1 {
	font-size:24px;
	color:white;
	font-weight:normal;
	background-image:url(images/heading_line.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:4px;
}
#left_column{
	float:left;
	width:390px;
	padding-right:30px;
}
.navleft {
	background-image:url(images/menu_left.jpg);
	float:left;
	height:62px;
	width:16px;
}
.navleft_sub {
	background-image:url(images/menu_left_sub.jpg);
	float:left;
	height:62px;
	width:16px;
}

.nav_main {
	width:910px;
	background-image:url(images/menu_tile.jpg);
	background-repeat:repeat-x;
	float:left;
}

.navright {
	background-image:url(images/menu_right.jpg);
	float:right;
	height:62px;
	width:16px;
}
.navright_sub {
	background-image:url(images/menu_right_sub.jpg);
	float:right;
	height:62px;
	width:16px;
}

.nav_main ul {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.nav_main ul li {
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

.nav_main a, .nav_main a:visited {
	float:left;
	color:#333333;
	font-size:13px;
	font-weight:bold;
	display:block;
	text-align:center;
	margin:0;
	padding:26px 12px 20px;
	text-decoration:none;
	background-image:url(images/menu_seperator.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.nav_main a:hover {
	color:#777777;
	font-weight:bold;
}

#nav_wrapper{
	width:910px;
	float:left;
}

#submit_btn{
	float:right;
	margin-right:15px;
}
#video{
	width:600px;
	margin:0 auto;
}	
#websiteby {
	width:910px;
	margin:0 auto;
	text-align:right;
}
#websiteby a{
	font-size:10px;
	color:#555555;
}
#websiteby a:hover{
	font-size:10px;
	color:#777777;
}

#wrapper{
	width:910px;
	margin:0 auto;
}


