/*
                 Site:  www.visitrenotahoe.com
          Site Design:  Twelve Horses
                  URL:  http://web.twelvehorses.com
   Designer+Developer:  Tim Miley
	 

  -GLOBALS
============================================================= */
@media screen {
html {
	font-size: 100%;
	text-align: center;
  	}  
body {
	margin: 0;
	text-align: left;
	background: #1f467b url('../images/bck_main.jpg') repeat-x top left;
	}		
fieldset {
	margin: 0;
	padding:0;
	border: none;
	}		
legend {
	display: none;
	}	
img {
	border: none;	
	}
p {
	margin: 0 0 .8em 0;	
	}
ul {
	font-size: 13px;
	}
#content ul, #greybox ul {
	padding: 0!important;
	margin: 0;
	}
#content ul li, #greybox ul li {
	background: url('../images/li_grey.gif') no-repeat 0px 2px;
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0;
	}
u {
	text-decoration: none;
	}	
center {
	text-align: left;
	}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong {
	font-weight: normal;
	}
hr {
	display: none;
	margin: 0;
	padding: 0;	
	}

/*
input, textarea, select, .input {
	border-wdth: 3px;
	border-color: #FFF;
	border: 3px solid #fff;
	background: #FFF url('../images/bck_form.jpg') repeat-x top left;
	font-size: 15px;
	color: #45484e;
	margin: 1px;
	padding: 2px 0;		
	}	
input:hover, textarea:hover, input:focus, textarea:focus, textarea:active,  select:focus, select:active {
	border: 3px solid #446ba2;
	color: #000;
	background: #FFF;
	}
*/	


#form_error_box {
	border: 3px double #C00;
	color: #C00;
	text-align: center;
	padding: 10px 5px;
	margin: 5px;	
	}

/*  -TYPOGRAPHY
============================================================= */

body, font {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}	
h1 {
	margin: 0 0 3px 0;
	font-size: 35px;
	color: #39567e;
	line-height: 1em;
	font-weight: normal;
	}
h1 p, h1 h2, h1 h3, h1 h4, h1 strong {
	margin: 0;
	font-weight: normal;
	}
u {
	text-decoration: none;
	}
#sidebar_home h2, #sidebar h2, #content_home h3{
	font: bold 15px Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	margin: 0 0 .6em 0;
	}	
#content a, #content_home a, #content a:visited, #content_home a:visited, #video a {
	text-decoration: none;
	color: #090;
	}
#content a:hover, #content_home a:hover, #video a:hover {
	text-decoration: underline;
	color: #090;
	}
#content ul {
	padding-left: 1.5em;
	margin-bottom: 5px;
	}
a {
	text-decoration: none;
	}
	
/*  -CLASSES
============================================================= */
.red {
	color: #990000;
	font-weight: bold;
	}
.float_r {
	float: right;
	clear: both;
	position: relative;
	}
.float_l {
	float: left;
	clear: both;
	}
	
.bluetxt {
	color: #2a508a;
	}
.alt_input input, .alt_input select {
border-style: 1px;	
	}
.emp_hdr {
  width: 100%;
  margin: 10px 0 10px 0;
  padding: 0 0 0 6px;
  line-height: 20px;
  border-bottom: 1px solid #666;
  font-weight: bold;
	}
.emp_hdr_status {
  position: relative;
  float: right;
  display: inline; 
  font-weight: bold;
  width: 78px;
  text-align: center;
	}
.emp_hdr_status_INCOMPLETE {
  color: #ff0000;
  padding: 0 2px 2px 2px; 
  height: 18px;
  width: 78px;
	}
.emp_hdr_status_COMPLETE {
  color: #090;
  padding: 0 2px 2px 2px;
  height: 18px;
  width: 78px;
	}

/*==================
   DUAL COLUMNS
================= */

.columnl, .columnr  {
	width: 300px;
	margin-top: 10px;
	}
.columnl {
	float: left;
	padding-right: 5px;
	}
.columnr {
	float: right;
	padding-left: 5px;
	}	
	
/*==================
   BUTTONS
================= */	

