/* STRUCTURE and LAYOUT */

body {
	color: #171717;
}

.wrap {
	margin: 0 auto;
	width: 960px;
}

#header {
	background: url(../images/css/header_bg.jpg) repeat-x 0 0;
	height: 130px;
	width: 100%;
	z-index: 100;
}

#masthead {
	height: 130px;
	width: 960px;
}

#subheader {
	background: url(../images/css/subheader_bg.jpg) repeat-x 0 0;
	height: 115px;
	width: 100%;
}

#subheader-flash {
	background: url(../images/css/subheader_bg.jpg) repeat-x 0 0;
	height: 325px;
	padding: 15px 0 0 0;
	width: 100%;
}

#flashcontainer {
	background: url(../images/css/flash_bg.jpg) no-repeat 0 0;
	border: 15px solid #fff;
	height: 280px;
	width: 910px;
}

#pagetitle {
	background: url(../images/css/flash_bg.jpg) no-repeat 0 0;
	height: 80px;
	padding: 35px 0 0 10px;
	width: 950px;	
}

#content {
	padding: 30px 0 0 0;
}

#callouts {
	background: url(../images/css/divider.jpg) no-repeat bottom center;
	margin: 0 0 25px 0;
	padding: 0 0 50px 0;
}

#callouts, #columns {
	width: 960px;
}

.callout {
	padding: 0 10px;
	width: 300px;
}

#left-col {
	width: 620px;
}

#right-col, .photo {
	width: 300px;
}

#left-col, #right-col, .photo {
	padding: 0 10px;
}

.frame {
	background-color: #669900;
	padding: 15px;
	width: 270px;
}

#right-col .frame {
	margin: 0 0 25px 0;
}

.photo .frame {
	margin: 0 0 10px 0;
}

#gallery {
	width: 960px;
}

#footer {
	background: url(../images/css/divider.jpg) no-repeat center top;
	margin: 10px 0 35px 0;
	padding: 35px 0 0 0;
	text-align: center;
	width: 960px;
}

/* POSITIONING */

.wrap, #header, #masthead, #subheader-flash, #subheader, #flashcontainer, #pagetitle, #content, #callouts, .callout, #columns, #left-col, #right-col, .frame, #gallery, #footer, .photo {
	position: relative;
}

h1.logo, ul#sitenav li ul {
	position: absolute;
}

/* FLOATS and CLEARING FLOATS */

.clear {
	display: inline-block;
}
	
.clear:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

.left, ul#sitenav li, ul#footernav li {
	float: left;
}

.right, ul#sitenav {
	float: right;
}

/* MASTHEAD */

h1.logo {
	background: url(../images/css/h1_logo.png) no-repeat 0 0;
	display: block;
	height: 101px;
	left: 10px;
	text-indent: -9999px;
	top: 15px;
	width: 220px;
}

h1.logo a {
	display: block;
	height: 100%;
	width: 100%;
}

ul#sitenav {
	margin: 40px 10px 0 0;
}

ul#sitenav li a, ul#sitenav li a:visited {
	border-left: 1px solid #171717;
	color: #171717;
	display: block;
	font: 11px Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
}

ul#sitenav li a:hover, ul#sitenav li a:active {
	background-color: #171717;
	color: #669900;
}

/* DROP DOWN MENUS */	
	
ul#sitenav li ul {
	background: url(../images/css/dropdown_bg.png);
	height: auto;
	left: -999em;
	padding: 0 10px;
	top: 93px;
	width: 200px;
	z-index: 100;
}

ul#sitenav li li {
	border-top: 1px solid #fff;
	display: inline-block;
	height: auto;
	margin: 0;
	width: 198px;
}

ul#sitenav li li:first-child {
	border-top: none;
}

ul#sitenav li li a, ul#sitenav li li a:visited {
	border-left: none;
	color: #fff;
	font-size: 11px;
	padding: 15px 10px;
	text-transform: capitalize;
}

ul#sitenav li li a:hover, ul#sitenav li li a:active {
	background: none;
	text-decoration: none;
	color: #669900;
}	

ul#sitenav li:hover ul, ul#sitenav li li:hover ul, ul#sitenav li li li:hover ul, ul#sitenav li.sfhover ul, ul#sitenav li li.sfhover ul, ul#sitenav li li li.sfhover ul {
	left: auto;
}

/* CONTENT */

h2.title {
	color: #fff;
	font: 40px Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
}

#content p {
	font: 12px/20px Georgia, Times, "Times New Roman", serif;
	margin: 0 0 25px 0;
}

#content h2.golf, #content h2.simulator, #content h2.news {
	color: #669900;
	font: 32px Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px 0;
	padding: 5px 0 5px 40px;
}

#content h2.golf {
	background: url(../images/css/h2_golf.gif) no-repeat left center;
}

#content h2.simulator {
	background: url(../images/css/h2_simulator.gif) no-repeat left center;
}

#content h2.news {
	background: url(../images/css/h2_news.gif) no-repeat left center;
}

a.learn, a.read {
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 110px;
}

a.learn {
	background: url(../images/css/a_learn.png) no-repeat 0 0;
}

a.read {
	background: url(../images/css/a_read.png) no-repeat 0 0;
}

a.learn:hover, a.read:hover {
	background-position: 0 -25px;
}

#content h3 {
	font: 30px/40px Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

#content h4 {
	font: 26px/36px Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#content h6 {
	font: 17px/27px Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	margin: 0 0 25px 0;
}

.frame img {
	border: 1px solid #fff;
}

/* FOOTER */

ul#footernav {
	margin: 0 0 30px 0;
}

ul#footernav li {
	border-left: 1px solid #002d62;
}

ul#footernav li:first-child {
	border-left: none;
}

ul#footernav li a, ul#footernav li a:visited {
	color: #002d62;
	display: block;
	font: 11px Georgia, Times, "Times New Roman", serif;
	padding: 3px 5px;
	text-decoration: underline;
	text-transform: lowercase;
}

ul#footernav li a:hover, ul#footernav li a:active {
	text-decoration: none;
}

#footer p {
	color: #002d62;
	font: 11px/17px Georgia, Times, "Times New Roman", serif;
}

#footer p a, #footer p a:visited {
	color: #002d62;
	text-decoration: underline;
}

#footer p a:hover, #footer p a:active {
	text-decoration: none;
}








#admin_pagination a, #admin_pagination a:visited {
	color: #002d62;
	font: 11px Georgia, Times, "Times New Roman", serif;
	padding: 3px 5px;
	text-decoration: underline;
	text-transform: lowercase;
}

#admin_pagination a:hover, #admin_pagination a:active {
	text-decoration: none;
}

/*malisa*/
input {
border: 1px solid #7f9db9;
}

input.validate-text-error {
	border: 1px solid #FF0000;
}

input.validate-email-error {
	border: 1px solid #FF0000;
}

