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

body {
	font-family: Times New Roman, Times, serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}
#masthead {
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
	background-image: url(../images/bg.gif);
}
#logo {
	padding: 0 12px;
	text-align: center;
	background-image: url(../images/bg.gif);
}
#navbar {
	margin-bottom: 12px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	font-size: 1em;
	zoom: 1;
}
#navbar_inner {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 1px;
	padding-right: 3px;
	padding-left: 3px;
}
#navbar_inner2 {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0;
	padding-right: 3;
	padding-bottom: 1px;
	padding-left: 3px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
}
#c1, #c2 {
	float: left;
	font-family: "Times New Roman", Times, serif;
}
#c1 {
	width: 234px;
	font-family: "Times New Roman", Times, serif;
}
#c2 {
	width: 736px;
	background-image: url(../images/sol2.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	background-position: 22px -78px;
	font-family: "Times New Roman", Times, serif;
}
#c22 {
	width: 736px;
	background-image: url(../images/sol2.jpg);
	background-repeat: no-repeat;
	padding-top: 140px;
	background-position: 22px -78px;
	font-family: "Times New Roman", Times, serif;
}

#c1 .content {
	font-size: 1em;
	padding: 16px 28px 16px 34px;
	font-family: "Times New Roman", Times, serif;
}
#c2 .content {
	color: #CCCCCC;
	font-size: 1.2em;
	padding: 16px 42px 16px 42px;
	line-height: 1.3em;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
}
h1 {
	font-size: 1em;
	letter-spacing: 0.2em;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.2em;
	letter-spacing: .2em;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
}
.topZero {
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
	font-family: "Times New Roman", Times, serif;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
	font-family: "Times New Roman", Times, serif;
}
#footercontent {
	padding: 14px;
	font-family: "Times New Roman", Times, serif;
	background-image: url(../images/bg.gif);
	text-align: center;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
	font-family: "Times New Roman", Times, serif;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #5785BD;
	font-family: "Times New Roman", Times, serif;
}
.content a:visited {
	color: #757575;
	font-family: "Times New Roman", Times, serif;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
/*
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;
	font-family: "Times New Roman", Times, serif;
}
#c1 .content a:visited {
	color: #663366;
	font-family: "Times New Roman", Times, serif;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
	font-family: "Times New Roman", Times, serif;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
	font-family: "Times New Roman", Times, serif;
}
#footer a:visited {
	color: #663366;
	font-family: "Times New Roman", Times, serif;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
	font-family: "Times New Roman", Times, serif;
}
