/*
Title: 
Description:	Global styles and page build
Author: Christine Harcinske / Twelve Horses
Last Updated:	
*/



/*****************************************************************************
RESETS
*****************************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

fieldset, img { 
	border: 0;
}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	
ol, ul {
	list-style: none;
}
	
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
}
	
caption, th {
	text-align: left;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}

:focus {
	-moz-outline-style:none
}

/*****************************************************************************
GLOBAL STYLES
*****************************************************************************/

html {
	font-size: 100%;
	text-align: center;
}

body {
	margin: 0;
	text-align: left;
	background: #281a00 url('http://www.visitrenotahoe.com/images/save911/woodbg.jpg') top left repeat-x;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #fff;
}


/* TYPOGRAPHY
----------------------------------------------------------------------*/

p {
  margin: 0 0 24px 0;
}

a, a:link, a:visited {
  color: #ac9d6b;
	text-decoration: underline;
}

a:hover, a:visited:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

ul {
  margin: 10px 0 20px 20px;
	list-style: disc;
}

li {
  padding: 0 0 6px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
	color: #febd00;
}

h1 {
  font-size: 30px;
	line-height: 36px;
	margin: 10px 0;
}

h2 {
  font-size: 24px;
	line-height: 28px;
	margin: 10px 0;
}

h3 {
  font-size: 20px;
	line-height: 22px;
	margin: 10px 0;
}

h4 {
  font-size: 20px;
	line-height: 22px;
	margin: 10px 0 0 0;
}


::-moz-selection { 
  background: #4a0000; 
	color: #fff;
}

::selection { 
  background: #4a0000;
	color: #fff;
}



/* FORM STYLES
----------------------------------------------------------------------*/

input {
}


/* GENERAL STYLES
----------------------------------------------------------------------*/

blockquote {
  margin: 0;
  padding: 0 30px;
	font-style: italic;
}

/*****************************************************************************
SITE BUILD
*****************************************************************************/

#wrapper {
  width: 900px;
	margin: 0 auto;
}

#logo {
  width: 249px;
	height: 141px;
	display: block;
	background: url('http://www.visitrenotahoe.com/images/save911/logo.gif') top left no-repeat;
}

#content {
  margin: 20px 0 0 0;
	overflow: hidden;
	border-top: 4px solid #000;
}

#left {
  float: left;
	width: 580px;
	margin: 0 20px 0 0;
}
#right {
  float: left;
	width: 300px;
	margin: 0;
}

#form td {
  padding: 6px 2px;
	vertical-align: top;
}

#footer {
	margin: 0 auto;
	clear: both;
	background: url('http://www.visitrenotahoe.com/images/save911/footer.jpg') no-repeat top center; 
	width: 100%;
	height:350px;
}
