@charset "utf-8";
/* CSS Document */

body{
	background-color:#6699CC;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../graphics/topbggrad.jpg);
	background-repeat:repeat-x;
	margin:0px;
	background-position: center top;
}

a{
	color:#86CC33;
}

p{
	margin:0px;
}

h1, h2, h3, h4{
	font-size:18px;
	font-weight:normal;
	margin:0px;
}

h3, h4{
	font-size:16px;
}

a img{
	border:none;
}

#page-cont{
	width:965px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	margin-top:5px;
	padding-left:20px;
	padding-right:20px;
}

#header{
	width:965px;
	margin-right:auto;
	margin-left:auto;
	height:50px;
	margin-bottom:5px;
	margin-top:5px;
}

#panorama-cont{
	height:320px;
	overflow:hidden:
}

#panorama{
	width:965px;
	height:320px;
}

#content{
	width:965px;
	margin-right:auto;
	margin-left:auto;
	margin-top:15px;
	min-height:230px;
	font-size:16px;
	color:#888;
}

#footer{
	width:965px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	margin-bottom:15px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

#menu{
	z-index:100;
	position:relative;
	top:-65px;

}

#footer a{
	color:#FFF;
	text-decoration: none;
}


#footer-cont{
	float:right;
}

#feature{
	float:right;
	margin-left:20px;
	height:188px;
	width:250px;
}


#content .stripe td{
	padding-top:6px;
	padding-bottom:6px;
	padding-left:5px;
	padding-right:5px;
	color:#6699CC;
	font-size:13px;
	font-weight:bold;
}

#content .stripe .even td{
	padding-top:6px;
	padding-bottom:6px;
	color:#6699CC;
}

.stripe .even{
	background-color:#F3F3F3;
}

.titlerow{
	background-color:#6699CC;
}

#content .stripe .titlerow td{
	color:#FFF;
}

#quotes, #quotes li{
	margin:0;
	padding:0;
	list-style:none;
}

#quotes li{
	display:none; /* hide the items at first only, javascript shows */
}

#menu ul, #menu li{
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline;
}

.highlight-text{
	color:#669933;
	font-size:25px;
}
