/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 04: 2 column Hz
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(img/tile_2_d.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center;
}
#masthead {
	background-color: #FFFFFF;
	color: #000000;
	position: relative;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 0 0 5px 0;
}
a:link img,
a:visited img,
a:hover img {
	border: none;
	text-decoration: none;
}
#market_logo{

	position: absolute;
	top: -3px;
	left: 282px;
}
#navbar {
	margin-bottom: 12px;
	background-image: url(img/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;
	font-size: 0.8em;
	zoom: 1;
}
#navbar_inner {
	background-image: url(img/p7CRV980HzMen_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
}
#navbar_inner2 {
	background-image: url(img/p7CRV980HzMen_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 11px 22px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
}
#custom-search-box {
	width: 165px;
	border: 2px solid #ccc; 
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
	background-position: 22px -78px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
	text-align: left;
}
#c2 .content {
	color: #000000;
	font-size: 0.8em;
	padding: 16px 42px 16px 42px;
	line-height: 1.6em;
	text-align: justify;
	list-style-type: circle;
	margin-bottom: 0px;
}
#stafftitle {
	margin-top: 0;
	color: #8b4789;
	font-style: italic;
}
h1 {
	font-size: 1.2em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 1em;
	color:#fff;
	border: 1px solid #000;
	background-color: #8b4789;
	padding: 1px 1x 1px 30px;
}
h4 {
	font-size: 14px;
	margin-bottom: 0px;
}
h5 {
	font-size: 1.3em;
	color: #8b4789;
	letter-spacing: 0.1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	background-color: #333333;
	color: #ffffff;
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
	text-align: left;
}
#footercontent {
	padding: 14px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #000000;
}
.content a:visited {
	color: #000000;
}
.content a:hover, .content a:focus, .content a:active {
	color: #000000;
}
.menu_list {	
	width: 170px;
}
.menu_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    background: #8b4789 url(left.png) center right no-repeat;
}
.menu_body {
	display:none;
}
.menu_body a{
  display:block;
  color:#000000;
  background-color:#A9D381;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover{
  color: #000000;
  text-decoration:underline;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #000000;
}
#c1 .content a:visited {
	color: #000000;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #ffffFF;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
