/* CSS Document */

a {
	color: #B8B083;
	text-decoration: none;

}

a:hover,  a:focus,  a:active {
	color: #333333;
	text-decoration: none;

}
	

#body {
	padding : 0;
	margin : 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	height: 100%;
	}

#wrapper {
	margin: auto;
	width : 926px;
	margin: auto;
	min-height: 100%;
	overflow:hidden;
}



#header {
	height: 100px;
	width : 925px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
}

#headerleft {
	width : 340px;
	float : left;
}

#headerright {
	width : 300px;
	height : 40px;
	float: right;
	margin-top: 30px;
}


#nav {
	height : 30px;
	width : 925px;
	font-size: 13px;
	text-decoration: none;
	text-align: right;
	background-repeat: repeat-x;
	background-position: top;
	margin: auto;
}

#nav a {
	color: #333333;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 13px;
	padding-top: 10px;
	padding-bottom: 10px;
}


#nav a:hover, nav a:focus, nav a:active {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 16px;
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-color: #628F94;
}
 

#topcontent {
	height : 300px;
	width : 925px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #D6D0B2;
}

#bottomcontent {
	min-height: 100%;
	overflow:hidden;
	width: 924px;
	background-color: #FBFBFB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E7E7E7;
	border-left-color: #E7E7E7;
	height: 100%;
}

#contentleft {
	min-height: 100%;
	overflow:hidden;
	width : 525px;
	float : left;
	margin-left: 25px;
	line-height: 22px;
}

#formleft {
	min-height: 100%;
	overflow:hidden;
	width : 880px;
	float : left;
	margin-left: 25px;
	line-height: 22px;
}

#expandnav {
	width : 520px;
	height:  30px;
	padding-top:12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


#contentright {
	min-height: 100%;
	overflow:hidden;
	width : 340px;
	float : right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	line-height: 22px;
	color: #666666;
}

#gettingstarted {
	min-height : 100%;
	overflow : hidden;
	width : 280px;
	background-color : #F3F9FA;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 28px;
	color: #CCCCCC;
	border: 1px solid #C6BF96;
}

#quotes {
	min-height : 100%;
	overflow : hidden;
	width : 280px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 28px;

}







#footer {
	width : 924px;
	height: 100px;
	background-color : #FEFFFF;
	border-bottom-color: #E7E7E7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E7E7E7;
	border-left-color: #E7E7E7;
	clear:both;
	margin-bottom: 15px;
}

#footerleft{
	width : 500px;
	float : left;
	margin-left: 25px;

}

#footerright {
	width : 250px;
	float : right;
	padding-top: 12px;
}
