/* BASIC LAYOUT */
/* color define of webpage */
/* border prevention on linked images */
a img {
	border: 0;
}
/* default font for webpage */
body {
	font: 10px normal Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}
/* default width for webpage */
#main {
	width: 990px;
	margin: 0 auto;
}
/* default font for links */
.footmenu {
	color: #08c;
}
.footmenu:visited {
	color: #08c;
}
/* default font decoration for links */
.footmenu:link {
	text-decoration: none;
}
/* default font decoration for links when hovered over*/
.footmenu:hover {
	text-decoration: underline;
}
/* font for copyright below footer*/
.copyright {
	font-size: 10px;
	color:#888;
}
/* font for copyright below footer*/
.footcontact {
	font-size: 12px;
	color: #666666;
}
/* menu area at top of page */

/* footer */
#footer {
	width: 980px;
	margin: 0 auto 10px;
	text-align: center;
	font-size: 10px;
	color: #6e6e6e;
}
#links {
	border: 1px solid #e5e5e5;
	border-top-width: 2px;
	margin: 10px 10px;
}


#content {
	width: 990px;
	padding-top: 18px;
}
/* BILLBOARD */
 #head {
	width: 980px;
	height: 101px;
	padding-top: 30px;
	padding-left: 10px;
	text-align: left;

}
#logo{
width: 314px;
height: 80px;
float: left;
}
#menuhold {
width: 480px;
	height:35px;
	margin-left: 181px;
margin-top: 66px;
float: left;
background-color:#CCCCCC;	
border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
}
 #textarea {
	width: 810px;
	height: 400px;
	margin-left: 5px;
	padding-top:30px;
	padding-left: 140px;
	padding-right: 25px;
	overflow-y: auto;
	margin-bottom: 15px;
	background-color:#CCCCCC;
	border-radius: 0px 0px 20px 20px;
	-webkit-border-radius: 0px 0px 20px 20px;
	-moz-border-radius: 0px 0px 20px 20px;
	-o-border-radius: 0px 0px 20px 20px;
	-khtml-border-radius: 0px 0px 20px 20px;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}
#main2 {
	padding-bottom: 10px;
	text-align: center;
	height: 350px;
	overflow: hidden;
	width: 700px;
	margin: 0 auto;
}
.sidetext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#333333;
line-height: 20px;

}
.sidetextsubhead {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bolder;
color:#003399;
}
.sidetexthead {
font-family: "Lucida Calligraphy", Arial, Helvetica, sans-serif ;
font-size: 22px;
font-weight:bolder;
color:#003399;
}

.slider-wrapper {
	width: 700px;
	height: 350px;
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width: 700px;
	height: 350px;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width: 700px;
	height: 350px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	top:0px;
	bottom: 0px;
	background:#FFF;
	color: #000;
	width: 700px;
	height: 20px;
	z-index:8;
	padding: 2px 10px;
	opacity: 0.7;
	overflow: hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
	display:none;
}

