/*

Author: Dennis Good / D.Good Design Company LLC
Created: 1-11-10

*/



/* Global positioning */

* {
margin: 0;
padding: 0;
}

body {	
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
line-height: 1.5;
background-image: url(images/body-background.jpg);
background-repeat: repeat-x;
background-color: #383838;
text-align: center;
}



img {
	border: none;
}

/* Basic Text */

h1 {
	font-size: 22px;
	line-height: 28px;
	color: #3D3729;
	background-color: inherit;
}

h2 {
	color: #3D3729;
	background-color: inherit;
	margin-bottom: -8px;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
}

h3 {
	color: #3D3729;
	background-color: inherit;
	margin-bottom: -8px;
	font-size: 12px;
	line-height: 12px;
	text-decoration: none;
}


/* Container positioning */

#container {

}

#main-content {
position: relative;
width: 960px;
height: auto;
margin: 0 auto;
margin-top: 0px;
}


/* Content Area */


#mid-body {
	width: 100%;
	clear: both;
	height: 300px;
	
}

#mid-left {
	width: 960px;
	height: 296px;
	float: left;
	background-image: url(images/mid-left-back.jpg);
}

#mid-right {
	width: 516px;
	height: 296px;
	margin-top: 2px;
	float: left;
	background-image: url(images/mid-right-back.jpg);
	background-repeat: no-repeat;
}

#left-column {
	float: left;
	width: 184px;
	height: 100%;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 11px;
	padding: 18px;
}

#right-column {
	float: left;
	width: 670px;
	color: #000000;
	text-align: left;
	padding: 35px;
}

#sec-body {
height: 100%;
}



/* Links */

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: white;
	padding: 0;
}



/* Header */

#header {
	height: 144px;
}


#right-header {
	float: right;
	margin-top: 30px;
	width: 630px;

}

#logo {
	width: 279px;
	height: 122px;
	float: left;
	margin-top: 16px;
}


#top-buttons {
	float: right;
	width: 500px;
}

#app-button {
	background-image: url(images/app-button-back.jpg);
	width: 220px;
	height: 26px;
	margin-right: 10px;
	float: right;
	padding: 4px 3px 0 3px;
	color: #ffffff;


}

#cont-button {
	background-image: url(images/contact-button-back.jpg);
	width: 92px;
	height: 26px;
	background-repeat: no-repeat;
	float: right;
	padding: 4px 3px 0 3px;
	color: #ffffff;
}


/* Navigation */

#navcontainer ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 22px;
	color: White;
	float: right;
	width: 100%;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

#navcontainer ul li { 
	display: inline; 
}

#navcontainer ul li a {
	padding: 4px 11px 4px 11px;
	background-color: #93c9eb;
	color: White;
	text-decoration: none;
	float: right;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background-color: #87bee0;
	color: #fff;
}

#navcontainer ul #active {
	background-color: #75a9cb;
	color: #fff;
}


/* Lower Body */

#lower-body {
	height: 170px;
}

.lower-title {
	font-size: 18px;
	font-weight: bold;
	color: #5d82aa;
	margin-bottom: 7px;

}

#lower-one {
	text-align: left;
	width: 238px;
	height: 161px;
	float: left;
}

#lower-two {
	text-align: left;
	width: 238px;
	height: 161px;
	float: left;
}


#lower-three {
	text-align: left;
	width: 238px;
	height: 161px;
	float: left;
	background-image: url(images/home-map.jpg);
	background-repeat: no-repeat;
}


#lower-four {
	text-align: left;
	width: 238px;
	height: 161px;
	float: left;
}

/* Footer */

#footer {
	height: 150px;
	background-color: #383838;
	vertical-align: top;
	border-top: 7px	solid #90c5e7;
}

#footer-container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
	padding-top: 20px;
	position: relative;
	background-color: #383838;
}

#footer-left ul {
	padding-left: 0;
	margin-left: 0;
	float: left;
	width: 650px;
	color: ffffff;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}

#footer-left ul li { 
	display: inline; 
}

#footer-left ul li a {
	padding: 0 11px 0 11px;
	background-color: #383838;
	float: left;
	color: White;
	text-decoration: none;
	border-right: 1px solid #5d82aa;
}

#footer-left ul li a:hover{
	background-color: #383838;
	color: #fff;
}

#footer-right {
	text-align: right;
	padding-left: 0;
	margin-left: 0;
	color: ffffff;
	float: right;
	width: 310px;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}












