@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}
/*Remove outline off links*/
a:focus { 
	outline: none;	
}

/*GIVE A LINK A COLOR*/
a {
	color: #a7a7a7;
	text-decoration: none;
}
/*REMOVE UNDERLINE WHEN MOUSE OVER*/
a:hover {
	color: #adc92a;
}

img {
	border: none;
}

h3{
	font-size: 14px;
	text-align:center;
	margin-top: 10px;
}

/*start of the body*/
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #7f7f7f;
	background-image: url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #5f562d;
	line-height: 16px;
}
/*start of wrapper*/
#wrapper {
	width: 900px;
	margin: auto;
	overflow: hidden;
}
/*start of navigation*/
.navigation_bar {
	float: right;
	width: 566px;
	height: 50px;
	margin-top: 64px;
	margin-right: 14px;
	background-image: url(../images/navigation.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	padding-top: 10px;

}

.navigation_bar ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.navigation_bar ul li{
display: inline;
}

.navigation_bar ul li a{
color: #655e2e;
font-size: 14px;
font-weight: bolder;
padding: 6px 20px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;

}

.navigation_bar ul li a:hover, .navigation_bar ul li a.selected{
	color: #adc92a;	
}

.navigation_bar li#current a { 
	font-weight: bolder; /*text bold*/
	background-position: left; /*sets the position of the background image*/
    color: #adc92a; /*text color*/
}

/*start of logo*/
#logo {
	float: left;
	width: 172px;
	height: 167px;
	background-image: url(../images/logo.jpg)
}
/*start of content*/
.content {
	float: left;
	width: 900px;
	height: auto;
	margin-top: 40px;
	background-color: #fff;
}

.content h1 {
	font-size: 14px;
	font-weight: bolder;
}

.content_bottom {
	float: left;
	width: 900px;
	height: 20px;
	background-image: url(../images/content_bottom.png);
	background-repeat: no-repeat;
}

.home_left_content {
	float: left;
	width: 260px;
	height: auto;
	background-color: #fff;
	padding: 20px 20px 0px 20px;
	
}

.home_right_content {
	float: right;
	width: 598px;
	height: auto;
	background-color: #fff;
	padding: 1px;
}

.sub_left_content {
	float: left;
	width: 250px;
	height: 450px;
	background-color: #fff;
	padding: 25px 25px 25px 25px;	
}

.soho_menu {
	text-align: left;
	width: 150px;
}

.soho_menu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/


}

.soho_menu ul li{
display: block;
list-style: none;
}

.soho_menu ul li a{
color: #655e2e;
font-size: 12px;
padding: 6px 2px 4px 2px; /*top padding is 6px, bottom padding is 4px*/
text-decoration: none;

}

.soho_menu ul li a:hover, .soho_menu ul li a.selected{
	color: #adc92a;	
}

.soho_menu li#current a { 
	font-weight: bolder; /*text bold*/
	background-position: left; /*sets the position of the background image*/
    color: #adc92a; /*text color*/
}

.sub_right_content {
	float: right;
	width: 575px;
	height: 680px;
	background-color: #fff;
	padding: 25px 25px 25px 0px;
}

#banner {
	width: 575px;
	height:180px;
	padding-bottom: 25px;
}


/*start of menu_left*/
.menu_left {
	float: left;
	width: 220px;
	height: 140px;
	margin-top: 10px;
	margin-right: 60px;
	padding: 10px 20px 0 20px;
	background-color:#fff;
}

.menu_left_shadow {
	float: left;
	width: 260px;
	height: 10px;
	margin-right: 60px;
	background-image: url(../images/menu_shadow.png);
	background-repeat: no-repeat;
}

.menu_left h1 {
	font-size: 14px;
	font-weight: normal;
}
/*start of menu_middle*/

.menu_middle {
	float: left;
	width: 258px;
	height: 148px;
	margin-top: 10px;
	margin-right: 60px;
	padding: 1px;
	background-color:#fff;
	overflow: hidden; 
	position: relative; 
}

.menu_middle img{ 
	position: absolute; 
}
				
.menu_middle p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
			
.captionfull .boxcaption {
	top: 200px ;
	left: 0;
}

.caption .boxcaption {
	top: 190px;
	left: 0;
}

.menu_middle_shadow {
	float: left;
	width: 260px;
	height: 10px;
	margin-right: 60px;
	background-image: url(../images/menu_shadow.png);
	background-repeat: no-repeat;
}

/*start of menu_right*/
.menu_right {
	float: left;
	width: 258px;
	height: 148px;
	margin-top: 10px;
	padding: 1px;
	background-color:#fff;;
	overflow: hidden; 
	position: relative; 
}

.menu_right img{ 
	position: absolute; 
}
				
.menu_right p{ 
	padding: 0 10px; 
	color:#afafaf; 
	font-weight:bold; 
	font:10pt "Lucida Grande", Arial, sans-serif; 
}
				
.boxcaption{ 
	float: left; 
	position: absolute; 
	background: #000; 
	height: 100px; 
	width: 100%; 
	opacity: .8; 
/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
			
.captionfull .boxcaption {
	top: 260;
	left: 0;
}

.caption .boxcaption {
	top: 220;
	left: 0;
}

.menu_right_shadow {
	float: left;
	width: 260px;
	height: 10px;
	background-image: url(../images/menu_shadow.png);
	background-repeat:no-repeat;
}
/*start of footer*/
.footer {
	float: left;
	width: 880px;
	height: 40px;
	margin-top: 20px;
	padding: 20px 10px 0px 10px;
	background-color: #FFF;
}

.footer_nav {
	float: left;
	width: auto;
}

.footer_nav ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; //set value to "left", "center", or "right"*/
}

.footer_nav ul li{
display: inline;
}

.footer_nav ul li a{
color: #655e2e;
font-size: 10px;
padding: 6px 2px 4px 2px; /*top padding is 6px, bottom padding is 4px*/
text-decoration: none;

}

.footer_nav ul li a:hover, .footer_nav ul li a.selected{
	color: #adc92a;	
}

.footer_nav li#current a { 
	font-weight: bolder; /*text bold*/
	background-position: left; /*sets the position of the background image*/
    color: #adc92a; /*text color*/
}

.copyright {
	float: right;
	width: auto;
	text-align: right;
}

.copyright p {
	color: #a7a7a7;
	font-weight: lighter;
	font-size: 11px;
}
