/* @override 
	http://localhost/css/main.css
	http://www.acornsolutions.com/css/main.css
*/

* { border: 0; margin: 0; padding: 0; }

/* @group Scroller Styles */

#content {
	position: absolute;
	top: 218px;
	left: 295px;
	width: 411px;
	height: 246px;
}


#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 396px;
height: 246px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
outline: none;
margin: 0 auto;
padding: 0 15px 0 0;
}

#contentwide {
	position: absolute;
	top: 221px;
	left: 25px;
	width: 680px;
	height: 246px;
}

#mycustomscrollwide {
/* Typical fixed height and fixed width example */
width: 660px;
height: 246px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
outline: none;
margin: 0 auto;
padding: 0 15px 0 5px;
}


.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 2px;
background-color:#E5E5E5;
}
.vscrollerbar {
width: 2px;
background-color: #78A131;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


/* @end */

/* @group Main Structure */



#container {
	margin: 0 auto;
	position: relative;
	width: 928px;
	height: 700px;
	min-height: 700px;
	padding-left: 36px;
	background: url(../imgs/main_bg.png) no-repeat top left;
}

#logo {
	position: absolute;
	top: 67px;
	left: 0;
	width: 260px;
	height: 62px;
	outline: none;	
}

#mainimg {
	position: absolute;
	top: 182px;
	left: 0;
	width: 260px;
	height: 270px;
	border-top: 1px solid #BBCE41;
	padding-top: 7px;
	border-bottom: 1px solid #BBCE41;
	padding-bottom: 7px;
}


#header {
	position: absolute;
	top: 182px;
	left: 295px;
	width: 411px;
	height: 34px;
}

#headerwide {
	position: absolute;
	top: 182px;
	left: 25px;
	width: 411px;
	height: 34px;
}



#partnerlogos {
	position: absolute;
	top: 565px;
	left: 0;
	width: 8000px;
	height: 70px;	
}

#space {
	position: absolute;
	top: 125px;
	left: 764px;
	width: 165px;
	height: 435px;
}

/* @end */

/* @group Navigation */

#nav {
	position: absolute;
	top: 96px;
	left: 295px;
	width: 444px;
	height: 29px;
	
	
	
	
}


#nav a {
	position: relative;
	float: left;
	width: 95px;
	height: 20px;
	padding: 9px 0 0 35px;
	background: url(../imgs/nav_link.png) no-repeat top left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #8c8c8c;
}

#nav a:hover, #nav a:active {
	width: 95px;
	height: 20px;
	padding: 9px 0 0 35px;
	background: url(../imgs/nav_selected.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	
}

a#nav_selected  {
	width: 95px;
	height: 20px;
	padding: 9px 0 0 35px;
	background: url(../imgs/nav_selected.png) no-repeat top left;
	color: #fff;
	font-weight: bold;
	
}

#subnav {
	position: absolute;
	top: 486px;
	left: 494px;
	width: 220px;
	height: 12px;
	color: #b3cf2a;
	text-align: right;
}

#subnav a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	padding: 0 10px 0 10px;
	color: #2D4244;
	
}

#subnav a:hover, #nav a:active {
	color: #b3cf2a;
	
}





/* @end */

/* @group Content */

h1 {
	margin: 0 auto;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	padding: 0 0 .4em 0;
	
}


h2 {
	margin: 0 auto;
	font-family: "Helvetica Neue", Helvetica Arial, sans-serif;
	font-size: 16px;
	line-height: 1.3em;
	padding: .4em 0 .8em 0;
	
	
}

h3 {
	margin: 0 auto;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #444;
	
	
}

p {
	margin: 0 auto;
	font-family: "Helvetica Neue", Helvetica Arial, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.5em;
	color: #999;
	clear: left;
	padding: .4em 0 0 0;
}



ul  {
	margin: 0 auto;
	position: relative;
	float: left;
	padding: 0 1em 0 1em;
	list-style-position: outside bottom;
	list-style-image: url(../imgs/bullet.gif);
	font-family: "Helvetica Neue", Helvetica Arial, sans-serif;
	font-weight: lighter;
	padding-bottom: .8em;
	

}

ol  {
	margin: 0 auto;
	position: relative;
	padding: 0 1em 0 1em;
	list-style-position: outside bottom;
	font-family: "Helvetica Neue", Helvetica Arial, sans-serif;
	
	

}

li {
	font-size: 12px;
	line-height: 1.7em;
	color: #999;
	
}

ul.download {
	margin: 0 auto;
	position: relative;
	float: left;
	padding: 0 1em 0 2em;
	list-style-position: outside;
	list-style-image: url(../imgs/download_bullet.gif);
	font-family: "Helvetica Neue", Helvetica Arial, sans-serif;
	font-weight: lighter;
	
}


a {
	color: #b3cf2a;
	text-decoration: none;
}

a:hover, a:active {
	color: #2D4244; /*dark green*/
	
}


.colora {
	color: #78A131; /*light green*/
}


.colorb {
	color: #2D4244; /*dark green*/
}

.colorc {
	color: #b3cf2a; /*lime or bright green*/
}

.colord {
	color: #444; /*dark grey*/
}

.header {	
		font-size: 14px;
		color: #2D4244; /*dark green*/
		border-bottom: 1px solid #BACE40;
		padding: .8em 0 0 0;
}






.highlight {
	margin: 0;
	color: #2D4244;
}

/* @end */

/* @group Form */

.antispam { display:none;}
	
.contactinput {
	border: 1px solid #dedede;
	width: 230px;
	min-height: 16px;
	margin: 0 0 7px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #787878;
	padding: 4px 0 0 6px;
}

label {
	float: right;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #787878;
	padding: 5px 14px 0 0;
}

.button {
	background: url(../imgs/button.png) no-repeat;
	width: 47px;
	height: 14px;
	outline: none;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #787878;
	padding: 0 0 0 8px;
}




/* @end */

/* @group Footer */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 749px;
	height: 39px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #787878;
	line-height: 1em;
	
}

#footer a {
	color: #787878;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #787878;
	
}


/* @end */