.btn_blue {
	background: url('../images/btn_blue_whitebck.gif') no-repeat 0px 2px;
	width: 87px;
	height: 31px;
	color: #FFF;
	border: none;
	font-size: 14px;
	margin: 0;
	cursor: pointer;
	}
.btn_blue:hover {
	background: url('../images/btn_blue_whitebck.gif') no-repeat right 2px;
	color: #FFF;
	border: none;
	font-size: 14px;
	cursor: pointer;	
	}
	

.btn_book {
	background: url('../images/btn_book.jpg') no-repeat 0px 2px;
	width: 107px;
	height: 36px;
	color: #FFF;
	border: none;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;	
	margin: 5px 0 0 0;
	cursor: pointer;
	}
.btn_book:hover {
	background: url('../images/btn_book.jpg') no-repeat right 2px;
	color: #FFF;
	border: none;
	font-size: 12px;
	cursor: pointer;	
	}
	
	
.side_input {
	width: 160px;
	}		
.lg_text {
	font-size: 30px;
	font-weight: bold;
	line-height: 90%;
	}
.ul_right {
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: right;
	list-style: none;	
	}	
.ul_right li a {
	border-bottom: none !important;
	}
.ul_right li a:hover {
	border-bottom: none !important;
	text-decoration: underline;
	}
	
	
.tab_content {
	padding: 10px;
	}
.sideblock {
	margin: 5px 0 10px 0;
	}


/*==================
  -SIDBAR RSS
================= */
.rss_one {
	line-height: 1em;
	}
.rss_one span {
	margin-right: 10px;
	}

/*  -MAIN DIVS
============================================================= */
#bck_top {
	background: url('../images/bck_detail.jpg') no-repeat top center;
	position: relative;
	z-index: 1099;
	width: 100%;
	}	

#wrapper {	
	width: 1004px;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
	}
#wrapper_top {
	background: url('../images/base_top.png') no-repeat bottom center;	
	width: 1004px;
	height: 40px;
	}
#wrapper_main {
	background: url(../images/base_mid.png) repeat-y top center;
	margin: 0 auto;
	padding: 0 24px;
	}

#wrapper_bottom {
	background: url('../images/base_bottom.png') no-repeat top center;
	width: 1004px;
	height: 46px;
	}
#content_wrapper {
	padding: 10px 20px 20px 20px;
	background: url('../images/bck_paper.jpg') repeat;
	width: 914px;
	margin: 0 auto;
	overflow: auto;	
	}


/*  -MAIN NAV
==================== */

#nav {
	background: #292d32 url('../images/nav_bck.gif') repeat-x top left;
	border-top: 1px solid #FFF;
	height: 50px;
	}	
#nav ul {
	margin: 0;
	padding: 0;
	width: 700px;
	float: left;
	}	
#nav li {
	float: left;
	color: #FFF;
	list-style: none;
	text-indent: -9999px;
	background-repeat: no-repeat;	
	}
#nav li a {
	display: block;	
	color: #FFF;
	font: bold 14px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	height: 50px;
	}
	
	
#nav_vrt a{
	background: url('../images/nav.jpg')  0px 0px;
	width: 163px;
	}
#nav_mp a{
	background: url('../images/nav.jpg')  537px 0px;
	width: 171px;
	}
#nav_ts a{
	background: url('../images/nav.jpg')  366px 0px;
	width: 142px;
	}
#nav_nr a{
	background: url('../images/nav.jpg')  224px 0px;
	width: 119px;
	}
#nav_as a{
	background: url('../images/nav.jpg')  105px 0px;
	width: 105px;
	}



#nav_vrt a:hover{
	background: url('../images/nav.jpg')  0px 100px;
	width: 163px;
	}
#nav_mp a:hover {
	background: url('../images/nav.jpg')  537px 100px;
	width: 171px;
	}
#nav_ts a:hover {
	background: url('../images/nav.jpg')  366px 100px;
	width: 142px;
	}
#nav_nr a:hover {
	background: url('../images/nav.jpg')  224px 100px;
	width: 119px;
	}
#nav_as a:hover {
	background: url('../images/nav.jpg')  105px 100px;
	width: 105px;
	}



