@charset "utf-8";
/* CSS Document */

body, ol, ul, li {
	padding:0;
	margin:0;
}
body {
	background-image:url(images/paper_bkgd.png);
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
#wrapper {
	padding-top:45px;
	margin:0 auto;
	height:100%;
	width:800px;	
}
#header {
	height:120px;
	width:100%;
	background-color:#313131;
	position:relative;
}
#header .logo {
	padding:30px 0px 0px 30px;
}
#header .abbyinset {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/abby_inset.jpg);
	width:156px;
	height:100%;
}
#header .btnBenefit {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url(images/homepage_horseshow_button.jpg);
	width:117px;
	height:100%;
}
#nav {
	height:30px;
	width:720px;
	padding:15px 40px 0px;
	background-image:url(images/nav-bkgd.jpg);
}
#nav ul {
	list-style-type:none;
}
#nav ul li {
	float:left;
	display:block;
	height:30px;
	margin-left:35px;
	color:#fff;
	font-size:13px;
}
#nav ul li a {
	display:block;
	height:30px;
}
#nav ul .active {
	background-image:url(images/nav_pointer.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#nav ul .home {
	background-image:url(images/home_nav_pointer.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#nav a:link, #nav a:visited {
	color:#fff;
	text-decoration:none;
}
#nav a:hover, #nav a:active {
	color:#ffc423;
	/*background-image:url(images/nav_pointer.png);
	background-repeat:no-repeat;
	background-position:bottom center;*/
}
#nav ul .first {
	list-style-image:none;
	list-style-type:none;
	margin-left:0px;
}
#featured {
	height:296px;
	width:100%;
	background-image:url(images/home_featured.jpg);
	background-repeat:no-repeat;
}
#feat_content {
	margin-left:420px;
	padding-top:60px;
	width:300px;
}
#feat_content p {
	color:#fff;
}
#pgtitle {
	height:47px;
	width:720px;
	background-image:url(images/pgtitle_bkgd.jpg);
	background-color:#a59073;
	color:#fff;
	font-size:26px;
	font-weight:bold;
	padding:25px 40px 0px;
}
#subnav {
	height:18px;
	width:720px;
	background-image:url(images/subnav-bkgd.jpg);
	background-color:#fff;
	padding:30px 40px 0px;
}
#subnav ul {
	/*list-style-image:url(images/subnav_bullet.png);*/
	list-style-type:none;
}
#subnav ul li {
	float:left;
	margin-left:15px;
}
#subnav ul .first {
	list-style-image:none;
	list-style-type:none;
	margin-left:0px;
}
#subnav ul .active {
	font-weight:bold;
}
#subnav a:link, #subnav a:visited {
	color:#000;
	text-decoration:none;
}
#subnav a:hover, #subnav a:active {
	color:#47aa42;
	text-decoration:underline;
}
#home_container {
	height:100%;
	width:720px;;
	background-image:url(images/home_content_bkgd.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	padding:80px 40px 10px;
	position:relative;
}
#container {
	height:100%;
	width:720px;;
	background-color:#fff;
	padding:20px 40px 10px;
}
#home_content {
	height:100%;
	width:550px;	
}
#home_content ol, #home_content ul {
	list-style-type:none;
	float:left;
}
#home_content ol li {
	color:#47aa42;
	font-weight:bold;
}
#home_content .second {
	margin-left:30px;
}
#home_content ul li {
	color:#000;	
}
#home_content ul li {
	font-weight:normal;
	color:#4c4c4c;
	display:block;
	line-height:25px;
	height:25px;
	width:240px;
	border-bottom:thin #ffc324 solid;
}
#home_content a:link, #home_content a:visited {
	color:#4c4c4c;
	text-decoration:none;
}
#home_content a:hover, #home_content a:active {
	color:#47aa42;
	text-decoration:none;
}
#content {
	height:100%;
	width:500px;
}
#home_sidebar {
	position:absolute;
	bottom:0px;
	right:0px;
	width:242px;
	height:198px;
	background-image:url(images/home_brochure.jpg);
}
#sidebar {
	float:right;
	height:100%;
	width:180px;
	padding-left:20px;
}
#sidebar ul {
	list-style-type:none;
}
#sidebar ul li {
	color:#4c4c4c;
	font-size:12px;
	display:block;
	line-height:25px;
	height:25px;
	width:180px;
	border-bottom:thin #d1d2c6 solid;
}
#sidebar li a {
	display:block;
	width:100%;
	height:100%;
}
#sidebar a:link, #sidebar a:visited {
	color:#4c4c4c;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:active {
	color:#000;
	text-decoration:none;
}
#footer {
	width:100%;
	height:24px;
	background-color:#a59073;
	text-align:center;
	font-size:11px;
	color:#fff;
	padding-top:8px;
}
#footer a:link, #footer a:visited {
	color:#fff;
	text-decoration:none;
}
#footer a:hover, #footer a:active {
	color:#000;
	text-decoration:underline;
}
td a:link, td a:visited {
	color:#4c4c4c;
	text-decoration:none;
}
td a:hover, td a:active {
	color:#47aa42;
	text-decoration:none;
}
#rights {
	font-size:11px;
	color:#777;
	padding-top:10px;
	text-align:center;
}
h1 {
	font-size:16px;
	color:#454545;
}
h2 {
	font-size:14px;
	color:#454545;
	font-weight:normal;
	margin-left:10px;
	line-height:20px;
}
h2.logo {
	background-image:url(images/golf_logo_tilt.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
#home_spacer {
	clear:both;
	height:60px;
}
#spacer {
	clear:both;
	height:40px;
}
