html {
}
html, body {
	height: 100%;
}
body{
	background-color:#00151b;
	background-position:center top;
	background-repeat:no-repeat;
	color: #666;
	font-family: "brandon-grotesque";
	font-size: 62.5%;
	text-align: left;
} 
 
#pagewidth{ 
 	width:900px; 
 	text-align:left; 
 	margin:0 auto; 
} 

#header{
 	position:relative; 
 	height:295px;
 	width:100%;
	top: -75px;
 	display:block;
 	overflow:hidden;
	z-index:1;
} 
#header a {
    ffont-family: "brandon-grotesque";
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: -3px;
    text-transform: uppercase;
    z-index: 100;
}
#logos img {
	border: 4px solid #00151b;
	opacity:1;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
#logos img:hover {
	opacity:0.8;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	
}

#header a:hover {
    background: none repeat scroll 0 0 #DDD9D7;
    color: white;
    text-decoration: none;
}
h1 {
	color:#1a9b92;
}
h2, #rightcol h2 {
    margin: 0;
}
#rightcol h2 {
    padding: 0;
}
h3 {
    margin: 30px 0 0;
    padding: 0;
}
h3.comments {
    margin: 40px auto 20px;
    padding: 0;
}
h4 {
    margin: 10px 0 0;
    padding: 20px 0 0;
}
p img {
    max-width: 100%;
    padding: 0;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    display: inline;
    margin: 0 0 2px 7px;
}
img.alignleft {
    display: inline;
    margin: 0 7px 2px 0;
}
 
#maincol{
	background-color: #fff;
	float: left;
	position: relative;
	clear: both;
    margin: -60px 0 0 10px;
    width: 865px;
	height: 487px;
    font-size: 14px;
    line-height: 1.8em;
	text-align:justify;
	overflow: inherit;
	border: 1px solid #303030;
	}
#spacer {
	background-image:url(../images/spacer2.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:82px;
	width: 900px;
	float:left;
}
#spacer2 {
	background-image:url(../images/spacer2.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:82px;
	width: 550px;
	float:left;
}
#spacer3 {
	background-image:url(../images/spacer2.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:82px;
	width: 320px;
	float:right;
}
#maincol2{
	float: left;
	position: relative;
	clear: both;
    margin: 0px 0 0 10px;
    padding: 40px 40px 40px 50px;
    width: 776px;
    font-size: 14px;
    line-height: 1.8em;
	text-align:justify;
	overflow: inherit;
	border: 1px solid #303030;
}
#maincol3{
	float: left;
	position: relative;
	clear: both;
    margin: 0px 20px 0 10px;
    padding: 40px 10px 40px 20px;
    width: 500px;
	height:284px;
    font-size: 14px;
    line-height: 1.8em;
	text-align:right;
	overflow: inherit;
	border: 1px solid #303030;
}
.maincol3 {
	margin-right:20px;
}
#maincol4{
    float: right;
    margin: 0px 10px 0 10px;
    padding: 0px 0px 0px 5px;
    width: 280px;
	height:365px;
    font-size: 14px;
    line-height: 1.8em;
	text-align:justify;
	overflow: inherit;
}
#maincol10{
	float: left;
	position: relative;
	clear: both;
    margin: -80px 0 0 10px;
    padding: 0px;
	height: 80px;
    width: 866px;
	border: 1px solid #303030;
	background-image: url(../images/greenlight.png);
	background-position:center;
	background-repeat:no-repeat;
}
#maincol10:hover {
	border-color:#1A9B92;
}
#gal {
	width: 150px;
	height: 100px;
	margin: 10px 5px 10px 5px;
	border: 1px solid #1a9b92;
	float:left;
}
#gal:hover {
	border: 1px solid #ff8a00;
	border-bottom: 9px solid #ff8a00;
	margin: 10px 5px 0px 5px;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
}
#gal_enclo {
	width: 100%;
	height: 130px !important; 
	overflow: hidden;
}
#footer{
	height:150px;
	clear:both;
	display:block;
	overflow:auto;
	width: 835px;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	padding-top: 20px;
} 
#foot-left {
	height: 150px;
	float:left;
	width: 500px;
}
#foot-right {
	height: 110px;
	padding-top: 20px;
	float:right;
	width:auto;
}
#footer img {
	margin: 5px;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#footer img:hover {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
a {
	color: #1a9b92;
	text-decoration: none;
}
a:visited {
    color: #1a9b92;
}
a:hover {
	color: #900;
	text-decoration: none;
}
a.image {
    border-bottom: 0 none;
}

