/* CSS Document */

/*---------------------  RESET  ---------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, dl, dt, dd, input {
	margin:0;
	padding:0; }

ul, ol, li {
	list-style: none; }

a img,:link img,:visited img {
	border:none; }
	

html, body {
	margin: 0;
	padding: 0;
}

/*---------------------  GENERAL  ---------------------*/

body {
	color: #333;
	background: #CBCFC1 url(../images/master/background.jpg) repeat-x;
	text-align: center;
	font: 12px "Trebuchet MS", Myriad, Tahoma, sans-serif;
}

h3 {
	font: normal 30px/20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #990000;
	margin-bottom: 12px;
	margin-top: 25px;
}
h6 {
	font: italic normal 12px/20px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	background: url(../images/general/quote_mark.gif) no-repeat left 0px;
	text-indent: 25px;
}

h4 {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #2B5372;
	border-bottom: 1px solid #DEDFC6;
	margin-bottom: 5px;
}

.noline {
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #2B5372;
	border-bottom: 0px;
	margin-bottom: 5px;
}

h5 {
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	color: #2B5372;
	padding-bottom: 3px;
	border-bottom: 1px solid #DEDFC6;
	margin-bottom: 3px;
}

.eleven {
	font-size: 11px;
	line-height: 17px;
}

.quote-name {
	font-size: 10px;
	line-height: 12px;
	padding-top: 4px;
}

a:link {
	color: #2B5372;
	text-decoration: underline;
}

a:visited {
	color: #2B5372;
	text-decoration: underline;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}

input, textarea {
	font: 11px "Trebuchet MS", Myriad, Tahoma, sans-serif;
	color: #666;
	padding: 1px;
}

p {
	padding-bottom: 15px;
	line-height:19px;
}
.hr{
	background-color: #DEDFC6;
	height: 1px;
	margin-top: 10px;
	margin-bottom: 25px;
	overflow: hidden;
}

/*---------------------  MASTER  ---------------------*/

/*Additional rules for screen at bottom of stylesheet*/
#wrapper {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header {
	height: 115px;
	background: url(../images/general/header_background.jpg) no-repeat;
	position: relative;
}

#logo {	
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 167px;
	height: 115px;
	text-indent: -3000px;
	background: url(../images/master/cvc_logo.jpg) left bottom no-repeat;
}
#logo a {
	display: block;
	width: 167px;
	height: 115px;
}

/*#header #logo {
	float: left;
}*/

#nav_wrapper {
	position: absolute;
	left: 167px;
 /*float: right;
 width: 593px;*/
}

#footer {
	font-size: 11px;
	line-height: 13px;
	padding-top: 25px;
	padding-right: 20px;
	text-align: right;
	color: #9B9F87;
	background: url(../images/master/footer_background.gif) no-repeat;
	height: 60px;
	clear: both;
}

#footer a {
	color: #9B9F87;
}

#footer a:hover {
	color: #ffffff;
}

/*------------------MAIN NAV MENU--------------------*/

#navigation {
	float: left;
	background: url(../images/master/main_nav.gif);
}
#navigation h2 {
	font-size: 12px;
	text-indent: -5000px;
}
#navigation li {
	float: left;
}
#navigation a.main_nav {
	display: block;
	height: 31px;
}
#link1 {
	width: 110px;
	left: 0px;
	margin-right: 10px;
}
#link1 a:hover {
	background: url(../images/master/main_nav.gif) no-repeat 0px -46px;
}
#link2 {
	width: 90px;
	margin-right: 10px;
}
#link2 a:hover {
	background: url(../images/master/main_nav.gif) no-repeat -120px -46px;
}
#link3 {
	width: 115px;
	margin-right: 10px;
}
#link3 a:hover {
	background: url(../images/master/main_nav.gif) no-repeat -220px -46px;
}
#link4 {
	width: 123px;
	margin-right: 10px;
}
#link4 a:hover {
	background: url(../images/master/main_nav.gif) no-repeat -345px -46px;
}
#link5 {
	width: 95px;
}
#link5 a:hover {
	background: url(../images/master/main_nav.gif) no-repeat -478px -46px;
}

