@charset "utf-8";
html, body {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	min-width:650px;
	position:absolute;
}
#container {
	height:100%;
}
#top {
	height:85px;
	background-color:#FFFFFF;
}
#header {
	overflow:hidden;/*Firefox Fix for top margin collaps*/
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 190px;
	background-color: #f6f1f8;
}
#header_small {
	overflow:auto;/*Firefox Fix for top margin collaps*/
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	background-color: #f6f1f8;
}
#menu {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00CC00;
	border-bottom-color: #00CC00;
	margin-top:3px;
	margin-bottom:3px;
	height:180px;
	position:relative;
	background:none;
	padding: 0;
}
#menu_small {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00CC00;
	border-bottom-color: #00CC00;
	margin-top:3px;
	margin-bottom:3px;
	height:40px;
	position:relative;
}
/*Navigation*/
#navlist {
	font-weight:bold;
	margin: 0;
	padding: 10px 0 20px 40px;
	position:relative;
}
#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0 10px 6px 10px;
	text-decoration: none;
	color: #FFCC80;
	position:relative;
	z-index:2000;
}
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 3px solid #FF9900;
	padding-bottom: 2px;
	background: transparent;
	color: #FF9900;
}
#navlist a:hover {
	color: #FFCC80;
}
/*Display of our mascot and friend Spidee*/
#spidee {
	position:absolute;
	top:-20px;
	left:49%;
	width:50%;
	z-index:0;
	text-align:center;
}
#spidee img {
	position:relative;
	margin:auto;
}

#main {
	margin-left:20px;
}
.full {
	font-size:85%;
	width:50%;
	margin:10px;
	padding-bottom: 2px;
	background: url(../images/dotty.gif) bottom repeat-x;
}
.full_page {
	font-size:85%;
	width:90%;
	margin:10px;
	padding-bottom: 2px;
	background: url(../images/dotty.gif) bottom repeat-x;
}
.half {
	font-size:70%;
	float:left;
	width:20%;
	margin:10px;
	padding-bottom: 2px;
	background: url(../images/dotty.gif) bottom repeat-x;
}
#main h2 {
	margin-top: 2%;
	margin-bottom: 1%;
	padding-bottom: 2px;
	background: url(../images/dotty.gif) bottom repeat-x;
	color: #B36B00;
	font-size: 120%;
}
.third {
	display:inline;
	font-size:60%;
	float:left;
	margin-left:30px;
	width:25%;
}
.onyourleft {
	border-right:#666666 1px dashed;
	padding-right:20px;
}
#footer h3 {
	font-size:150%;
	margin-bottom:5px;
	clear:none;
	color:#666666;
}
img.scale {
	width:100%;
}
#rightPanel {
	margin:0px auto;
	float:right;
	width:35%;
	position:relative;
	padding-bottom: 60px;
	margin-bottom:40px;
	background:url(../images/orange_bottom.gif) bottom left no-repeat;
}
#rightPanelBot {
	padding: 20px;
	background-image: url(../images/orange_gradient.gif);
	background-repeat: repeat-y;
}
#rightPanelBot h3 {
	color:#4C0074;
	font-size:110%;
	font-weight:bold;
}
#lower {
	clear:left;
	margin-bottom:40px;
}
#footer {
	clear:both;
	border-top:#008F00 1px dashed;
	height:30px;
	position:relative;
	bottom:0;
	width:50%;
	margin-left:10px;
	padding:5px;
}
.fltrt{
	float:right;
}
#map{
	position:relative;
	width:99%;
	height:300px;
}
a {
	color:#47006B;
}
a:hover {
	color:#A95FCD;
}
a:visited {
	color:#B36B00;
}
a.clean {
	text-decoration:none;
}
a:visited.clean {
	text-decoration:none;
	color:#47006B;
}
.centered {
	text-align:center;
	margin:0 auto;
}
#newsletter {
	padding-top:50px;
	width:80%;
}
.required {
	color:#FF0000;
}