﻿/*General Reset and Webpage Settings*/


html
{
	text-align: center;
	height: 100%;
	background: url(../gfx/bg.jpg) repeat-x top center;
}
body
{
	font-size: 62.5%;
	position: relative;
	text-align: center;
	margin: 0px auto 0px;
	padding: 0px;
}
li li, li p, p, blockquote p
{
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address
{
	margin-bottom: 1em;
}
h1
{
	font-weight: bold;
	font-size: 2.5em;
	font-family: Trebuchet MS;
}
h2
{
	font-weight: bold;
	font-size: 1.2em;
	font-family: Trebuchet MS;
}
p
{
	font-size: 1.1em;
	line-height: 140%;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix
{
	display: inline-block;
}


/*Privacy Policy & Disclaimer Formatting*/
.text
{
	font-family: Trebuchet MS;}

.text h1
{
	font-weight: normal;
	font-size: 1.8em;
	color: #900027;
	margin: 15px 0px 10px 10px;
}
.text h2
{
	font-weight: normal;
	font-size: 1.4em;
		color: #900027;
	margin: 15px 0px 10px 20px;
}
.text p
{
	font-size: 1.2em;
	color: #000;
	line-height: 30px;
	margin: 0px 25px 10px 30px;
}

.text ul
{
	list-style-type: disc;
	margin-left: 50px;
}
.text ol
{
	list-style-type: decimal;
	margin-left: 55px;
}
.text li
{
	font-weight: normal;
	font-size: 1.2em;
	color: #000;
}


/* Footer Formatting */


.copy
{
	float: left;
	margin: 0px 0px 0px 10px;
}
.info
{
	float: right;
	margin: 0px 10px 0px 0px;
}


/* Drop Down Menu Settings */

.menuroot
{
	position: relative;
	z-index: 4;
}

.menusub
{
	display: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: -18px;
	list-style: none;
}

#menu li ul
{
	padding: 7px 0px 0px 0px;}

#menu li ul li
{
	background: #B9AC9D;
	width: 150px;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	float: left;
	clear: left;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: center;
}

#menu li ul li a
{
	text-indent: 0px;
	height: 25px;
		width: 150px;
	color: #EDEDED;
	text-decoration: none;
	line-height: 25px;
	display: block;
}

#menu li ul li a:hover
{
	text-decoration: underline;
}


/*End General Reset and Webpage Settings*/


#container
{
	width: 760px;
	margin: 10px auto 0px;
	position: relative;
	text-align: left;
	background: #F5F5F5;
	border-left: solid 2px #91877C;
	border-right: solid 2px #91877C;
	padding: 0px;
}

#header
{
	background: #B4A797;
	height: 105px;
}

#header h1
{
	width: 294px;
	height: 56px;
	float: left;
	margin: 25px 0px 0px 20px;
	display: block;
	background: url(../gfx/logo.jpg) no-repeat top left;
}

#header h1 a
{
	width: 294px;
	line-height: 56px;
	text-indent: -100000px;
	display: block;
}

#menu
{
	background: #B9AC9D;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 24px;
}

#menu ul
{
	margin: 0px auto;
	width: 580px;
	padding: 0px;
}

#menu li
{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 115px;
	font-family: Trebuchet MS;
	font-size: 1.6em;
	font-weight: bold;
	display: block;
	position: relative;
}

#menu li a
{
	width: 115px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#slideshow
{
	width: 760px;
	background: url(../gfx/slideshow.jpg) repeat-x top center;
	height: 183px;
	padding-top: 5px;
}

#wrapper
{
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

#footer
{
	background: #B0A496;
	border-bottom: solid 3px #950028;
	height: 22px;
	font-family: Trebuchet MS;
	width: 760px;
}

.slspfldetails {width:84%;float:left;border-left:dotted 1px #dcdcdc;padding-left:10px;min-height:140px;}

#profileheader, .slspfl
{
	margin-left: 10px;
	margin-right: 10px;}
