/* --------------------------------------------------------------- */
/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* Defines the body tag */
body {
	background: #fff url(images/bg.gif) top left repeat-x;
	margin: 0; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px 0px 0px 0px; /* Always apply padding if you apply margins */
	}
	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */
p, h1, h2, h3, h4, h5, td, ol, ul, li, ol, a, td, th, dt, dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

div {
	margin: 0px;
	padding: 0px;
	clear:none; /*if need to float two divs need to add clear:none;*/
	}
	

/* Creates the general link style for the site. This is not the main navigation. */
a, a.email{
	font-size:12px; 
	text-decoration: underline;
	font-weight: bold;
	color: #000;}	
	a.email{
		font-size:11px;
		font-weight: bold;
		color: #4a88b5;
		}
a:hover{	
	text-decoration: none;
	color: #4a88b5;}

a.email:hover {	
	text-decoration: none;
	color: #4a88b5;}
	

/* -------------------------------------------------------- */
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* -------------------------------------------------------- */

/* DIV CONTAINER */
div#container {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background: url(images/content.gif) top left repeat-y;
	background-color:#ffffff;
}

/* DIV HEADER */
div#header {
	margin-left: 0px;
	width: 770px;
	height: 179px;
	background: url(images/header.jpg) top left no-repeat;}

/* DIV BODY */
div#body {
	clear: both;
	width: 770px;}


address {
	font-family:Arial, Helvetica, sans-serif;
	position: absolute;
	top: 513px;
	left: 0px;
	height: 39px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	width: 771px;
	line-height:12px;
	font-style: normal;
	z-index: 3;
	text-transform: normal;	
	}
	
blockquote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	margin:0px 15px 0px 15px;
	width:550px;
	}
cite {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style:italic;
	font-weight:bold;
	display:block;
	margin:10px 0px 20px 15px;
	}


/* Double column bulleted list */
ul.left {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	list-style-position: inside; 
	list-style-type: disc;
	}

div#content {
	float: left;
	clear: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 600px;
	color: #000;
	background: url(images/header2.gif) top left no-repeat;}
	#content h1 {
		border-bottom: 1px dotted #4a88b5;
		margin: 3px 15px 5px 0px;
		padding: 0px 0px 0px 0px;
		background: transparent;
		color:#4a88b5;		
		font-size: 18px;
		font-weight:bold;
		text-transform: uppercase;
		}
	#content h2 {
		color:#000;
		font-size: 12px;
		font-weight: bold;
		margin: 10px 20px 0px 0px;
		}
	
	#content h3 {
		color:#4a88b5;
		font-size: 14px;
		font-weight: bold;
		margin: 10px 15px 0px 0px;
		}
	#content h4 {
		border-bottom: 1px dotted #4a88b5;
		margin: 0px 15px 5px 0px;
		padding: 0px 0px 0px 0px;
		}
	#content p {
		font-size:12px;
		margin: 0px 0px 0px 0px;
		padding: 5px 15px 5px 0px;
		}
	#content ol{
		margin: 5px 0px 0px 30px;
		padding: 0px 15px 0px 0px;
		}
	#content ul{
		margin: 5px 0px 0px 30px;
		padding: 0px 15px 0px 0px;
		}
	#content li {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 2px 0px;
		}

div.double {
	float: left;
	width: 265px;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 15px 15px;
	text-align: center;}
	#content .double p {
		margin: 0px 0px 0px 0px;
		padding: 3px 0px 0px 0px;
		font-weight:bold;}
	#content .double img {
		margin: 10px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: 1px solid #333;}
		
div.doubletxt{
	float: left;
	width: 300px;
	padding: 10px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	text-align: left;}
	#content .doubletxt p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-weight:bold;}
	#content .doubletxt img {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: 1px solid #333;}	

	
.floaty{float:left;}

.clear {	
	clear: both;}
	
/* DIV FOOTER */
div#footer {
	background: url(images/footer.jpg) no-repeat left top;
	text-align: center;
	font-size: 10px;
	padding: 0px;
	clear: both;
	color:#4a88b5;
	height: 118px;
	width: 770px;
	position: relative;
	top: 0px;
	}
/* DIV address */
	div#addressy{
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 20px;
	padding: 0px;
	position: absolute;
	color: 4a88b5;
	top:25px;
	right:0px;
	width:770px; 
	left: 0px;
	font-weight:bold;}

	/* DIV UTILITY NAV */
	div#utilnav{
	text-align: center;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:117px;
	right:0px;
	width:770px; 
	left: 0px;}
			
		#utilnav a {
			text-decoration: none;
			font-size: 11px;
			font-weight: bold;
			color:#4a88b5;
			}
		#utilnav a:hover {
			text-decoration: underline;
			color:#d8d8d8;
			}
			
	
	/* DIV COPYRIGHT */
	div#copyright {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	text-align: center;
	font-size: 9px;
	margin: 60px 0px 0px 0px;
	position: absolute;
	top:80px;
	right:0px;
	width:770px;
	left: 0px;
		}
		#copyright a {
			color:#4a88b5;
			text-decoration:underline ;
			font-size: 9px;
			font-weight: bold;
			}
		#copyright a:hover {
			color:#333;
			text-decoration:none ;
			}

	
/* -------------------------------------------------- */
/* ----------------- IMAGE ELEMENTS ----------------- */
/* -------------------------------------------------- */
img {
	border: 0px;
	margin-top: -10px;
	}
img.borderr {
	margin: 0px 0px 0px 0px;
	border:1px solid #666666;	
	}

img.left {
	float: left;
	border:1px solid #666666;
	margin: 0px 8px 5px 0px;
	}
img.leftno {
	float: left;
	margin: 0px 8px 5px 0px;
	clear:none;
	}
img.right {
	float: right;
	margin: 0px 20px 5px 8px;
	}
img.rightul {
	float: right;
	border:1px solid #666666;
	margin: -100px 5px 5px 8px;
	clear: both;
	position: fixed;
	}
img.rightno {
	float: right;
	margin: 0px 0px 5px 8px;
	}

/* -----------------------------------------------------*/
/* ----------------- CSS NAV VERTICAL ----------------- */
/* -----------------------------------------------------*/

/* NAVIGATION CONTAINER */
div#nav {
	/*position: absolute;
	top: 121px;
	left: 0px;
	z-index: 10;*/	
	float: left;
	width: 170px;
	margin: 0;
	padding: 0;}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #4a88b5;
	background-image:url(images/nav_on.gif);
	background-repeat:no-repeat;}

/* UL TAG */
div#nav ul {
	background-image:url(images/nav_bg.gif);
	background-repeat:repeat-y;
	margin: 0px;
	padding: 0px;
	width: 170px;}

div#nav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;}

div#nav li a {
	font-size: 11px;
	color: #4a88b5;
	text-decoration: none;
	display: block;
	width: 170px;
	padding: 5px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	text-indent:20px;
	font-weight: bold;}

html>body #nav li a {
	width: auto;}

div#nav li a:hover {
color:#4a88b5;
	background-image:url(images/nav_on.gif);
	background-repeat:no-repeat;}


/* ----------------------------------------------------------------------*/
/* ------------------------------------------------------------------------*/

div#maps {
	margin:10, auto;
	width:550px;
}


/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 450px;
	text-align: left;
}
input {
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 70px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #6699CC;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 98%;
}
div#ps {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	text-align: left;
	margin-bottom: 5px;
}
.rightform {
	float: right;
	margin-left: 5px;
}
.clear {
	clear: both;
}
.hours {
	font-size: 11px;
	padding-left: 20px;
	padding-right: 5px;
}

