/* 
  -------------------------------------
  Layout 06: 2 column basic nav
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image: url(img/images/bkg_horz.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
#logo {
	padding: 0 12px;
}
#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;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 12px 0px 0px 15px;
	width: 210px;
}

#navbar {
	margin: 0px;
	padding: 0px;
	background-color: #0C3;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #FFE084;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #CCCCCC;
	background-color: #010101;
}

#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
	padding-top: 10px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #030;
	font-size: 1.1em;
	padding: 16px 32px 16px 32px;
	line-height: 1.8em;
}
h1 {
	font-size: 1.9em;
	letter-spacing: -0.05em;
	color: #C30;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
}
h3 {
	font-size: 1em;
}
.topZero {
	margin-top: 0;
}
#c1 h2 {
	font-size: 1.5em;
	color: #CCC;
}
#c2 h4 {
	font-size: 1em;
	color: #C30;
	text-decoration: underline;

}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
	
}
#footercontent {
	padding: 14px;
	background-color: #FFF;
	color: #666;
}
/*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: #F00;
}
/*
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;
}
#c2 .content a:link {
	color: #003399;
}
#c2 .content a:visited {
	color: #663366;
}
#c2 .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;
}
#images_white {
	border: thin solid #FFF;
}
#images_dark {
	border: thin solid #333;
	padding: 2px;
}
.plus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.8em;
	color: #333;
	font-style: italic;
}
#footer a:link, #footer a:hover, #footer a:visited, #footer a:focus  {
	color: #666;
	text-decoration: none;
}
#form {
	font-size: 0.8em;
	color: #333;
	line-height: 1.0em;
        background: #fee3ad;
        border: 1px solid #781351;

}
.submit input {
	color: red;
	border: 2px outset #d7b9c9;
	background-color: #9F9;
}
#form h2 {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #C30;
} 