/* CSS Document */

/* ----- General ----- */
/* Zero down margin and paddin on all elements */
* {
  	margin: 0;
  	padding: 0;
}

body {
  	font: 75% Arial, Helvetica, sans-serif;
  	text-align: center; 
	background: #7084d0 url(../img/background.jpg) repeat-x left top;
}

h1 {
  	font-size: 1.6em;
  	font-weight: bold;
  	color: #009999;
	padding-bottom: 8px;
}

h2 {
  	font-size: 1.4em;
	font-weight: bold;
	color: #009999;
}

h3 {
  	font-size: 1.2em;
	font-weight: bold;
	color: #009999;
}

p {
  	font-size: 1.1em;
	padding-bottom: 0.8em;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.photoTopRight {
	float: right;
	background-color: #FFF;
	padding: 0 0 5px 15px;
}

.photoTopLeft {
	float: left;
	background-color: #FFF;
	padding: 0 15px 5px 0;
}

.photoRight {
	float: right;
	background-color: #FFF;
	padding: 5px 0 5px 15px;
}

.photoLeft {
	float: left;
	background-color: #FFF;
	padding: 5px 15px 5px 0;
}

.photoBottomRight {
	float: right;
	background-color: #FFF;
	padding: 5px 0 0 15px;
}

.photoBottomLeft {
	float: left;
	background-color: #FFF;
	padding: 5px 15px 0 0;
}

.divClear {    
	clear:both;    
}

/* ----- Page Wrapper ----- */
#wrapper {
  	background-color: #fff;
  	width: 900px; 
  	margin: 0 auto; 
  	text-align: left; 
}

/* -----Header Section ----- */
#header {
  	height: 265px;
  	background-color:#fff;
  	background: #FFF url(../img/banner.jpg) no-repeat left top;
}

/* Header Contact Information */

#headerContact {
	float: right;
	height: 88px;
	margin: 25px 100px 0 0;
}

#headerContact p {
	color: #009;
   	font-weight: bold;
	padding-top: 3px;
}

#headerContact a {
	color: #009;
	text-decoration: none;
}

#menuWrapper {
  	background-color: #fff;
  	width: 900px; 
  	margin: 0;
	float: left;
}

/* Sliding Doors Navigation */
ul.mainNav {
	margin: 0px;
	padding-left: 30px;
	float: left;
	width: 100%;
}

.mainNav li {
	list-style: none;
	float: left;
	background: url(../img/right_side.png) no-repeat right top;
	margin-right: 6px;
}

.mainNav a {
	display: block;
	padding: 7px 11px 7px 10px;
	background-image: url(../img/left_side.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.1em;
}

.mainNav a:hover {
	color:#000099;
}

.mainNav a.active, 
.mainNav a.active:hover {
	color:#000099;
}

/* ----- Main Content, Whole page ----- */

#contentWrapper{
	width: 900px;
	float: left;
}

#contentTop { 
	float: left;
	padding-top: 10px;
  	width: 900px;
	height: 10px;
	background: #7084d0 url(../img/content_top.png) no-repeat center bottom;
}

#contentMiddle {
	float: left;
	width: 900px;
	background: #7084d0 url(../img/content_middle.png) repeat-y center top;
	padding-bottom: 10px;
}

#contentBottom { 
	float: left;
  	width: 900px;
	height: 25px;
	background: #7084d0 url(../img/content_bottom.png) no-repeat center top;
}

/* Main Content */
#content {
	margin: 0 40px 0 40px;
}

#content ul {
	padding: 0 0 10px 25px;
	list-style: disc;
}

/* Footer Content */
#footer {
	margin: 5px 35px 5px 35px;
}

#footer p {
	padding: 0 5px 0 5px;
	font-size: 0.8em;
	color: #009;
}

#legal {
	float: left;
}

#links {
	float: right;
}
