@charset "UTF-8";
/*
CSS

Design: v2 TMA+Peritus Copyright 2010.

*/

* {
	margin: 0;
	padding: 0;
	border: none;
	}

        html, body {height:100%; margin:0; padding:0;}

body {
	background: url(images/v2/repeater_bkgd.png);
        background-repeat: repeat-x;
	text-align: center;
        background-color: rgb(227, 227, 227);

        height: 100%;

	}

#base {
    width: 1600px;
    background-color: white;
    background: url(images/v2/base_repeater.png) repeat-y scroll center top;
    width: 100%;
    margin: 0 auto;
    display: table;
    padding-bottom: 15px;
    height: 100%;
    
}

#content_area {
    width: 991px;
    background-image: url(images/v2/content_area.jpg);
    
    margin: 0 auto;
}

#content_end {
    margin-top: -1px;
    margin-left: 1px;
    border: none;
}

#wrap {
    width: 991px;
    margin: 0 auto;
}

/* header */	
	
#header {
	height: 116px;
	/*background: url(images/header.jpg) no-repeat left top;*/
        background-color: white;
        
	/*border: 1px solid #c4d1d5;
	border-bottom: 1px solid #fff;
        */
	border-top: none;
	
	/*width: 1600px;*/

	margin: 0 auto;
        position: relative;
	}	
	
#header h1 {
	float: left;
	width: 500px;
	height: 116px;
	overflow: hidden;
	}
	
#header h1 a {
	display: block;
	background: url(./images/v2/rvi_logo.jpg) no-repeat left top;
	width: 228px;
	height: 81px;
	text-indent: -9999em;
        margin-top: 20px;
        float: left;
	}

#header h2 {
	float: left;
	width: 1px;
	overflow: hidden;
	visibility: hidden;
	}
	
/* header - search box */
	
#header #search {
	float: right;
	width: 275px;
	height: 31px;
	margin: 43px 0 0;
	overflow: hidden;
	background: #b0c0c8;
	border-top: 1px solid #9faeb6;
	border-bottom: 1px solid #fff;
	}

#header #search input.text {
	float: left;
	font: normal 13px/13px "Times New Roman", Times, serif;
	color: #fff;
	background: #b0c0c8;
	height: 23px;
	display: block;
	border-left: 10px solid #b0c0c8;
	border-top: 8px solid #b0c0c8;
	vertical-align: top;
	width: 190px;
	}
	
#header #search input.submit {
	float: right;
	}

#header .search {
	position: absolute;
	right: 20px;
	top: 15px;
}

#no_header {

    margin-top: 30px;
}

#shadow_above_nav {
    z-index: 10000;
    position: absolute;
    top: 107px;
    left: 11px;
    
}

.header_image {
     z-index: 100;
}

/* navigation */

#navigation {
    /*width: 1600px;*/
    width: 100%;
    clear: both;
    background: url(images/v2/nav_bar.jpg) repeat-x scroll ;
	height: 33px;
        
        margin: 0 auto 0 auto;
	padding: 0;
        left: 0;
        position: absolute;
}


#nav {
    
    /*width: 840px;*/
}

ul#nav {
    background: url(images/v2/nav_bar.jpg) ;
    height: 33px;
    background-attachment: fixed;
    background-repeat: repeat-x;
    margin: 0 auto 0 auto;
    padding: 0;

    font: normal 15px/16px Arial, sans-serif;
    width: 968px;
}

ul#nav li {
	display: inline;
	list-style: none;
        
	}

.nav_divider {
	display: inline;
	list-style: none;
        float: left;
	height: 20px;
	padding: 0px 2px 0 2px;
	
	}
.nav_text {
    display: inline-block;
    padding-top: 6px;
    
}
ul#nav li a {
	float: left;
	height: 33px;
	padding: 0 8px 0;
	color: white;
	text-decoration: none;

	}

ul#nav li a:hover, ul#nav li a.nav_text:hover  {
	background: url(images/v2/nav_hover.jpg) repeat-x left top;
        
        
	}
	
ul#nav li a.on,
ul#nav li a.on:hover {
	background: url(images/v2/nav_hover.jpg) repeat-x left top;
	
	}
	
/* masthead */

