@charset "utf-8";
body {
	background: #bdbebd;
	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 Arial;
	text-align: left;
}
p {
	margin:0 0 12px 0;
}

h1 {
	font: bold 18px tahoma;
	margin:0px;
	padding:0 0 10px 0;
}
h2 {
	font: bold 14px tahoma;
	margin:0px;
	padding:0 0 5px 0;
	width:auto;
	clear:left;
}
h3 {
	font: normal 24px "Myriad Pro";
	margin:0px;
	text-transform:uppercase;
	padding:7px 0 6px 20px;
	float:left;
}
h3 a{
	font: normal bold 24px Myriad;
	margin:0px;
	text-transform:uppercase;
	padding:7px 0 6px 0px;
	color: #872f36;
}
h3 span {
	font: normal 24px "Myriad Pro";
	text-transform:uppercase;
	padding:0px 0 0px 80px;
	float:left;
}
h4 {
	font: bold 14px tahoma;
	margin:0px;
	padding:25px 0 5px 0;
	float:left;
	width:130px;
	clear:left;
}
address {
	font:normal 13px Arial;
	color: #bbdfec;
	float:left;
	width:230px;
	margin:0px;
	padding:10px 0 42px 26px;
	background:url(images/bg-address.jpg) left 17px no-repeat #201F50;
}
address span {
	font:bold 13px Arial;
	color:#fff;
}
a {
	text-decoration:underline;
	color: #e7a34f;
}
a:hover {
	text-decoration:none
}
a img {
	border:none;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
}
img#logo {
	float:left;
	margin:0 0 0 131px;
}
div#header {
	float:left;
	width:990px;
	height:485px;
	background:url(images/bg-header.jpg) left top no-repeat;
}
div#flash {
	float:left;
	width:560px;
	padding:0 0 0 27px;
}
div#maincontent {
	float:left;
	width:990px;
	padding:23px 0 0 0;
}
#content {
	float:left;
	width:728px;
}
div#sidebar {
	float:right;
	width:256px;
}
div#footer {
	float:left;
	width:954px;
	padding:18px 18px 20px 18px;
	background:url(images/bg-footer.jpg) left top no-repeat;
}
a#owner {
	color:#fff;
	background:url(images/owner-login-icon.jpg) left 0px no-repeat;
	float:left;
	font:normal 11px Tahoma;
	margin:12px 0 0 0;
	padding:5px 0 20px 27px;
	text-decoration:none;
	width:75px;
}
a#owner:hover {
	text-decoration:underline;
}
div#copyright {
	float:right;
	font:normal 11px Tahoma;
	color:#9c7273;
	margin:0 0 0 10px;
	padding:0 90px 0px 10px;
	position:relative;
	text-align:right;
	width:auto;
}
div#copyright img {
	float:left;
	position:absolute;
	right:0px;
	top:-5px;
}
div#copyright a {
	font:normal 11px Tahoma;
	color:#9c7273;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- NAVIGATION ----------------- */
