@charset "utf-8";
body {
	background: url(images/bg-body.png) left top repeat-x #497c02 ;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td, div {
	font:normal 13px Georgia;
	text-align:left;
	padding:0px;
	margin:0px;
	color:#000;
}
p {
	line-height:18px;
	word-spacing: 3px;
	margin:0 0 13px 0;
}
h1 {
	font:bold 20px Tahoma;
	color:#117f94;
	margin:0px;
	padding:0 0 10px 0;
	text-transform:capitalize;
}
h2 {
	font:bold 15px Tahoma;
	color:#117f94;
	margin:0px;
	padding:0px 0 10px 0px;
}
address {
	font:normal 12px Tahoma;
	padding:15px 0 15px 34px;
	color:#cdf2f9;
	background:url(images/address-divider.jpg) 35px top no-repeat;
	line-height:15px;
}

address a:link, address a:visited {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #334f7f;
}
address a:hover {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color: #000000;
}

a {
	color:#3a6300;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#wrapper{
	background:url(images/bg-wrapper.jpg) top center no-repeat;
	width:100%;
	float:left;
	margin: 0 auto;
}
div#contentWrapper{
	background:#f3eeef;
	width:100%;
	float:left;
	margin: 0 auto;
	}
	
div.container {
	width:970px;
	margin:0px auto;
}
div#header {
	float:left;
	width:970px;
	background:url(images/bg-header.jpg) left top no-repeat;
}
img#logo {
	float:left;
	margin:0px;
	padding:0px;
}
div#flash {
	float:right;
	margin:25px 106px 0 0;
	width:481px;
	padding:0px;
}
div#maincontent {
	float:left;
	width:950px;
	padding:0px 0 10px 20px;
	background:url(images/bg-main-content.jpg) left top repeat-y;
}
div#content {
	float:left;
	width:637px;
	padding:20px 0 0 0;
}

div#app {
	float: left;
	display: block;
	border: 1px solid #d2d2d2;
	background: #dfdddd;
	padding: 1%;
	}
	
div#sidebar {
	float:right;
	width:293px;
	padding:0px;
}
img#payment-options {
	float:left;
	padding:0 0 0 35px;
}

.sociallink {
	float:left;
	padding:0 0 0 35px;
	clear: both;
}


div#footer {
	float:left;
	width:100%;
	background:url(images/bg-footer.jpg) left top repeat-x;
}
a#owner {
	float:left;
	width:auto;
	font:bold 12px Arial;
	color:#b9ce9a;
	text-decoration:none;
	padding:5px 0px 5px 25px;
	background:url(images/owner-login-icon.jpg) left top no-repeat;
	margin:45px 0 0 20px;
}
a#owner:hover {
	text-decoration:underline;
}
div#copyright {
	float:right;
	width:650px;
	font: normal 11px Arial;
	text-align:right;
	color:#bfd89b;
	position:relative;
	padding:0 90px 0 25px;
	margin:22px 0px 0 0;
}
div#copyright img {
	float:right;
	position:absolute;
	right:0px;
	top:0px;
}
div#copyright a {
	font: normal 11px Arial;
	color: #bfd89b;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- NAVIGATION ----------------- */
div#nav{
	width:970px;
	float:left;
	padding:0px;
	margin:71px 0 0 0;
}
ul#mainnav{
	width:970px;
	float:left;
	padding:0px;
	margin:0px;
	list-style:none;
}
ul#mainnav li{
	float:left;
	margin:0px;
	padding:0 2px 0 0;
	background:url(images/nav-divider.jpg) right top no-repeat;
}
ul#mainnav li a{
	font:bold 13px Georgia;
	padding:0 0 0 5px;
	margin:0px;
	color:#f3efef;
	text-decoration:none;
	float:left;
}
ul#mainnav li a span{
	padding:6px 10px 10px 4px;
	float:left;
	cursor:pointer;
}
ul#mainnav li a:hover,ul#mainnav li a.current{
	background:url(images/nav-left-hover.jpg) left top no-repeat;
}
ul#mainnav li a:hover span,ul#mainnav li a.current span{
	background:url(images/nav-right-hover.jpg) right top no-repeat;
	color:#000000;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	float:left;
	width:970px;
	margin:5px 0 0 0;
	padding:8px 0;
}
ul#utilitynav {
	width:970px;
	float:left;
	text-align:center;
	margin:0px;
	padding:0px;
}
ul#utilitynav li {
	display: inline;
	margin: 0px;
	border-right:1px solid #fff;
	font:normal 8px arial;
	line-height:8px;
	padding:0 10px;
	margin:0px;
	text-transform:capitalize;
}
ul#utilitynav li.last {
	border-right: 0px none;
	padding-right:0px;
}
ul#utilitynav li a {
	font:normal 13px Arial;
	text-decoration: none;
	width: auto;
	color:#fff;
}
ul#utilitynav li a:hover {
	text-decoration: underline;
}
/* ----------------- CUSTOM CLASSES ----------------- */
.clear {
	clear:left;
	display:inline-block;
}
img.center {
	float:left;
	margin:20px 15px 15px 150px;
	border:1px solid #a4a5a4;
}
img.left {
	float:left;
	margin:0px 18px 15px 0px;
	border:1px solid #a4a5a4;
}

img.right {
	float:right;
	margin:0px 0px 15px 15px;
	border:1px solid #a4a5a4;
}

div.list {
	float:left;
	width:278px;
	padding:19px 0 25px 15px;
	background-color:#dfdddd;
	margin:0px 0 10px 0px;
	border:1px solid #d2d2d2;
}
div.list ul {
	margin:0px;
	padding:0px;
	list-style:none;
	color:#333232;
	font:normal 13px Verdana;
	width:278px;
	float:left;
}
div.list ul li {
	background:url(images/bullet.jpg) no-repeat left 8px;
	padding: 0px 0px 5px 18px;
	margin:0px 0 0 10px;
	line-height:25px;
}

div.aboutList {
	float:left;
	width:610px;
	padding:19px 0 25px 15px;
	background-color:#dfdddd;
	margin:0px 0 10px 0px;
	border:1px solid #d2d2d2;
}
div.aboutList ul {
	margin:0px;
	padding:0px;
	list-style:none;
	color:#333232;
	font:normal 13px Verdana;
	width:610px;
	float:left;
}
div.aboutList ul li {
	background:url(images/bullet.jpg) no-repeat left 8px;
	padding: 0px 0px 5px 18px;
	margin:0px 0 0 10px;
	line-height:25px;
}

.contact-information{
	margin:5px 0 0 0;
	float:right;
	padding:0 0 15px 0;
}
address.first {
	padding:0px 0 18px 34px;
	background:none;
}
iframe{
	float:left;
}

.iPhone {
	display: block;
	float: right;
	padding: 0;
	margin-left: 3%;
	border: 1px solid #a4a5a4;
	}

div#videobox {
	float: right;
	width: 300px;
	height: 255px;
	padding: 0px 0px 20px 10px;
	clear: left;
}