#nav_vrt a:active {
	background: url('../images/nav.jpg')  0px 50px;
	width: 163px;
	}
#nav_mp a:active {
	background: url('../images/nav.jpg')  537px 50px;
	width: 171px;
	}
#nav_ts a:active {
	background: url('../images/nav.jpg')  366px 50px;
	width: 142px;
	}
#nav_nr a:active {
	background: url('../images/nav.jpg')  224px 50px;
	width: 119px;
	}
#nav_as a:active {
	background: url('../images/nav.jpg')  105px 50px;
	width: 105px;
	}


	
#nav fieldset {
	float: left;
	width: 250px;
	height: 40px;
	background: url('../images/nav_search.jpg') top left;
	position: relative;	
	}
#nav input {
	border: none;
	background: none;
	text-transform: uppercase;
	font-size: 14px;	
	position: absolute;
	}
#nav_search {
	margin-left: 15px;
	top: 14px;
	}
#nav_submit {
	width: 59px;
	height: 31px;
	right: 10px;
	top: 6px;	
	}

/*  -FOOTER
============================================================= */
#bck_bottom {
	background: url('../images/bck_bottom.jpg') no-repeat top center;
	position: relative;
	height: 290px;
	margin-bottom: -270px;
	width: 100%;
	bottom: 170px;
	z-index: -1;	
	}	
#footer_wrapper {
	background: url('../images/bck_footer.png') repeat-x top left;
	color:#CCC;
	margin: 20px auto 0 auto;
	padding: 30px 0;
	position: relative;
	z-index: 99;
	}	
#footer_wrapper a {
	color: #EAEAEA;
	text-decoration: underline;
	}
#footer_wrapper ul li, #footer_wrapper a:hover, #footer_wrapper a:active {
	color: #FFF;
	text-decoration: none;
	}	
#footer_links li {
	display: inline;	
	color: #FFF;
	font-weight: bold;
	margin-right: 10px;
	}
#footer {
	width: 900px;
	margin: 0 auto;
	overflow: auto;
	}
#ft_left {
	width: 300px;
	float: left;
	}
#ft_right {
	width: 600px;
	float: left;
	color: #FFF;
	margin-top: 10px;
	}
	
	
#footer_wrapper h2 {
	background: url('../images/rscva_logo_white.gif') no-repeat top left;
	text-indent: -9999px;
	margin-top: 0;
	}
#footer_wrapper h2 a {
	display: block;
	width: 200px;
	height: 64px;
	}
	

#ft_btn {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
	float: left;
	}
#ft_btn li {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 0;
	}
#ft_btn a {
	display: block;
	background: url('../images/footer_btn.png') no-repeat top left;
	width: 164px;
	height: 28px;
	padding-top: 5px;
	text-decoration: none;
	color:#CCC;
	}
#footer h3 {
	width: 120px;
	color: #FFF;
	font-size: 12px;
	text-transform: uppercase;
	text-align: right;
	float: left;
	margin: 1px 20px 0 0;
	}
#ft_right div {
	margin: 0 0 10px 0;
	clear: both;
	}
#ft_right p {
	padding: 10px 0;
	clear: both;
	}
	
	
#ft_right ul {
	padding: 0;
	margin: 0;
	}
#ft_right li {
	display: inline;
	margin: 0 2px;
	}
#social_links {
	overflow: auto;
	margin: 0;
	padding: 0;

	}
#social_links li {
	margin: 0 7px 0 0;
	float: left;
	background-position: center;
	background-repeat: no-repeat;
	}

#social_links a {
	background-position: top;
	width: 44px;
	height: 44px;
	padding: 0;
	text-indent: -9999px;
	display: block;
	}
	
#social_links a:hover {	background-position: bottom;	}
#ss_news a {	background: url('../images/social_email.gif');	}
#ss_rss a{	background: url('../images/social_rss.gif');	}
#ss_mysp a{	background: url('../images/social_myspace.gif');	}
#ss_linkd a{ background: url('../images/social_linkedin.gif');	}
#ss_flickr a{ background: url('../images/social_flickr.gif');	}
#utube a { background: url('../images/social_youtube.gif');	}
#fcbk a {	background: url('../images/social_facebook.gif');	}

	
/*  -LOGO/ TOP NAV
============================================================= */

