@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for TailgateStation.net                 */
/* Last Updated: 12.31.09 by Cory Perry                               */
/*--------------------------------------------------------------------*/

/* For Links styling - refer to links.css file------*/
/* For Form styling - refer to forms.css file-------*/
/* For Navigation styling - refer to nav.css file---*/



/* Base Reset.css to reset all default browser styles-----------------*/

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, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*--// end reset.css--------------------------------------------------*/

body {
	background: #FFF url(/2010/images/header_bg.jpg) repeat-x;
	color: #000;
	font-family: "Lucida Grande", Tahoma, sans-serif;
	font-size: 12px;
}

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

span.bold {
	font-weight: bold;
}
span.header {
	font-weight: bold;
	text-transform: uppercase;
}

span.search {
	color: #9BCB4F;
}

/* headers-------------------------------------*/
h1 {font-size: 2.0em;}
h2 {font-size: 1.7em;}
h3 {font-size: 1.4em;}

#content #right-content h1.main-header {
	font-size: 22px;
	font-weight: normal;
	color: #FF0000;
	border-bottom: 1px solid #666666;
	margin: 0 12px 0 12px;
	padding-top: 30px;
}
#content #right-content h2.sub-header {
	font-size: 17px;
	font-weight: normal;
	color: #FF0000;
	border-bottom: 1px solid #666666;
	margin: 10px 12px 6px 12px;
}

#content #left-content h2.sub-header {
	font-size: 19px;
	font-weight: normal;
	color: #666666;
	margin: 25px 0 6px 0;
	border-bottom: 1px solid #FF0000;
	width: 100%;
}

#footer h3.footer-head {
	font-size: 14px;
	font-weight: bold;
	color: #9BACB5;
	margin: 8px 0 0 0;
}

#tier-signups .signup h2.signup-head {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 5px 0;
	color: #441D18;
}

/* main layout IDs (framework)-----------------*/
#header {
	width: 850px;
	height: 130px;
	position: relative;
}

#wrapper {
	width: 850px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#main-slideshow {
	/*width: 850px;*/
	height: auto;
	overflow: auto;
	background: #FB3D3D url(/2010/images/slideshow_bg.jpg) bottom center repeat-x;
	margin: 0 auto;
	padding: 6px 6px;
}
#main-slideshow .slider {
	float: left;
	background: #FFF;
	width: 411px;
	height: 274px;
}
#main-slideshow .slider#left {
	margin-left: 4px;}
	
#main-slideshow .slider#right {
	margin-left: 9px;}
	
#content {
	width: 850px;
	height: auto;
	min-height: 390px;
	overflow: auto;
	position: relative;
}
#header #main-nav {
	position: absolute;
	top: 20px;
	right: 10px;
}
#footer {
	height: 35px;
	width: 100%;
	background: url(/2010/images/footer_bg.jpg) bottom center repeat-x;
	border-top: 1px solid #441D18;
}
#footer p {
	margin: 10px 0 0 6px;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}

/* main right side content ---------------------*/
#content #right-content {
	width: 560px;
	min-height: 300px;
	margin: 10px 0 0px 290px;
	background: #fff url(/2010/images/content_bg.jpg) no-repeat top center;
}

#content #right-content img.banner {
	margin: 20px 0 15px 30px;
}
#content #right-content p {
	margin: 12px 25px 12px 15px;
	line-height: 18px;
}

#content #right-content ul {
	margin: 10px 0 10px 30px;
}

#content #right-content ul.amenities {
	list-style: none;
	font-size: 15px;
	margin: 0 0 6px 0;
}
#content #right-content ul.amenities li {
	margin: 0 0 6px 0;
	color: #666666;
}

#content #right-content a.learn {
	display: block;
	text-indent: -9999px;
	width: 202px;
	height: 48px;
	background: url(/2010/images/button_learnmore.jpg) no-repeat top center;
}
#content #right-content a.learn:hover {
	display: block;
	text-indent: -9999px;
	width: 202px;
	height: 48px;
	background: url(/2010/images/button_learnmore_over.jpg) no-repeat top center;
}
#content #right-content a.siteplan {
	display: block;
	text-indent: -9999px;
	width: 202px;
	height: 48px;
	margin-top: 15px;
	margin-left: 210px;
	background: url(/2010/images/button_siteplan.jpg) no-repeat top center;
}
#content #right-content a.siteplan:hover {
	text-indent: -9999px;
	width: 202px;
	height: 48px;
	background: url(/2010/images/button_siteplan_over.jpg) no-repeat top center;
}
#content #right-content img.finance {
	float: left;
	margin: 0 10px 15px 0;
	padding: 2px 2px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
#content #right-content img.realty {
	float: left;
	margin: 0 10px 15px 0;
	padding: 2px 2px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
#content #right-content img.plan {
	float: left;
	margin: 0 10px 15px 0;
	padding: 2px 2px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}
#content #right-content img.reader {
	float: left;
	margin: 0 10px 15px 0;
	padding: 2px 2px;
	background: #f5f5f5;
	border: 1px solid #ccc;
}

/* content tables */
#content #right-content table {
	width: 92%;
	margin: 12px 25px 12px 15px;
}
#content #right-content table tr.form {
	margin: 0 0 8px 0;
}


/* comments/tesimonials */
#content #right-content .commentbox {
	background-color: #ececec;
	width: 500px;
	padding: 10px;
	margin: 12px 25px 0 15px; 
}
#content #right-content .commentbox p {
	font-style: italic;
}
#content #right-content .commentfooter {
	background: url(/2010/images/arrow.gif) 30px 0 no-repeat;
	padding-left: 58px;
	padding-top: 1px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #FF0000;
}

/* interior sidebar styling --------------------*/
#content #left-content {
	float: left;
	width: 275px;
	height: auto;
	overflow: auto;
}

#base-sidebar {
}

#base-sidebar .logo {
	width: 90px;
	height: 62px;
	float: left;
	margin: 0 8px 10px 0;
}
#base-sidebar p.title {
	font-size: 15px;
	color: #FF0000;
	line-height: 18px;
	margin: 10px 12px 0 0;
}
#base-sidebar p {
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin: 0 12px 4px 0;
}
#base-sidebar ul {
	list-style: none;
	margin: 15px 12px 10px 13px;
	font-size: 14px;
}
#base-sidebar ul li {
	margin: 0 0 5px 0;
}
#base-sidebar #video {
	width: 265px;
	height: 199px;
	padding: 3px 3px;
	background: #ccc;
	margin: 17px 0 15px 0;
}