div#nav {
	width:990px;
	padding:0px 0 0 0;
	position: absolute;
	top: 441px;
}
ul#mainnav {
	list-style-type:none;
	margin:0px;
	float:right;
	width:978px;
	padding:0px;
}
ul#mainnav li {
	width:auto;
	float:left;
	padding:0 1px 0 0;
	background:url(images/nav-divider.jpg) right 3px no-repeat;
}
ul#mainnav li a {
	font:bold 12px tahoma;
	color:#ffffff;
	text-decoration:none;
	text-transform:uppercase;
	padding:15px 8px 15px 7px;
	float:left;
}
ul#mainnav li a:hover, ul#mainnav li a.current {
	background:url(images/nav-hover.jpg) left top repeat-x;
}
ul#mainnav li.last {
	background:none;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 954px;
	float:left;
	padding:0 0 15px 0;
}
ul#utilitynav {
	float: right;
	width: 850px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#utilitynav li {
	display: inline;
	float: left;
	padding: 0px 10px;
	border-right: 1px solid #fff;
}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font:normal 11px tahoma;
	color:#ffffff;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding:0px;
	margin: 0px;
	border-right: 1px none #ccc;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
}
ul#utilitynav li.last {
	border-right:none;
}
/* ----------------- CUSTOM CLASSES ----------------- */
.clear {
	clear:left;
	display:inline-block;
}
p.clear {
	margin-left:10px;
}
.headercont {
	float:right;
	color:#fff;
	font: bold 12px tahoma;
	padding:25px 45px 0 0;
}
.headercont span {
	color: #bce0eb;
	font: bold 12px tahoma;
}
div#homlist {
	float:left;
	width:728px;
	margin:0 0 10px 0;
	/*background:#e5e5e5;*/
}
div#homlist-top {
	float:left;
	width:728px;
	/*background: #e5e5e5;*/
}
div#homlist-bottom {
	float:left;
	width:728px;
	height:4px;
	/*background:url(images/home-list-bottom.jpg) left bottom no-repeat;*/
}
.payment-options {
	float:right;
	padding: 105px 190px 37px 0;
	right: 80px;
}
div#homlist ul {
	width:219px;
	float:left;
	margin:0;
	padding: 10px 10px 14px;
	background:url(images/bg-list.png) top left no-repeat;
	list-style:none;
	height: 322px;
}
div#homlist h3.threeCol {
	padding:0;
	width: 236px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
div#homlist ul.last {
	background:url(images/bg-list.png) top left no-repeat;
	float: left;
}
div#homlist ul li {
	padding:3px 0 3px 18px;
	color:#000;
	font: normal 12px tahoma;
	background:url(images/bullet.png) no-repeat left 7px;
	line-height:14px;
}
.sidebar-bottom {
	float:left;
	width:237px;
	background:url(images/bg-sidebar-box.jpg) left top repeat-y;
	padding: 13px 10px 13px 12px;
	margin:15px 0 10px 0;
}
.contact-information {
	margin:0px;
	float:left;
}
div.list {
	/*background:#d5d5d5;*/
	float:left;
	width:700px;
	padding:10px;
	margin:0 0 10px 0;
	/*border:solid 1px #c2c2c2;*/
}
div.list ul {
	width:auto;
	float:left;
	margin:0;
	padding:0 5px 0 0;
	list-style:none;
}
div.list ul.auto {
	/*width:345px;*/
	float:left;
	margin:0;
	padding:0 5px 0 0;
	list-style:none;
}
div.list ul li {
	padding:3px 0 3px 12px;
	background:url(images/bullet.png) no-repeat left 7px;
}
div.list ul.auto2 li {
	margin-left:-10px;
	padding:3px 0 3px 12px;
	background:url(images/bullet.png) no-repeat left 7px;
}
div.servicelist {
	/*background:#d5d5d5;*/
	float:left;
	width:410px;
	padding:10px;
	margin:0 0 10px 0;
	/*border:solid 1px #c2c2c2;*/
	clear:left;
}
div.servicelist ul {
	width:auto;
	float:left;
	margin:0;
	padding:0 5px 0 0;
	list-style:none;
}
div.servicelist ul li {
	padding:3px 0 3px 12px;
	background:url(images/bullet.png) no-repeat left 7px;
}
img.left {
	float: left;
	margin: 20px 0px 10px 50px;
	border:solid 1px #adacac;
	padding:1px;
}
img.center {
	float: left;
	margin: 20px 0px 10px 150px;
	border:solid 1px #adacac;
	padding:1px;
}
img.right {
	float: right;
	margin: 0px 3px 10px 15px;
	border: solid 1px #adacac;
	padding:1px;
}

img.rightfirst {
	float: right;
	margin: 0px 3px 7px 15px;
	border: solid 1px #adacac;
	padding:1px;
}
iframe {
	float:left;
}
