/* 
  -------------------------------------
by P7
3 column Hz Nav
  -------------------------------------
*/

body {
	font-family: Cambria, "Palatino Linotype", "Times New Roman", times, serif;
	font-size:1.2em;
	color: #000066;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
/*background-image: url(../images/column.jpg);
	background-position: top right;
	background-repeat: no-repeat;*/
}
#logo {
	padding: 0 12px;
	
}
#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;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 514px;
/*	background-image: url(../images/column.jpg);
	background-repeat: no-repeat;
	padding-top: 126px;
	background-position: 16px -1px;*/
}
#c3 {
	width: 234px;
}
#c1 .content {
	font-size: 0.75em;
	line-height: 1.3em;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #666666;
	font-size: 0.8em;
	padding: 16px 32px 16px 32px;
	line-height: 1.6em;
}
#c3 .content {
	font-size: 0.75em;
	line-height: 1.3em;
	padding: 16px 36px 16px 26px;
}
/*The Dropcaps style. Georgia typeface to work around Apple text rendering bugs*/
span.dropcap {
	font-family:Georgia, 'Palatino Linotype', palatino, serif;
	float:left;
	font-size:3.6em;
	margin: 0 10px 0 0;
	padding: 0 .1em 0 .2em;
	display: block;
	line-height: 0.775em;
	color: #993333;
	border-right: 1px dotted #666666;
}
.red {color:#993333}
.red a:link {
	color: #CC0000}
.red a:link {color: #CC0000;
}

h1, h2, h3, h4, h5 {
		font-family:'Book Antiqua', 'Palatino Linotype', palatino, Georgia, serif;
}
h1 {
	margin: 0;
	font-size: 2.4em;
	color: #999999;
	line-height: 0.81em;
		font-variant: small-caps;
		padding-bottom:11px
}
h2 {
	margin: 10px 0 0 0;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #003399;
}
h3 {
	margin: 8px 0 0 0;
	font-size: 1.4em;
	line-height: 1em;
	color: #003366;

}

h4 {
	margin: 6px 0 0 0;
	font-size: 1.2em;
	color: #006699;
		font-variant: small-caps;
}
h5 {
	margin: 4px 0 0 0;
	font-size: 1em;
	color: #333333;
		font-variant: small-caps;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#slogan {
	height: 202px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
	color:#006699
}
#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: #cccccc; 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 {
	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: #FFFFFF;
	text-decoration:none
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
.imgL {float:left; padding:8px;
}
.imgR {float:right; padding:8px;
}
.imgBR { border:thin; border-color:#DEE7F0
}
/* alignment classes */
.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.green {	color: #000099; 
}
.gray  {	color: #CCCCCC; }
.gray a:link a:hover a:active a:visited{
	color: #cccccc;
}
#credit  {	color: #CCCCCC; 
float: right; }
#credit a:link {
	color: #cccccc;
}
hr {
  border : 0;
 /* background : url(../images/storyend.gif) 50% 0 no-repeat; */
  margin : 1em 0;
  color:#006699
}