html , body{
	height: 100%;
}
body {
	background-color: #EEEEEE;
}
a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

#wrapper {
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	min-height: 100%;
}
#header {
	float: left;
	display: block;
	z-index: 2;
	position: relative;
	/* [disabled]margin-left: 10px; */
	width: 100%;
}
#brand_lg {
	float: left;
	display: block;
	border: thin solid #333333;
	width: 374px;
	height: 159px;
}
#brand_med {
	display: none;
	border: thin solid #333333;
	width: 300px;
	height: 129px;
}
#brand_sm {
	display: none;
	border: thin solid #333333;
	width: 250px;
	height: 108px;
}





nav {
	height: 40px;
	width: 100%;
	font-size: 18px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
	position: relative;
	/* [disabled]border-bottom: 2px solid #283744; */
	/* [disabled]left: 375px; */
	/* [disabled]display: block; */
	top: 160px;
}  
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 40px;
}  
nav li {
	display: inline;
	float: left;
	margin-left: 3px;
	position: relative;
	top: -55px;
	/* [disabled]width: 800px; */
}  
.clearfix:before,  
.clearfix:after {
	content: " ";
	display: table;
}  
.clearfix:after {
	clear: both;
}  
.clearfix {  
    *zoom: 1;  
}  
nav a {
	color: #333;
	display: inline-block;
	width: 140px;
	text-align: center;
	text-decoration: none;
	/* [disabled]line-height: 40px; */
	/* [disabled]text-shadow: 1px 1px 0px #283744; */
	background-color: #CCCCCC;
	padding: 5px;
	border: thin solid #666666;
	font-size: 18px;
}  
nav li a {
	/* [disabled]border-right: 1px solid #576979; */
	/* [disabled]box-sizing: border-box; */
	/* [disabled]-moz-box-sizing: border-box; */
	/* [disabled]-webkit-box-sizing: border-box; */
}  
nav a:hover, nav a:active {
	background-color: #333333;
	color: #CCCCCC;
}  
nav a#pull {
	display: none;
}  

.container {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: bold;
	display: block;
	margin-left: 15px;
}
#left_column {
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	height: 360px;
	background-color: #411D0E;
	float: left;
	padding-top: 15px;

}

#header a span {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#left_column_long {
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
	height: 600px;
	background-color: #411D0E;
	float: left;
	padding-top: 15px;
}

#left_column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FBF7EA;
	margin-top: 10px;
}
#left_column_long p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FBF7EA;
	margin-top: 10px;
}

#left_column ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#left_column_long ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
}


#left_column a   {
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #DAB852;
	text-decoration: none;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	list-style-image: none;
	margin-top: 20px;
	padding: 3px;
	background-color: #7B2516;
	border-radius: 10px;
}
#left_column_long a {
	font-size: 34px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #DAB852;
	text-decoration: none;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	display: block;
	text-align: center;
	list-style-image: none;
	margin-top: 20px;
	padding: 3px;
	background-color: #7B2516;
	border-radius: 10px;
}
#content_wrapper {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}


#main_content {
	background-color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2C2C2C;
	height: auto;
	width: auto;
	position: relative;
	display: block;
	top: -20px;
	z-index: 1;
	border: thin solid #333333;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
}
#main_content p {
	padding-left: 35px;
	padding-right: 35px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#main_content img {
	border: thin solid #333333;

}
.content p{
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #333333;
	font-weight: bold;
	font-size: 16px;
	top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 800px;
}





#footer {
	margin-right: 0px;
	margin-left: 0px;
	/* [disabled]margin-top: 20px; */
	margin-bottom: 0px;
	display: block;
	position: absolute;
	background-color: #333333;
	/* [disabled]height: 142px; */
	padding-top: 20px;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	left: 0px;
	padding-bottom: 50px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: normal;
	color: #CCC;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer a {
	color: #0099CC;
}

