*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

html, body{
	height: 100%;
}

body
{
	font: 0.9375em Verdana, Arial sans-serif;
	background: #ffdbc5 url(../images/bg.jpg) top left repeat-x;
	text-align: center;
}

a img
{
	border: 0;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	font-size: 1.3333em;
	font-weight: 400;
	margin-bottom: 10px;
	padding-top: 10px;
	
}


h3{
	margin-bottom: 10px;
}

p /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
}

table, td{
	border: 1px solid #f2a451;
}

#footer_container p
{
	color: #faaf5a;
	padding-top: 10px;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

#nav ul{
	list-style: none;
}

#nav li a/* NAVIGATION STYLE */
{
	color: #fff;
	font: 1.3333em Verdana, Arial, sans-serif;
	display: block;
	width: 231px;
	height: 38px;
	background-image: url(../images/nav_sprite.gif);
	background-position: 0 -40px;
	margin-bottom: 0;
	padding-left: 30px;
	padding-top: 2px;
}

#nav li a:hover {
	color: #fff;
	background-position: 0 0;
}

#content li{
	padding-left: 15px;
}

#footer_container ul{
	padding-top: 10px;
	float: right;
	display: inline;
	list-style: none;
}

#footer_container li{
	float: left;
}

.footer_padding{
	padding-left: 20px;
}

/* LAYOUT DIVS *************************/

#container
{
	background: url(../images/header.jpg) top left no-repeat;
	width: 1100px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	text-align: left;
}

#top{
	float: left;
	padding-top: 115px;
	width: 1030px;
}

#header
{
	width: 420px;
	text-indent: -9999px;
}

#header a{
	float: left;
	width: 420px;
	height: 170px;
}


#slider{
	float: right;
	width: 571px;
}

#nav
{
	display: inline;
	float: left;
	margin: 10px 30px 10px 50px;
	width: 261px;
	height: 100%;
}

#content
{
	float: right;
	line-height: 135%;
	padding-right: 85px;
	padding-bottom: 10px;
	height: auto;
	width: 660px;
}

#content img{
	margin-left: 10px;
	margin-bottom: 10px;
}

#content li{
	margin-bottom: 10px;
}



#sidebar
{
	float: right;
	width: 35%;
	height: auto;
}

#footer
{
	background: #000;
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	width: 100%;
	text-align: left;
	padding-bottom: 2px;
}
	#footer_container{
		margin: 0 auto;
		padding-right: 85px;
		padding-left: 60px;
		width: 960px;
	}

	#footer span{
		color: #faaf5a;
	}

#footer, .push{
	height: 40px;
}

/* LINK STYLES *************************/

a
{
	text-decoration: none;
	color: #000;
}

a:visited
{
	text-decoration: none;
	color: #000;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	color: #fff;
	text-decoration: none;
}

#content .no_underline{
	text-decoration: none;
}

#content .no_underline img{
	margin-left: 0;
}

#footer a, #footer a:visited, #footer a:hover{
	color: #fff;
	text-decoration: none;
}

/* FORM **/

fieldset{
	border: 0;
}

label
{
	display: block;
	padding: 10px 0 5px 0;
}

input[type=text]
{
	width: 50%;
	padding: 3px;
}

textarea
{
	display: block;
	width: 50%;
	padding: 3px;
	height: 100px;
	font: 1em Arial, Helvetica, sans-serif;
}

input[type=submit]{
	margin: 5px 0;
}