#rscva {
	margin: 0;
	text-indent: -9999px;
	position: absolute;
	left: 45px;
	top: 13px;
	}
#rscva a {
	display: block;
	background: url('../images/logo.gif') no-repeat top center;
	width:267px;
	height: 93px;
	}
	
	
/*  -WEATHER
============================================================= */


#weather_wrapper {	
	position: absolute;
	right: 25px;
	top: -4px;
	}
#weather_img_reno {
  background: url('../images/weather/weather_sunny.png') no-repeat top right;
  display: block;
  width: 470px;
  height: 114px;
	}
#weather_img_tahoe {
  background: url('../images/weather/weather_sunny.png') no-repeat top right;
  display: none;
  width: 470px;
  height: 114px;
	}
.weather_info h2, #weather_info p, .weather_info ul {
	margin: 0;
	}
.weather_info {
	padding-top: 12px;
	}
.weather_info ul {
	clear: both;
	padding: 8px 0 5px 0;
	list-style: none;
	font-size: 12px;
	}	
.weather_info li {
	display: inline;
	padding-right: 6px;
	}
.weather_info li a {
	padding-left: 10px;
		}
.weather_info a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	position: relative;
	}
.weather_info li a:hover, .w_on {
	color: #083e8e !important;
	background: url('../images/w_active.gif') no-repeat center left;
	}	
.weather_info  a:hover {
	color: #083e8e !important;
	}
.weather_degree {	
	font: bold 45px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-align: right;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 85px;
	}
.weather_degree_shadow {	
	font: bold 45px Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0;
	text-align: right;
	position: absolute;
	right: 84px;
	top: 16px;
	}	
.weather_info {
	width: 150px;
	float: right;
	margin-top: 8px;	
	}
.weather_desc {
	background: url('../images/weather_degrees_f.gif') no-repeat  3px 0px;
	width: 14px;
	height: 44px;
	text-indent: -9999px;
	position: relative;
	right: -70px;
	}


/*  - MISC
============================================================= */


#wrapper_top, #wrapper_bottom, #weather_wrapper {	-moz-user-select: none;	}
:focus { -moz-outline-style: none;	}
*::-moz-selection {background:#39567e; color:#FFF;	}
}

	
/*  -CONTENT GREYBOX
============================================================= */

#greybox {
	background: url(../images/grey_box_base.gif) repeat-y top left;
	margin: 10px 0;
	}	
#greybox_t {
	background: url('../images/grey_box_top.gif') no-repeat top left;
	width: 295px;
	height: 9px;
	}
#greybox_mid {
	background: url('../images/grey_box_mid.gif') no-repeat top left;
	width: 295px;
	position: relative;
	}
#greybox_b {
	background: url('../images/grey_box_btm.gif') no-repeat bottom left;
	width: 295px;
	height: 13px;
	}
#greybox h3 {
	text-align: center;
	color: #FFF;
	text-indent: 10px;
	margin-top: 5px;
	}
#greybox ul{
	margin: 0 10px 10px 50px;
	padding: 0;
	list-style: none;
	}

#greybox li a, #greybox a {
 	color: #FFF !important;
	position: relative;
	}
#phone {
	background: url('../images/pda.png') no-repeat top left;
	width: 90px;
	height: 102px;
	position: absolute;
	top: -33px;
	left: -5px;
	}
#balloon {
	background: url('../images/balloon.png') no-repeat top left;
	width: 90px;
	height: 116px;
	position: absolute;
	top: -30px;
	left: -20px;
	}
#pdf {
	background: url('../images/pdf.png') no-repeat top left;
	width: 65px;
	height: 102px;
	position: absolute;
	top: -30px;
	left: -15px;
	}	

#vp {
	background: url('../images/visitor_guide.png') no-repeat top left;
	width: 94px;
	height: 94px;
	position: absolute;
	top: -30px;
	left: -20px;
	}	