#masthead {
	
	height: 275px;
	width: 970px;
	
	margin: 0 auto;
	
	text-align: left;
	overflow: hidden;
	}
	
#masthead .mast-summary {
	float: left;
	width: 335px;
	height: 186px;
	padding: 30px 0 0;
	overflow: hidden;
	}

#masthead .mast-summary h3 {
	font: normal 24px/24px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin: 0 0 8px;
	}

#masthead .mast-summary p {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 8px;
	}

#masthead ul.mast-nav {
	float: left;
	width: 200px;
	height: 18px;
	overflow: hidden;
	clear: left;
	padding: 5px 0 0;
	}
	
#masthead ul.mast-nav li {
	list-style: none;
	display: inline;
	}

#masthead ul.mast-nav li a {
	float: left;
	background: #235880;
	width: 18px;
	height: 18px;
	float: left;
	background: url(images/mast-nav.gif) no-repeat left top;
	text-indent: -9999em;
	margin: 0 4px 0 0;
	}

#masthead .mast-image {
	float: right;
	width: 574px;
	height: 230px;
	border: 1px solid #fff;
	border-bottom: 2px solid #fff;
	background: url(images/masthead-image.jpg) no-repeat left top;
	text-align: center;
	padding: 11px 0 0;
	}

#masthead .mast-image img {
	display: block;
	margin: 0 auto;
	}
		
	
/* wrapper */	
	
#wrapper {
	background: #fff url(images/v2/wrapper.jpg) no-repeat left top;
	margin: 0 auto;
	width: 970px;
	/*padding: 20px 41px;*/
        padding-top: 20px;
        /*padding-right: 20px;
        padding-left: 20px;*/
	text-align: left;
	}
	
br.clear {
	clear: both;
	}
	
/* main (subnav + content) */

#main {
	float: left;
	width: 698px;
        margin-left: 25px;
	border: 1px solid #e1e8ed;
	border-left: none;
	background: #fff url(images/main.gif) repeat-y left top;
	}
	
/* main - subnav */

ul#subnav {
	float: left;
	width: 157px;
	padding: 0 1px 0 0;
	}

ul#subnav li {
	padding: 10px;
	list-style: none;
	}
	
/* main - subnav - subnav */
	
ul#subnav li.links { border-bottom: 1px solid #e4e9ee; padding: 0; }

ul#subnav li.links ul {
	font: normal 14px/16px Georgia, "Times New Roman", Times, serif;
	margin-top: -8px;
	}

ul#subnav li.links ul li {
	padding: 0 0 5px;
	margin: 8px 0 0 0;
	background: #ebf2f6;
	padding: 6px 8px;
	border-right: 1px solid #dae5eb;
	border-bottom: 1px solid #dae5eb;
	}

ul#subnav li.links ul li a {
	color: #323638;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	}

ul#subnav li.links ul li a:hover {
	color: #bc4d10;
	text-decoration: underline;
	}

ul#subnav li.links ul li a.on, ul#subnav li.links ul li a.on.nav_text {
	color: #bc4d10;
	}

/* main - subnav - text */

ul#subnav li.text {
	padding: 20px 10px;
	}

ul#subnav li.text h4 {
	font: bold 16px/18px Georgia, "Times New Roman", Times, serif;
	color: #2a2400;
	margin: 0 0 10px;
	}
	
ul#subnav li.text p,
ul#subnav li.text ul,
ul#subnav li.text ol {
	font: normal 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #2a2400;
	margin: 0 0 10px;
	}
	
ul#subnav li.text li {
	padding: 0;
	margin: 0 0 0 20px;
	}

ul#subnav li.text ul li {
	list-style: square;
	}

ul#subnav li.text ol li {
	list-style: decimal;
	}

ul#subnav li.text a {
	color: #2a2400;
	}

/* main - subnav - rvb */

ul#subnav li.rvb {
	background: #ebf2f6;
	border-bottom: 1px solid #e4e9ee;
	text-align: center;
	padding-bottom: 1px;
	margin-bottom: 15px;
	}
	
ul#subnav li.rvb p {
	font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 12px;
	color: #676d72;
	}

/* main - subnav - quote btn */

ul#subnav li.quote a {
	background: #235880;
	text-align: center;
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	display: block;
	padding: 10px 0;
	text-decoration: none;
	text-shadow: #013660 0 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
