/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

span {
	display: none;
}


a {
	color: #c90;
	text-decoration: none;
}

a:hover {
	color: #cccc99;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	font: 11px/150% Georgia, serif;
	background-color: #000;
}

body {
	display: block;
	position: relative;
	width: 740px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
}


#wrapper { 
	margin: 0 auto;
	width: 740px;
	text-align: left;
}

#header {
	display: block;
	position: relative;
	width: 740px;
	/*float: left;*/
	padding: 0;
	margin: 0;
	text-align: left;
}

#header.home {
	height: 217px;
	background: url(../images/home-header-bkgd.jpg) no-repeat;
}

#header.sub {
	height: 98px;
}

#header img.logo {
	position: absolute;
	top: 25px;
	left: 290px;
}

#header.home p {
	position: absolute;
	top: 115px;
	left: 150px;
	width: 440px;
	height: 80px;
	color: #908775;
	text-align: center;
	line-height: 21px;
}
/* @end */


ul#nav-main {
	display: block;
	position: relative;
	width: 740px;
	height: 29px; 
}

ul#nav-main li {
	display: inline;
	position: relative;
	float: left; 
	height: 29px;
}

ul#nav-main li a {
	display: block;
	position: relative;
	height: 29px; 
	background: url(../images/nav.gif) no-repeat left top; 
}

ul#nav-main li#home a {
	width: 98px;
	background-position: left top;
}

ul#nav-main li#home a:hover {
	background-position: left -29px; 
}

ul#nav-main li#canyon-river-golf a {
	width: 108px;
	background-position: -98px top; 
}

ul#nav-main li#canyon-river-golf a:hover {
	background-position: -98px -29px; 
}

ul#nav-main li#real-estate a {
	width: 108px;
	background-position: -206px top; 
}

ul#nav-main li#real-estate a:hover {
	background-position: -206px -29px; 
}

ul#nav-main li#news-updates a {
	width: 108px;
	background-position: -314px top; 
}

ul#nav-main li#news-updates a:hover {
	background-position: -314px -29px; 
}

ul#nav-main li#photo-gallery a {
	width: 108px;
	background-position: -422px top; 
}

ul#nav-main li#photo-gallery a:hover {
	background-position: -422px -29px; 
}

ul#nav-main li#location a {
	width: 108px;
	background-position: -530px top; 
}

ul#nav-main li#location a:hover {
	background-position: -530px -29px; 
}

ul#nav-main li#contact a {
	width: 102px;
	background-position: -638px top; 
}

ul#nav-main li#contact a:hover {
	background-position: -638px -29px; 
}

#content-main {
	clear: all;
	background: url(../images/grad-lines.gif) no-repeat;
	min-height:360px;
	width: 740px;
	
}

#content-main #left-col {
	display:inline;
	padding: 64px 0px 0px 0px;
	width:196px;
	float:left;
	margin: 0px;
	background: url(../images/left-col-bkgd.jpg) no-repeat top 1px;
	min-height:360px;

}

#content-main #left-col p {
	/*padding: 0 15px 0 15px;*/

}

#content-main #left-col h1{
	font-size: 10px;
	font-weight: bold;
	margin: -43px 0px 29px 10px;
	text-transform: uppercase;
	color: #000;
	text-align: center;
}

#content-main #left-col ul  {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#content-main #left-col ul li {
	background-image: url(../images/nav_arrow.gif);
	padding: 3px 0px 3px 25px;
	margin: 0px 0px 0px 1px;
	border-bottom: 1px solid #5c5350;
	background-repeat: no-repeat;
	background-position: 0 .4em;
}


#content-main #center-col {
	display:inline;
	border-left:1px solid #5c5350;
	border-right:1px solid #5c5350;
	border-bottom:1px solid #5c5350;
	padding: 64px 0px 0px 0px;
	width: 346px;
	float: left;
	margin: 0px;
	background: #1c1918 url(../images/center-col-bkgd.jpg) no-repeat;
	min-height: 360px;
}

#content-main #center-col h1{
	font-size: 18px;
	font-weight: normal;
	margin: -45px 0px 29px 10px;
}

#content-main #center-col h2{
	font-size: 13px;
	font-weight: normal;
	margin: 0px 10px 10px 10px;
	color: #C90;
}

#content-main #center-col p {
	margin: 0px 10px 10px 10px;
}

#content-main #center-col ul  {
	list-style-type: none;
	padding: 0;
	margin: 0px 10px 10px 0px;
}

#content-main #center-col ul li {
	background-image: url(../images/nav_arrow.gif);
	padding: 3px 0px 3px 25px;
	margin: 0px 0px 0px 1px;
	background-repeat: no-repeat;
	background-position: 0 .4em;
}



#content-main #right-col {
	display:inline;
	padding: 64px 0px 0px 0px;
	width: 196px;
	float: right;
	margin: 0px;
	background: url(../images/right-col-bkgd.jpg) no-repeat;
	min-height: 360px;

}


#content-main #right-col img.golf_digest {
	position: absolute;
	top: 145px;
	left: 595px;
}

#content-main #right-col img.golf_ball {
	position: absolute;
	top: 155px;
	left: 597px;
}

#content-main #right-col img.golf_bag {
	position: absolute;
	top: 155px;
	left: 570px;
}

#content-main #right-col img.eyeing_put {
	position: absolute;
	top: 150px;
	left: 605px;
}

#center-col-finish {
	clear: left;
	width: 740px;
	height: 50px;
	background: url(../images/center-col-finish.gif) no-repeat;
}


#footer {
	clear: all;
	display: block;
	position: relative;
	margin-right:auto;
	margin-left:auto;
	margin-bottom: 60px;
	width: 760px;
	font: 10px/150% Georgia, serif;
	background: url(../images/) no-repeat;
	text-align: center;
	color: #fff;
}

#footer p {
}

/* @group Form Rules */

form {
	display: inline;
	position: relative;
	width: 325px;
	float: left;
	margin: 14px 15px 20px 15px;
	padding-bottom: 10px;
}

form fieldset {
	display: block;
	border: none;
}

form legend {
	display: none;
}

form dl {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
}

form dt {
	display: inline;
	float: left;
	width: 120px;
	margin: 5px 0 5px 0;
	text-align: left;
}

form dd {
	display: inline;
	float: left;
	margin: 5px 0 5px 0;
	width: 180px;
	text-align: left;
	background-image: none;
	padding: 0;
}

form input, form textarea {
	display: block;
	width: 180px;
}

form input.medium, select {
	width: 150px;
}

form input.short {
	display: block;
	width: 50px;
}

form input.checkbox {
	display: block;
	float: left;
	width: 12px;
	margin-right: 3px;
}

form dd input.go-button {
	display: block;
	margin-left: 140px;
	width: 52px;
	height: 22px;
}

/* @end */


#flashcontent {}

.floatleft {
	float: left;
	padding: 0px 10px 10px 10px;
}

.floatright {
	float: right;
	padding: 0px 10px 10px 10px;
}

hr {
	border: 0;
	width: 100%;
	/*background: url(../images/dash.gif) repeat-x right top;*/
	background-color: #5c5350;
	height: 1px;
	margin-top: 8px;
	margin-bottom: 10px;
}

.note {
	color: #CC9;
	font-size: 10px;
}
