@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for TigerRVPark.com                     */
/* Last Updated: 05.23.08 by Cory Perry                               */
/*--------------------------------------------------------------------*/

html, body, div, span,
applet, 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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	background: #FF6600 url(../images/body_bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #353434;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
}

/* spans---------------------------------------*/

/* headers-------------------------------------*/
h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

/* images--------------------------------------*/


/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 1000px;
	height: auto;
	background: #FFF;
	position: relative;
	margin: 0 auto 20px auto;
	border: 1px solid #353434;
}

#header {
	width: 1000px;
	height: 116px;
	background: url(../images/header_bg.jpg) no-repeat top left;
	position: relative;
}

/* main nav styling-----------------------------*/
#nav {
position: absolute;
bottom: 60px;
right: 10px;
}

#nav ul {
	list-style: none;
	display: inline;
}

#nav li {
	margin: 0 10px 0 10px;
	display: inline;
	font-size: 16px;
	font-weight: bold;
}

#nav a:link {color: #FF6600; text-decoration: none;}
#nav a:visited {color: #FF6600; text-decoration: none;}
#nav a:hover {color: #353434; text-decoration: none;}
#nav a:active {color: #353434; text-decoration: none;}

/* main content styling-----------------------------------*/
#content {
	width: 1000px;
	height: auto;
	background: #FFF url(../images/content_bg.jpg) repeat-y;
	position: relative;
}
	#content #topbanner {
		width: 745px;
		height: 331px;
		background: url(../images/banner_bg.jpg) no-repeat top left;
		margin-top: -2px;
		padding: 5px 5px;
	}
	
	#content #topbanner h3.headline {
		font-size: 17px;
		line-height: 20px;
		color: #FFF;
		width: 292px;
		margin-top: 40px;
	}
	#content #topbanner h4.headline {
		font-size: 14px;
		line-height: 17px;
		color: #FFF;
		width: 292px;
		margin-top: 15px;
	}
	
	#content #topbanner #slideshow {
		width: 426px;
		height: 320px;
		float: right;
		margin-right: 10px;
	}
	
	/* learn more button */
	#content #topbanner #button {
		width: 153px;
		height: 38px;
		margin: 25px 0 0 0;
	}
	#content #topbanner #button a {
		display: block;
		height: 38px;
		width: 153px;
		background: url(../images/button_learn.jpg) no-repeat top left;
		text-indent: -9999px;
	}
	#content #topbanner #button a:hover {
		background: url(../images/button_learn_over.jpg) no-repeat top left;
	}
	
	#content #contentinner {
		width: 725px;
		height: auto;
		padding: 10px 10px;
		}
	
	#content #contentinner h3.header {
		font-size: 23px;
		color: #931E93;
		margin-bottom: 10px;
	}
	#content #contentinner h4.subheader {
		font-size: 16px;
		color: #931E93;
		margin-bottom: 10px;
	}
	
	#content #contentinner ul {
		margin: 0 0 12px 30px;
	}
	#content #contentinner li {
		margin: 0 0 4px 0;
		line-height: 17px;
	}
	
	#content #contentinner p {
		margin: 0 0 12px 0;
		line-height: 17px;
	}
	#content #contentinner p img.logo {
		float: left;
		margin: 0 15px 10px 0;
		border: 1px solid #FF6600;
	}
	#content #contentinner p.notice {
		background: #FFFF99;
		padding: 10px 10px;
		font-weight: bold;
	}
	#content #contentinner p.notice span.prize {
		font-size: 15px;
		color: #6600CC;
	}
	
	/* index page plans */
	#plansdiv {
		margin: 15px 0 15px 0;
	}
	
	#plansdiv img {
		border: 1px solid #FF6600;
		margin: 0 15px 0 15px;
	}
	
	
	#content #contentinner p.question {
		margin: 0 0 5px 0;
		font-size: 15px;
		font-weight: bold;
		color: #FF6600;
	}
/* sidebar styling--------------------------------------------*/

#content #sidebar {
	width: 255px;
	height: auto;
	position: absolute;
	top: 0px;
	right: 0px;
}

#content #sidebar img {
	border-top: 1px solid #353434;
	border-bottom: 1px solid #353434;
	margin-bottom: 3px;
}
	

#contentfooter {
	width: 1000px;
	height: 18px;
	background: url(../images/content_foot.jpg) no-repeat top left;
}

/* footer styling-------------------------------------------*/
#footer {
	width: 745px;
	height: auto;
}

#footernav {
	margin: 10px 0 0 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #FF6600;
}

#footernav ul {
	list-style: none;
	display: inline;
}

#footernav li {
	margin: 0 10px 0 10px;
	display: inline;
	font-size: 11px;
}

#footernav a:link {color: #FF6600; text-decoration: none;}
#footernav a:visited {color: #FF6600; text-decoration: none;}
#footernav a:hover {color: #353434; text-decoration: none;}
#footernav a:active {color: #353434; text-decoration: none;}

#footer p {
	font-size: 10px;
	color: #353434;
	margin: 2px 0 5px 10px;
}

/* survey form--------------------------------------------*/

.surveyForm div.row {
	margin: 15px 0 15px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

.surveyForm span.formlabel {
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 4px;
}

.surveyForm input {
	margin-top: 3px;
}
.surveyForm input.address {
	margin-top: 3px;
	width: 450px;
}

.surveyForm select {
	border: 1px solid #353434;
	margin-top: 3px;
}

.surveyForm textarea {
	border: 1px solid #353434;
	margin-top: 3px;
}