/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 03: 3 column Hz Nav
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 0px auto 0px auto;
	width: 982px;
	
}
#logo {
	padding: 0 12px;	
}
#navbar {
	margin-bottom: 0px;
	background-image: url(img/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;
	font-size: 0.8em;	
}
#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;
	
}
/* -----------------------		1 columns rules			------------------------------	*/
#columntop_1cols {
	clear: both;
	background-image: url(img/blue/1col_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columntop_1cols_with_sidemenu {
	clear: both;
	background-image: url(img/blue/1col_top_sidemenu.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper_1cols {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/blue/1col_middle.jpg);
	background-repeat: repeat-y;
}
#home_banner_text {
	margin: 0 auto;
	width: 982px;
	color: #3270b2;
	padding: 0px 5px 0px 35px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-size: 16px;
}
#columnbottom_1cols {
	clear: both;
	background-image: url(img/blue/1col_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
/* -----------------------		2 columns rules	With Left Column		------------------------------	*/
#columntop_2cols {
	clear: both;
	background-image: url(img/blue/2col_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columntop_2cols_with_sidemenu {
	clear: both;
	background-image: url(img/blue/2col_top_sidemenu.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columntop_3cols_with_sidemenu {
	clear: both;
	background-image: url(img/blue/3col_top_sidemenu.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper_2cols {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/blue/2col_middle.jpg);
	background-repeat: repeat-y;
}

#columnbottom_2cols {
	clear: both;
	background-image: url(img/blue/2col_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
/* -----------------------		2 columns rules	With Right Column		------------------------------	*/
#columntop_body_right {
	clear: both;
	background-image: url(img/blue/2col_top_with_right_col.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columntop_body_right_with_sidemenu {
	clear: both;
	background-image: url(img/blue/2col_top_with_right_col.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

#columnwrapper_body_right {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/blue/2col_middle_with_right_col.jpg);
	background-repeat: repeat-y;
}

#columnbottom_body_right {
	clear: both;
	background-image: url(img/blue/2col_bottom_with_right_col.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
/* --------------------------		3 Column rules 			----------------------------	*/
#columntop {
	clear: both;
	background-image: url(img/blue/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columntop_with_sidemenu {
	clear: both;
	background-image: url(img/blue/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/blue/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#columnbottom {
	clear: both;
	background-image: url(img/blue/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

#c1, #c2, #c3, #c2_2cols, #c2_2cols_body_right, #c2_1cols {
	float: left;
}
/* these rules to control the H tags in the contents sections of left center and right */

#c1 h2, #c1 h3, #c1 h4, #c1 h5,#c1 h6
 {
	color: #0066CC;
	padding-bottom: 10px;
	padding-top: 10px;	
}

#c2 h2, #c2 h3, #c2 h4, #c2 h5,#c2 h6,
#c2_2cols h2, #c2_2cols h3, #c2_2cols h4, #c2_2cols h5, #c2_2cols h6,
##c2_2cols_body_right h2, #c2_2cols_body_right h3, #c2_2cols_body_right h4, #c2_2cols_body_right h5, #c2_2cols_body_right h6,
#c2_1cols h2, #c2_1cols h3, #c2_1cols h4, #c2_1cols h5, #c2_1cols h6
 {
	color: #003399;	
	font-size: 110%;
}
hr	{
	color: #990000;
}
#c3 h2, #c3 h3, #c3 h4, #c3 h5,#c3 h6 {
	color: #000099;	
	padding-bottom: 10px;
	padding-top: 10px;	
}

#c1 {
	width: 234px;	
}
#c2 {
	width: 514px;
	background-repeat: no-repeat;
	padding-top: 0px;
	
}
#c2_2cols {
	width: 748px;
	background-repeat: no-repeat;
	padding-top: 0px;
	
}
#c2_2cols_body_right	{
	width: 738px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 10px;
	
}
#c2_1cols {
	width: 960px;
	background-repeat: no-repeat;
	padding: 0px 10px 10px 10px;
	border: 0px solid #FF0000;	
}
#c3 {
	width: 234px;
}
#c1 .content {
	font-size: 0.8em;
	/* padding: 16px 17px 16px 26px;*/
	line-height: 1.6em;
	
}
#c2 .content {
	color: #000000;
	font-size: 0.8em;
	padding: 16px 20px 16px 16px;
	line-height: 1.6em;
}
#c2_2cols .content, #c2_2cols_body_right .content {
	color: #000000;
	font-size: 0.8em;
	padding: 16px 26px 16px 16px;
	line-height: 1.6em;
}
#c2_1cols .content {
	color: #000000;
	font-size: 0.8em;
	padding: 0px 26px 16px 14px;
	line-height: 1.6em;
	border: 0px solid #FF0000;	
}
#c3 .content {
	font-size: 0.8em;
	padding: 16px 23px 16px 16px;
	line-height: 1.6em;
}
h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}

#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link, .content a:visited, .content a:active   {
	color: #003399;	/* #934900; 	#800040	*/
	text-decoration: underline;	
}

.content a:hover, .content a:focus {
	/* #6600FF; 	#800040*/
	text-decoration: none;
}
/*
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, #c1 .content a:visited, #c1 .content a:active {
	color: #003399;
}
 
#c1 .content a:hover, #c1 .content a:focus {
	color: #FFFFFF;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #FF0000;
}
#c3 a:visited {
	color: #FF3300;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #FF6600;
}
/*Footer Links*/
#footer a:link  {	/*	175a84 		0caed4 				d89958	*/
	color: #0caed4;
	text-decoration: none;	
}
#footer a  {		
	font-size: 0.95em;
}
#footer a:visited {
	color: #0caed4;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #d89958;
	text-decoration: underline;
}
#footer a.highlight{	
	font-weight: bold;
	color: #d89958;	
	text-decoration: none;
}
