@import url(general.css);

/*Fix for the search box*/
#search{
bottom:-11px;
}
/*End of fix for the search box*/



/* CSS Document */
#content_wrapper{
	text-align: left;
	margin-left: 0;
	margin-top: 45px;
	margin-bottom: 10px;
	width: 750px;
	background-image:url(../images/interior_twocolumns.gif);
	border-bottom: 1px solid #ad896a;
}
/*#content_wrapper #image_subnav_bottom{
position:absolute; right:200px;
z-index:100;
with:300px;
height:221px;
background-color:#0000FF;
background-image:url(../images/interior_subnav_bottom.png);
}*/

#content_wrapper h2{
	font-size:120%;
}

#content_wrapper a{
	color:#cc0134;
	text-decoration:none;
}
#content_wrapper a:hover, #content_wrapper a:focus{
	color:#000;
	text-decoration:none;
}

/*rightimage{
	margin:0 0 12px 12px;
	border:solid 1px #666666;
	float:right;
}

.leftimage{
	margin:0 0 12px 12px;
	border:solid 1px #666666;
	float:left;
}.*/


#leftcolumn{
	float:left;
	width:167px;
	padding: 0 0 250px 10px;
	background-image:url(../images/interior_subnav_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#leftcolumn h2{
	width:167px;
	margin-left:-10px;
	margin-bottom:10px;
	margin-right:0;
	padding: 13px 0 13px 10px;
	background-color:#ffae00;
	color:#750010;
	background-image:url(../images/subnav_top.gif);
	background-position:right top;
	background-repeat:no-repeat;
}
#leftcolumn h3{
	padding:0 25px 0 0;
	margin-bottom:6px;
}
#leftcolumn p{
	padding:0 25px 0 0;
	margin-bottom:12px;
}
#leftcolumn ul{}
#leftcolumn ul li{
margin-bottom:5px;
list-style: none;
}
#leftcolumn ul li a{
color:#FFF;
}
#leftcolumn ul li a:hover, #leftcolumn ul li a:focus{
color:#000;
}
.sectionnav{
	font-weight:bold;
	text-transform:uppercase;
	color:#FFCC00;
}

#rightcolumn{
	float:right;
	width:546px;
	padding: 0px 9px 9px 10px;
}
#rightcolumn h2{
	width:558px;
	margin-left:-11px;
	margin-bottom:12px;
	margin-right:-12px;
	padding: 13px 0 13px 12px;
	background-color:#ffae00;
	color:#750010;
	background-image:url(../images/interior_content_top.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
#rightcolumn p{	
	padding:0 25px 0 0;
}
#rightcolumn h3{
	margin-top:12px;
	padding:0 25px 0 0;	
}	
#rightcolumn #box{
background-color:#FF0000;
width:200px;
height:100px;
}