/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 03: 3 column Hz Nav
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(img/page-backdrop.jpg);
	background-repeat: repeat;
}
#masthead {
	width: 982px;
	background-image: url(img/masthead-backdrop.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logo {
	height: 150px;
	width: 942px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 18px;
}
#navbar {
	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;
}
#navbar_inner2 {
	background-image: url(img/p7CRV980HzMen_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 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, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 970px;
	padding-top: 0px;
}
#c3 {
	width: 234px;
}
#c1 .content {
	font-size: 12px;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 48px;
}
#c2 .content {
	color: #000000;
	font-size: 13px;
	line-height: 1.3em;
	padding-top: 0px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 50px;
}
#c3 .content {
	font-size: 12px;
	padding-top: 16px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 11px;
	color: #FFFFFF;
}
h1 {
	font-size: 18px;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {
	font-size: 14px;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.content p {
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol1_bottom.jpg);
	background-repeat: no-repeat;
	height: 35px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
	color: #FFFFFF;
}
#footercontent {
	padding: 14px;
}

#footercontent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #DA0200;
	text-decoration: none;
}
.content a:visited {
	color: #757575;
	text-decoration: none;
}
.content a:hover, .content a:focus, .content a:active {
	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: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #FFFFFF;
}
#c3 a:visited {
	color: #2F4F53;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #000000;
}
/*Footer Links*/
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #FFFFFF;
}
