* {
	margin:					0;
	padding:				0;
	text-decoration: 		none;
}


body.home
{
	color:					#666;
	background-color:		#dcd8db;
	font-family: 			helvetica, arial, sans-serif;
	font-size: 				11px;
	line-height:			1.2em;
	text-align:				center;
}


body.home a
{
	color:					#016649;
	text-decoration:		none;
}

body.home a:hover
{
	color:					#acacac;
	text-decoration:		none;
}


/* === layout === */

body.home div#pagecontainer
{
	width:					800px;
	margin:					0 auto;
	text-align:				left;
	background:				#dcd8db;
}

body.home div#flash
{
	width:					799px;
	margin:					0 auto;
}

body.home div#content
{
	width:					800px;
	margin:					0;
	background:				#e1dfe0 url(/img/home_bg.jpg) no-repeat bottom left;;
}

body.home div.lftbox
{
	width:					475px;
	float:					left;
	padding:				20px 40px 20px 60px;
	text-align:				left;
}

body.home div.smlbox
{

	float:					left;
	padding:				0 60px 0 20px;
	text-align:				left;
	border-left:			1px solid #7f7f7e;
	margin:					15px 0;
}

#hero {
	height: 543px;
	position: relative;
	background: url('/img/home_hero3.jpg') no-repeat;
}

.clearBoth {
	clear:					both;
}


/* === elements === */

ul.horznav
{
	width:					740px;
	padding:				5px 0 5px 60px;
	list-style-type:		none;
	background:				#e1dfde; 
}

ul.horznav li
{
	display:				inline;
	padding:				5px 30px 5px 0;
}

ul.horznav li a
{

	color:					#016649;
	text-decoration:		none;
}

ul.horznav li a:hover
{
	color:					#acacac;
	text-decoration:		none;
}

.leadtxt
{
	font-size:				14px;
	line-height:			1.2em;
	margin-bottom:			10px;
}

ul.iconlist
{
	list-style-type:		none;
}

ul.iconlist li
{
	padding:				0 0 5px 0;
}

ul.iconlist img
{
	display:				inline;
	vertical-align:			bottom;
	padding:				0 5px 1px 0;
	border:					0;
}

p.homelarge
{
	font-size:				1.1em;
	line-height:			1.2em;
}



#footer {
    width: 770px;
	margin:	15px auto;
    padding: 0 15px;
}


#footer div a {
    font-weight: normal;
    text-decoration: none;
    color: #b2b2b2;
}

#footer #privacy {
    float: left;
	display:inline;
	font-size:10px;
	color:  #666666;
	margin-right:15px;
}


#footer #addy {
    float: left;
	color:  #666666;
	font-size:10px;
}

#footer #addy a, #footer #addy a:hover {
	color:  #666666;
}

#footer #addy a:hover	{
	text-decoration:underline;
}


#footer #credit {
    float: right;
	font-size:10px;
	color:  #666666;
}

#footer #credit a, #footer #credit a:hover {
	color:  #666666;
}

#footer #credit a:hover	{
	text-decoration:underline;
}


/*
-------- MY CLUB ------------*/

.myClubHomeTout {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 188px;
	padding: 10px;
	background: #85b993;
	border: 1px solid #04664d;
	color: #fff;
}

.myClubHomeTout h3 {font-family: Georgia, Serif;font-size:19px;font-weight: normal;margin:.2em 0 .5em;}
.myClubHomeTout p {font-size: 13px;padding-right: 35px;line-height:1.2em;margin-bottom: .5em;}
.myClubHomeTout img {border: 0;}


 


