<head>
/************************************************************************
	Filename: riverchase.css
	Purpose: Affect the content format of Little Elm Golf Classic
	Created by: Cliff Murphy
	Modified by: Cliff Murphy
	Created: 05-10-08
	Last Modified: 05-10-08
 ************************************************************************/
 
/************************************************************************
 *																Global	*
 ************************************************************************/
html * { padding: 0; margin: 0; }


body {
	background: #738D61;
	margin: 0px 0px 0px 0px;
	font-family: Arial,Verdana, Helvetica, sans-serif ! important;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	height: 100%;
}

/************************************************************************
 *															Wrappers	*
 ************************************************************************/

#wrapper {
	height: 100%;
	border: 0px solid red;
}

#centerwrapper {
	margin-left: auto; 
	margin-right: auto;
	min-height: 500px;
	height: 600px; 
	width: 760px;
	margin: 0px auto;
	top: 0px;
	border: 0px solid red;
}

#footerwrapper {
	width: 100%;
	height: 23px;
	text-align: center;
	color: #35090F;
	border: 1px solid green;
}

/************************************************************************
 *														Defined Areas	*
 ************************************************************************/
#header {
	height: 398px;
	width: 760px;
	background: #FFFFFF;
	background-image:url(../images/top_header.gif);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 0;
	border: 0px solid red;
}

#headerpicture {
	top: 68px;
	height: 288px;
	width: 760px;
	background-image:url(../images/5th_annual_golf.jpg);
	background-repeat: no-repeat;
	border: 0px solid blue;
	position: absolute;
	z-index: 1;
	border: 0px solid yellow;
}

#chamberlogo {
	left: 825px;
	width: 190px;
	height: 63px;
	border: 0px solid red;
	position: absolute;
	z-index: 2;
}

#menu {
	top: 358px;
	height: 32px;
	width: 758px;
	border: 0px solid #FFFFFF;
	position: absolute;
	z-index: 1;
}

#content {
	top: 398px;
	width: 760px;
	min-height: 200px;
	height: auto; 
	text-align: left;
	background: #FFFFFF; 
	border: 0px solid orange;
	position: absolute;
	z-index: 1;
}

#contentright {
	width: 172px;
	min-height: 200px;
	height: auto; 
	float: right;
	text-align: left;
	background: #FFFFFF;
	color: #000000;
	position: relative;
	z-index: 2;
}

#contentcenter {
	width: 586px;
	min-height: 200px;
	height: auto; 
	float: left;
	text-align: left;
	background: #FFFFFF;
	color: #000000;
	border: 0px solid blue;
	border-right: 2px solid #335C16;
	position: relative;
	z-index: 2;
}

/************************************************************************
 *														Content Areas	*
 ************************************************************************/
#menu h1 {
	width: 150px;
	display: inline;
 	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 2px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	border: 0px solid red;
}

#contentcenter p, li {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	word-spacing: .1px;
	letter-spacing: 0px;
	line-height: 14pt;
	color: #335C16;
}

#contentcenter h2 {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 14pt;
	text-transform: uppercase;
	color: #335C16;
}


/************************************************************************
 *																Footer	*
 ************************************************************************/

#footer {
	padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
	height: auto;
	width: 760px;
	height: 25px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	word-spacing: .1px;
	letter-spacing: 0px;
	clear: both;
	color: #FFFFFF;
	text-align: center;
	background: #738D61;
	border: 0px solid red;
}


/************************************************************************
 *																Classes	*
 ************************************************************************/
h1 {font-size:1.8em;}
h2 {
	margin-left: 0px;
	font-size:1.3em;
	color: #D3AE8F;
}
h3 {
	font-size: 12px;
	margin-left: 0px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
h4 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 2px;
	letter-spacing: 3px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-transform: uppercase;
}

#clear_float {
	clear: both;
}

.sponsorheading {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 12pt;
	text-transform: uppercase;
	color: #FFFFFF;
}

a:link.register, a:active.register, a:visited.register {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	word-spacing: 1px;
	letter-spacing: 1px;
	line-height: 12pt;
	text-transform: uppercase;
	color: #C36C27;
	text-decoration: none;
}

a:hover.register {
	text-transform: uppercase;
	color: #335C16;
	text-decoration: underline;
}

a:link, a:active, a:visited {
	font-weight: bold;
	font-style: bold;
	color: #C36C27;
	text-decoration: none;
}

a:hover {
	color: #335C16;
	text-decoration: underline;
}


/************************************************************************
 *																Inputs	*
 ************************************************************************/

label {
	color: #335C16;
	float:left;
  	width:25%;
  	margin-right:0.5em;
  	padding-top:0.2em;
  	text-align:right;
  	font-weight:bold;
}

legend {
	color: #C36C27;
  	font-weight:bold;
	text-transform: uppercase;
	font-size: 14px;
}


input.text {
	border-width:1px;
	border-color:#335C16;
	border-style:solid;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:0px;
}

input {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	color: #000000;
  }

select {
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	background-color:#8D3C42;
	color: #FFFFFF;
  }

input.btn {
	border-width:0px;
	border-color:#7d8e9b;
	border-style:solid;
	background-color:#638A5B;
	color:#FFFFFF;
	font-size:11px;
	margin-top:0px;
	margin-bottom:0px;
}

textarea {
	border-width:1px;
	border-color:#7d8e9b;
	border-style:solid;
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:0px;
}

input.radio {
	border-width:0px;
	border-color:#7d8e9b;
	border-style:solid;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:0px;
}

input.checkbox {
	border-width:0px;
	border-color:#7d8e9b;
	border-style:solid;
	color:#000000;
	font-size:11px;
	font-family:arial;
	margin-top:0px;
	margin-bottom:0px;
}
/* ******************************************* */