/* main - subnav - articles */
	
ul#subnav li.article-main {
	background: #ebf2f6;
	border-bottom: 1px solid #e4e9ee;
	}
	
ul#subnav li.article-main h4 {
	font: normal 18px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 6px;
	color: #bc4d10;
	}

ul#subnav li.article-main h4 a {
	color: #bc4d10;
	text-decoration: none;
	}

ul#subnav li.article-main h4 a:hover {
	color: #666;
	}
	
ul#subnav li.article-main p {
	font: normal 11px/11px Helvetica, Arial, sans-serif;
	color: #676d72;
	}

ul#subnav li.article-archive {
	}

ul#subnav li.article-archive h4 {
	font: normal 14px/14px Helvetica, Arial, sans-serif;
	color: #929ba3;
	margin: 0;
	}
	
ul#subnav li.article-archive ul {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #748a9c;
	}
	
ul#subnav li.article-archive ul li {
	padding: 12px 0 0;
	margin: 0;
	}
	
ul#subnav li.article-archive ul li a {
	color: #2f5074;
	text-decoration: none;
	}	

ul#subnav li.article-archive ul li a:hover {
	color: #748a9c;
	}
	
/* main - content */

#content {
	float: left;
	width: 500px;
	padding: 20px 0 10px 20px;
	}	

#content h3 {
	font: normal 28px/28px Georgia, "Times New Roman", Times, serif;
	color: #464442;
	margin: 0 0 12px;
	}

#content h4 {
	font: normal 18px/20px Georgia, "Times New Roman", Times, serif;
	color: #464442;
	margin: 0 0 8px;
	}
	
#content p,
#content ul,
#content ol {
	font: normal 14px/20px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 12px;
	}
	
#content li {
	margin: 0 25px 4px;
	}

#content ul li {
	list-style: square;
	}

#content a {
	color: #113564;
	}
	
#content img.left {
	float: left;
	margin: 5px 20px 10px 0;
	}

#content img.right {
	float: right;
	margin: 5px 0 10px 20px;
	}
	
#content table {
	width: 500px;
	margin: 0 0 12px;
	}

#content table th {
	background: #235880;
	color: #fff;
	text-align: left;
	vertical-align: bottom;
	padding: 8px 5px;
	font: normal 14px/14px Georgia, "Times New Roman", Times, serif;
	}
	
#content table .subth th {
	background: #eee;
	border-top: 1px solid #ddd;
	color: #666;
	font: bold 12px/14px Helvetica, Arial, sans-serif;
	}

#content table td {
	text-align: left;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	padding: 5px;
	border-top: 1px solid #ddd;
	vertical-align: top;
	}	
	
table label {
	font-weight: bold;
	padding: 4px 0;
	color: #333;
	display: block;
	}

table label.check {
	padding: 4px 0 0;
	white-space: nowrap;
	font-weight: normal;
	}
	
table label.inline {
	float: left;
	width: 75px;
	}
	
input,
select,
textarea {
	padding: 3px;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	border: 1px solid #ccc;
	}
	
input.button {
	font: bold 12px/12px Georgia, "Times New Roman", Times, serif;
	padding: 5px 6px;
	background: #235880;
	border: 1px solid #5893be;
	color: #fff;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	}
	
/* content > quote request */

#content dl.quote-list {}

#content dl.quote-list dt {
	float: left;
	width: 535px;
	height: 27px;
	padding: 8px 0 0 10px;
	border-top: 1px dotted #ddd;
	color: #333;
	}	

#content dl.quote-list dd {
	float: right;
	width: 104px;
	height: 31px;
	padding: 4px 0 0;
	border-top: 1px dotted #ddd;
	}

#content dl.quote-list dd a {
	background: #235880;
	text-align: center;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #fff;
	display: block;
	padding: 8px 0 0;
	height: 19px;
	text-decoration: none;
	text-shadow: #013660 0 1px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
	
#quote #main {
	background: #fff;
	}
	
#quote #content {
	width: 650px;
	}
	
#quote #content table {
	width: 650px;
	}

	
	
/* sidebar */

#sidebar {
	float: right;
	width: 220px;
        padding-right: 10px;
	}