/*------------------SUBNAV MENUS--------------------*/

#navigation li ul {
	position: absolute;
	width: 175px;
	left: -5000px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: #A2A895 url(../images/master/nav_hover.gif);
}
#Layer1 {
	float: right;
}

#navigation li ul li {
	width: 175px;
	font-size: 11px;
}

#navigation li ul li a {
	display: block;
	padding: 5px 10px;
	width: 155px;
	border-top: 1px solid #FFFFFF;
	color: #36382B;
	text-decoration: none;
}

#navigation li ul li a:hover {
	background: #840B08;
	color: #FFF;
	text-decoration: none; 
}

#navigation li:hover ul, #navigation li.sfhover ul {
	left: auto; 
}

.secondary_nav {
	height: 20px;
	text-align: right;
	padding-right: 15px;
	color: #B5B9A4;
	font-size: 9px;
	padding-top: 58px;
	padding-bottom: 6px;
}
.secondary_nav a {
	color: #B5B9A4;
	text-decoration: underline;
}
.secondary_nav a:hover {
	color: #F4F5F0;
}
.secondary_nav a:visited {
	color: #B5B9A0;
}

/*---------------------  CONTENT  ---------------------*/

#content {
	float: left;
}

/*Additional rules for screen at bottom of stylesheet*/
.one_col {
	background: #FFFFFF;
	padding-top: 15px;
	padding-bottom: 15px;
}

.two_col {
	background: #FFFFFF url(../images/general/content_background.jpg) repeat-y;
}

#left_column {
	line-height: 18px;
	float: left;
	width: 505px;
}

#left_column .padding {
	padding: 0px 25px 10px;
}

#right_column {
	float: right;
	width: 255px;
	line-height: 16px;
	background: #FFFFFF;
}

#right_column .padding {
	padding: 15px;
}

.pod {
	border-bottom: 1px dotted #B4B89E;
	padding: 15px 20px;
}

.pod dt {
	font: normal 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing: -1px;
	color: #2B5372;
}
.pod dd {
	font-size: 11px;
	color: #666;
}

.view_all a {
	padding-left: 20px;
	display: block;
	border-bottom: 1px dotted #B4B89E;
	margin: 0px;
	width: 235px;
}
.view_all a:hover {
	background: #F0F1EC;
	text-decoration: none;
}

.login {
	background: #A9AE9E url(../images/general/login_background.gif) repeat-x;
	padding: 10px 13px;
}

.img_right {
	clear: both;
	float: right;
	margin-left: 10px;
	margin-top: -4px;
}

