@charset "UTF-8";
/*--------basic styling-------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #eebc16;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
#homewrapper {
	position: relative;
	width: 943px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: #b9b08a;
	}
#longwrapper {
	position: relative;
	width: 943px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: #b9b08a url(constant/fauxcolumn2.gif) repeat-y;
	}
#wrapper {
	position: relative;
	width: 943px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	background: #b9b08a url(constant/fauxcolumn.gif) repeat-y;
	}
#clear {
	clear: both;
	}
/*----------position container elements----------*/
#header {
	position: relative;
	background: #eebc16;
	height: 90px;
	width: 943px;
	}
#logo {
	float:left;
	margin-right: 59px;
	}
#navigation {
	float:right;
	width: 744px;
	height: 41px;
	margin-top: 49px;
	background-color: #eebc16;
	}
#banner {
	float: left;
	height: 740px;
	height: 173px;
	}
#sidebtns {
	float: right;
	height: 100%;
	background-color: #e7e5d9;
	height: auto;
	}
#sidenav {
	width: 149px;
	height: 100%;
	background-color: #9497a0;
	float: left;
	margin-left: 8px;
	padding: 15px;
	}
#contentbanner {
	width: 541px;
	height: 100%;
	float: right;
	background-color: #fff;
	margin-right: 6px;
	}
#smalltext {
	background-color: #e7e5d9;
	margin: 0 8px 0 8px;
	padding: 25px;
	}
#maincontent {
	position: relative;
	height: 100%;
	}
	
#footer {
	background: #eebc16;
	padding: 7px 7px 7px 7px;
	}
#video {
	margin-left: 75px;
	}
#video2 {
	margin-left: 65px;
	}
/*----------homepage elements----------*/	
#flash {
	float: left;
	width: 740px;
	height: 442px;
	}
/*----------no sidebar elements----------*/
#content {
	float: left;
	width: 740px;
	height: auto;
	}
#longcontentbanner {
	float: left;
	width: 727px;
	margin-left: 7px;
	background-color: #fff;
	}
#textarea {
	float: left;
	width: 727px;
	height: auto;
	margin-left: 7px;
	background-color:#fff;
	}
#text {
	float: left;
	width: 657px;
	height: auto;
	margin: 0 9px 0 10px;
	padding: 25px;
	background-color: #e7e5d9;
	}
/*----------text elements----------*/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #443b16;
	font-style: normal;
	font-weight: normal;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333300;
	line-height: 25px;
	font-weight: normal;
}
a:link {
	color: #3333CC;
	text-decoration: none;
}
a:hover {
	color: #3333CC;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #443b16;
	padding-left: 20px;
}
ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #443b16;
	padding-left: 20px;
}
.sidebartext ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	padding-left: 10px;
}

.sidebartext ul a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}
.sidebartext ul a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFCC;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
.sidebartext ul a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	text-decoration: underline;
	font-style: normal;
	font-weight: normal;
}
.sidebartext ul a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}
		
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	float: left;
}


