/* @group General Styles */

html {
	background: #262626;
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


body {
	color: #e5e5e5;
    font: 12px/18px "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-align: left;
      margin: 0;
      padding: 0;
      	background: url(images/contain_dot_bg.jpg) repeat-y;
      	width: 100%;
      	height: 100%;
}




/* Internet Explorer CSS hacks */ 
img { behavior: url(pngbehavior.htc); }




#logo_wrap {
	position: relative;
}


div[class="logo"] {
      position: absolute;
      height: 155px;      
      width:327px;
	margin-left: 60px;
	margin-top: 40px;
	border-style: hidden;
	background: url(images/logo.png) no-repeat;
}


*html .logo {
      position: absolute;
      height: 155px;      
      width:327px;
	margin-left: 60px;
	margin-top: 40px;
	border-style: hidden;
	  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/logo.png');
}






#logo a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border-style: hidden;
	display: none;
}


#pagewrapper {
	min-height: 720px;
	margin: 0;
    padding:0;
    
}



#contentContainer {
	padding-top: 140px;
	padding-left: 180px;
	width:820px;
    height: 100%;
}

#contentContainerGallery {
	padding-top: 140px;
	padding-left:180px;
	width:820px;
    height: 100%;
}


.gocontent {	
		position: relative;
		width:790px;
		padding-top: 60px;
		padding-left:0px;
		text-align: left;
		padding-bottom: 60px;
		margin-bottom: 10px;
		clear: both;
		border: 1px solid #151515;
		overflow: auto;
		background: #1a1818 url(images/contain_bg.gif) repeat-y;
}



*html .gocontent {
background: #1a1818 url(images/contain_bg.gif) repeat-y;	}


	

*html .gocontent h1{
	padding-top: 60px;
	color: #76a734;
    font: 24px/32px "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, sans-serif;
	
	}

		.gocontent ul {
	color: #e5e5e5;
    font: 12px/22px Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-align: left;
	width: 500px;
	padding-left:50px ;

}



.gocontent ul li {
		margin-left:10px ;
}


.gocontent p {
    color: #e5e5e5;
    font: 12px/18px "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-align: left;
	width: 500px;
	padding-left:50px ;
}




#footer_contain {
	text-align: center;
	border-top: 1px solid #403f3f;
    height:80px;
    width:100%;
    margin: 0 auto;
	padding: 0;
	text-align: center;
	
}

#gofooter {
	height: 28px;
    width: 434px; 
	margin: 15px auto 0;
	font-size: 8.5px;
	color: silver;
	}


.gocontent h1 {
      color: #76a734;
      font: 24px/32px "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, sans-serif;
	margin-top: 5px;
	padding-bottom: 30px;
	padding-left: 50px;
}


.gocontent h2 {
      color: #76a734;
      font: 14px/24px "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, sans-serif;
	margin-top: 5px;
	padding-left: 50px;
	padding-bottom: 10px;
}





/* @group navigation */

#nav {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 24px;
	background-color: black;
}

#nav ul {
	padding: 0;
	list-style-type: none;
	margin: 0 0 0 20px;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	color: #555;
    font: 12px/24px "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, sans-serif;
	background-color: #e4e4e4;
}


#nav a {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: auto;
	float: left;
	color: #e5e5e5;
	text-decoration: none;
	background-color: black;
	display: block;
}

#nav a:hover, #nav a:active {
	color: #a8e43a;
	background-color: #383838;
}

/* @end */



p {
    color: #e5e5e5;
    font: 12px/18px  "Helvetica Neue", Helvetica, Verdana, Arial, Geneva, sans-serif;
	text-align: left;
	width: 500px;
}



a:link, a:visited {
	color: #e5e5e5;
	
}

a:hover, a:active {
	color: #3e3d3d;
	text-decoration: none;
}


img {
	float: left;
	margin-right: 15px;
}

b, strong {
	font-weight: bold;
}


img {
      border: none;
}

.image-left {
      float: left;
      margin: 3px 10px 3px 0;
}

.image-right {
      float: right;
      margin: 3px 0 3px 10px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
      
/* @end */



.clearer {
      clear: both;
}

/* @group Contact Form */

table {
	margin: 0 0 0 50px;
}
.message-text {
      font-weight: bold;
      font-style: italic;
} 

.required-text {
} 

.form-input-field {
      background: #f4f4f4;
      font-size: 1em;
      width: 80%;
} 

.form-input-button {
      font-size: 1.3em;
} 
/* @end */


*/