#sidebar #agent {
	display: block;
	width: 200px;
	height: 220px;
	padding: 20px 0 20px 20px;
	background: url(images/v2/agent_new.jpg) no-repeat left top;
	margin: 0;
	}	

#sidebar #agent h3 {
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	color: #235880;
	padding: 5px 0 15px;
	}	
	
#sidebar #agent label {
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	margin: 0 2px 4px;
	display: block;
	color: #333;
	}
	
#sidebar #agent input.text {
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;
	padding: 2px 5px;
	display: block;
	width: 165px;
	border: 1px solid #5893be;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px;
	}
	
#sidebar #agent select {
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 177px;
	border: 1px solid #5893be;
	margin: 0 0 10px;
	}

#sidebar h4 {
	font: normal 18px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 10px;
	color: #5c6a76;
	border-bottom: 2px solid #f4f7f8;
	}
	
#sidebar ul {
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	color: #748a9c;
	}	

#sidebar ul li {
	margin: 0 0 10px;
	list-style: none;
	}
	
#sidebar ul li a {
	color: #2f5074;
	text-decoration: none;
	}	

#sidebar ul li a:hover {
	color: #748a9c;
	}
	
#sidebar p {
	font: normal 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #748a9c;
	}
	
#sidebar p a {
	color: #2f5074;
	text-decoration: none;
	}	

#sidebar p a:hover {
	color: #748a9c;
	}

#sidebar p a.more {
	display: block;
	}
	
/* sidebar - button */

#sidebar a.button {
	display: block;
	height: 61px;
	width: 220px;
	padding: 19px 0 0;
	text-align: center;
	background: url(images/button-sidebar.gif) no-repeat left top;
	font: normal 22px/22px Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
	text-shadow: #235880 0 1px 0;
	}
	
/* homepage - features */

ul#features {
	float: left;
	width: 960px;
	padding: 15px 0 0 25px;
	}
	
ul#features li {
	display: inline;
	list-style: none;
	}

ul#features li a {
	float: left;
	width: 218px;
	margin: 0 22px 0 0;
	padding: 5px 0;
	text-decoration: none;
	}

ul#features li a h4 {
	font: normal 16px/16px Georgia, "Times New Roman", Times, serif;
	color: #112842;
	margin: 0 0 6px;
	}

ul#features li a img {
	display: block;
	margin: 0 0 12px;
	}

ul#features li a h5 {
	font: bold 12px/16px Helvetica, Arial, sans-serif;
	color: #748a9c;
	height: 44px;
	}
	
ul#features li a p {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #333;
	}
	
ul#features li a:hover {
	background: #ebf2f6;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

	
/* footer - lower nav */

#footer {
	border-top: 1px solid #e5e9ee;
	margin-top: 20px;
	color: #748a9c;
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	height: 10px;
        width: 935px;
        margin-left: 25px;
	}

#footer a {
	color: rgb(77, 133, 179);
	text-decoration: none;
	margin: 0 4px;
	}

#footer a:hover {
	color: #748a9c;
	}
	
	
/* footer - copyright / attr */	
	
#disclosures {
	background: #c8c4ac url(images/copy.gif) repeat-x left top;
	border-top: 1px solid #c8c5ab;
	height: 65px;
	width: 970px;
	padding: 20px 41px 0;
	margin: 0 auto;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #a7a1a1;
	text-align: left;
	}
	
#disclosures a {
	color: #6189ad;
	text-decoration: none;
	}

#disclosures p {
	margin: 0 10px;
	}

#disclosures p.copy {
	text-align: right;
	}

#copy {
    
}

.footer_text {
    margin-bottom: 10px;
}

#footer_area {
    background-color: white;
    font: normal 12px/15px Helvetica, Arial, sans-serif;
    color: #a7a1a1;
    text-align: center;
    height: 120px;
    padding-top: 10px;
    width: 990px;
    margin: 0 auto;
}

#footer_area a {
    color: rgb(77, 133, 179);
    text-decoration: none;
}

#footer_area a:hover {
    color: rgb(48, 104, 165);
    text-decoration: underline;
}

/* etc */

.clear { clear: both !important; }
.nowrap {white-space: nowrap !important; }
.right { text-align: right !important; }
