
body {
	background-color: #fff;
	font-family: arial, sans-serif;
	font-size: 0.80em;
	color: #555;
}

input, textarea, select {
	font-size: 0.85em;
}



h1, h2, h3, h4, h5 {
	font-family: Georgia, arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 2.0em;
	letter-spacing: -0.03em;
}

h1.big {
	font-size: 3.0em;
	color: #266398;
}

h2 {
	font-size: 1.7em;
	letter-spacing: -0.03em;
}

h3 {
	font-size: 1.35em;
	letter-spacing: -0.03em;
}


a {
	color: #1475B9;
}

a:visited {
	color: #7D8E9F;
}


p.cloud {
	line-height: 180% !important;
}

p.cloud a {
	margin-right: 8px;
}


table {
	border-spacing: 0px;
	border-collapse: collapse;
}

input[type='text'], input[type='password'], select, textarea {
	border: 1px solid #aaa;
	padding: 2px;
	background-color: #f4f4f4;
}

input[type='text']:focus, input[type='password']:focus, select:focus, textarea:focus {
	border: 1px solid #777;
	background-color: #fff;
}


code {
	display: block;
	border: 1px dashed #ada;
	background-color: #f8fff8;
	padding: 8px;
	font-size: 1.1em;
	font-family: "courier new", "courier", sans-serif;
}




div#container {
	display: block;
}

div#page {
	display: block;
	width: 964px;
	padding: 0 5px;
	margin: 0 auto;
	clear: both;
}



div#header {
	display: block;
	background-color: #65AFEE;
	text-align: center;
	padding-top: 10px;
	height: 50px;
}

div#header div, div#header a, div#header span {
	/*border: 1px solid #f00;*/
}

div#header div.content {
	display: block;
	width: 974px;
	margin: 0 auto;
	text-align: left;
}

div#header div.content * {
	vertical-align: bottom;
}


div#header a#logo {
	float: left;
	display: block;
	background-image: url('/images/header_logo.gif');
	background-repeat: no-repeat;
	width: 360px;
	height: 50px;
	text-indent: -5000px;
}


div#topmenu {
	display: block;
	float: right;
	width: 600px;
	padding-top: 26px;
}

div#topmenu * {
	vertical-align: bottom;
}

div#topmenu a {
	display: block;
	float: left;
	padding: 2px 9px 2px 9px;
	margin-right: 4px;
	text-align: left;
	background-color: #ddd;
	font-family: "trebuchet ms", arial;
	font-size: 15px;
	text-decoration: none;
	color: #888;
	font-weight: bold;
	text-transform: lowercase;
	background-image: url('/images/tab_menu_corner.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div#topmenu a:hover {
	/*
	padding-bottom: 7px;
	margin-top: -5px;
	*/
	background-color: #999;
	color: #fff;
}


div#topmenu a.blue { color: #266398; }
div#topmenu a.blue:hover { background-color: #266398; color: #fff; }

div#topmenu a.green { color: #44A637; }
div#topmenu a.green:hover { background-color: #5EB453; color: #fff; }

div#topmenu a.yellow { color: #DBC404; }
div#topmenu a.yellow:hover { background-color: #F9DB38; color: #fff; }

div#topmenu a.orange { color: #ED9D02; }
div#topmenu a.orange:hover { background-color: #FFA337; color: #fff; }

div#topmenu a.red { color: #DA2727; }
div#topmenu a.red:hover { background-color: #E73E3E; color: #fff; }



div#topmenu a.active, div#topmenu a.active:hover {
	padding-bottom: 7px;
	margin-top: -5px;
	background-color: #fff;
	color: #666;
}



div#topmenu span.label {
	display: block;
	float: left;
	padding: 7px 12px 0 30px;
	color: #fff;
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.05em;
}






div#footer {
	display: block;
	clear: both;
	padding: 40px 0 20px 0;
	text-align: center;
	font-size: 11px;
}

div#footer div.links {
	padding-bottom: 14px;
}

div#footer a {
	padding: 0;
	margin: 0 8px;
	font-size: 12px;
	text-decoration: none;
}

div#footer a:hover {
	border-bottom: 1px dotted #2188D0;
	/*text-decoration: underline;*/
}





div#leftpanel {
	display: block;
	width: 150px;
	float: left;
	text-align: center;
	padding-bottom: 15px;
}

div#rightpanel {
	display: block;
	width: 150px;
	float: right;
	text-align: center;
	padding: 15px 0;
}




div#leftpanel a img {
	padding-right: 4px;
}

div#leftpanel a * {
	vertical-align: middle;
}



div#leftpanel a.rss {
	color: #ED9D02;
	display: block;
	text-align: left;
	text-decoration: none;
	font-family: georgia, tahoma, verdana;
	padding: 4px 2px;
	margin-bottom: 15px;
	font-size: 0.90em;
}




div#leftpanel a.bottom {
	display: block;
	text-align: left;
	text-decoration: none;
	font-family: georgia, tahoma, verdana;
	padding: 4px 2px;
	margin-bottom: 3px;
	font-size: 0.90em;
	border-bottom: 1px dotted #ccc;
}

div#leftpanel a.bottom:hover {
	color: #666;
	border-bottom: 1px dotted #1475B9;
}




div.sectionbox {
	display: block;
	margin: 15px 0;
}

div#leftpanel div.sectionbox {
	margin-bottom: 0;
}


div.sectionbox h2 {
	display: block;
	padding: 4px;
	background-color: #888;
	font-size: 0.85em;
	font-family: arial;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

div#leftpanel div.sectionbox h2 {
	padding: 4px 0 4px 4px;
	background-image: url('/images/tab_right_corner.gif');
	background-position: top right;
	background-repeat: no-repeat;
}


