/* brown on brown*/

body {
	
	background:url('/img/pattern-background.jpg');
	
/*
old background color, for reference
	background-color:#ddddcc;
*/
	margin:0;
	padding:0;
	padding-bottom:25px;

}

input {
    display:inline;
}

select {
    display:block;
}

#content {
	background-color:#f8f8f8;
	font-family: georgia, helvetica, verdana, sans-serif;
	line-height:25px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:25px;
	border:2px #666745 solid;
	padding-bottom:25px;
	font-size:13px;
	box-shadow: 10px 10px 10px #333;
}
#content a:link {
    color:#6E894D;
}
#content a:hover {
    color:#6E894D;
}

#content a:visited {
    color:#6E894D;
}
#content a:active {
    color:#6E894D;
}

#content li {
	text-transform: uppercase;
	margin-bottom:25px;
	color:#493f3a;
	font-size:12px;
	margin-left:-10px;
	padding-left:0px;
	line-height:16px;
	list-style-type:none;
} 
#content .main li {
    text-transform: none;
    list-style-type:disc;
    margin-bottom:10px;
    font-size:13px;
	
}

#content .main ul {
    margin-bottom: 0px;
    margin-top:0px;
}

.header {
	text-align:left;
	padding-left:50px;
	padding-top:75px;
	background:url('/img/hse_header_background.png');
	background-repeat:repeat-x;
	margin-bottom:1px;
	padding-bottom:10px;

}
.menu {
	font-family:helvetica, sans-serif; 
	border-top:2px #493f3a solid;
	border-bottom:2px #493f3a solid;
	height:25px;
	font-size:14px;
	line-height:20px;
	margin-bottom:50px;
	padding-left:50px;
	color:#ffffff;
	background-color:#754835;
	
}

.menu a:link {
    color:#fff !important;
    text-decoration:none;
}

.menu a:hover {
    color:#fff !important;
    text-decoration:none;

}
.menu a:active {
    color:#fff !important;
    text-decoration:none;

}
.menu a:visited {
    color:#fff !important;
    text-decoration:none;

}


#bottom {
    margin-bottom:-60px;
    margin-left:235px;
}
#bottom .menu{
    background-color:#ffffff;
    border-style:none;
    font-size:12px;
}

#bottom .active {
    background-color:#ffffff;
}

#bottom .inactive {
    background-color:#ffffff;
    color:#6E894D;
}
#bottom .item {
    width:60px;
}

.menu .inactive {
	color:#ffffff;
	text-transform:none;
	background-color:#754835;
	
}
.menu .item {
	width:100px;
	text-align:center;
	float:left;
	height:15px;
	padding:5px;
	margin-right:20px;
	cursor:pointer;
}


.menu .active {
  text-transform:uppercase;
	color:#80b573 !important;
	background-color:#754835;
}

.menu .active a {
  color:#A4C381 !important;
}

.left {
  text-align:left;
	float:left;
	width:215px;
	margin-left:25px;
	margin-right:10px;
}

.main {
	color:#493026;
	margin-left:250px;
	margin-bottom:25px;
	margin-right:25px;
	border-left: 1px #493026 solid;
	padding-left:50px;
	width:500px;
}

.text {
	
}
#one {
	background-color:#ddddff;
}

#one .header {
	background-color:#ffffff;
	color:#2c2218;
}

#one .text {
	background-color:#ffffff;
	color:#333333;
}


/*gray / olive */
#two {
	background-color:#2c2218;
	
}

#two .header {
	color:#88aacc;
	
}

#two .text {
	background-color:#eeeeff;
	color:#2c2218;
	
}


/* blue / brown */
#three {
	background-color:#2c2218;
	
}

#three .header {
	color:#8cac10;
	
}

#three .text {
	background-color:#ffffee;
	color:#2c2218;
	
}