@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; 	padding: 0;	border: 0;	outline: 0;	font-weight: inherit;	font-style: inherit;	font-size: 100%;	font-family: inherit;	vertical-align: baseline;}

:focus {	outline: 0;}
body {	line-height: 1;	color: black;	background: white;}
ol, ul {	list-style: none;}

table {	border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {	content: "";}
blockquote, q {	quotes: "" "";}


html { min-height: 100%; margin-bottom: 1px; }

body {
	font-family: Georgia,"Times New Roman",serif;
	font-size: 16px;
	text-align: center; 
	color: #222;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 0 10px 0;
	color: #10702d;
	}

h2 {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #10702d;
	padding: 5px 0;
	margin: 0 0 5px 0;
	color: #10702d;
	}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 0 5px 0;
	color: #10702d;
	}
p {
	padding: 5px 0;
	text-align:justify;
	line-height: 18px;
	}

ul {
	padding: 5px 0px;

	}

li {
	padding: 2px  0 1px 30px;
	}

blockquote {
	padding: 0 40px;
	margin: 10px 0;
	font-size: 18px;
	font-weight:normal;
	color: #10702d;
	text-indent: -6px;
	}

.quoteName {
	text-align: right;
	color: #333333;
	font-size: 14px;
	}

.floatRight {
	float: right;
	clear: both;
	}
	
.floatleft {
	float: left;
	}

.clearBoth {
	clear: both;
	}

.center {
	text-align: center;
	}

.center img {
	padding: 10px 0;
	}


#mainContainer {
	width:893px;
	margin: 0 auto;
	}

#header {
	text-align: left;
	float:left;
	}

#middle {
	text-align: left;
	float:left;
	background-image: url(../images/HTML/bg.jpg);
	background-repeat: repeat-y;
	width:893px;
	}

#content {
	width: 760px;
	margin: 0 0 0 40px;
	}

.column1 {
	width: 460px;
	float: left;
}

.column2 {
	float: right;
	width: 260px;
	background-color: #ddd;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #999999;
	padding: 5px 10px;
	}
.column2 p{
	padding: 0px;
	font-size: 12px;
	}

.column2 li{
	padding: 5px 0 5px 20px;
	line-height: 12px;
	font-size: 12px;
	}

#footer {
	text-align: left;
	float:left;
	}


.directions {
	margin: 0; 
	}

.directions blockquote{
	padding: 10px 20px;
	font-size: 24px;
	line-height: 24px;
}

#directionsMap a {
	color: #333333;
	font-size: 10px;
	}

#directionsMap iframe {
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	float: left;
	margin: 0 30px 10px 0;
	}

.directions ul{
	list-style: circle;
	padding: 10px 0 0 10px;
	}
	
.directions ul li{
	padding: 5px 0;
	}


form {
	width: 700px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background: #DDDDDD;
	padding: 10px;
	}

input{
	color: #333333;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	}

.submit input{
	color: #333333;
	background: #ffffff;
	border: 2px outset #aaaaaa;
	}

textarea {
	color: #333333;
	width: 100%;
	background: #ffffff;
	border: 1px solid #aaaaaa;
	}
	
#footer {
	width: 893px;
	height: 74px;
	background-image: url(../images/HTML/bot.jpg);
	background-repeat: no-repeat;
	}

#footer p{
	font-size: 10px;
	padding: 20px 0 0 64px;
	line-height: 15px;
	}

#footer .floatRight {
	padding-right: 106px;
	}

#footer a{
	color: #333333;
	}

#footer a:hover{
	color: #666666;
	}


