/* 
  -------------------------------------
  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(../images/background_sky.jpg); background-repeat: repeat-x;
}
#masthead {
	color: #999999;
	margin: 22px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 0px;
}
ul{
margin:0px;
padding:0px;
}
ul li{
list-style-image: url(../images/stock_circle_small.png);
font-style:italic;
font-weight:bold;
margin-left:15px;
}
ul p{
	padding-left:5px;
	}
#navbar {
	margin-bottom: 4px;
	background-image: url(img/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;
	font-size: .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 10px;
}
#navbar_inner ul li{
list-style-image:none;
padding:0px;
margin:0px;
}
#c2 ul li{
list-style-image:none;
padding:0px;
margin:0px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 22px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 224px;
}
#c2 {
	width: 520px;
	background-image: url(../images/world_view_470.jpg);
	background-repeat: no-repeat;
	padding-top: 310px;
	background-position: top;
}
#c3 {
	width: 234px;
	
}
#c1 .content {
	font-size: 0.75em;
	padding: 2px 20px 16px 22px;
}
#c2 .content {
	color: #CCCCCC;
	font-size: 0.95em;
	padding: 16px 20px 16px 28px;
	line-height: 1.5em;
}
#c3 .content {
	font-size: 0.8em;
	padding: 6px 18px 16px 16px;
}
h1 {
	font-size: 1.4em;
letter-spacing: 0.1em;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .1em;
}
h3 {
	font-size: 1em;
}
h4{
font-size:.9em;
}
h6{
font-zise:2.1em;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#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 {
	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: #009900;
}
#c1 .content a:visited {
	color: #6666FF;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #FF6600;
}
/*Right Sidebar Links*/
#c3 a:link {
	color: #FFFFFF;
}
#c3 a:visited {
	color: #2F4F53;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #25970E;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
