﻿/* Basic page layout items */
body  
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    line-height: 18px;
	color: #444; 
	background:#fff url(images/bg.png) repeat-x;
	padding:0; margin:0; border:0;
}


#rightcol
{
	/*  border: 1px solid #C2D8D7;*/
    display: inline;
    float: left;
    padding: 10px 30px;
    width: 489px;
}

#calloutcol
{
	/*border: 1px solid #106470;*/
    color: #000000;
    display: inline-block;
    float: right;
    width: 91px;
    padding: 0 23px 0 23px;
}

#leftcol 
{
    width: 241px;
    position: relative; 
    display: inline-block; 
    float: left;
}


#leftnav
{
	
	position: relative;  
	background: transparent url(images/rhopro_sub_nav_curve.jpg) no-repeat 0 0;
    /*border: 1px solid #A9C8C6;*/
     
    float: left;
    width: 241px;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 0 0;
    
    min-height: 414px;
}

/* left nav */
#leftnav a.nav1, #leftnav a.nav1on 
{
    
    width: 211px;
     
    color: #F46A60;
    padding: 4px 0 4px 30px;
    display: inline-block;
    font-weight: bold;  
    font-size: 13px;
    }
    
 
    
#leftnav a.nav1:hover 
{
    text-decoration: none;
    background: transparent url(images/nav-1-active.png) no-repeat 20px 10px;   
}
    
#leftnav a.nav1on 
{
     background: transparent url(images/nav-1-active.png) no-repeat 20px 10px;
     color: #F46A60;
     text-shadow: none;
}

#leftnav a.nav2, #leftnav a.nav2on
{
    color: #999;
    font-weight: bold;
    padding: 0px 0 0px 50px;
    margin: 3px 0;
    min-height: 10px;
    display: block;
    
    
}


#leftnav a.nav2on
{
    color: #000; 
     background: transparent url(images/nav-2-active.png) no-repeat 30px 0px;  
}

#leftnav a.nav2:hover { text-decoration: none; color: #000;     }

 #leftnav li
 {
	 list-style-type: none;    	 
 }

#leftnav .ulNav2, #leftnav .ulNav3
{
	padding: 0 0 5px 0;
	margin: 0;
}

#leftnav a:hover
{
	 
	text-decoration: none;

}

#leftnav a.nav2on, #leftnav a.nav1on
{ 
	font-weight: bold;  
}

#leftnav li a.nav3
 {
	   border: none;
	   padding: 3px 0;
  
 }
 #leftnav ul.ulNav3
 {
    
}

 #leftnav a.nav3on
 {
	color: #3382dd;
	text-decoration: none;    
	border: none;
	  padding: 3px 0;
 }

 #leftnav ul.ulNav1{ padding: 0 0 0 0px; margin: 0;}

#leftnav a#aKey25 { margin-top: 20px; }


/* Common tags */

h1, h2, h3, h4, h5, h6, p { margin:15px 0; font-weight:normal; }

p { color:#333333;
	line-height:21px;}
