﻿@charset "utf-8";
/* CSS Document */
/* EBEBEB	= GradBGTop	*/
/* C8C8C8	= GradBGBot	*/
/* D9DDE0	= Light blue	*/
/* 37487C	= Medium blue	*/
/* 28355B	= Dark blue	*/
/* D8DEDF	= Light gray	*/
/* 910039	= Dark red	*/


body {
	font-family: Georgia;
	font-size: 100%;
	margin: 0px;
	background: #C8C8C8 url('../images/elements/bg_texture.jpg') fixed 0 0;
	text-align: center;
	padding: 0px;
	}

body, table, th, tr, td, li, ul, ol	{
	color:#28355B;
	font-size: 14px;
	}

H2	{
	font-family: Georgia, Times New Roman, serif;
	font-size: 20px; 
	color: #28355B;
	letter-spacing: -.50pt;
	font-weight: bold;
	}
	
H3	{
	color: #28355B; 
	font-size: 14px; 
	text-decoration: underline; 
	letter-spacing: -.50pt;
	font-weight: bold;
	line-height: 14pt;
	}

a:link, 
a:visited	{
	color: #910039;
	font-weight: normal; 
	text-decoration: underline;
	}	
		
a:active, 
a:hover	{
	color: #0000D1;
	font-weight: normal; 
	text-decoration: underline;
	}	

HR	{	
	width: 100%;
	height: .25pt;
	color: #37487C;
	}	
		
/*##### ADDRESS BOX #####*/

.addressbox td	{
	font-family: Calibri,Trebuchet MS,serif;
	font-size: 12px;
	color: #28355B;
	font-weight: bold;
	}

.addressbox a:link,
.addressbox a:visited	{
	color: #0000D1;
	text-decoration: none;
	font-weight: bold; 
	}

.addressbox a:hover,
.addressbox a:active	{
	color: #00A94F;
	text-decoration: none;
	font-weight: bold; 
	}

/*##### COPYRIGHT FOOTER  #####*/

.footer	{
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	}

.footer a:link, 
.footer a:visited	{
	font-size: 11px;
	color: #37487C;
	text-decoration: none;
	font-weight: normal;
	}

.footer a:hover, 
.footer a:active	{
	font-size: 11px;
	color: #37487C;
	text-decoration: underline;
	font-weight: normal;
	}



/*##### CLASSES #####*/

.clear {
	clear: both;
	}


.form		{ 
	font-family: Arial, helvetica, sans-serif;
	font-size: 9pt; font-weight: 
     bold; color: #164466;
	
	}

.hdgA	{
	font-family: Calibri,Trebuchet MS,serif;
	font-size: 13pt; 
	letter-spacing: -.5pt;
	color: #28355B;
	font-weight: bold; 
	}

.hdgB	{
	font-family: Calibri,Trebuchet MS,serif;
	font-size: 13pt; 
	color: #28355B;
	font-weight: bold; 
	text-decoration: none;
	}

.box1 td	{
	border-bottom: 1px solid #DDDDDD;
	font-family: Arial;
	font-size: 9pt; 
	}
	

/*##### TOOLBAR #####*/

.toolbar td	{
	font-family: Arial;
	font-size: 13px; 
	color: #EAF5E8; 
	text-align: center; 
	font-weight:bold;
	display: block;
	}

.toolbar a:link,
.toolbar a:visited 	{
	border-left: 1px solid #37487C;
	border-right: 1px solid #2384C5;
	background-position: left top; 
	color: #EAF5E8;
	text-align: center;
	background-color: #2384C5;
	text-decoration: none;
	font-size: 13px; 
	font-weight: bold;
	display: block;
	padding: 5px; 
	background-image: url('../images/elements/button_burgundy35.jpg'); 
	background-repeat: repeat-x;
	}

.toolbar a:hover, 
.toolbar a:active {
	border-left: 1px solid #37487C;
	border-right: 1px solid #2384C5;
	background-position: left bottom; 
	color: #FFFFFF;
	text-align: center;
	background-color: #2384C5;
	text-decoration: none;
	font-size: 13px;  
	font-weight: bold;
	display: block;
	padding: 5px; 
	background-image: url('../images/elements/button_burgundy35.jpg'); 
	background-repeat: repeat-x;
	}

/*##### HOME PAGE BUTTONS #####*/

.hpbutton td	{
	font-family: Trebuchet MS, Georgia, serif;
	font-size: 10pt; 
	color: #C0C0C0;
	font-weight: normal; 
	width: 150px;
	line-height: 28px;
	background-image: url('../images/elements/buttonBlueOff.jpg'); 
	}

.hpbutton a:link,
.hpbutton a:visited {
	color: #C0C0C0;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-repeat: repeat-x;
	width: 150px;
	line-height: 28px;
	}

.hpbutton a:hover,
.hpbutton a:active {
	color: #FFFFFF;
	background-image:url('../images/elements/buttonBlueOn.jpg'); 
	background-repeat: repeat-x;
	}

/*##### SERVICE BOX #####*/

.service td	{
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	}

.service a:link,
.service a:visited	{
	font-size: 9pt;
	color: #37487C;
	background: #EAF5E8 url('../images/elements/arrow-list-orange.gif') no-repeat left center;
	text-decoration: none;
	font-weight: bold; 
	border: 1px solid #EAF5E8;
	margin-left: 25px;
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 0; 
	padding-bottom: 0;
	}

.service a:hover,
.service a:active	{
	font-size: 9pt;
	color: #4C9D2C;
	background: #FFFFFF url('../images/elements/arrow-list-green.gif') no-repeat left center;
	text-decoration: none;
	font-weight: bold; 
	margin-left: 25px;
	border: 1px solid #4C9D2C;
	padding-left: 15px; 
	padding-right: 15px; 
	padding-top: 0; 
	padding-bottom: 0;
	}


/*##### MAP BOX #####*/

.mapbox td	{
	font-size: 12px;
	color: #37487C;
	font-weight: bold;
	}

.mapbox a:link,
.mapbox a:visited	{
	font-size: 11px;
	color: #37487C;
	text-decoration: none;
	}

.mapbox a:hover,
.mapbox a:active {
	font-size: 11px;
	color: #37487C;
	text-decoration: underline;
	}






