/* 
  -------------------------------------
  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: #666666;
	margin: 12px auto 0px auto;
	width: 982px;
}
#logo {
	padding: 0 12px;
}
#menuwrapper {
	margin: 0px auto;
	width: 982px;
}
#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: 1.435em;
	color: #ff4040;
	letter-spacing: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 1.2em;
	color: #ff4040;
	letter-spacing: .2em;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 1.2em;
	margin: 1.5em 0 0 0;
}
h4 {
	padding: 12px 0 0 0;
	font-size: 1.2em;
	color: #ff4040;
	letter-spacing: .2em;
	font-family: Arial, Helvetica, sans-serif;
}
.date-font { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .05em;
	line-height: normal;
	color: #7f7f7f; 
}
.callout {
	float: left;
	width: 600px;
	margin: 0px 30px 0 0;
	color: #000;
	padding: 0px;
	border: 1px solid #fff;
	font-size: 0.75em;
	font-weight: bold;
}
.callout-main {
	float: left;
	width: 900px;
	margin: 4px 0 10px 0px;
	padding: 1px;
	background: #161616;
	border: 5px solid #ffffff;
}
.callout-glideshow {
	width: 900px;
	margin: 12px 0;
	background-color: #161616;
	padding: 1px;
	border: 5px solid #ffffff;
}
.callout-mission {	
	width: 100%;
	margin: -4px 0 -8px 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: 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: #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: .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 #333;
	font-weight: normal;
	background-image: url(../images/logo/pagetitle.jpg);
	background-color: #707070;
	background-repeat: repeat-x;
	letter-spacing: .2em;
}
.lightshowBox {
	margin: 20px 0 0 0;
	padding: 13px 0px 13px 13px;
	border-top: 1px solid #505050;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	border-left: 1px solid #505050;
}
.pageHeading {
	margin: 0 auto;
	color: #ff4040;
	font-weight: bold;
}
.title { 
	margin: 12px 0;
	color: #ffa51c; 	
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: .1em;
}
.topZero {
	margin-top: 0;
}
ul {
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
	list-style-type: square;
}
#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: #ff4040;
	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: #ff4040;
}
/*Footer Links*/
#footer a:link {
	color: #ff4040;
	text-decoration: none;
}
#footer a:visited {
	color: #ff4040;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #ffa51c;
	text-decoration: underline;	
}
#menu, #f-source-menu {z-index: 99999;} 
