/**************************************/
/****         HTML ELEMENTS        ****/
/**************************************/
body {
	font-family: Arial,sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #555555;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}

dt {
	margin-top: 10px;
	font-weight: bold;
}

dd {
	margin-left: 0px;
}

ul{
	padding:0px;
	margin:0px;
}

ul li{
	list-style: none;
	padding:0px;
}

a {
	color: #005dd1;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/**************************************/
/****             DIVS             ****/
/**************************************/

#container {
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 825px;
	height: 313px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}

#header_text {
	font-size: 14px;
	line-height: 1.3em;
	width: 340px;
	height: 130px;
	margin-left: 438px;
	padding-top: 144px;
}

#learn_more {
	float:right;
	width: 95px;
	height: 25px;
	margin-top: 15px;
}

#content {
	width: 1024px;
	height: 200px;
	background-image: url("../images/content_bg.jpg");
	background-repeat: repeat-y;
}

#navigation {
	width: 100%;
	height: 75px;
	background-image: url("../images/nav_bg.jpg");
	background-repeat: repeat-x;
}

#nav_end {
	float:right;
	width: 1px;
	height: 75px;
	background-image: url("../images/nav_end.jpg");
	background-repeat: no-repeat;
}

#main_content {
	width: 1024px;
	height: auto;
	background-image: url("../images/content_bg3.jpg");
	background-repeat: repeat-y;
	border-bottom: 1px solid #bbb;
}

#main_top {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 26px;
	padding-bottom: 26px;
	border-bottom: 1px solid #e6e6e7;
}

#featured_projects {
	width: 825px;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-image: url("../images/content_bg2.jpg");
	background-repeat: repeat-y;
	border: 1px solid #b5b5b5;
}

#main_bottom {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}

#controls {
	float: left;
	width: 187px;
	height: auto;
	margin-right: 12px;
	border-right: 1px solid #e6e6e7;	
}

#lusterPlayer {
	background: #FFF;
	float:left;
	width: 800px;
	height: 480px;
	overflow:hidden;
}

#lusterPlayerImage {
	margin: 0 auto;
	margin-top: 25%;
	width: 460px;
	height: 26px;
}

#footer {
 	width: 825px;
	height: 108px;
 	background-image: url("../images/bottom.jpg");
	background-repeat: no-repeat;
}

#footer_text {
	float:right;
	margin-right: 20px;
	margin-top: 75px;
}


/**************************************/
/****            CLASSES           ****/
/**************************************/

.box {
	float:left;
	width: 275px;
	height: 200px;
}

.box_text {
	width: 232px;
	height: auto;
	margin-left: 20px;
}

.go {
	float:right;
	width: 53px;
	height: 25px;
	margin-top: 15px;
}

.main_float {
	float: left;
	width: 364px;
	height: auto;
	margin-right: 21px;
}

.main_float_text {
	width: 364px;
	height: auto;
	margin-top: 15px;
}

.main_buttons {
	margin-top: 25px;
}

.feature_box {
	float:left;
	width: 236px;
	height: 250px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.gallery_box {
	float:left;
	width: 236px;
	height: 185px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.popup_shell {
	background-color: #ffffff;
	border: 1px solid #cdcdcd;
	width: 690px;
	height: 620px;
}

.popup_top {
	width: 690px;
	height: 45px;
	border-bottom: 1px solid #f0f0f0;
}

.popup_top a {
	float: right;
	margin-top: 15px;
	margin-right: 26px;
}

.popup_title {
	color: #282828;
	font-size: 22px;
	line-height: 50px;
	padding-left: 24px;
}

.popup_middle {
	width: 690px;
	height: auto;
	padding-bottom: 6px;
	border-bottom: 1px solid #f0f0f0;
}

.popup_content {
	width:640px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
}

.popup_middle_caption {
	height: 40px;
	margin-top: 15px;
}

.popup_middle_media {
	width: 640px;
	height: 360px;
	margin-bottom: 0px;
}

.popup_bottom {
	width: 690px;
	height: auto;
	padding-bottom: 15px;
}

.popup_float {
	float:left;
	margin-right: 4px;
	margin-left: 4px;
}

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
		
.white_content {
	display: none;
	position: fixed;
	left: 25%;
	top: 1%;
	width: 700px;
	height: 630px;
	z-index:1002;
	overflow: auto;
}

.signup {
	float: left;
	width: 350px;
	height: auto;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.signup strong {
	display:block;
}

.signup span {
	font-size: 11px;
	font-weight: normal;
}

.signup_text {
	border: 1px solid #ccc;
	width: 230px;
}

.error {
	font-weight: bold;
	color: #ff0000;	
}

.cleardiv {
	clear: both;
}

/****** ReCaptcha Styles *******/
.captcha {
	margin: 25px 0px;
}
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#FFFFFF !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #CCCCCC !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #CCCCCC !important; //Text input field border color
   background-color:#FFFFFF !important; //Text input field background color
 }
 #recaptcha_widget_div {
 	width: 450px;
 }
/******************************/