h1 {color: #EF3E35;    font-size: 1.8em;    font-weight: normal;      margin: 10px 0 15px 0; }
h2 { color: #EF3E35;    font-size: 1.4em;    font-weight: normal;      margin: 10px 0;}
h3 {color: #EF3E35;    font-size: 1.2em;    font-weight: normal;     }
h4, h5, h6 { color: #EF3E35;    font-size: 1.0em;    font-weight: normal;    line-height: 24pt; }

a:link {color: #EF3E35; text-decoration:none;}
a:visited {	color: #EF3E35; text-decoration:none;}
a:hover { text-decoration: underline; color: #EF3E35;}
a:active {text-decoration: underline; color: #EF3E35;}

a img { border: 0px;}

ul, ol
{
	 
}
 
ol li
{
	padding: 5px;
}

ol li.selected
{
	font-weight: bold;
}

input, textarea { outline: 0px; }

table { }
th { font-weight: bold; color: #000; padding: 3px 15px; text-align: left; }
tr {background-color: #fff; }
tr.alt{ }
tr.lastrow td{ }
td{ padding: 3px 15px;}
 

.nowrap { white-space:nowrap; }

sup {padding-right: 4px; line-height: 0px; vertical-align: text-top; padding: 0;}
sub {font-size: .8em;line-height: 0px; vertical-align: text-bottom;} 
hr { border:solid 1px #454870; margin: 20px 0px; }

 
.pdf
{
	background:transparent url(images/btnPDF.gif) 0 0 no-repeat;
	padding-left:16px;
}

.pdfRight
{
	background:transparent url(images/btnPDF.gif) right 0 no-repeat;
	padding-right:14px;
	display:inline-block;
	margin-right:2px;
}

/* ---------------------------------------- header stuff ---------------------------------------- */

#topbar
{	   
	background-position: center top;
	height: 25px;
	font-weight: bold;
}

#headerimageholder
{
    height: 108px;
    background: transparent url(images/top-header.jpg) no-repeat 0 0;
}

#topbar #topbarcontent
{
	padding: 0 33px;
	width: 945px;
	margin: 0 auto;
	padding-top: 4px;
	color: #365866;
}

#topwedge
{
	background: url(images/top-wedge.png) no-repeat;
	background-position: left bottom;
	height: 26px;
	margin: 0 auto;
	padding:  0px 10px;
	width: 985px;
}

#header
{
	background:transparent url(images/shadow.png) 0 bottom repeat-y;
	padding: 0 13px;
    width: 979px;
	margin:0 auto;
	z-index: 10;
	
}
html>body #header
{   position: relative; }
  
 
 
#topbar #topnav { padding-top: 3px;  float: left; }
#topbar #utils {padding-top: 3px; float: right; padding-right: 12px;}

#topbar #topnav a, #topbar #utils a { text-decoration:none; color:#35B1A9; }
#topbar #topnav a:hover, #topbar #utils a:hover { color:#35B1A9; text-decoration: underline; }
#topbar #utils a.btn:hover { color:#35B1A9; }

#topbar #utils a.txt { color:#35B1A9; font-weight:bold; }
#topbar #utils a.txt:hover, #header #btn a.txt.selected { color:#999; }

#topbar #utils #cycle { margin-left:5px; }
#topbar #utils #normal { font-size:11px; }
#topbar #utils #large { font-size:14px; }
#topbar #utils #xlarge { font-size:16px; }

#header #logo
{
	padding: 5px 0 15px 17px;
}


/* ---------------------------------------- content stuff ---------------------------------------- */

#shadow
{
	padding: 0 13px;
    width: 979px;
	margin:auto auto;
	  
	background: url(images/shadow.png) repeat-y bottom left;
	display: block;
	zoom:1;
	clear: both;
	z-index: 5;
	 
}

* html #shadow
{
    display: inline-block;
}

#background
{	
	margin:auto auto;   
	position:relative;
}



#background { height:315px; padding: 0px; margin: 0; position: relative; display: inline; z-index: 5; width: 985px; }
html>body #background { height:auto; display: inline-block; }

#content
{
   
}

#content a {   }
#content a:hover {   }


 .references {
    color: #555;
    padding: 25px 20px; 
    font-size: 11px;
    font-family: Times New Roman, Serif; 
}


#divTOU h2, #divPrivacy h2 {}

div#breadcrumb { padding: 10px 0 5px 0; font-size: 10px; }
div#breadcrumb a:link { color:  #724539;}
div#breadcrumb a:visited { color:  #724539;}
div#breadcrumb a:hover { color:  #724539; text-decoration : underline;}

a.backtotop
{
    height: 15px;
	width: 100%;
	float: right;
	text-align: right;
	padding:  0px 20px 0px 0;
	margin: 10px 0 25px 0;
	background: #fff url(images/backtop.png) no-repeat right 0;
}
a.backtotop:hover{background: #fff url(images/backtop.png) no-repeat right -15px;}


/* ---------------------------------------- footer stuff ---------------------------------------- */

#footer
{
	color:#7a7a7a;
	font-size:11px;
	text-align:right;
	width:1005px;
	 
	margin:0 auto;
	background-image:url(images/wedge.png);
	background-repeat:no-repeat;
}

#footer #offset { padding:40px 30px 0 0; }

#footer a { font-weight:normal; color:#7a7a7a; padding:0 5px; }
#footer a:hover { text-decoration:underline; }

#footer #nav { margin-top:10px; }
#footer #copy { margin:10px 5px 10px 0; }

/* ---------------------------------------- homepage stuff ---------------------------------------- */

#homeform #rightcol
{
    padding: 15px 20px 10px 10px;
    width: 676px;
    float: right;
    display: inline;
}

#homeform #aKey8 {  border-bottom: dashed 2px #d6d8d8; padding: 5px 0 5px 30px;}
#homeform #aKey7 {  border-top: dashed 2px #d6d8d8; margin-top: 10px; padding: 6px 0 6px 30px;}

#aspnetForm #aKey8 {  border-bottom: dotted 2px #d6d8d8; padding: 6px 0 10px 30px; width: 190px;}
#aspnetForm #aKey7 {  border-top: dotted 2px #d6d8d8; margin-top: 10px; padding: 5px 0 6px 30px; width: 190px;}
 
#homeform #leftnav {    background: url("images/nav-bg-home.png") repeat-x scroll 0 0 transparent; min-height: 171px;     }
#homeform #background { background: transparent url("images/homepage.jpg") no-repeat 0 0; display: inline-block; width: 979px;}
#homeform #homepadder { height: 642px; }
 
 #homeform #HomeLeftCallouts  
 {
     float: left;
     display: inline;
     padding: 3px 0 0 15px;
    position: relative;
    top: 50px;
     
    width: 226px;
    text-align: left;}

/* ---------------------------------------- isi stuff ---------------------------------------- */

#isi
{
	text-align:left;
	 
	clear:both;
	 
}

#isi h1 { padding: 15px 0 0 0; color: #EF3E35;}
 
 

/* ---------------------------------------- forms stuff ---------------------------------------- */

 #divContactUs
{
	font-size: 10pt;
	 clear: both;
	 height: auto;
	 float: left;
	 margin-bottom: 20px;
}

#divContactUs h6
{
	font-weight: bold;
	margin: 0px;
	color: #002c77;
	font-size: 10pt;
}

#divContactUs ul
{
	clear: both;
}

#divContactUs ul li
{
	float: left;
	display: block;
	width: 210px;
	margin: 0px;
	padding: 0px;
}

div.form span.label
{
	float:left;
	width:470px;
}

div.form input { outline: 0px; }

div.form b.left { float:left; }

#formEnd
{
	clear:both;
	padding:40px 0 0 12px;
	width:400px;
	background-repeat:no-repeat;
}

div#cap
{
	padding-top:15px;
}

div.form input
{
	vertical-align:middle;
}

div.form label
{
	display:inline-block;
	vertical-align:middle;
	width:100%;
}

div.form .cbl li
{
	width: 100%;
}
div.form .cbl input
{
	float: left;
	margin: 4px 15px 15px 0;
	
}

div.form .cbl label
{
   
	width: 80%;
	
}

div.form label.nr
{
	padding-left:8px;
	width:212px;
}

div.form label.top
{
	vertical-align:top;
}

div.form label.long
{
	width:auto;
}

div.form .empty
{
	margin-left:223px;
}

div.form .rbl
{
	display:inline-block;
	height:21px;
}

div.form .rbl label
{
	width:auto;
	margin:0px 20px 0 5px;
	display:inline-block;
	
}

.rbl label, .cbl label
{   
	margin:0px 20px 0 5px;
	*margin-top: 3px;
	display:inline-block;}

div.form .txt, div.form .ddl, div#cap .txt, input.txt
{
	font-family:Arial, Helvetica, sans-serif;
	color:#1965AC;
	font-size:12px;
	vertical-align:middle;
	border:1px solid #aeb9b3;
	width:260px;
	padding:5px;
	font-size: 14px;
	font-family: Arial, Helvetica;
}

div.form li.invalidinput .txt, div.form li.invalidinput .ddl, div#cap li.invalidinput .txt, ul li.invalidinput .txt
{
	border: solid 1px #f00;   
	background-color: #FFF0F0;
}

 

div.form .ddl
{
	width:268px;
	padding:2px 2px 2px 0;
	padding:5px;
	font-size: 14px;
	outline: 0px;
}



div.form .txt:focus, div.form .ddl:focus, div#cap .txt:focus
{
	background:#e5eef6;
	border-color:#001d77;
}

div.form li.message { padding:20px 60px 0 0; }

div#cap .txt
{
	width:194px;
	padding:3px;
	display:block;
	margin:0 auto;
	text-align:center;
	font-size:18px;
}

div#cap .border
{
	border:1px solid #aeb9b3;
	display:inline-block;
	width:200px;
	height:50px;
	margin-bottom:10px;
}

div#cap .center
{
	width:200px;
	text-align:center;
}

.formbtn
{
	margin:15px 10px 15px 5px;
}

ul.form li, ul.cbl li { padding:5px 0; list-style-type: none; }

div.valsum { padding:5px 0 0 0; font-weight:bold; color: #f00; display: inline-block; position: relative;}
div.valsum ul { padding:10px 0; font-weight:normal; }
.valcap { line-height:30px; }
.validator {color: #f00;}

div.form { clear:both; }

#formButtons
{
    padding: 10px 50px 20px 0;
    min-height: 25px;   
}


/* Search box */
#divSearch
{
	position: absolute;
	top: 0px;
	right: 29px;
	display: inline;
}

#divSearch .txtSearchbox
{
	background-image: url("images/search-box.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 21px;
    outline: medium none;
    padding-left: 14px;
    padding: 3px 0 0 10px;
    margin: 0;
    width: 160px;
    float: left;
    position: relative;
	top: 0px;
	
}

#divSearch .btnSearch
{ 	
	background: url(images/search-button.png) no-repeat scroll 0 0px transparent;
	height: 24px;
	width: 30px;
	position: relative;
	top: 0px;
	display: inline-block;
}

#divSearch .btnSearch:hover
{ 
	 background: url(images/search-button.png) no-repeat scroll 0 -24px transparent;
}

* html #divSearch .txtSearchbox {
    position: relative;
    left: 3px;
}

/* ------------------------------------------------------------ site specific items ----------------------------------- */

 

.divCallout
{
   margin: 16px 0 25px 0;
   position: relative;
}
.divCallout .divCalloutHeader
{
    background: transparent url(images/callout-top.png) no-repeat 0 0;
    height: 15px;
}

.divCallout .divCalloutHeaderOn
{
    background: transparent url(images/callout-top.png) no-repeat -142px 0;
    height: 15px;
}

.divCallout .divCalloutBody
{
    background: transparent url(images/callout-bg.png) repeat-y 0 0;
    position: relative;
}

.divCallout .divCalloutBodyOn
{
    background: transparent url(images/callout-bg.png) repeat-y -142px 0px;
    position: relative;
}

.divCallout .divCalloutFooter
{
    background: transparent url(images/callout-bottom.png) no-repeat 0 0;
    height: 17px;
}

.divCallout .divCalloutFooterOn
{
    background: transparent url(images/callout-bottom.png) no-repeat -142px 0;
    height: 17px;
}

.divCallout h3
{
    margin: 0 14px 8px 14px;
    padding: 0 0px 5px 0px;
    color: #fff;
    font-size:16px;
   font-weight: bold;  
   border-bottom: solid 1px #fff; 
}

.divCallout h3 sup
{
    line-height: 0;
    bottom: 0;
    font-size: .8em;   
}
  
.divCallout p
{
    margin: 0;
    padding: 0px 12px 25px 12px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

.divCallout a:link, .divCallout a:visited
{
    background: transparent url(images/callout-link.png) no-repeat 0 0;
    height: 28px;
    width: 130px;
    display: block;
    text-align: right;
    padding: 10px 10px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    bottom: -28px;
}

 
.divCallout a:active
{
    color: #000;
}
 
 .divCallout a:hover
{
    color: #fff;
    text-decoration: underline;
}
 

