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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	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: 8px 16px 16px 34px;
}
h1 {
	color: #6ac1bf;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.35em;
	font-weight: bold;
	letter-spacing: .1em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.date-font { 
	color: #333333; 	
	font-family: verdana, arial, sans-serif;
	font-size: .65em; 
	font-weight: normal;
	letter-spacing: .01em;
}

.callout-main {
	margin-top: 4px;
	width: 900px;
	padding: 1px;
	background: #161616;
	border: 5px solid #ffffff;
}
.callout-mission {	
	width: 100%;
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
	color: #cccccc; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
}
.credit { 
	margin: 12px 8px 4px 0;
	color: #cccccc; 
	font-family: arial, sans-serif;
	font-size: .8em;
	line-height: 1.35em;
	font-weight: bold;

}
fieldset	{ 
	padding: 0px 8px 6px 8px;
	-moz-border-radius: 5px; 
	border: #666666 1px solid; 
}
fieldset legend	{ 
	padding: 0;
	margin-bottom: 3px; 
}
.image-border		{ LEFT: 0px; position: relative; bottom: 0px; border: #666666 1px solid; }

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

.legend { 
	color: #6ac1bf; 
	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: .9em;
	font-weight: normal;
	line-height: 1.5em;
	padding: 12px 0 6px 0;
}
.lightshow {
	margin: 20px 0 0 0;
	font-size: 1.6em;
	padding: 2px;
	color: #5fc827;
	border: 1px solid #404040;
	font-weight: normal;
	background-image: url(../images/logo/pagetitle.jpg);
	background-color: #707070;
	background-repeat: repeat-x;
	letter-spacing: .2em;
}
.lightshowBox {
	margin: 0px 0 4px 0;
	padding: 7px 0px 0px 9px;
	border-top: 0px solid #505050;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	border-left: 1px solid #505050;
}
.pageHeading {
	margin: 0 0 0 0;
	color: #6ac1bf;
}
.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: #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #6ac1bf;
	text-decoration: none;
}
.content a:visited {
	color: #6ac1bf;
	text-decoration: none;
}
.content a:hover, .content a:focus, .content a:active {
	color: #ffcc66;
	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: #6ac1bf;
}
#c1 .content a:visited {
	color: #6ac1bf;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #d90026;
}
/*Footer Links*/
#footer a:link {
	color: #0075be;
	text-decoration: none;
}
#footer a:visited {
	color: #0075be;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #6ac1bf;
	text-decoration: underline;	
}

