@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #988B9B;
	background-repeat: repeat;
}
#topcontainer {
	width: 960px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#container {
	width: 960px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background-color: #a68aaa;
	background-image: url(images/bgd/header_banner4.jpg);
	height: 221px;
	width: 960px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: no-repeat;
	clear: both;
	z-index: 50;
}

#mainContent h1,h2,h3,h4,h5,h6 {
	color: #306;
	display: block;
	width: 930px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #306;
        text-align: center;
}
#mainContent a:link, #mainContent a:visited {
	font-weight: bold;
	color: #8f6a96;
	text-decoration: underline;
}
#footleft {
	float: left;
	width: 550px;
}

#mainContent a:hover {
	font-weight: bold;
	color: #8f6a96;
	text-decoration: none;
}
#footright p {
	text-align: right;
}


#headintro p {
	font-size: 0.95em;
	color: #FFF;
}
/*Navigation Bar*/
#nav {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
	font-size: 0.8em;
	z-index: 100;
	margin-bottom: 0px;
	clear: both;
	display: block;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	float: right;
}
#nav ul li {
	display: inline;
	list-style-type: none;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
}
#nav a:link, #nav a:visited {
	color: #351352;
	text-decoration: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	margin: 0px;
}

#nav a:hover {
	color: #000;
	text-decoration: none;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#nav ul li.active a {
	color: #000;
	text-decoration: none;
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#pictures {
	height: 90px;
	width: 940px;
	background-color: #000;
	border-bottom-width: 24px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	padding-top: 10px;
	padding-left: 20px;
	margin-top:30px;
}
#pictures img {
	margin-right: 40px;
	margin-left: 40px;
}



#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 0.8em;
}
#footright {
}

#footer {
	background-color: #fff;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #306;
	margin-top: 5px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.7em;
}
#footright a:link, #footright a:visited, #footleft a:link, #footleft a:visited {
	font-weight: bold;
	color: #8f6a96;
	text-decoration: underline;
}
#footright a:hover, #footleft a:hover {
	font-weight: bold;
	color: #8f6a96;
	text-decoration: none;
}
.overview {
	font-size: 2.25em;
	color: #000;
	background-image: url(images/bgd/score.gif);
	display: table-cell;
	height: 60px;
	font-variant: small-caps;
	background-color: #fff;
	text-align: center;
}
.right {
	text-align: right;
	float: right;
}
.fltlft {
	float: left;
}
.fltlft {
	float: right;
}
.clear {
	clear: both;
}
#background {
	background-color: #fff;
	display: block;
	height: auto;
	width: 100%;
	clear: right;
}

/*FORMS*/
form.contact fieldset {
  margin-bottom: 10px;
}
form.contact legend {
  padding: 0 2px;
  font-weight: bold;
}
form.contact label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
form.contact fieldset ol {
  margin: 0;
  padding: 0;
}
form.contact fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.contact fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.contact fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.contact fieldset fieldset label {
  display: block;
  width: auto;
}
form.contact em {
  font-weight: bold;
  font-style: normal;
  color: #333;
}
form.contact label {
  width: 200px; /* Width of labels */
}
form.contact fieldset fieldset label {
  margin-left: 203px; /* Width plus 3 (html space) */
}

