﻿* { 
    padding: 0; 
    margin: 0; 
    border: 0;
    text-decoration: none;
    list-style: none;
}
body { 
	font: 0.9em/18px 'trebuchet ms',verdana,arial;
	color: #ddd;
	background: #eee;/*AFE0EF;*/
	margin-top: 0px; 
}
h1, h2, h3 {
	margin: 20px 0 10px 20px;
}
h1 {
	margin-bottom: 10px;
}
h2 {
	font: bold 1em tahoma,'trebuchet ms',verdana;
}
h3 {
	font: bold .9em tahoma,'trebuchet ms',verdana;
}
#adminNav {
	width: 960px;
	margin: 0px auto 0px;
}
#adminNav ul {
	width: 226px;
	float: right;
	margin: 0;
}
#adminNav li {
	float: left;
}
#adminNav li a {
	color: #fff;
	margin-left: 20px;
	font-weight: bold;
	font-size: .9em;
}
#adminNav li a.currentlink {
	color: #19568D;
	background: #fff;
	margin-left: 20px;
}
#header {
	width: 960px;
	margin: 0px auto;
}
#page {
	width: 960px;
	margin: -6px auto 0;
	background: #E4DFF6;
}
#s3slider {
  	width: 960px; 
   	height: 190px; 
   	margin: 0 auto;background: url(../images/system/banner-bgd.jpg) no-repeat;
}
#s3sliderContent {
   width: 960px; 
   position: absolute; 
   top: 0; 
   margin: 0; 
   padding: 0;
   list-style: none;
}
.s3sliderImage {
   float: left; 
   position: relative; 
   display: none; 
}
.s3sliderImage span {
   position: absolute; /*left: 0; top: 0;*/
   padding: 10px 13px;
   width: 404px;/* 374px;
   background-color: #000;
   filter: alpha(opacity=70); 
   -moz-opacity: 0.7; 
   -khtml-opacity: 0.7; 
   opacity: 0.7; 
   color: #fff;
   display: none; - don't need captions*/
}
#contentPanel {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	margin-top: 1px;
}
#contentPanel .text {
	width: 650px;
	float: left;
}
#contentPanel .contactText {
	width: 560px;
	float: left;
}
#contentPanel .figureText {
	width: 340px;
	float: left;
}
#contentPanel h1 {
	margin-top: 10px;
}
#contentPanel img.left {
	margin: 20px;
	display: block;
	float: left;
	padding: 2px;
	border: 1px solid #ddd;
	border-left-color: #ccc;
	border-bottom-color: #aaa;
	border-right-color: #bbb;
}
#contentPanel img.right {
	float: right;
	margin: 20px 20px 0 0;
	text-align: center;
	padding: 2px;
	border: 1px solid #ddd;
	border-left-color: #ccc;
	border-bottom-color: #aaa;
	border-right-color: #bbb;
}
#contentPanel ul, #contentPanel ol {
	margin-left: 33px;
}
#contentPanel li {
	list-style-type: disc;
}
#contentPanel p {
	margin: 5px 20px;
}
#contentPanel a:hover {
	text-decoration: underline;
}
#footer {
	width: 100%;
	float: left;
	padding-bottom: 15px;
	background:	#361973;
	/*	background: url(../images/system/footer-bg.jpg) no-repeat;*/
}
#footer p {
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
.lowerBox {
	width: 280px;
	min-height: 200px;
	height: auto;
	float: left;
	margin: 40px 0 0 30px;
	background: #2E22B5;
	background: #bfbad1;
	border: 1px solid #103759;
	border-top-color: #154773;
	border-right-color: #0B2740;
	border-bottom-color: #071826;
}
.lowerBox h2 {
	padding: 10px ;
	margin: 9px 0 0 0;
	background: #3a0870;
}
.lowerBox p {
	margin: 5px 10px;
	color: #3a0870;
}
.lowerBox a {
	color: #fff;
}
.lowerBoxBgd {
	background: #bfbad1;
}
.lowerBoxBgd h2  {
	background: #3a0870;
}
.lowerBoxBgd a {
	color: #fff;
}
.lowerBox a:hover {
	color: #005E7D;
}
.pageBgd {
	background: #e4dff6 url(../images/system/panel-bg.jpg) no-repeat;
	color: #3A0870;
}
/* google maps */
#mapBox {
  float: right;
  width: 345px;
  height: 378px;
  margin: 20px 15px 0 0;
}

#locations	{
	overflow:auto;
	width: 400px;
	height: 432px;
	float: left;
	margin-left: 20px;
}
.inputBorder {
	border: 1px solid #999;
}
p.em {
	font-size: 11px;
}
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