.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.form-label {
	font-size: 13px;
	font-weight: bold;
	color: #275475;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}
.radio {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.radio td {
	border-bottom: solid 1px #BBC0AD
}
.required {
	color: #990000;
	font-size:13px
}
.btn {
	color: #990000;
	padding: 2px 8px;
	font-weight: bold;
	border-top: 1px solid #666666;
	border-right: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-left: 1px solid #666666;
	font-size: 13px;
}

.page-quote{
	float:right;
	width:120px;
	padding: 0px 0px 10px 15px;
}

.form-field{
	border: 1px solid #BBC0AD;
	padding: 2px;
}
.form-fieldPercent{
	border: 1px solid #BBC0AD;
	padding: 2px;
	width:18px;
}

.form-drop{
	border: 1px solid #BBC0AD;
	font-size:11px;
	color:#666;
}


.jsclass body .randomcontent{ /*Do NOT remove! CSS to hide random contents in JS enabled browsers*/
	display: none;
}

.quote-left {
	float:left;
	width:45%;
	padding-right:5%;
	border-right: 1px dotted #B4B89E;
	height: 100%;
	margin-top:10px
}
.quote-left_noborder {
	float:left;
	width:45%;
	padding-right:5%;
	height: 100%;
	margin-top:10px
}
.quote-right {
	float:right; 
	width:40%; 
	padding-left:4%;
	height: 100%;
	margin-top:10px
}
.promo {
	padding-left:190px;
	padding-bottom:0px; 
	padding-top:15px; 
	border-bottom:solid 5px #EFF0EB
}
.promo img {
	float:left;
	margin-left:-190px;
}
.promo a {
	text-decoration:none;
	color:#990000;
	background: url(../images/general/arrow.gif) no-repeat;
	padding-left: 15px;
	display: block;
	font-size:11px
}
.promo a:hover {
	text-decoration:none;
	color:#9CA088;
}
.step {
	font-size:20px; 
	text-decoration:underline; 
	font-variant:small-caps
}
.download a {
	text-decoration:none;
	color:#990000;
	background: url(../images/general/arrow.gif) no-repeat;
	font-size:10px;
	border: solid 1px #990000;
	padding-left: 12px;
	height:12px;
	overflow:visible
}
#searchResults {
	font-size: 10px;
}

.asscdownloads {
	font-size: 10px;
	float: right;
	background:#fff url(../images/general/shadow_arrow.gif) no-repeat;
	padding: 7px 14px 10px;
	border-right: 1px solid #DEDFC6;
	border-bottom: 1px solid #DEDFC6;
	border-left: 1px solid #DEDFC6;
	margin-top: -5px;
}

/*----------------TABLE----------------*/
.table_head  {
	color:#999999;
	line-height:11px;
	font-size:9px;
}
.row_two td{
	background-color: #fff; 
	padding: 5px 8px; 
}
.row_one  td{ 
	background-color: #ebede6; 
	padding: 5px 8px; 
}
.row_pad {
	padding-right:10px;
	line-height:11px;
}

.table_head th {
	padding: 5px 8px;
	border-bottom: 1px solid #b3b89d;
	text-transform: uppercase;
	font-weight: normal;
}
.tablerowone  {
	font-size: 10px;
	background-color: #fff;
	padding: 5px 12px;
	text-align: left;
}
.tablerowtwo   {
	font-size: 10px;
	background-color: #ebede6;
	padding: 5px 12px;
	text-align: left;
}

/*--------------logged in box--------------*/

.logged-nav a{
	border-bottom:solid 1px #fff;
	display:block;
	padding-bottom:7px;
	margin-bottom:7px;
	color: #333333;
	text-decoration: none;
}
.logged-nav a:visited{
	color: #333333;
	text-decoration: none;
}
.logged-nav a:hover{
	font-weight: bold;
}

.disp {
	font-weight: bold;
	color: #990000;
}

.social_links {
	padding: 10px 25px 0 25px;
	line-height: 30px; }
	.social_links span {
		margin-right: 5px; }
	.social_links a {
		display: inline-block; 
		width: 30px;
		height: 30px;
		text-indent: -9999px;
		margin-right: 5px; }
	.social_links .facebook {
		background: url(../images/icons/icon_facebook.jpg) no-repeat; }
	.social_links .twitter {
		background: url(../images/icons/icon_twitter.jpg) no-repeat; }

/*-------------E-News Print------------------*/
@media screen {
#wrapper {
	width: 760px;
}
.one_col {
	width: 710px;
	padding-left: 25px;
	padding-right: 25px;
}
.e_news_article {
	padding: 0 30px;
}
h3.bythenumbers {
	background:url(../images/corporate/by_the_numbers.gif) no-repeat; 
	height:60px; 
	line-height:80px
}
.print_image {
	display: none;
}
.print_head {
	display:none;
}
.print_footer {
	display:none
}
}

@media print {
h3.bythenumbers {
	display:none;
}
.print_image {
	margin-bottom: 15px;
	border-bottom: solid 1px #c5c3b1; }
h4 {
	letter-spacing:0px
}
#header {
	display:none;
}
body {
	background:none;
}
.print_head {}
#footer {
	display:none;
}
.print_footer {
	border-top: 1px solid #000000;
	color: #999;
	text-align:center
}
}



