body {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: .9125em;
	color: #666666;
	background-color: #f2f8fb;
	width: 100%;
	background-image: url('../../images/sky_bg.jpg'); 
	background-repeat: no-repeat;
	background-attachment: fixed;

}
#container {
	position: relative;
	display: block;
	margin-left: 80px;
}
#home_btn {
	background: url('../../images/home_btn.jpg') no-repeat 0 0;
	position: fixed;
	width: 250px;
	height: 75px;
	bottom: 0px;
	left: 20px;
}
#home_btn:hover {
	background: url('../../images/home_btn.jpg') no-repeat 0px -75px;
}
#home_btn h3 {
	text-indent: -9999px;
}

/* bottom fade graphic
-------------------------------------------*/
#bottom {
	background: url('../../images/bottom_graphic.png') repeat-x 0 0;
	bottom: 0px;
	position: fixed;
	height: 130px;
	width: 100%;
	z-index: 6000;
}

/* main nav
-------------------------------------------*/
ul#main_nav {
	background-color: #4a7699;
}

ul#main_nav li {
	font-size: 90%;
	font-weight: normal;
	display: block;
	padding: none;
	margin: none;
}
ul#main_nav li:hover, ul#main_nav li#donate:hover {
	background-color: #63b44a; 
}
ul#main_nav li a {
	color: #ffffff;
	display: block;
	padding: .5em .5em .5em 1.5em;	

}
ul#main_nav li#donate {
	background-color: #2d5074;
}
#left_column ul#main_nav li#logo, #left_column ul#main_nav li#logo:hover {
	border: none;
	background-color: #4a7699;
	padding: 0em;
}


/* columns - shared attributes
-------------------------------------------*/
#left_column p a, #right_column p a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/* left column
-------------------------------------------*/
#left_column {
	position: fixed;
	float: left;
	width: 300px;
}

#left_column ul li {
	border-top: 1px dotted #ffffff;
}
h1.title {
	background: url('../../images/golf_logo.jpg') no-repeat center;
	text-align: center;
	height: 150px;
	text-indent: -3000px;
}
#left_column a {
	border-bottom: none;
}

/* right column
-------------------------------------------*/
#right_column {
	padding-left: 380px;
    padding-top: 0em;
	padding-bottom: 3em;
	width: 600px;
}

/* content area entries */
ul#content_area li {
	width: auto;
}
.entry {
	width: 600px;
	padding: 2em 3em 4em 2em;
	/*testing*/
	background-color: #ffffff;
	min-height: 700px;
	height: auto;
	display: block;;
	position:relative;
}

hr.spacer {
	width: 100%;
	/*padding: 20em 0em;
	border: 0em;
	testing*/
	height: 40em;
	visibility: hidden;
}

/* overview section classes
-------------------------------------------*/
ul#overview li h3 {
	padding-top: .75em;
}

/* beneficiaries section classes
-------------------------------------------*/
ul.organization_logos {
	padding-top: 1em;
}
.organization_logos li {
	padding: 0em .25em;
	margin: 1em 1em 2em 0em;
	display: block;
	float: left;
	border-right: 1px solid #e1e1e1;
	text-align: center;
	position: relative;
}
.organization_logos li.last {
	border-right: none;
}
ul.organization_logos li img {
	margin: 0em;
}
#org1, #org2, #org3, #org4 {
	padding-top: 1em;
}
/* sponsor section classes
-------------------------------------------*/
#right_column ul.sponsor_list {
	overflow: hidden;
}
#right_column ul.sponsor_list li {
	float: left;
	display: block;
 	border-top: 1px solid #CCC;
 	padding: .5em 0em 0em .5em;
}

/* map section classes
-------------------------------------------*/
#map {
	height: auto;
	width: 300px;
	overflow: hidden;
	padding: 0em .5em 1em 0em;
}
#map_section h2 {
	padding-bottom: .75em;
}
#map_section p {
}
#map_section img {
	padding-right: 1em;
	float: left;
}

/* contact section classes
-------------------------------------------*/
.contact {
	padding: 0em 2em;
}
.contact p, .contact h5 {
	padding: 0em;
}

/* universal classes
-------------------------------------------*/
.shadow {
	/*shadow */
	-webkit-box-shadow: 9px 9px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: 9px 0px 12px rgba(0,0,0,0.05);
	box-shadow: 9px 0px 12px rgba(0,0,0,0.05);
}
.spec { 
	text-transform: uppercase;
	font-size: 55%;
	letter-spacing: .2em;
	display: block;
	font-weight: bold;
	color: #406d71;
}
.highlight {
	color: #777777;
}
.strong, #right_column .strong a {
	font-weight: bold;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}

#right_column p a.strong {
	font-style: normal;
}


/* master text styles 
-------------------------------------------*/
h1 {
	font-size: 2em;
	/*text-shadow: 0px 0px 6px rgba(115,119,134,.25);*/
}
h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	color: #62bd19;
	padding-top: 1em;
}
h3 {
	font-size: 1.125em;
	padding-top: .75em;
	line-height: 1.325em;
	color: #777777;
}
h4 {
	font-size: 1em;
	padding-top: 1.25em;
	font-weight: bold;
}
h5  {
	font-size: .875em;
}
h5, h5 a {
	color: #888888;
}
h2, h3, h4, h5 {
	padding-bottom: .375em;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
}
#left_column, .spec, .strong, #right_column p a.strong, #right_column p a.greenlight {
	border-bottom: none;
	font-style: normal;
}
p {
	font-size: .925em;
	line-height: 1.5em;
	padding: .25em 0em .5em 0em;
}
h1 a, a#entry1, a#entry2, a#entry3, a#entry4, a#entry5, a#entry6, a#entry7  {
	font-weight: normal;
	font-style: normal;
    border-bottom: none;
}
a {
	cursor: pointer;
	color: #777777;
	border-bottom: 1px dotted #cccccc;
}

h4 a, h5 a,  p a {
	color: #406d71;
	border-bottom: none;
}
p a:hover, h3 a:hover, h3:hover span.highlight, h5 a:hover {
	color: #62bd19;
}
p a:hover, h3 a:hover, h5 a:hover {
	border-bottom: 1px dotted #62bd19;
}


.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; 
}
img {
	padding: 0em .5em 1em 0em;
	border: none;
	display: block;
}
