@charset "utf-8";
body {
	margin-top:30px;
	margin-bottom:10px;
	margin-left:0px;
	margin-right:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	background-image: url(../images/stripebackground.png);
}
a:active {
	outline:none;
	color: #999;
}
a:focus {
	outline:none;
	color: #999;
}
a {
	color:#8C2300;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
a:visited {
	color:#aaa;
	text-decoration:none;
}
a:visited:hover {
	color:#fff;
	text-decoration:underline;
}
p {
	margin-bottom:1em;
	letter-spacing: 0.1px;
}
h2 {
	font-size: 18px;
	color: #F47B2D;
}
hr {
	color: #FFCA02;
	height: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container {
	min-height: 100px;
	width: 1000px;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 30px;
}
#masthead {
	position:relative;
	top: 0px;
	left: 0px;
	min-height: 100px;
	text-align:center;
	background-color:#FFF;
	padding-top: 40px;
}


/* Telephone */
#TELwrap {
	width:500px;
	height:27px;
	top:13px;
	position: absolute;
	z-index: 2;
	right: 20px;
	margin: 0px;
	padding: 0px;
	cursor: default;
}
#TELtxt {
	color:#25a58c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#TELn {
	color:#777;
	font-size: 24px;

}


/* END Telephone */


#mainContainer {
	position:relative;
	min-height: 300px;
	width: 1000px;
	text-align:left;
	margin-top: 30px;
	margin-bottom: 30px;
	height: auto;
	margin-right: auto;
	margin-left: auto;

}
#mainContainerContent {
	width: 1000px;
	position: relative;
	height: 100%;
	clear: both;
}
.forceHeight:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Left sub NAV */
/* ---------------------------------------- */
#subNAVL {
	position:relative;
	min-height: 200px;
	width: 180px;
	text-align:left;
	height: auto;
	padding: 25px;
	margin-left: 20px;
	margin-top: 20px;
	cursor: default;
	background-color:#666;
	color:#fff;
	line-height:24px;
	box-shadow: 0px 0px 8px #888;
	/*-moz-border-radius: 25px;*/
	border-radius: 25px;
}

#subNAVL ul {
	list-style-type: disc;
}
.subNAVLtext {
	color: #fff;
}
/* ---------------------------------------- */





.emph {
	font-size: 24px;
	color: #FFCA02;
}

#mainL ul {
	list-style-position: outside;
	list-style-type: disc;
	page-break-after: always;
}

/* CONTACT FORM */
/* ---------------------------------------- */
input {
	margin: 3px;
}
textarea {
	margin: 3px;
}
.send {
	background-color: #00B259;
	margin: 3px;
	border: 1px solid #666;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	padding:5px;
}
.send:hover {
	background-color:#666; 
	color: #00B259;
	border: 1px solid #00B259;
}
.reset {
	background-color: #8C2300;
	margin: 3px;
	border: 1px solid #666;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	padding:5px;
}
.reset:hover {
	background-color:#666; 
	color:#8C2300;
	border: 1px solid #8C2300;
}
#form1 {
	width: 620px;
	background-color: #25a58c;
	padding: 20px;
	margin: 0px auto;
	line-height: 26px;
	height: auto;
	color:#fff;
	margin-bottom:40px;
	box-shadow: 0px 0px 8px #888;
	/*-moz-border-radius: 25px;*/
	border-radius: 25px;
}
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
div.row {
	clear: both;
	padding-top: 10px;
	display: inline;
}

div.row span.label {
	float: left;
	width: 300px;
	text-align: left;
	line-height: 16px;
	cursor: default;
}

div.row span.formw {
	float: right;
	width: 400px;
	text-align: left;
} 
.contactRequired {
	font-size:10px;
	color:#6e0300;
}
.inputFormBAK {
	background-color: #fff;
	/*-moz-box-shadow: 0 0 3px 3px #dbd4d0;
    -webkit-box-shadow: 0 0 3px 3px #dbd4d0;*/
    box-shadow: inset 0 0 3px 6px #25a58c;
    /*border: #999 1px solid;*/
	padding:10px;
	font-size:16px;
}
/* ---------------------------------------- */



#mainTextBelow {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #BABABA;
	width: 700px;
	float: right;
	margin-top: 20px;
	cursor: default;
	margin-bottom: 20px;
	margin-right: 20px;
	display:inline;
}
.error {
	font-size: 40px;
}
#Linfo {
	min-height: 50px;
	width: 180px;
	text-align:left;
	height: auto;
	padding: 25px;
	margin-left: 20px;
	margin-top: 20px;
	cursor: default;
	color: #333;
	background-color: #aaa;
	box-shadow: 0px 0px 8px #888;
	/*-moz-border-radius: 25px;*/
	border-radius: 25px;
}
#Lall {
	position:relative;
	width:200px;
	clear:left;
	float:left;
	margin-left:20px;
}
#welcome {
	margin-left:70px;
	margin-right:70px;
	color:#777;
	text-align:justify;
}
h1 {
	font-size:25px
}
#map_canvas {
	position: relative;
	height: 300px;
	width: 660px;
	margin-bottom: 20px;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 8px #888;
	/*-moz-border-radius: 25px;*/
	border-radius: 25px;
	margin-top:60px;
	margin: 0px auto;
}
#here {
	margin-top:20px;
	margin-bottom:40px;
}
