@charset "UTF-8";
/* CSS Document */

body {
	background: url(images/1px-bg.gif) repeat-x #000033;
        font-family: Helvetica, Arial, sans-serif; font-size: 1em;
}

#mainBody {
	width: 999px;
	border: 1px solid #fff;
	margin: 10px auto 10px auto;
	background: #FFF;
	border-style:none;
	text-decoration: none; border: 0px;
	a{border:none};
}

#banner {
	height: 142px;
	background: url(images/rv-banner.jpg) #FFF no-repeat;
}

#lowerBanner {
	background: url(images/bottom-banner.jpg) #fff no-repeat;
	height: 20px;
}

#content {
	background: #FFF;
	padding: 20px;
	margin: 0;
}

#navBar {
	padding: 0;
	margin: 0;
	height: 41px;
  }
  
#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	background: url(images/rv-nav-banner.gif) repeat-x;
	height:41px;
	}

#navBar li{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	font-size: 14px;
	font-weight: normal;
	text-transform: normal;
	
	}

#navBar li a {
	color: #FFFFFF;
	text-decoration: none;
	display:block;
	padding: 12px 25px 0px 25px;
	}

#navBar ul li a:hover {
	text-decoration: none;
	background: url(images/hover-bg.gif) repeat-x;
	color: #336699;
	height: 39px;
	}

#leftColumn {
	width: 250px;
	float: left;
	border-right: 1px solid #CCC;
}

#leftColumn h3 {
	color: #336699;
	padding: 0;
	margin: 0 0 10px 0;
}


#leftColumn ul li {
	font-size: 14px;	
	color: #336699;
}

#leftColumn p {
	font-size: 12px;
}

#rightColumn {
	padding: 0 0 0 10px;
	float: left;
	text-align: left;
	width: 690px;
	background-color: #FFF;
	font-size: 12px;
	border-width: 0;
}

#rightColumn h2 {
	color: #336699;
	font-size: 15px;
	text-align: left;
}


#rightColumn h1{
	color: #224488;
	font-size: 16px;
	text-align: left;
}


#rightColumn p {
	font-size: 12px;
}

#footer {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}
#bulletted {
	font-size: 10px;
	font-weight: normal;
}
#mainBody #content #rightColumn div p {
	text-align: left;

}
#mainBody #content #rightColumn div table tr td p {
	text-align: left;
}
#mainBody #content #rightColumn div table tr td table {
	font-family: Arial, Helvetica, sans-serif;
}

#slideshow_nav {
	margin:0;
	padding:0;
	position:absolute;
	list-style:none;
	bottom:10px;
	right:10px;
	z-index:6;
}
#slideshow_nav li {
	background-color:#fff;
	font-weight:bold;
	display:inline-block;
	*display:inline; /* FOR IE */
	width:33px;
	height:33px;
	background:url(../images/index/cleardot8.png) 0 0 no-repeat;
}
#slideshow_nav li:hover{
	background-position:0 -33px;	
}
#slideshow_nav li.active {
	background-position:0 -67px;	
}
#slideshow_nav a {
	text-decoration:none;	
}
#slide_cont {
	height:165px;
	width:999px;
	position:relative;	
}

h3 a { font-size: 1.4em; text-decoration: none; color: #333; }

#subnav { padding: 10px 10px 120px 10px; clear: both; margin: 0 auto; text-align: center;}
#subnav ul li a { 
    display: block; 
    padding: 8px 15px 8px 25px; 
    background-color: #999; 
    width: 125px; 
    float: left; 
    height: 30px; 
    margin: 8px 15px; 
    font-size: 14px;
    text-align: center;
    color: #fff; 
    text-shadow: 0.1em 0.1em 0.2em black; 
    text-decoration: none; -moz-border-radius: 5px; border-radius: 5px; -moz-box-shadow: 5px 5px 5px #888; -webkit-box-shadow: 5px 5px 5px #888; 
    box-shadow: 5px 5px 5px #888;}
#subnav ul li a:hover { text-decoration: underline; }
#subnav ul li { list-style-type: none; }
#subnav ul { padding: 0; margin: 0; }
#banner { height: auto; }
