/* INIT
---------------------------------------------- */
html {height: 100%;}
body {margin: 0; height: 100%; text-align: center; background: #000 url("images/layout/body-bg.gif") top repeat-y; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #fff;
 scrollbar-face-color:#333; 
 scrollbar-shadow-color:#000;
 scrollbar-highlight-color:#333;
 scrollbar-3dlight-color:#000; 
 scrollbar-darkshadow-color:#000; 
 scrollbar-track-color:#000; 
 scrollbar-arrow-color:#000;}

a:visited,
a:link, a:visited {color: #666; text-decoration: none;}
a:hover {text-decoration: underline;}

img {
	border: 0;
	text-align: center;
}

h1, h2, h3 {margin: 0; padding: 0; font-weight: normal;}
h1 {font-size: 20px; padding: 5px 0 5px 0;}
	h1:first-child {padding-top: 0;}
h2 {font-size: 18px; padding: 20px 0 5px 0; margin-bottom: 10px; clear: both; border-bottom: 1px solid #067906; color: #fff;}

ul {list-style: square; margin-left: 16px;}
p {padding: 0 0 15px 0;}

blockquote {margin: 0; padding: 0 10px 20px 10px;}
blockquote cite {display: block; padding: 10px 0;}

.center {text-align: center;}
.right {text-align: right;}
.clear {clear: both;}
.hr {border-top: 1px solid #ccc; height: 1px; margin: 40px 0 20px 0;}
.topbutton {border-bottom: 1px dotted #3c6dc9; text-transform: uppercase; font-size: 12px; text-align: right; padding-top: 10px;;}

.image-right {float: right; margin: 20px 0 20px 30px;}
.image-left {float: left; margin: 10px 20px 10px 0;}
ul.ticklist {list-style: none; margin: 0; padding: 10px 0;}
ul.ticklist li {padding: 5px 0 5px 25px; background: url("images/icons/tick.png") left no-repeat;}

/* LAYOUT
---------------------------------------------- */
#background {text-align: center;}
	.container {margin: 0px auto; width: 960px; text-align: left; position: relative; z-index: 1;}
	
	.col1 {width: 658px; float: left; border-left: 1px solid #fff;}
	.col2 {width: 298px; float: right; border-right: 1px solid #fff; border-left: 1px solid #fff;}
	
	#header {}
		#header div {height: 30px;}
		
		
	#nav {border-bottom: 1px solid #fff; clear: both;}
		#nav div {
	height: 84px;
}
		#nav .col1 {border-left: none;}
		#nav .col1 a:visited,
		#nav .col1 a:link {display: block; float: left;color: #fff; font-weight: bold; margin: 51px 20px 0px 20px;  line-height:22px; padding:5px 10px 5px 10px; border:1px solid #fff; background: url("images/layout/swirl.gif") }
		#nav .col1 a:hover {text-decoration: none; color: #eccc98;}
		#nav .col1 a#active {color:#eccc98; background:#000}
			
		#nav .col2 {background: url("images/layout/logo.jpg") top right no-repeat; border-top: 1px solid #fff;}
		
	#body {border-bottom: 1px solid #fff; clear: both;}
		#body>div,
		#body div.container>div {height: 375px;}
		#body .col2 {overflow: auto; background: #000;}
			#body .padding {padding: 10px;}
		
		#body .col-wide {border: 1px solid #fff; border-width: 0 1px; overflow: auto; background: #222;}
		#gallery {text-align: center; padding-top: 20px;}
		
	#footer {clear: both;}
		#footer .col2 {text-align: center; padding: 0; color: #414141; border-bottom: 1px solid #fff;}
		#footer a {color: #414141;}
		#footer .footer-wave {background: url("images/layout/swirl.gif"); background-position:center; height: 98px; border-bottom: 1px solid #fff;  }
		#footer .footer-text {padding: 10px 0;}
	
	
/* PAGE SPEC
---------------------------------------------- */
form label {float: left; display: block; width: 60px; line-height: 22px;}
form .input {border: 1px solid #000; padding: 3px; margin-bottom: 3px; width:120px; background:#ccc}
form textarea {margin-left: 0px; font: inherit; height: 50px;}
form .button {margin-left: 5px; border: 1px solid #000; width: 60px}

.phone {padding-left: 20px; background: url("images/icons/phone.gif") top left no-repeat;}
.email {padding-left: 20px; background: url("images/icons/email.gif") top left no-repeat;}
.map {padding-left: 20px; background: url("images/icons/map.gif") top left no-repeat;}

.gallery {width: 100%; height: 100%;}
	.gallery td {text-align: center; vertical-align: middle;}
	
.photos { margin:10px; border: 1px solid #ccc}
.gallerytb { margin:1px; border: 1px solid #ccc}
.mceContentBody { background-image: none; background-color: White; color: Black; } /*SnippetMaster editor bg color*
