@charset "utf-8";
/* CSS Document */


/* Global Styling */
*
{
margin: 0;
padding: 0;
}

body
{
background-color: white;
color: #26243b;
font-family: 'Trebuchet MS', Arial, Verdana, Sans-Serif;
font-size: 14px;
}

p
{
word-spacing: 1px;
}

h2
{
font-size: 22px;
color: #02add8;
margin: 6px 0;
}

h3
{
font-size: 18px;
border-bottom: #CCCCCC solid 1px;
color: #02add8;
}

h4
{
	font-size: 15px;
	color: #02add8;
	margin: 0 0 0 0;
}

a
{
color: #02add8;
text-decoration: none;
}

a:hover
{
text-decoration: underline;
}

a:focus
{
outline: none;
}

dl
{
margin-top: 10px;
}

dt
{
font-size: 16px;
color: #02add8;
margin-top: 10px;
background: url(images/bullet.gif) left 50% no-repeat;
padding-left: 20px;
}

.head-color
{
color: #26243b;
}

#wrapper
{
margin: 0 auto;
padding: 0;
width: 990px;
background: url(images/wrapper-back.png) repeat-y center;
}

#header
{
height: 0px;
}

#left-nav
{
	width: 260px;
	float: left;
	background: url(images/header.png) no-repeat top center;
	background-color: #26243b;
	padding: 150px 6px;
}

#content
{
background: url(images/wrapper-back.png) repeat-y center;
}

#right-container
{
float: right;
width: 690px;
margin-left: 20px;
}

.content-block
{
margin-top: 16px;
}

/* Navigation Menu Styling */
#menu
{
margin: 10px 0 0 0px;
list-style: none;
}

#menu li
{
background: url(images/underline.png) bottom no-repeat;
padding: 0 0 8px 20px;
margin-top: 8px;
margin-bottom: 4px;
}

#menu li a
{
text-decoration: none;
display: block;
font-size: 20px;
color: #02add8;
}

#menu li a:hover, #menu li a.current
{
background: url(images/bullet.png) no-repeat 90% 50%;
}

#menu li a span
{
display:block;
font-size:12px;
color: #e5e5e5;
}

.tagline
{
text-transform: uppercase;
margin: -4px 0 10px 0;
font-size: 12px;
font-weight: bold;
}

.services-list
{
margin:10px 0 10px 4px;
list-style: none;
}

.services-list li
{
background: url(images/bullet.gif) left 50% no-repeat;
margin-bottom: 6px;
width: 260px;
float: left;
padding-left: 20px;
}

#grey-content
{
background-color: #26243b;
padding: 10px;
color: #e5e5e5;
overflow: hidden;
margin-top: 4px;
}

#grey-content img
{
float: left;
border: #FFFFFF solid 4px;
margin-right: 10px;
}

/* News container styling */
.post
{
clear:both;
padding-top: 15px;
}

.post-month
{
font-size: 11px;
font-weight: bold;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #FFFFFF;
text-align: center;
display:block;
line-height: 11px;
padding-top: 2px;
margin-left: -3px;
}

.entry
{
clear: both;
padding-top: 10px;
}

.post-cat
{
float:right;
font-size: 12px;
color: #666666;
}

.post-date
{
float:left;
font-size: 12px;
color: #666666;
}

/* Contact Form Styling */
#contact-form
{
margin-top: 20px;
}

label{
float: left;
width: 120px;
font-weight: bold;
color: #02add8;
}

textarea{
width: 280px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton
{
text-align: center;
background: url(images/submit.png) no-repeat center;
border: none;
margin-top: 4px;
margin-left: 330px;
width: 73px;
height: 27px;
cursor: pointer;
text-indent: -9000px;
}

#footer
{
margin: 20px 0 10px 0;
border-top: #02add8 solid 1px;
padding-top: 10px;
text-align: right;
}

.formselect {
	width: 200px;
	margin-bottom: 2px;
	border: 1px solid #02add8;
	background-color: #ffffe5;
	height: 20px;
	margin-top: 2px;
}

.formselect100 {
	width: 100px;
	margin-bottom: 2px;
	border: 1px solid #02add8;
	background-color: #ffffe5;
	height: 20px;
	margin-top: 2px;
}

.formselect150 {
	width: 150px;
	margin-bottom: 2px;
	border: 1px solid #02add8;
	background-color: #ffffe5;
	height: 20px;
	margin-top: 2px;
}

.formselect400 {
	width: 400px;
	margin-bottom: 2px;
	border: 1px solid #02add8;
	background-color: #ffffe5;
	height: 20px;
	margin-top: 2px;
}

.formedit {
	width: 200px;
	margin-bottom: 2px;
	border: 1px solid #02add8;
	background-color: #ffffe5;
	height: 20px;
	padding-top: 2px;
}

.formedit400 {
	width: 400px;
	margin-bottom: 2px;
	border: 1px solid #02add8;
	background-color: #ffffe5;
	height: 20px;
	padding-top: 2px;
}

.formnotes {
	width: 650px;
	margin-bottom: 2px;
	border: 1px solid #02add8;
	background-color: #ffffe5;
	height: 150px;
	padding-top: 2px;
}

.formnotes200 {
	width: 200px;
	margin-bottom: 2px;
	border: 1px solid #02add8;
	background-color: #ffffe5;
	height: 150px;
	padding-top: 2px;
}

.formnotes400 {
	width: 400px;
	margin-bottom: 2px;
	border: 1px solid #02add8;
	background-color: #ffffe5;
	height: 150px;
	padding-top: 2px;
}

.formbutton {
	margin-bottom: 2px;
	padding-top: 1px;
}

.errormessage{
	font: Bold 16px;
	color : Red;
}
.copyright {
	color : White;
}

.menuint
{
	margin : 1px 1px 1px 1px;
}

.menuinttab
{
	background-color : #02add8;
	font: 12px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.menutablink{
	color: White;
	text-decoration : none;
	font-weight : bold;
}

.menutablink:hover{
	color: Aqua;
	text-decoration : none;
	font-weight : bold;
}

.tablegrid td {
	background-color : #D1EEF1;
	border : 2 solid White;
	font: 11px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.ewTable {
	width: 100%;
}

.ewTable td {
	background-color : #D1EEF1;
	border : 2 solid White;
	font: 11px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.ewTableHeader td {
	background-color : #26243b;
	border : 2 solid White;
	font: 11px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	color : White;
}


.callmessagered
{
	font: 11px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	color: white;
	background-color : #B22222;
	width : 100%;
}

.imagelink
{
	text-decoration : none;
}

.imagelink:hover{
	background-color : transparent;
	text-decoration : none;
}

.font9 {
	font: 9px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.font10 {
	font: 10px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.font11 {
	font: 11px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.font12 {
	font: 12px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.font13 {
	font: 13px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.font15 {
	font: 15px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
}

.fontred {
	color : Red;
}

.fontgreen {
	color : Green;
}

.fontblue {
	color : Blue;
}

.fontnavy {
	color : Navy;
}

.fontublue {
	color : #678FC2;
}

.fontyellow {
	color : Yellow;
}

.fontgray {
	color : Grey;
}

.fontwhite {
	color : White;
}

.searchresultheader {
	font: Bold 11px "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	color : White;
	background: #02add8;
	padding : 0 0 0 0;
}

.searchfind {
	color : White;
	background-color : #02add8;
}