﻿body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #332d0f;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.45em;

}

a {
	color:#0099FF;
}
a:hover {
	color:#33CCFF;
}
a:visited {
	color:#0099FF;}

/**
	Head
**/
#head_bg {
	background: #FFFFFF;
}

#head_contain {
	width: 960px;
	margin: 0 auto;
	height: 113px;
	background: #FFFFFF;
}
#headertext {
	height: 113px;
	width: 315px;
	background: url('images/layout_02.jpg');
	text-indent: -9001px;
	float: left;
}

/**
	Header Menu
**/
#headermenu {
	width: 645px; 
	float: right;
}
#headermenu ul {
	margin-top: 83px;
}
#headermenu li {
	float: left;
	height: 30px;
}
#headermenu a {
	float: left;
	margin-left: 15px;
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	background: #ffffff;
	color: #35b1df;/*#83c6df;*/
	text-decoration: none;
	height: 30px;
	line-height: 30px;
}

#headermenu a.selected {
	color: #ffffff;
	background: #83c6df;
}
#headermenu a.selected:hover {
	color: #609db4;
	background: #83c6df;
}

#headermenu a:hover {
	color: #35b1df; /*#609db4;*/
	background: #ece6c4;/*#d1ebf5;*/
}

/**
	Body
**/

#body_bg {
	background: #f4edc9 url(images/layout_05.jpg) no-repeat fixed center top;
	clear: both;

}

#body_contain {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 20px;
	overflow: auto;
}


/**
	Footer
**/
#footer_bg {
	clear: both;
	background: url('images/layout_06.jpg') repeat-y center #18627d;
	overflow: auto;
}
#footer_contain {
	width: 960px;
	margin: 0 auto;
}

/**
	Columns
**/

.fullcol {
	width: 950px;
	margin: 0 5px;
}

.col {
	width: 310px;
	margin: 0 5px;
	float: left;
}

.col2 {
	width: 630px;
	margin: 0 5px;
	float: left;
}

.footcol a {
	background: #2c7691;
	color: #caf1ff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	text-decoration: none;
	display: block;
	width: 300px;
	padding: 5px;
}
.footcol a:hover {
	background: #47889f;
}

h2 {
	color: #008fc5;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin-bottom: 10px;
}

h3 {
	font-family: Georgia, "Times New Roman", serif;
	text-transform: none;
	font-weight: normal;
	font-size: 20px;
	color: #746420;
	width: 100%;
	border-bottom: 1px dotted #746420; 
	margin-bottom: 5px;
	clear: both;
}

a.quick_link {
	text-decoration: none;
	color: #746420;
	cursor: pointer;
}
a.quick_link:hover {
	color:#33CCFF;
}


a.s_link {
	text-decoration: none;
	color: #746420;
	cursor: pointer;
}


.shade {
	background: url('images/shade.png');
	padding: 5px;
	margin-bottom: 20px;
	clear: both;
}

.clear {
	clear: both;
}

/*****
	Viewport
*****/
#viewport {
	width: 950px;
	height: 200px;
	overflow: hidden;
	margin: 0 5px;
}

#wrapper {
	width: 15000px;
	height: 200px;
}

.slide {
	width: 950px;
	height: 200px;
	float: left;
}

.date {
	color:#808080;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}

p {
	margin: 5px 5px 1.2em 5px;
}

.home_icon {
	border: 5px solid #FFFFFF;
	float: left;
	margin-right: 5px;
}

.icon_text {
	font-size: 14px;
	display: block;
	width: 195px;
	float: right;
	margin-top: 0;
}

label.location {
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.2em;
	display: block;
	margin-bottom: 5px;
	background: #e2dab3;
}

label a {
	color: #332d0f;
	text-decoration: none;
	cursor:pointer;
}
label a:hover {
	color: #5f541f;
}

.whiteborder {
	border: 5px solid #FFFFFF;
}

input[type=text] {
	background: #f5ecd8;
	border: #847d6d 1px solid;
	color: #35322c;
}

input[type=password] {
	background: #f5ecd8;
	border: #847d6d 1px solid;
	color: #35322c;
}

span.creds {
	font-size: 15px;
	color: #008fc5;
}

h4 {
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", serif;
	font-variant: small-caps;
	text-decoration: underline;
	margin-left: 10px;
}

div.staffimages {
	width: 60px;
	float: left;
}
div.staffimages img {
	border: 1px #FFFFFF solid;
	margin-bottom: 8px;
}

ul.staff {
	margin-left: 5px;
	margin-bottom: 15px;
	width: 190px;
	float: left;
}
ul.staff li {
	height: 50px;
	margin-bottom: 10px;
}
ul.services {
	list-style-type: disc;
	margin-left: 20px;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}
.threecol {
	clear: both;
}
