* {
	margin: 0;
}
html, body {
	height: 100%;
}

/******general settings start************/

body {
	position:relative;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:17px;
	color: #767577;
	margin: 0;
	padding: 0;
	letter-spacing: normal;
	font-style: normal;
	background: url(/go_images/bg.jpg) repeat-x  top #f1f1ef;
}
	
body.home {
	background: url(/go_images/bg_home.jpg) repeat-x  top #f6f6f6;
}

a, a:link, a:visited, a:active , img{
	color: #7ea039;
	text-decoration:underline;
	border:none;
}

a:hover {
	color: #333;
}
.clear{
	position:relative;
	clear:both;
}
.bold{
	font-weight:bold;
}
.green {
	color:#7ea039;
}
.upper {
	text-transform:uppercase;
}

h1{
	color:#7ea039;
	font-size:28px;
	line-height: 28px;
	font-weight: 700;
	padding:20px 0px 40px 0px;
	margin:0px;
	text-transform: none;
}

h2{
	color:#7ea039;
	font-size:18px;
	line-height: 18px;
	font-variant:normal;
	font-weight:700;
	padding:0px;
	margin:0px 0px 10px 0px;
}
p{
	margin:0;
	padding:0;
	margin-bottom:10px;
}


ul{
	
	list-style:square;
	margin-left:10px;
	padding-left:10px;
	list-style-position:outside;
}


/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
#push {
	height: 50px; /* .push must be the same height as .footer */
}


/******general settings ends************/
/***********layout starts***************/

 
#container {
	position:relative;
	width:950px;
	margin:0 auto;
}	


#top {
	position:relative;
	width:862px;
	margin:0 auto;
	height:40px;
	padding:55px 0px 35px 0px;
}	

#top img {
	display:block;
	bottom:35px;
	left:0px;
	position:absolute;
}

#video{
	position:relative;
	width:862px;
	margin:0 auto;
	height:390px;
	padding:0px;
}


#video .container{
	position:relative;
	width:640px;
	float:left;
	height:390px;
	padding:0px;
}
	

#video .playlist{
	position:relative;
	width:222px;
	float:left;
	height:390px;
	padding:0px;
}
	


#video .playlist ul{
	padding-top:50px;
	list-style: none;
	font-size:20px;
	line-height:16px;
	font-weight:700;
	color:#fff;
}


#video .playlist ul li{
	width:222px;
	color:#9c9b9b !important;
	
}
#video .playlist ul li a{
	background:url(/go_images/playlist_inactive.png) center right no-repeat;
	display:block;
	height:84px !important;
	width:162px;
	padding:16px 10px 16px 50px;
	margin-bottom:6px;
	color:#9c9b9b !important;
	
}

#video .playlist ul li a:hover, #video .playlist ul li:hover a, #video .playlist ul li a.sel{
	background:url(/go_images/playlist_active.png) center right no-repeat;
	color:#fff !important;
	
}

#video .playlist ul li a.unsel{
	background:url(/go_images/playlist_inactive.png) center right no-repeat;
	color:#9c9b9b !important;
	
}
	

#textslide {
	position:relative;
	width:950px;
	margin:0 auto;
	height:130px;
	padding:0;
	font-size:24px;
	line-height: normal;
}


#content{
	position:relative;
	padding:0px 0px 20px 70px;
	width:880px;
}

#content .callout, #content .callout_last{
	position:relative;
	float:left;
	padding:15px 10px 0px 20px;
	width:260px;
	height:155px;
	margin-top:20px;
}

#content .callout_last{
	padding:15px 12px 0px 20px;
	color :#f3f3f2 !important;
}

#content .callout h1{
	padding:0px 0px 10px 0px;
}
#content .callout_last h1{
	padding:0px 0px 10px 0px;
	color:#d0cece;
	
}


#content .callout_last a, #content .callout_last a:link, #content .callout_last a:visited, #content .callout_last a:active {
	color: #fff;
}

#content .callout_last a:hover {
	color: #333;
}



#content .firstcolumn{
	background:url(/go_images/home_bottom_left.png) top left no-repeat;
}
#content .secondcolumn{
	background:url(/go_images/home_center.png) top left no-repeat;
}
#content .lastcolumn{
	background:url(/go_images/home_bottom_right.png) top left no-repeat;
}


#content #double_column{
	position:relative;
	float:left;
	padding:0px 0px 0px 0px;
	width:660px;
}

#content #double_column p.main{
	padding:0px 30px 10px 0px;
}

#content .text_column, #content #double_column .text_column{
	position:relative;
	float:left;
	padding:0px 30px 0px 0px;
	width:300px;
}


#content #double_column .text_column p{
	padding-left:67px;
	position:relative;
	width:233px;
}

#content #double_column .text_column h2{
	position:relative;
	padding-left:67px;
	width:233px;
}


#content #double_column .text_column .icon{
	position:absolute;
	left:0px;
	top:0px;
}

#content .highlights{
	position:relative;
	float:left;
	padding:0px;
	width:205px;
}

#content .highlights ul{
	list-style:none;
	padding:0;
	margin:0;
}

#content .highlights ul li{
	border-bottom:1px solid #7ea039;
	font-size:16px;
	line-height:22px;
	padding:5px 0px;
	margin:0;
	font-weight:400;
	color:#7ea039;
}

#content .highlights ul li.last{
	border-bottom:none;
}


/******Footer**********/

body #footer {
	position:relative;
	height:50px;
	width:100%;
	background-color:#fff;
	font-size:11px;
}	
body.home #footer {
	background-color:#f6f6f6;
}	


body #footer p, body.home #footer p{
	
	width:850px;
	margin:0 auto;
	height:30px;
	padding:10px 55px;
	text-align:left;
}


/********Forms*********/



/*********FORMS***************/
.label{
	position:relative;
	float: left;
	display:block;
	width:90px;
	height:15px;
	padding-top:8px;
	font-weight:300;
	font-size:16px;
	color:#7ea039;
}
.long{
	width:130px;
}

input, textarea
{
    font-family: Tahoma, Geneva, sans-serif;
    font-size:14px;
    padding:1px;
    border:none;
    width:205px;
    margin:5px 0 5px 0px; 
	color: #666;
	background-color:#d3d2c9;
	height:20px;
	position:relative;
	display:block;
	float:left;
	
}

input.short
{
    width:165px;
	
} 

textarea
{
    height:80px;
}

.submit{
	position:relative;
	float:right;
	clear:both;
	font-size:16px;
}
.error
{
    background-color: #7ea039 !important;
}

.valid
{
    background-color:#d3d2c9;
}
