/*****************************
seco - savewater styles
*****************************/
*
{
	margin:0;
	padding:0;
}

body
{
	background:#f9f8ca;
}

/*****************************
font styles
*****************************/
p
{
	font-family:Arial, Helvetica, Sans Serif;
	font-size:11px;
	font-style:normal;
	line-height:12px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#000;
}

.p2
{
	font-family:Arial, Helvetica, Sans Serif;
	font-size:10px;
	font-style:normal;
	line-height:11px;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	text-align:center;
	color:#fff;
}

h1
{
	font-family:Arial, Helvetica, Sans Serif;
	font-size:20px;
	font-style:normal;
	line-height:21px;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#000;
	padding-bottom:5px;
}

h2
{
	font-family:Arial, Helvetica, Sans Serif;
	font-size:16px;
	font-style:normal;
	line-height:17px;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#000;
	padding-bottom:5px;
}

h3
{
	font-family:Arial, Helvetica, Sans Serif;
	font-size:14px;
	font-style:normal;
	line-height:15px;
	font-weight:bold;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	color:#000;
	padding-bottom:5px;
}

/*****************************
link styles
*****************************/
#right_content a
{
	float:left;
}

#right_content a:hover
{
	float:right;
}

/****************************
wrapper
****************************/
#container
{
	width:841px;
	height:580px;
	background:#fff;
	position:relative;
	top:0;
	left:0;
}

/*****************************
top container
*****************************/

#top_container
{
	width:841px;
	height:105px;
	background:#f9f8ca;
}

#logo_holder
{
	width:432px;
	height:101px;
	float:left;
}

#affiliate_holder
{
	width:239px;
	height:57px;
	float:right;
	margin:20px 0 0 0;
}

/*******************************
next container
*******************************/
#content_holder
{
	width:841px;
	height:390px;
	background:#f9f8ca;
	margin:10px 0 10px 0;
	position:absolute;
	top:95px;
	left:0;
	border-top:20px solid #1b331b;
	border-left:20px solid #1b331b;
	border-right:20px solid #1b331b;
}
/******************************
left content styles
******************************/
#left_content
{
	width:576px;
	height:390px;
	position:absolute;
	top:0;
	left:0;
	overflow:auto;
}

#faq_holder
{
	width:555px;
	float:left;
}

#faq_holder p, h1, h2, h3
{
	margin:0 0 0 10px;
}

/**********************
right content styles
**********************/
#right_content
{
	width:260px;
	height:390px;
	position:absolute;
	top:0;
	left:581px;
}

#right_content ul
{
	display:block;
	margin:5px 0 0 0;
}

#right_content li
{
	width:100%;
	list-style-type:none;
	float:left;
}

.spacing
{
	margin:20px 0 0 0;
}
/********************************
video_holder
********************************/
#video_holder
{
	width:425px;
	height:355px;
	margin:5px 0 0 0;
}

/*******************************
gallery_holder
*******************************/
#gallery_holder
{
	width:555px;
}

#gallery_holder ul
{
	display:inline;
}

#gallery_holder li
{
	list-style-type:none;
	float:left;
	margin:5px;
}

/*******************************
location holder styles
*******************************/
#location_holder
{
	width:841px;
	height:110px;
	position:absolute;
	top:515px;
	left:0;
	background:#005826;
	padding:10px 0 0 0;
	border:20px solid #1b331b;
}

#location_holder ul
{
	display:inline;
}

#location_holder li
{
	list-style-type:none;
	float:left;
}

#location_box
{
	width:140px;
	height:90px;
	border-right:1px solid #fff;
}

#location_box2
{
	width:135px;
	height:90px;
}

#location_box h3
{
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
}

#location_box2 h3
{
	color:#fff;
	text-align:center;
	margin:0;
	padding:0;
}

/****************************
footer container styles
****************************/
#footer_container
{
	width:881px;
	height:75px;
	background:url(../images/footer.jpg);
	position:absolute;
	top:645px;
	left:0;
}

#footer_container p
{
	color:#fff;
	text-align:center;
	margin:20px 0 0 0;
}


