/*

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-background2.jpg);
background-repeat: repeat-x;
background-color: #ffffff;
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;
}

h4 {
	color: #93c9eb;
	background-color: inherit;
	margin-bottom: 10px;
	line-height: 40px;
	font-size: 40px;
	text-decoration: none;
	font-weight: normal;
}

h5 {
	color: #75a9cb;
	background-color: inherit;
	margin-bottom: 9px;
	line-height: 0px;
	font-size: 15px;
	text-decoration: none;
	font-weight: normal;
}

h6 {
	color: #75a9cb;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}

h7 {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 0px;
}

ul {
	line-height: 20px;
	list-style-image: url(images/bullet.png);
	padding-left: 35px;
}


ol {
	line-height: 20px;
	list-style-type: decimal;
	padding-left: 20px;
}

#back-to-top {
	margin-top: 10px;
}

#back-to-top a {
	color: #75a9cb;
}

#back-to-top a:hover {
	color: #5686a5;
}



/* Container positioning */

#container {
position: relative;
width: 100%;
margin: 0 auto;
margin-top: 0px;
min-height: 100%;
height: auto;
}

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


/* Content Area */


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

#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: auto;
	background-color: #ffffff;
	color: #000000;
	text-align: left;
	font-size: 11px;
	padding: 18px 18px 18px 18px;
}

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

#sec-body {
	height: auto;
}

#page-right {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;

}

.page-left {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
	clear: both;

}


/* Homepage Slider */

.full .right {
	width: 565px;
	height: 380px;
	float: right;
	padding: 0 0 0 0;
}


/* 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;
}

/* Side-Bar Navigation */

#myAnncBox {
	list-style-type: none;
	list-style-image: none;
	position: relative;
	top: 5px; left: 0; z-index: 10;
	width: 160px;
	background-color: #f8f8f8;
	margin: 0; padding: 12px;
}
	
.anncList {
	list-style-image: none;
	list-style-type: none;
	width: 160px;
	margin: 0; padding: 0;
}
		
.anncList li {
list-style-image: none;
	display: block;
	width: 160px;
	margin: 0; padding: 0;
	line-height: 0;
	font-size: 0;
}
			
a.anncListLink:link, a.anncListLink:active, a.anncListLink:visited {
	display: block;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #393939;
	text-decoration: none;
	margin: 0; padding: 0;
	cursor: pointer;
	border-bottom: 1px solid #ffffff;
}
			
a.anncListLink:hover {
	color: #FFF;
	background-color: #93c9eb;
	border-bottom: 1px solid #ffffff;
}
			
.anncListLink em {
	display: block;
	width: 130px;
	margin: 0 5px; padding: 8px 0;
	font-style: normal;
}



/* Lower Body */

.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;
	clear: both;
}

#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;
}


/* Form Fields */

.inputfield {
	background: url(../images/inputfield.jpg) repeat-x #fff;
	border: solid #c6c6c6 1px;
	color: #777;
	padding: 2px;
	margin: 3px 0 3px 0;
	width: 450px;
}


.inputfield:focus { 
border: solid #30bbde 1px; 
}


textarea {
	border: solid #c6c6c6 1px;
	color: #777;
	padding: 10px;
	margin: 3px 0 0 0;
	height: 55px;
}


textarea:focus { 
border: solid #30bbde 1px; 
}


#submit {
	width: 150px;
	height: 28px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding-bottom: 2px;
	color: #fff;
	border: 0;
	background: #75a9cb;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}





