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


* {
	margin:0px;
	padding:0px;
	xborder: none;
}

body {
	color: #003300; 
	font-size:85%;
	line-height:1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-image:url(images/bg.gif);
	background-position:center;
	margin:60px;
}

table {
	margin:auto; /* fix needed for firefox3 after setting margin to 0 */
}

table, td, input, select, textarea, button { 
	font-size:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1 {
	color:#006600;
	font-size:1.4em;
	font-weight:normal;
	border-bottom:1px dotted #006600;
	PADDING-BOTTOM:0.2em;
	margin-bottom:0.4em;	
}

h2 {
	color:#006600;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.4em;	
}

h3 {
	color:#CC3300;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;	
}

p {
	padding-bottom:0.8em;
}

ul {
	margin-left:2em;
	padding-bottom:0.8em;
}

li {
	padding-bottom:0.4em;
}

hr {
	height:0px;
	border-top:1px solid #393;
	background:#393;
	padding:0px;
	margin:0px auto;
	width:50%;
}

a:link, a:visited, a:active {
	color:#009900;
	text-decoration:underline;
}

a:hover {
	color:#CC3300;
}

#container {
	margin:auto;
	width:720px;
}

#header {
	background-image:url(images/headerbg.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:70px;
}

#menu {
	background-image:url(images/menubg.gif);
	background-repeat:repeat;
	background-position:top left;
	text-align:center;
	padding: .3em 0;
}

#menu img {
	padding:5px 10px;
	vertical-align:middle;
}

#menu a:link, #menu a:visited, #menu a:active {
	color:#fff;
	text-decoration:none;
	font-size:1.1em;
}

#menu a:hover {
	color:#CC3300;
}

#inner {
	background-color:#F8FCF8;
	background-image:url(images/bottombg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

#innercontent {
	margin:40px;
	margin-top:0px;
	margin-bottom:0px;
	padding:20px;
	padding-top:20px;
	padding-bottom:100px;
}

#footer {
	background-image:url(images/footerbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:30px;
	color:#fff;
	text-align:center;
	font-size:0.7em;
	line-height:normal;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	color:#CC3300;
}

.pimage {
	padding-left:0.5em;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0.5em;
	/*clear:both;*/
}

.golfclubdiv {
clear:both;
margin-bottom:30px;
}

.costtable {
width:100%;
border-left:1px solid #333;
border-right:1px solid #333;
border-top:3px solid #393;
border-bottom:3px solid #393;
}

.costtable thead td {
color:#fff;
background:#66CC33;
padding:3px 5px;
font-weight:bold;
}

.costtable td {
border-bottom:1px solid #333;
padding:1px 5px;
}

.costtable .costcol {
width: 80px;
background:#f3fff3;
border-left:1px solid #72D043;
text-align:right;
padding-right:5px;
}


blockquote {
font-size:0.9em;
padding:0px;
padding-left:20px;


}

#portfolio img {
	border:0px;
}
#portfolio td {
	padding:5px;	
}