@charset "UTF-8";
body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #2C2C2C;
	text-align: center;
}
a:link, a:visited {
	color: #435A9B;
	text-decoration: underline;
}
a:hover, active, a:focus {
	color: #9D0B20;
}
#wrapper {
	text-align: left;
	width: 806px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/layout/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 124px;
}
#header h1 {
	padding-left: 20px;
}
#header span {
	position: absolute;
	left: -3000px;
}
#nav {
	height: 46px;
	width: 806px;
	background-image: url(../images/layout/nav_bg.jpg);
}
#nav ul {
	list-style-type: none;
	font-size: 80%;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;
	color: #FFFFFF;
}
#nav li {
	display: inline;
}
#nav li a:link, #nav li a:visited {
	color: #DDDDDD;
	text-decoration: none;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#nav li a:hover, #nav li active, #nav li a:focus {
	color: #6C78B7;
}
#topnav {
	height: 30px;
	width: 806px;
}
#topnav ul {
	list-style-type: none;
	font-size: 80%;
	text-align: right;
	font-weight: bold;
	padding-top: 6px;
	color: #FFFFFF;
	margin-right: 20px;
}
#topnav li {
	display: inline;
}
#topnav li a:link, #topnav li a:visited {
	color: #DDDDDD;
	text-decoration: none;
	padding-top: 5px;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
}
#topnav li a:hover, #topnav li active, #topnav li a:focus {
	color: #6C78B7;
}

.selected {
	background-image: url(../images/layout/menu_selected.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 7px;
	padding-bottom: 10px;
	color: #FFFFFF;
}
#topnav .selected span, #nav .selected span {
	color: #FFFFFF;
}
#innerwrapper {
	background-image: url(../images/layout/mainContent_bg.jpg);
	float: left;
	width: 806px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	width: 800px;
}
#content h2 {
	font-size: 130%;
	color: #435A9B;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 35px;
	margin-bottom: 15px;
}
#content h3 {
	font-size: 120%;
	color: #435A9B;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 35px;
	margin-bottom: 15px;
}
#content h5 {
	font-size: 90%;
	color: #435A9B;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 35px;
	margin-bottom: 15px;
}
#content p {
	font-size: 80%;
	line-height: 140%;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 35px;
	color: #2C2C2C;
	margin-bottom: 15px;
}
#content ul {
	font-size: 80%;
	line-height: 140%;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 45px;
	color: #2C2C2C;
	margin-bottom: 15px;
}
.table_blue  {
	border:5px solid #DFE9F5;
}
.text_story_top {
	width: 430px;
	height: 9px;
	margin-left: 35px;
	background-image: url(../images/layout/yellow-box_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.text_story {
	width: 400px;
	margin-left: 35px;
	font-size: 75%;
	font-style: italic;
	line-height: 140%;
	color: #333333;
	background-image: url(../images/layout/yellow-box_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-right: 15px;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;
}
.text_story_bottom {
	width: 430px;
	height: 10px;
	margin-left: 35px;
	background-image: url(../images/layout/yellow-box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 30px;
}
.leftcol {
	float: left;
	width: 520px;
	padding-right: 10px;
}
.rightcol {
	text-align: center;
	float: left;
	width: 250px;
}
.blue_box-top {
	display: block;
	width: 740px;
	background-image: url(../images/layout/blue_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 35px;
	height: 9px;
	margin-top: 20px;
}
.blue_box {
	display: block;
	width: 740px;
	background-image: url(../images/layout/blue_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin-left: 35px;
}
.blue_box-bottom {
	display: block;
	width: 740px;
	background-image: url(../images/layout/blue_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 35px;
	height: 10px;
}
.leftcol_blue {
	float: left;
	width: 480px;
}
.rightcol_blue {
	text-align: center;
	float: left;
}
.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.img {
border: 1px solid #5476B2;
}
.rightflt {
	float: right;
	margin-left: 15px;
	margin-right: 30px;
	border: 1px solid #000000;
	margin-bottom: 15px;
}
#footer {
	background-image: url(../images/layout/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 220px;
	width: 806px;
}
#footer p {
	text-align: center;
	font-size: 110%;
	font-style: italic;
	color: #CCCCCC;
	padding-top: 190px;
}
#footer span {
	font-weight: bold;
	color: #FFFFFF;
}
#copy a:link, #copy a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
#copy a:hover, #copy active, #copy a:focus {
	color: #CCCCCC;
}
#copy {
	font-size: 70%;
	text-align: center;
	color: #CCCCCC;
	margin-top: 25px;
	margin-bottom: 15px;
	line-height:130%
}
.notes {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#990000;
	line-height:100%;
}
.img_home {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999999;
	padding: 5px;
}
.center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#img_homepage span {
	font-size: 80%;
	line-height: 100%;
}
.house_bg {
	background-image: url(../images/cell_bg_mtnhouse.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.signup {
	font-size: 80%;
	line-height: 140%;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 5px;
	color: #2C2C2C;
	margin-bottom: 15px;
}
p#vcard {
	background-image: url(../images/vcard2.png);
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left center;
}
p#skype {
	background-image: url(../images/call_blue_transparent_34x34.png);
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
}
.map {
	width: 270px;
	margin-left: 35px;
	text-align: center;
	display: block;
	font-size: 70%;
	line-height: 140%;
}
.h4-zoning  a   {
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.h4-zoning    {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 90px;
	vertical-align: middle;
	margin-top: 20px;
}
form, .thanks {
	font-size: 80%;
	color: #333333;
}
#form {
	background-image: url(../images/layout/form_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 560px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#form_top {
	background-image: url(../images/layout/form_bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 5px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
#form_bottom {
	background-image: url(../images/layout/form_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 5px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
}
.label {
	color: #666666;
}
.button {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 180px;
	overflow: visible;
	z-index: auto;
}
.submit {
	cursor:pointer;
	overflow:visible; /* ie6/7 width fix */
	width:auto; /* ie6/7 width fix */
	padding:5px 7px;
	background-color:#6C78B7;
	border:0px solid #6C78B7;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
 }
 
 .submit:hover {
 text-decoration:none;
 background-color:#9D0B20;
 
 }
.music {
	font-size: 70%;
	color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
