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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	/*background-image: url(img/celebratingfifecorner.gif);
	background-repeat: no-repeat;*/
	background-position: left top;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 0 6px;
}
#navbar {
	margin-bottom: 4px;
	background-image: url(img/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;
	font-size: 0.9em;
	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;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2, #c5, #c6, #c7 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
	padding-top: 0px;
	background-position: 22px -78px;
}
#c5 {
	width: 350px;
}
#c6 {
	width: 350px;
}

#c1 .content {
	color: #666666;
	font-size: 0.9em;
	padding: 0px 28px 16px 32px;
	line-height: 1.6em;
}
#c2 .content {
	color: #666666;
	font-size: 0.9em;
	padding: 6px 42px 16px 42px;
	line-height: 1.6em;
}
#c5 .content {
	color: #666666;
	font-size: 0.9em;
	padding: 0px 0px 16px 42px;
	line-height: 1.6em;
}
#c6 .content {
	color: #666666;
	font-size: 0.9em;
	padding: 0px 10px 16px 26px;
	line-height: 1.6em;
}

#highlighted {
	color: #FF0000;
}

h1 {
	font-size: 1.6em;
	color: #006BA9;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.3em;
	color: #006BA9;
	letter-spacing: .1em;
}
h3 {
	font-size: 1em;
}
em {
	font-style: italic;
}
#greentext h2 {
	color: #009933;

}
.tip {	padding: 8px;
	font-size: .85em;
	color: #666666;
	line-height: normal;
	border-top: 1px solid #ECE9D8;
	border-right: 1px solid #ECE9D8;
	border-bottom: 4px solid #ECE9D8;
	border-left: 1px solid #ECE9D8;
	background-color: #F7F5EE;
}
.photoright {
	float: right; 
	padding:2px 0px 8px 10px;
	margin: 0; 
	font-size:90%; 
	color: #006BA9; 
	font-style:italic; 
	width: 200px;
}
.photorightwider {
	float: right; 
	padding:2px 0px 8px 10px;
	margin: 0; 
	font-size:90%; 
	color: #006BA9; 
	font-style:italic; 
	width: 340px;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.8em;
	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: #666666;
}
.content a:visited {
	color: #666666;
}
.content a:hover, .content a:focus, .content a:active {
	color: #000000;
}
/*
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;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}

