/*
	General styles
*/
HTML,BODY {
	BACKGROUND-COLOR: #ffffff;
	MARGIN: 0px;
	PADDING: 0px;
	background:url(images/bg.gif) repeat;	

}

BODY{
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	COLOR: #003300;
	FONT-SIZE: 10pt;

	
}
DIV,TH,TD,P{
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	COLOR: #231F20;
	FONT-SIZE: 10pt;
}


	
INPUT,TEXTAREA, SELECT,TT{
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	COLOR: #231F20;
	FONT-SIZE: 10pt;
	border: solid 1px #000000;
	padding:1px;

}

A:link {
	COLOR: #231F20;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #231F20;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #231F20;
	TEXT-DECORATION: underline;
}
A:active  {
	COLOR: #231F20;
	TEXT-DECORATION: none;
}

A.lite:link {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A.lite:visited {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}
A.lite:hover {
	COLOR: #ffffff;
	TEXT-DECORATION: underline;
}
A.lite:active  {
	COLOR: #ffffff;
	TEXT-DECORATION: none;
}


H1 {
	FONT-SIZE: 16pt;
	color: #000000;
	margin:0px;
	padding:0 0 10px 0;
}
H2 {
	FONT-SIZE: 12pt;
	color: #000000;
	margin:0px;
	padding:0 0 10px 0;
}
H3 {
	FONT-SIZE: 12pt;
	color: #000000;
	margin:0px;
	padding:0px;
}
HR {
	COLOR: #DDDDDD;
	HEIGHT: 1px;
}

FORM {
	MARGIN: 0px;
}

.clearing{
	clear:both;
	padding:0px;
	margin:0px;
	height:0px;
}

.valign{
	vertical-align:middle;
}
/*home page*/

#container{
	position:relative;
	margin:70px auto;
	width:1000px;
		
}


#head{
	clear:both;
	padding-top:25px;
	padding-bottom:25px;
}

.logo{
	position:absolute;
	top:-15px;
	left:195px;
	z-index:1000;
}


#main{
	width:800px;
	margin:0 auto;
	padding:10px 10px 10px 10px;
background:#fff;
}

.mainBG{
		background:url(images/mainBG.gif) repeat-y left;
		width:800px;

}

.leftBar{
	width:200px;
	float:left;
}

.linkCon{
	margin-top:265px;
}

.linkCon ul{
	list-style:none;
	padding:0px;
	margin:0px;
}

.linkCon ul li.leftNavBG{
	padding:0px;
	margin:0px;
	height:31px;
}

.linkCon ul li.leftNavBGOver{
	padding:0px;
	margin:0px;
	background:url(images/linkBG.gif) no-repeat left;
	height:31px;
}

.linkCon a.leftNav:link, a.leftNav:visited, a.leftNav:active{
	color:#2D5E8C;
	font-size:14pt;
	height:31px;
	line-height:31px;
	border-bottom:1px solid #2d5e8c;
	display:block;
		margin-left:15px;
	margin-right:15px;

}

.linkCon a.leftNav:hover{
	color:#fff;
	font-size:14pt;
	height:31px;
	line-height:31px;
	display:block;
	text-decoration:none;
	border-bottom:1px solid #8AB370;
}

/*right bar*/
.rightBarLead{
	width:590px;
	float:right;
	background:url(images/leadBG.gif) #D9F2C9 no-repeat top left;
}

.rightBarNews{
	width:590px;
	float:right;
	background:url(images/newsBG.gif) #D9F2C9 no-repeat top left;
}

.rightBarSpeak{
	width:590px;
	float:right;
	background:url(images/speakBG.gif) #D9F2C9 no-repeat top left;
}

.rightBarResource{
	width:590px;
	float:right;
	background:url(images/resourceBG.gif) #D9F2C9 no-repeat top left;
}

.rightBarContact{
	width:590px;
	float:right;
	background:url(images/contactBG.gif) #D9F2C9 no-repeat top left;
}

.rightBarSurvey{
	width:590px;
	float:right;
	background:url(images/surveyBG.gif) #D9F2C9 no-repeat top left;
}

.rightBarAbout{
	width:590px;
	float:right;
	background:url(images/aboutBG.gif) #D9F2C9 no-repeat top left;
}

/*end right bar*/
.surBar{
	margin:65px 0 0 235px;
	line-height:28px;
	height:28px;
	padding-left:12px;
	font-size:12pt;
	color:#fff;
}

.arrow{
	float:right;
	margin-right:75px;
}

.mainNavHeader{
		margin:10px 0 0 250px;
		min-height:125px;
		height:125px;

}

.mainNavHeader ul{
		margin:0px;
		padding:0px;
		list-style:none;

}

.mainNavHeader ul li{
		margin:0px;
		padding:0px;
		

}

.rightBarBody{
	margin:60px 40px 0 50px;
	padding-bottom:25px;
	
}
.footer{
	
}

a.footNav:link, a.footNav:active, a.footNav:visited{
	font-size:10px;
	color:#fff;
}

a.footNav:hover{
	font-size:10px;
	color:#fff;
	text-decoration:underline;
}
.footerLeft{
	float:left;
	width:250px;
	color:#fff;
	font-size:10px;
	margin:10px 0 0 90px;
}

.footerRight{
	float:right;
	width:600px;
	color:#fff;
	font-size:10px;
	margin:10px 0 0 0;
}
.facebook-logo{
	float:right;
	margin-right:90px;
}