#slideshow {
	height: 563px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: -15px;
	z-index: 1;
}
#box {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #333;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background-color: #1F4269;
	float: left;
	box-shadow: 2px 2px 3px 2px #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 175px;
	color: #F2F2F2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#gallery {
	width: auto;
	position: relative;
	top: 10px;
	/* [disabled]height: auto; */
	padding-right: 25px;
	padding-left: 25px;
	overflow: auto;
}
.grid_container {
	padding-top: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
#layout2 {
	padding-top: 12px;
	padding-bottom: 12px;
}
#layout3 img {
	border: 1px solid #000;
	opacity: .75;
	margin: 5px;
	width: auto;
}
#layout3 {
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.grid_container #layout3 {
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}
.grid_container #layout3 img:hover {
	border-color: #FFF;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
#left_column ul .visited a {
	color: #7B2516;
	background-color: #DAB852;
}
#left_column_long ul .visited a {
	color: #7B2516;
	background-color: #DAB852;
}
input[type=text]{
margin-bottom: 20px;
margin-top: 10px;
width:100%;
padding: 15px;
border-radius:5px;
border:1px solid #7ac9b7;
}
input[type=submit]
{
margin-bottom: 20px;
width:100%;
padding: 15px;

background-color: #4180C5;
color: #FFFFFF;
font-size:15px;
cursor:pointer;
}
textarea{
width:100%;
padding: 15px;
margin-top: 10px;
border:1px solid #7ac9b7;
border-radius:5px;
margin-bottom: 20px;
resize:none;
}
input[type=text]:focus,textarea:focus {
border-color: #4697e4;
}
form{
width:50%;
margin:4% 10%;
}
@media screen and (max-width: 1000px) {
nav a {
	width: 100px;
	font-size: 14px;
}  
}
@media screen and (max-width: 768px) {
form{
width:70%;
margin:4% 5%;
}
#header {
	float: none;
	display: block;
	z-index: 2;
	position: relative;
	margin-left: 0px;
	width: 100%;
}
#brand_lg {
	display: none;
}
#brand_med {
	display: block;
}
#brand_sm {
	display: none;
}
.leftimg {
	border: thin none #333333;
	text-align: center;
}
#slideshow {
	width: 700px;
	height: 625px;
}
#slideshow img{
	width: 700px;
}
    nav {
	height: auto;
	padding-left: 0px;
	font-size: 11pt;
	padding-bottom: 50px;
	top: 0px;
    }  
    nav ul {
	margin-left: -20px;
	display: block;
	height: auto;
    }  
    nav li {
	
	float: left;
	position: relative;
	margin-left: 20px;
	top: 10px;
    }  
    nav li a {  
        border-bottom: 1px solid #576979;  
        border-right: 1px solid #576979;  
    }  
    nav a {  
        text-align: center;  
        width: 100%;  
          
    }  
} 
@media screen and (max-width: 592px) { 
#slideshow {
	width: 530px;
	height: 450px;
}
#slideshow img{
	width: 530px;
} 
input[type=submit]{
padding:5px;
}
input[type=text]{
padding: 8px;
}
}
@media screen and (max-width: 480px) { 
form{
width:80%;
margin:4% 0%;
}
#slideshow {
	width: 400px;
	height: 350px;
}
#slideshow img{
	width: 400px;
}
#brand_lg {
	display: none;
}
#brand_med {
	display: none;
}
#brand_sm {
	display: block;
}

}
@media screen and (max-width: 320px) {  
#brand_sm {
	margin-left: 10px;
}
form{
width:100%;
margin:4% -5%;
}
input[type=submit]
{
padding:4px;
font-size:12px;
}
input[type=text]{
padding: 8px;
}
#slideshow {
	width: 290px;
	height: 250px;
}
#slideshow img{
	width: 290px;
}

nav li {
	width:88%;
	margin-left: 30px;
}



#gallery {
	width: auto;
	position: relative;
	top: 0px;
	margin-bottom: 0px;
	padding-left: 10px;

}  
#layout3 {
	padding-left: 10px;
}
	    
}
@media screen and (max-width: 240px) {  
#slideshow {
	display: none;
}
}

#gallery #box a img {
	width: auto;
	height: 150px;
}
