/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 04: 2 column Hz
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #e1e1e1;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #ffffff;
	color: #333333;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 0 12px;
}
#navbar {
	margin-bottom: -4px;
	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/p7CRVCol1_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol1_middle.jpg);
	background-repeat: repeat-y;
}
#c1, {
	float: left;
}
#c1 {
	width: 960px;
}

#c1 .content {
	font-size: 0.75em;
	padding: 6px 16px 16px 34px;
}

h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.credit { 
	color: #cccccc; 
	font-family: arial, sans-serif;
	font-size: .8em;
	line-height: 1.35em;
	font-weight: bold;
	padding: 4px 8px 0 0;
}
.date-font { 
	color: #505050; 	
	font-family: Verdana, Geneva, sans-serif;
	font-size: .65em; 
	font-weight: bold;
}
.callout-main {
	float: right;
	width: 900px;
	margin: 4px auto;
	padding: 1px;
	background: #333;
	border: 4px solid #ffffff;
}

.feature-table {	
	width: 900px;
	margin: 0 0 -4px 0;
	padding: 0 0 0 0;
	color: #cccccc; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
}
fieldset	{ 
	padding: 5px 8px 5px 8px;
	-moz-border-radius: 5px; 
	border: #666666 1px solid; 
}
fieldset legend	{ 
	padding: 0px; 
	margin-bottom: 0px; 
}
.image-border		{ LEFT: 0px; position: relative; bottom: 0px; border: #666666 1px solid; }

.image-borderon		{ LEFT: 0px; position: relative; bottom: 20px; border: #ffa51c 1px solid; }

.legend { 
	color: #ffa51c; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .05em;
}
.legend-font { 
	color: #cccccc; 
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	font-weight: normal;
	padding: 6px 0;
}
.lightshow {
	margin: 20px 0 0 0;
	font-size: 1.6em;
	padding: 2px;
	color: #5fc827;
	border: 1px solid #333;
	font-weight: normal;
	background-image: url(../images/logo/pagetitle.jpg);
	background-color: #707070;
	background-repeat: repeat-x;
	letter-spacing: .2em;
}
.lightshowBox {
	margin: 24px 0 0 0;
	padding: 7px 1px 3px 7px;
	border-top: 1px solid #505050;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	border-left: 1px solid #505050;
}
.pageHeading {
	margin: 0 0 -6px 0;
	color: #ff854e;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol1_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
	color: #333333;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #ffa51c;
	text-decoration: none;
}
.content a:visited {
	color: #ffa51c;
	text-decoration: none;
}
.content a:hover, .content a:focus, .content a:active {
	color: #d90026;
	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: #ffa51c;
}
#c1 .content a:visited {
	color: #ffa51c;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #d90026;
}
/*Footer Links*/
#footer a:link {
	color: #338c8c;
	text-decoration: none;
}
#footer a:visited {
	color: #338c8c;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #99ccff;
	text-decoration: underline;	
}
