@import "/lib/css/reset.css";
@import "/lib/css/typography.css";
@import "/lib/css/global-footer.css";
@import "/lib/css/jquery.validationEngine.css";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666;
	background-color: #f1f0ee;
	margin-top: 0;
}

.body_copy {
	margin-left: 20px;
	line-height: 18px;
	letter-spacing: normal;
}

li {
	margin-left: 20px;
	line-height: 18px;
	letter-spacing: normal;
	list-style:circle;
	margin-bottom: 10px;
}

h1 {
	font-size: 30px;
	color: #8e8c48;
	margin-left: 20px;
	margin-bottom: 0;
	letter-spacing: normal;
}

h2 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #8e8c48;
	margin-left: 20px;
	margin-top: 0;
	letter-spacing: normal;
}

h3 {
	font-size: 18px;
	color: #6f6b5f;
	margin-left: 20px;
	letter-spacing: normal;
}

h4 {
	font-size: 18px;
	font-weight: normal;
	color: #fff; 
	margin-left: 20px;
	margin-top: 12px;
	letter-spacing: normal;
}

h5 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #8e8c48;
	letter-spacing: normal;
	margin: 5px 0 0 0;
}

form_copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #666;
}

#page {
	width: 864px;
	margin: 0 auto;
	position: relative;
}

#learnmore {
	position: absolute;
	z-index: 1;
	top: 450px;
	left: 500px;
}

#formholder {
	width: 333px;
	margin: 0 0 0 45px;
	float: left;
	background-repeat: no-repeat;
}

.formsmall a {
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
.formsmall {
	font-size: 9px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}
input [type="text"] {
	width: 100px;
}

.btn-submit {
	border: none;
	width: 77px;
	height: 27px;
	background: none;
	padding-top: 10px;
}

#formHolder .error {
	color: #60a19a;
}

textarea {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }

#coin-slider {
	width: 864px;
	height: 523px;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/

.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left;}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #666; color: #666; text-indent: -1000px; }
.cs-active { background-color: #666; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #666; color: #FFFFFF; padding: 0px 10px; }

#content {
	width: 864px;
	overflow: hidden;
	background: #fff;
	position: relative;
}

#copyholder {
	width: 451px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-left: 7px;
	float: left;
}

#video_tab {
	width: 450px;
	height: 40px;
	background-color: #6f6b5f;
	float: left;
}
#videoholder {
	width: 450px;
	float: left;
	overflow: auto;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


.figure {
	float: left;
	width 144px;
	margin: 0;
	
}
.figure p {
	color: #8e8c48;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
}
.videoholdersmall {
	font-size: 10px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: normal;
}
#footerholder {
	width: 844px;
	margin: 10px auto 10px auto;
	float: left;
	padding: 0 10px 0 10px;
}

