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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) #fff repeat-x;
	color: #000000;
	background-color: #204162;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 1px auto 0 auto;
	width: 982px;
}
#logo {
	background: url(../images/header_bg.jpg) #fff no-repeat;
	padding: 0 0px;
}
#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;
}

#announcements2 {
	background-image: url(../images/announcement2_bg.gif); 
	background-repeat: no-repeat;
	margin-left: 2px;
	height: 77px;
	padding: 10px 0px 0px 215px;
	width: 982px;
		
}
#announcements {
	background-image: url(../images/Newsletter_signup.gif); 
	background-repeat: no-repeat;
	margin-left: 2px;
	padding: 20px 0px 0px 545px;
	height: 65px;
	width: 982px;
	color: #003399;
}

#mainContent {
	clear: both;
	margin: 0 auto;
	width: 982px;	
	color: #003399;
	background: #FFFFFF;
}
#content {
	margin: 0 25px 0 25px;
}

#content h1 {
	font-size: 140%;
	font-weight: bold:
}
#columntop {
	clear: both;	
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 80px;
	padding: 36px 0 0 0px;
}
#c1top, #c2top, #c3top, #c4top {
	float: left;
	}
#c1top {
	width: 250px;
	margin: 0px 0px 0px 0px;
	
}
#c2top {
	width: 232px;
	margin: 0px 0px 0px 0px;
}
#c3top {
	width: 229px;
	margin: 0px 0px 0px 0px;
}

#c4top {
	width: 233px;
	margin: 0px 0px 0px 0px;
	}	
	
#c1top .content {
	float: right;
}
#c2top .content {
	float: right;
}
#c3top .content {
	float: right;
}

#c4top .content {
	float: right;
	padding: 0px 5px 0px 0px;
}	
	
#columnwrapper {
	margin: 0 auto;	
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2, #c3, #c4 {
	float: left;
}
#c1 {
	width: 234px;
	margin: 0px 0px 0px 25px;
}
#c2 {
	width: 234px;
	margin: 0 auto;
}
#c3 {
	width: 234px;
}

#c4 {
	width: 234px;
	}
#c1 .content {
	color: #FFFFFF;
	font-size: 0.8em;
	padding: 0px 28px 0px 34px;
}
#c2 .content {
	color: #333333;
	font-size: 0.8em;
	padding: 0px 28px 0px 22px;
}
#c3 .content {
	color: #ffffff;
	font-size: 0.8em;
	padding: 0px 28px 0px 22px;
}

#c4 .content {
	color: #ffffff;
	font-size: 0.8em;
	padding: 0px 36px 0px 22px;
}
h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}

#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}



#pagebottom {
	clear: both;
	margin: 0px auto;
	background-image: url(../images/pagebottom_bg.jpg);
	background-repeat: repeat-x;
	min-height: 25px;
	width: 982px;
	}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
	color: #FFFFFF;
	text-decoration: none;
	
}

#footercontent a{
	color: #FFFFCC;
	}
	
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
}
.content a:visited {
	color: #757575;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
}
/*
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, a:visited, a:active {
	color:#FFFFFF;
}

#footer a:hover, #footer a:focus {
	color: #3366FF;
}
