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

body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 160%;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
a {color: #A82C23}
a:hover {text-decoration:none}
.thrColFixHdr #container {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #fdfaf5; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #666666;
} 
.thrColFixHdr #heBREAKader {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #heaBREAKder h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 184px;
	font-size: 12px;
	background-color: #fdfaf5;
	padding: 0px 0px 0px 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 297px;
	background-color: #fdfaf5;
	padding: 0px;
}
.thrColFixHdr #mainContent {
	text-align: left;
	margin: 0 307px 0 204px;
	padding: 0;
} 
.thrColFixHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.redText {color: #A82C23}
#header {
	background-image: url(/images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 525px;
	position: relative;
}
#united {
	background-image: url(/images/header-united.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 77px;
	width: 139px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#rcsports {
	background-image: url(/images/header-sports.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 107px;
	width: 139px;
	position: absolute;
	left: 0px;
	top: 77px;
}
#registerBtn {
	background-image: url(/images/header-regBtn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 74px;
	width: 247px;
	position: absolute;
	left: 747px;
	top: 424px;
}
#registerBtn:hover {
	background-position: left -74px;
}
#header ul {
	position: absolute;
	left: 139px;
	top: 191px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#header li {
	position: relative;
	float: left;
	height: 36px;
	margin-left: 10px;
}
#header ul a {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f7efdd;
	text-decoration: none;
	line-height: 36px;
	padding-right: 26px;
	display:block;
	background-image: url(/images/header-navBullet.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header ul a:hover {color: #FFFFFF; text-decoration:underline;background-image: url(/images/header-navBullet-over.png);}
#header ul a span {text-transform:none;}
#header .sub {
	position: absolute;
	left: -2000px;
	top: 36px;
	margin: 0px;
	padding: 0px;
}
#header li:hover .sub, #header li.sfhover .sub {left: 0px;}
#header .sub li {
	width: 169px;
	background-image: url(/images/header-subBg.jpg);
	background-position: left top;
	height: 24px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	float: none;
}
#header .sub a {
	text-transform: none;
	font-size: 12px;
	line-height: 24px;
	background-position: 95%;
}


.ima//ge {
	display: inline;
	float: left;
}
.regMenu {
	float: left;
}
.footer {
	font-size: 10px;
	text-align: center;
	background-color:#f7efdd;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
}
h1 {
	font-size: 20px;
	line-height: 140%;
	font-weight: bold;
	color: #6d5f44;
}
h2 {
	font-size: 16px;
	line-height: 130%;
	color: #6d5f44;
}
h4, h5, h6 {margin:0}
#contactBtn {
	font-size: 16px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F7EFDD;
	text-align: right;
	display: block;
	padding: 0px 10px;
	height: 34px;
	text-decoration: none;
	background-color: #6d5f44;
}
#contactBtn:hover {background-color: #4b3e22;}
#hampton {
	font-size: 12px;
	color: #666666;
	border: 1px solid #999999;
	padding: 8px;
	text-align: left;
}
#contact {
	background-color: #FFFFFF;
	text-align: left;
	padding: 15px;
}
.callout {
	background-color: #F7EFDD;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #fff;
	padding: 0px 15px 15px;
	width: 400px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	border: solid 1px #dddddd;
	float: left;
}
.text12px {
	font-size: 12px;
}
.countdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	
	text-align: center;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
#TeamsGroups {
	padding: 0px 15px 15px;
	height: 120px;
}
#TeamsGroups ul {
	font-size: 12px;
	float: left;
	width: 130px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.clearBoth {clear:both;}
#mickelson {
	padding: 10px;
}
#mickelson img {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #dddddd;
}
.sponsorTable td {
	padding: 8px;
	text-align: center;
}
.sponsorTable {
	background-color: #FFFFFF;
	border: 1px solid #dddddd;
}
.results {
	margin: 0px;
	padding: 0px 0px 16px 20px;
	width: 200px;
}
.results span {
	float: right;
}
#mapWrap {width: 960px; margin: 0 auto;}
.alignCenter {text-align: center;}
#results h4 {color: #A82C23; border-bottom: solid 3px #6d5f44; margin-bottom: 10px; padding-bottom:4px;}
#results td {padding: 12px; vertical-align:top;}
#results table {margin-bottom: 20px; width:100%;}
#results table td {border-bottom: solid 1px #e1d9c4; padding: 6px; vertical-align:middle;}
.even {background-color: #fff;}
.top10 {width:95%; margin-bottom:10px;}
.top10 td {border-bottom: solid 1px #e1d9c4; padding:4px}