div#rightpanel div.sectionbox h2 {
	padding: 4px 0 4px 14px;
	background-image: url('/images/tab_left_corner.gif');
	background-position: top left;
	background-repeat: no-repeat;
}


div.sectionbox ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.sectionbox ul li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
	font-family: Georgia, arial, sans-serif;
	letter-spacing: -0.05em;
	text-align: left;
	border-bottom: 1px solid #fff;
}

div.sectionbox ul li.section {
	background-color: #f4f4f4;
	border-bottom: 1px solid #ddd;
	color: #888;
	text-align: center;
	padding: 3px 0;
	font-size: 0.95em;
	letter-spacing: -0.02em;
}


div.sectionbox ul li a {
	display: block;
	text-decoration: none;
	padding: 1px 0;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

div.sectionbox ul li a:hover {
	background-color: #f4f4f4;
	border-bottom: 1px dashed #ddd;
	/*color: #444 !important;*/
}

div#boxservices ul, div#boxadvise ul {
	border-left: 1px dashed #ccc;
}

div#boxadvise ul li, div#boxservices ul li {
	text-align: right;
}


div#boxadvise ul li a, div#boxservices ul li a {
	padding: 3px 0;
}




div#boxadvise h2 { background-color: #CA1E1E; }
div#boxadvise a { color: #CA1E1E; }

div#boxservices h2 { background-color: #266398; }
div#boxservices a { color: #266398; }

div#boxannounce h2 { background-color: #F9DB38; }
div#boxannounce a { color: #DCBD15; }

div#boxupcoming h2 { background-color: #5EB453; }
div#boxupcoming a { color: #5EB453; }


div.sectionbox div.scroll {
	height: 234px;
	overflow: auto;
	padding-right: 2px;
}

div.sectionbox div.scroll ul {
	padding-bottom: 10px;
}

div#boxupcoming div.scroll {
	height: 238px;
}



div#content {
	display: block;
	float: left;
	width: 640px;
	padding: 15px 10px 0 10px;
	font-family: Georgia, arial, sans-serif;
}


div#content p {
	margin: 10px 0;
	line-height: 150%;
}


div#content ul li {
	padding-top: 3px;
	padding-bottom: 3px;
}




div#content a.fpblock {
	display: block;
	float: left;
	width: 175px;
	margin-right: 10px;
	border: 1px solid #eee;
	background-color: #fbfbfb;
	padding: 12px 10px 8px 10px;
	text-align: center;
	text-decoration: none;
	font-size: 1.3em;
}

div#content a.fpblock:hover {
	border: 1px dotted #bbb;
	background-color: #f4f4f4;
}

div#content a.fpblock small {
	font-size: 11px;
	color: #999;
	font-family: tahoma, sans-serif;
}

div#content a.fpblock strong {
	font-size: 32px;
}

a#fpsearch { color: #CA1E1E; }
a#fpsubmit { color: #5EB453; }
a#fpoco { color: #266398; }



div#content div.tools {
	display: block;
	float: right;
	border: 1px solid #eee;
	background-color: #fbfbfb;
	padding: 8px 10px 8px 8px;
	font-size: 0.9em;
}

div#content div.tools ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#content div.tools ul li {
	margin: 0;
	padding: 4px 0;
}

div#content div.tools ul li * {
	vertical-align: middle;
}

div#content div.tools ul li img {
	padding-right: 8px;
}

div#content div.tools ul li a {
	text-decoration: none;
	color: #777;
}

div#content div.tools ul li a:hover {
	text-decoration: underline;
}



div#content div.tools form#editlogin {
	padding-top: 6px;
	display: none;
}

div#content div.tools form#editlogin label {
	color: #aaa;
	font-weight: bold;
}




div#content div.contact {
	display: block;
	float: left;
	border: 1px solid #eee;
	background-color: #fbfbfb;
	padding: 10px;
	width: 175px;
	height: 60px;
	margin-right: 10px;
	font-size: 0.95em;
}

div#content div.contact p {
	padding: 0;
	margin: 0;
}


div#content div.servicebanners {
	display: block;
	text-align: center;
	padding-bottom: 15px;
}

div#content div.servicebanners img {
	padding: 0 20px;
}

div#content div.servicebanners * {
	vertical-align: middle;
}



form.default input, form.default select, form.default textarea {
	font-size: 1.1em;
	font-family: verdana, tahoma;
}

input.delete {
	color: #c33;
	font-weight: bold;
}


#inputname, #inputcity {
	width: 350px;
	height: 18px;
}

#inputstate {
	width: 356px;
	height: 22px;
}


div#content form.default div.contact {
	width: 185px;
	height: auto;
	padding: 5px;
}

div.contact label.field {
	width: 64px;
	font-size: 0.9em;
	margin-right: 7px;
	padding-top: 6px;
	letter-spacing: -0.05em;
}

div.contact input {
	width: 96px;
	font-size: 0.95em;
}

div.contact input.phone1 {
	width: 24px;
}

div.contact input.phone2 {
	width: 63px;
}




table.search {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin: 10px 0;
}

table.search th {
	background-color: #eee;
	text-align: left;
	font-weight: bold;
	padding: 4px;
}

table.search th a {
	color: #266398;
	text-decoration: none;
}

table.search th a:hover {
	text-decoration: underline;
}

table.search td, table.search th {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.search tr.alt td {
	background-color: #f8f8f8;
}


table.search th.leftalign, table.search td.leftalign {
	text-align: left;
}

table.search th.centeralign, table.search td.centeralign {
	text-align: center;
}