h2 {
    font-size: 2.1em;
}
h2 a {
    border-bottom: medium none;
    color: #505050;
    letter-spacing: -1px;
    line-height: 1.2em;
    text-decoration: none;
}
h2 a:visited {
    color: #787878;
}
h2 a:hover {
    color: #000000;
}
h3 {
    font-size: 1.3em;
	font-family: "brandon-grotesque", verdana,'Times New Roman',Serif;

}
h4, li h2 {
    font-family: "brandon-grotesque", verdana,'Times New Roman',Serif;
    font-size: 0.8em;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.2em;
    text-transform: uppercase;
}
ul, ol {
    margin: 25px 0;
    padding: 0 0 0 30px;
}
ol {
    padding: 0 0 0 35px;
}
ul ul {
    margin: 5px 0 20px 20px;
}
ol li {
    margin: 0;
    padding: 0;
}
.center {
    text-align: center;
}
hr {
    display: none;
}
a img {
    border: medium none;
}

#logos {
	z-index: 1000;
	float:right;
	margin-top: 10px;
	width:auto;
	position:relative; 
	display:block;
}
#logos img {
	margin: 10px;
}

#social {
	top: 0;
	left: 0;
	margin-top: 10px;
	background-image:url(../images/soc-back2.png);
	background-repeat:no-repeat;
	height: 42px;
	width: 41px;
	position:absolute;
	padding: 18px 0px 0px 51px;
}
#social:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#social2:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#social3:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#social4:hover{
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#social2 {
	top: 69px;
	left: 0;
	margin-top: 10px;
	background-image:url(../images/soc-back2.png);
	background-repeat:no-repeat;
	height: 42px;
	width: 41px;
	position:absolute;
	padding: 18px 0px 0px 51px;
}
#social3 {
	top: 138px;
	left: 0;
	margin-top: 10px;
	background-image:url(../images/soc-back2.png);
	background-repeat:no-repeat;
	height: 42px;
	width: 41px;
	position:absolute;
	padding: 18px 0px 0px 51px;
}
#social4 {
	top: 207px;
	left: 0;
	margin-top: 10px;
	background-image:url(../images/soc-back2.png);
	background-repeat:no-repeat;
	height: 42px;
	width: 41px;
	position:absolute;
	padding: 18px 0px 0px 51px;
}
#promo1 {
	height: 120px;
	position:fixed;
	bottom: -10px;
	z-index: 999999;
	background-image:url(../images/promo2.png);
	background-repeat: no-repeat;
	width: 59px;
	margin-left:39px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-align:center;
}
#promo1:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#promo2 {
	height: 120px;
	position:fixed;
	bottom: -10px;
	z-index: 999999;
	background-image:url(../images/promo2.png);
	background-repeat: no-repeat;
	width: 59px;
	margin-left:119px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-align:center;
}
#promo2:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
#promo3 {
	height: 120px;
	position:fixed;
	bottom: -10px;
	z-index: 999999;
	background-image:url(../images/promo2.png);
	background-repeat: no-repeat;
	width: 59px;
	margin-left:199px;
	opacity:0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	text-align:center;
}
#promo3:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/*-- Mailing List --*/
.list{
	width: 400px;
}
.mailinglist {
	width: 180px;
	float:left;
	margin: 0px 10px 10px 67px;
	height: 20px;
	padding: 0 0 0 10px;
	outline-color:#1a9b92;
}
.processing {
	float: left;
	margin-top: 0px;
	padding: 3px 3px 3px 30px;
	height: 24px;
	width: 73px;
	background-color: #00151B;
	background-image:url(../images/button2.png);
	color:#1a9b92;
	border: none;
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	cursor: pointer;
	
}
.processing:hover {
	background-image:url(../images/button-a2.png);
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}
.hidden {
	visibility:hidden;
	float:right;
}
/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
	margin: 15px 0 0 10px;
    width: 800px;
    padding: 0px 12px;
	text-align:left;
	float:left;
}
.green {
	color:#1a9b92;
	font-size: 14px;
	font-weight:bold;
}
ul {
    list-style: none;
    padding:0;
    margin:0;
}
li { 
    padding-left: 1em; 
    text-indent: -.7em;
	padding-bottom: 5px;
}

li:before {
    content: "• ";
    color: #1a9b92;
}
nav li:before {
    content: "" !important;
}
.secret {
	z-index: 10000000;
	top: -53px;
	left: -73px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	height: 68px;
	width: 1130px;
	position:relative;
	overflow:hidden;
}
.secret a{
	cursor:default;
}
.secret_img {
	height:16px;
	width:16px;
	background-image:url(../images/secret.png);
	background-position-y: 0px;
	float:left;
	margin-top: 5px;
}
.secret_img:hover {
	background-position-y: -16px;
}
.secret_img2 {
	height:16px;
	width:16px;
	background-image:url(../images/secret.png);
	background-position-y: 0px;
	float:right;
	margin-top: 5px;
}
.secret_img2:hover {
	background-position-y: -16px;
}
#content h2 {
	color: #1a9b92;
	font-size: 16px;
	font-weight: bold;
}
#post {
	margin-bottom: 50px;
	padding-bottom: 50px;
	background-image: url(../images/border.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#post img:hover {
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}
.white {
	color: #fff;
}