@charset "utf-8";
html {
	background-color: #104C26;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #104C26;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.contSecondaryHead {
	clear: both;
}

/* Containers */
#container {
	width: 1004px;
	text-align: left;
	clear: both;
	margin: 0 auto;
	background-color: #062110;
	background-image: url(../images/body_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#container .padCont {
	padding: 10px;
}
#headerContainer {
	position:relative;
	height:105px;
	width:1004px;
	text-align: left;
	clear: both;
	margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#headerContainer {height:105px;}
}
html:lang(en) #headerContainer {height:105px;}/* apply to all NON IE browsers and Safari 3+ */
a.logoLink {
	display:block;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
	width:1004px;
	height:105px;
	margin:0px;
	text-align: center;
}

/* Left Header Area */

#headerInfo {
	position:absolute;
	top:24px;
	left:3px;
	width:200px;
	height:78px;
	width: 250px;
	color: #FFFFFF;
}

#headerInfo .date {
	padding-top: 20px;
}

#headerInfo .headerSlogan {
	font-weight: bold;
	font-size: 11px;
	font-style: italic;
	padding-top: 20px;
}

/* Search Box */
#siteSearch {
	background-image: url(../images/siteSearchBack.png) !important;
	background-image: url(../images/siteSearchBack.gif);
	background-repeat:no-repeat;
	position:absolute;
	top:64px;
	left:785px;
	width:200px;
	height:38px;
	padding:5px 0 0 10px;
	color: #FFFFFF;
}
#siteSearch input.txtInput {
	z-index:500;	
	display:inline;
	float:left;
	border:none;
	background:none;
	color:#FFF;
	font-size:10px;
	width:112px;
	height:12px;
}
#siteSearch .imgInput {
	display:inline;
	float:right;
	width:25px;
	height:16px;
}

#topMainCont {
	width: 1004px;
	text-align: center;
}
#contentContainer {
	float:left;
	clear:both;
	width:996px;
	padding-top: 10px;
}
#imageContainer {
	position:relative;
	height:150px;
	width:653px;
}
.home #imageContainer {
	height:285px;
}
#imageContainerBtm {
	position:absolute;
	background-image:url(../images/imageBtmCurve.png) !important;
	background-image:url(../images/imageBtmCurve.gif);
	background-repeat:no-repeat;
	top:133px;
	_top:138px;/* hack for IE 6 */
	left:0px;
	height:17px;
	width:653px;
}
.home #imageContainerBtm {
	top:268px; 
	_top:273px; /* hack for IE 6 */
}
#mainContainer {
	width:614px;
	float:left;
	padding-bottom: 10px;
}

#mainContainer.onecol { width: 980px;padding-bottom: 10px; }

#mainContainer .top {
	position:relative;
	margin-right:6px;
	_margin-right: 0px;
	height:5px;
	clear:both;
	_overflow: hidden;
}

#mainContainer .btm {
	position:relative;
	margin-right:6px;
	height:4px;
	clear:both;
	
}

#mainContainer .mainInrCont {
	padding: 10px;
	background-color: #EAEFD9;
	border-left: 1px solid #1A4728;
	border-right: 1px solid #1A4728;
}
#mainContainer .top .left {
	background-image:url(../images/main_topLft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:4px;
	height:5px;
	overflow: hidden;
}
#mainContainer .top .right {
	background-image:url(../images/main_topRt.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	width:610px;
	height:5px;
	overflow: hidden;
}

#mainContainer.onecol .top .right { width: 976px; }

#mainContainer .btm .left {
	background-image:url(../images/main_btmLft.jpg);
	background-position:bottom left;
	_background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:4px;
	height:4px;
}
#mainContainer .btm .right {
	background-image:url(../images/main_btmRt.jpg);
	background-position: bottom right;
	_background-position: top right;
	background-repeat:no-repeat;
	position:absolute;
	width:610px;
	height:4px;
}

#mainContainer.onecol .btm .right { width: 976px; }

#bodyContainer {
	width:592px;
	float:left;
}

#mainContainer.onecol #bodyContainer { width: 955px; }

#bodyContainer ul {
	list-style: disc;
	list-style-type: disc;
}

/*
#bodyContainer .bodyInrCont li {
	list-style: disc;
	list-style-type: disc;
	margin-left: 15px;
	list-style-position:outside;
}*/

#bodyContainer .bodyInrCont {
	background-color: #FFFFFF;
	padding: 5px;
	border-left: 1px solid #C6C7C2;
	border-right: 1px solid #C6C7C2;
}

#bodyContainer .top {
	position:relative;
	margin-right:6px;
	_margin-right: 0px;
	height:5px;
	clear:both;
	_overflow: hidden;
}

#bodyContainer .btm {
	position:relative;
	margin-right:6px;
	height:5px;
	clear:both;
	
}
 
#bodyContainer .top .left {
	background-image:url(../images/mainInr_topLft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:5px;
	overflow: hidden;
}
#bodyContainer .top .right {
	background-image:url(../images/mainInr_topRt.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	width:587px;
	height:5px;
	overflow: hidden;
}

#mainContainer.onecol #bodyContainer .top .right { width: 950px; }

#bodyContainer .btm .left {
	background-image:url(../images/mainInr_btmLft.jpg);
	background-position:bottom left;
	_background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:5px;
}
#bodyContainer .btm .right {
	background-image:url(../images/mainInr_btmRt.jpg);
	background-position: bottom right;
	_background-position: top right;
	background-repeat:no-repeat;
	position:absolute;
	width:587px;
	height:5px;
}

#mainContainer.onecol #bodyContainer .btm .right { width: 950px; }

#bodyContainer .bodyInrCont .contactBox {
	background-image: url(../images/contactBoxBack.jpg); 
	background-repeat: no-repeat; 
	background-position: 3px 0; 
	padding-left: 5px; 
	width: 573px;
	height: 85px;
	display: block;
}

#mainContainer.onecol #bodyContainer .bodyInrCont .contactBox { margin-left:200px;}

#bodyContainer .bodyInrCont .contactBox .contactBoxPad {
	padding: 0px 0 5px 8px;
	
}

#bodyContainer .bodyInrCont .contactBox .info {
	float: left;
	width: 225px;
	padding-top: 20px;
	padding-bottom: 0px;
}

#bodyContainer .bodyInrCont .contactBox .logos {
	float: right;
	width: 175px;
	padding-top: 8px;
	padding-right: 15px;
}

.contactBox .logos .georgiaLogo {
	background-image: url(../images/georgiaLogo.jpg);
	background-repeat: no-repeat;
	width: 78px;
	height: 71px;
	float: right; 
}

.contactBox .logos a.georgia {
	display: block;
	width: 78px;
	height: 71px;
}

.contactBox .logos .dmaiLogo {
	background-image: url(../images/dmaiLogo.jpg);
	background-repeat: no-repeat;
	width: 61px;
	height: 71px; 
	float: right;
}

.contactBox .logos a.dmai {
	display: block;
	width: 61px;
	height: 71px; 
}

#rightContainer {
	float: right;
	width: 365px;
	color: #FFFFFF;
	padding-bottom: 15px;
}

#rightContainer .padding {
	padding: 0 10px 10px 0px;
	color: #FFFFFF;
}

/* Content Boxes */

/* Sub Navigation */
#subNav {
	width:334px;
	float:left;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#subNav ul {
	margin:0 5px;
	padding:4px 0;
}
#subNav li {
	width: 320px;
	height: 20px;
	padding: 0 0 0px 0px;
}
#subNav a {
	color:#FFF;
	text-decoration:none;
	font-size: 11px;
	height: 20px;
	padding: 0 0 0px 4px;
	line-height: 20px;
	vertical-align: middle;
}

#subNav a:hover {
	display: block;
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	width: 322px;
	height: 20px;
}
#subNav .back {
	display:block;
	background-image: url(../images/events/month_l_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-align:left;
	padding: 0px;
	font-size:10px;
	padding: 0 0 10px 2px;
}
#subNav .back a {
	display:block;
	color:#FDCA03;
	height:12px;
	line-height:12px;
	vertical-align: middle;
	font-size:10px;
}
#subNav .back a span {
	display:block;
	color:#FDCA03;
	background:none;
}
#subNav .back a:link, #subNav .back a:active, #subNav .back a:hover, #subNav .back span a:hover {
	font-size:10px;
	text-decoration:none;
	color:#FAF9E5;
	background: none;
}
#subNav .back a:visited {
	font-size:10px;
	text-decoration:none;
	color:#0B2E50;
}

/* --- Events --- */

#eventBox {
	width:334px;
	float:none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

#eventBox ul {
	/*margin:0 5px;*/
	margin: 0 0 0 1px;
	padding:4px 0;
}
#eventBox li {
	/*width: 320px;*/
	
	padding: 0 0 0px 0px;
}
#eventBox a {
	color:#FFF;
	text-decoration:none;
	font-size: 10px;
	height: 20px;
	padding: 0 0 0px 4px;
	line-height: 20px;
	vertical-align: middle;
}

#eventBox a:hover {
	background-image: url(../images/nav_over.gif);
	background-repeat: no-repeat;
	/*width: 322px;*/
	height: 20px;
	display: block;
}


/* Navigation */

/* ********************************** g31exp *********************************** */
#mainNav {
	height: 253px;
	width: 148px;
	float: left;
	overflow: hidden;
}
#mainNav ul {
 color: #BBCD9B;
}
#mainNav ul li {
	display: inline;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005789;*/
}
/* Style Top Nav Typography - DO NOT DEFINE COLOR HERE  */

#mainNav .container {
	border-left: 1px solid #0C371C;
	border-right: 1px solid #0C371C;
	overflow: hidden;
	background-color: #000000;
}

#mainNav .top {
	position:relative;
	margin-right:6px;
	_margin-right: 0px;
	height:5px;
	clear:both;
	_overflow: hidden;
}

#mainNav .btm {
	position:relative;
	margin-right:6px;
	height:4px;
	clear:both;
	
}

#mainNav .top .left {
	background-image:url(../images/mainBox_topLft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:4px;
	overflow: hidden;
}
#mainNav .top .right {
	background-image:url(../images/mainBox_topRt.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	width:143px;
	height:4px;
	overflow: hidden;
}
#mainNav .btm .left {
	background-image:url(../images/mainBox_btmLft.jpg);
	background-position:bottom left;
	_background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:4px;
}
#mainNav .btm .right {
	background-image:url(../images/mainBox_btmRt.jpg);
	background-position: bottom right;
	_background-position: top right;
	background-repeat:no-repeat;
	position:absolute;
	width:143px;
	height:4px;
}

/* Right Top Nav */

#rNavCont {
	float: left;
	width: 150px;
	height: 253px;
	padding-left: 5px;
}

#rNavCont .container {
	background-image: url(../images/fenceBack.jpg);
	background-repeat: repeat;
	border-left: 1px solid #0C3D1D;
	border-right: 1px solid #0C3D1D;
	height: 245px;
	padding-left: 10px;
	color: #FFFFFF;
}

#rNavCont .imgCont {
	padding-bottom: 5px;
}

#rNavCont .imgCont a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

#rNavCont .imgCont a:hover {
	color: #A4B45F;
}

#rNavCont .top  {
	background-image:url(../images/recBox_top.jpg);
	background-repeat:no-repeat;
	width:150px;
	height:5px;
	overflow: hidden;
}

#rNavCont .btm {
	background-image:url(../images/recBox_btm.jpg);
	background-position: top;
	background-repeat:no-repeat;
	height:4px;
	overflow: hidden;
}

/* Middle Nav */

#midNavCont {
	float: left;
	background-image: url(../images/midNavBack.jpg);
	background-repeat: no-repeat;
	width: 981px;
	clear: both;
	_overflow: hidden;
}

#midNavCont .middleNav {
	float: left;
	width: 241px;
	padding-top: 8px;
}

#midNavCont .container {
	border-left: 1px solid #0C371C;
	border-right: 1px solid #12311F;
	background-color: #111111;
	_overflow: hidden;
	width: 241px;
}

#midNavCont .title {
	background-image: url(../images/midNavGolfBall.jpg);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	text-align: center;
	height: 18px;
	width: 241px;
	_overflow: hidden;
}

#midNavCont .top {
	position:relative;
	margin-right:6px;
	_margin-right: 0px;
	height:5px;
	clear:both;
	_overflow: hidden;
}

#midNavCont .btm {
	position:relative;
	margin-right:6px;
	height:4px;
	clear:both;
}

#midNavCont .top .left {
	background-image:url(../images/mainBox_topLft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:5px;
}
#midNavCont .top .right {
	background-image:url(../images/mainBox_topRt.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	width:237px;
	height:5px;
}
#midNavCont .btm .left {
	background-image:url(../images/mainBox_btmLft.jpg);
	background-position:bottom left;
	_background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:4px;
}
#midNavCont .btm .right {
	background-image:url(../images/mainBox_btmRt.jpg);
	background-position:bottom right;
	_background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	width:237px;
	height:4px;
}

#midNavCont .topInr {
	background-image: url(../images/mainBoxInr_top.jpg);
	background-repeat: no-repeat;
	position:relative;
	height:4px;
	overflow: hidden;
	width: 225px;
}

#midNavCont .btmInr {
	background-image: url(../images/mainBoxInr_btm.jpg);
	background-repeat: no-repeat;
	position:relative;
	height:4px;
	clear:both;
	width: 225px;
}

#midNavCont .inrCont {
	background-color: #FFFFFF;
	color: #000000;
	width: 225px;
	_width: 220px;
	text-align: left;
	height: 150px;
}

#midNavCont .inrCont .pad {
	background-color: #FFFFFF;
	padding: 5px 8px 0 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-align: justify;
}

#midNavCont .inrCont .pad img.topImg {
	_width: 215px;
}

	/* ---- Secondary Drawer for Middle Nav ---- */
	
#midNavCont #detail-accordionMid {
	width: 981px;
	position: relative;
	float: left;
}
#midNavCont #detail-accordionMid .drawerBG {
	overflow: hidden;
	float: left;
	width: 241px;
	padding-top: 8px;
	clear: none;
}
#midNavCont #detail-accordionMid .drawerBG .drawer {
	/*background-image: url(../images/nav/accordionRCap.jpg);	/* top rounded corners */
	/*background-repeat:no-repeat;
	background-position: right;	
	margin-top: -1px;*/
	background-image: url(../images/midNavGolfBall.jpg);
	background-position: 5px 0px;
	background-repeat: no-repeat;
	border-left: 1px solid #0C371C;
	border-right: 1px solid #15301F;
	background-color: #111111;
	text-align: center;
	width: 240px;
}
#midNavCont #detail-accordionMid h2.tab {
	background-image: url(../images/midNavBG-plus.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
	cursor: pointer;
	cursor: hand;
	display: block;
	color:#FFF;
	vertical-align: middle;
}
#midNavCont #detail-accordionMid h2.tabHome {
	margin-bottom: -8px;
	cursor: pointer;
	cursor: hand;
	display: block;
	color:#FFF;
	vertical-align: middle;
}
#midNavCont #detail-accordionMid .tab:hover {
	color: #FFF;
}
#midNavCont #detail-accordionMid .padding {
	padding:5px;
	background-color: #111111;

}

/* Flash Container */

#flashCont {
	float: left;
	width: 673px;
	height: 253px;
	padding-left: 5px;
	_overflow: hidden;
}

#flashCont .flashPad {
	
}

#flashCont .container {
	background-color: #000000;
	text-align: center;
	border-left: 1px solid #0C371C;
	border-right: 1px solid #0C371C;
}

#flashCont .top {
	position:relative;
	margin-right:6px;
	_margin-right: 0px;
	height:5px;
	clear:both;
	_overflow: hidden;
}

#flashCont .btm {
	position:relative;
	margin-right:6px;
	_margin-right: 0px;
	height:4px;
	clear:both;
	_overflow: hidden;
}

#flashCont .top .left {
	background-image:url(../images/mainBox_topLft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:5px;
}
#flashCont .top .right {
	background-image:url(../images/mainBox_topRt.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	width:668px;
	height:5px;
}
#flashCont .btm .left {
	background-image:url(../images/mainBox_btmLft.jpg);
	background-position: bottom left;
	_background-position:top left;
	background-repeat:no-repeat;
	float:left;
	width:5px;
	height:4px;
}
#flashCont .btm .right {
	background-image:url(../images/mainBox_btmRt.jpg);
	background-position: bottom right;
	_background-position:top right;
	background-repeat:no-repeat;
	position:absolute;
	width:668px;
	height:4px;
}

/* Widgets */

#wctContainer {
	padding-bottom: 10px;
	clear: both;
	margin: auto;
}

#wctContainer .tabBox {
	width:347px;
}
#wctContainer .topBox {
	background-image: url(../images/wctBox_top.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 347px;
	overflow: hidden;
}
#wctContainer .btmBox {
	background-image: url(../images/wctBox_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 5px;
	width: 347px;
	float: left;
}
.tabBox {	/* IE 6 breaks if lower than 320 */
	float:left;
	width:330px;
	margin:0px 0px 0px 0;
	background-image: url(../images/wctBack.jpg);
	background-repeat: repeat-x;
	background-color: #1F633A;
}
.tabBox .tabPad {
	padding-left: 9px;
}

.tabBox .bottom {
	background-image: url(../images/wctInr_btm.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 330px;
}
.tabBox form {
	margin:0;
	padding:0;
}
.tabBox .widgetContent {	/* IE 6 breaks if lower than 300 */
	width:330px;
	background-image: url(../images/fenceBack.jpg);
	background-repeat: repeat;
	clear: both;
}
.tabBox .widgetContent .travelLogo {
	width: 87px;
	height: 28px;
	float: right;
	background-image: url(../images/travelocity.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-right: -1px;
}
.tabBox .widgetContent .content {
	padding: 10px;
	color: #FFFFFF;
}
.tabBox .widgetContent .content label {
	color: #FFFFFF;
}
.tabBox .content h3 {
	font-size:13px;
}
#sideContainer .tabBox .content {
	width:320px;
	width:/**/302px;	/* IE 5.5 hack */
	
}

#mainWidCont, .weatherCont {
	padding-bottom: 0px;
	clear: both;
	margin: 0;
	width: 347px;
}

.weatherCont {
	margin-top: 10px;
}

.weatherCont b
{
	margin-left: 5px;
}

#rightContainer .topWid {
	background-image: url(../images/widget_Top.jpg);
	background-repeat: no-repeat;
	height: 6px;
	width: 347px;
}
#rightContainer .btmWid {
	background-image: url(../images/widget_Btm.jpg);
	background-repeat: no-repeat;
	height: 4px;
	width: 347px;
	_overflow: hidden;
}

#rightContainer .widBox {
	background-image: url(../images/widget_TopImg.jpg);
	background-repeat: no-repeat;
	background-color: #0C341A;
}

#rightContainer .widBox h1 {
	color: #FFFFFF;
	font-size: 18px;
}
#rightContainer .widBox .widContentPad {
	padding-left: 5px;
	width: 337px;
}
#rightContainer .widBox .widInrTop,
#rightContainer .widBox .widInrBtm {
	background: url(../images/widget_InrTop.jpg) no-repeat;
	height: 6px;
	overflow: hidden;
}

#rightContainer .widBox .widInrBtm {
	background-image: url(../images/widget_InrBtm.jpg);
}

#rightContainer .widBox .widContentCont {
	background: #395C46 url('../images/widget_Back.jpg') no-repeat 50% 0%;
	color: #FFF;
}

#rightContainer .highlight {
	font-size: 11px;
}

	/* Tabs */
.tabBox .tabContainer {
	clear:both;
	text-align:right;
	margin:0 8px;
}
.tabBox .tabContainer div {
	float:right;
	cursor:pointer;
}
.tabBox .left {
	color:#FFFFFF;
	font-weight:bold;
	font-size:10px;
	padding:0 0 0 0px;
	vertical-align: middle;
}
.tabBox .selTab .left {
	background-image:url(../images/wctTab_Lft_o.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:37px;
	width: 4px;
}
.tabBox .selTab .right {
	background-image:url(../images/wctTab_rt_o.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:76px;
	height:37px;
	padding: 0px 0px 0px 0;
	text-align: center;
}
.tabBox .deselTab .left {
	background-image:url(../images/wctTab_Lft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:37px;
	width: 5px;
}
.tabBox .deselTab .right {
	background-image:url(../images/wctTab_rt.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:78px;
	height:37px;
	padding: 0px 0px 0 0;
	text-align: center;
}

/* Footer */
#footer {
	clear:both;
	text-align: left;
	width:990px;
	height:75px;
	background-image: url(../images/footerBack.jpg);
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	margin: 0px auto;
	font-size: 10px;
	line-height: 10px;
}
#footer .bumper {
	padding:3px 0px 0px 15px;
}
#footer .nav {
	width:350px;
	margin:0 0 5px 0;
	color:#FFF;
	padding-left: 10px;
}
#footer .nav a {
	color:#FFF;
}
#footer a.svLink {
	display:inline;
	float:left;
	width:110px;
	height:40px;
	text-decoration: none;
	color: #FFFFFF;
}
#footer p {
	font-size:1em;
	line-height:1.2em;
	letter-spacing:0.03em;
	padding:0;
	color:#FFFFFF;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {	/* Safari 3.0 / Opera 9 hack */
#footer p {
	letter-spacing:0.13em;
}
}

/* Forms */
.txtInput {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	color: #062110;
	padding: 2px;
}
.selectInput {
	font-size: 1em;
}
.formreq {
	color: #990000;
	font-weight: bold;
}
.formnoreq {
	font-weight: bold;
}
.formStyle {
	display:block;
	clear:both;
}
.formStyle input[type=checkbox], .formStyle input[type=radio] {
	border:none;
}
#sideContainer .formStyle {
	display:none;
}
#sideContainer .listingsWrapper {
	display:none;
}
.formStyle input, .formStyle textarea {
	border:1px #CCC solid;
	margin:0 0 1px 0;
}
.warning {
	text-align:center;
	color:#990000;
}
.notes {
	text-align:left;
	font-size:0.8em;
}
.formStyle .odd {
}
.formStyle .even {
}
.spacerHack {
	height:4px;
	clear:both;
}
.odd, .even {
	clear:both;
}
.odd .clearFloat, .even  .clearFloat {
	margin:2px;
}
.req {
	color:#900;
	font-weight:bold;
}
.boldtext {
	font-weight:bold;
}
.notReq {
	color:#000;
	font-weight:bold;
}
fieldset {
	border: none;
	padding:0.8em;
	margin-left: 50px;
}
legend {
	font-size:1.4em;
	font-weight:bold;
}
legend div {
	width:560px;
	padding:5px 10px;
	margin: 0 auto;
	border-bottom:1px solid #9AB16D;
}
.formStyle legend div {
	background-image:url(../images/formHeader1.png);
	background-repeat:no-repeat;
	width:580px;
	_width:556px;
	height:30px;
	padding:4px 12px;
	margin: 0 auto;
	color:#FFF;
	border:none;
}
.chbxSpace {
	display:block;
	float:left;
	clear:left;
	/*width:46%;*/
	height:1em;
}
.field-1, .field-2, .field-3, .field-4, .field-5, .field-6 {
	display:block;
	float:left;
	text-align:left;
	
}
.field-1 span, .field-2 span, .field-3 span, .field-4 span, .field-5 span, .field-6 span {
	display:block;
	float:left;
	text-align:left;
}
.odd .field-1, .odd .field-2, .odd .field-3, .odd .field-4, .odd .field-5, .odd .field-6 {
}
.even .field-1, .even .field-2, .even .field-3, .even .field-4, .even .field-5, .even .field-6 {
	margin-left:1px;	/* hack to line up text fields */
}
label {
	padding: 2px 5px;
	line-height: 1em;
	color:#000;
}

#bookit label
{
	color: #FFF;
}

/* #cBox-white label { 	color:#000; }*/

#cBox-white .listingsColumnWide label {
	color: #FFF;
}
label.checkBox, label.radioBtn {
	display:block;
	text-align:left;
}
label.field-1, label.field-2, label.field-3, label.field-4, label.field-5, label.field-6 {
	display:block;
	text-align:left;
	font-size: 11px;
}
.field-1 input[type=text], .field-2 input[type=text], .field-3 input[type=text], .field-4 input[type=text], .field-5 input[type=text], .field-6 input[type=text] {
	display:inline;
	height:20px;
	float:left;
}
.field-1 {
	/*width:48%;*/
}
.field-2 {
	width:26%;
}
.field-3 {
	width:17%;
}
.field-4 {
	width:14%;
}
.field-5 {
	width:12%;
}
.field-6 {
	width:2%;
}
.field-1 input[type=file] {
	width: 250px;
}
a.calBtn span {
	background-image: url(../images/iconCal.gif);
	background-repeat:no-repeat;
	display:block;
	float:left;
	cursor:pointer;
	cursor:hand;
	width:15px;
	height:13px;
	margin:4px 4px 0 4px;
}
span.hint {
	display:block;
	line-height:22px;
	float:left;
	font-size:0.9em;
}
.warning {
	display:block;
	clear:both;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
.notes {
	font-size:0.8em;
	font-style:italic;
	display:block;
	padding:5px;
}
.required {
	display:block;
	clear:both;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
.captcha, .footer {
	display:block;
	padding:5px;
	text-align:center;
}
#checkbox label {
	width: 100%;
}
p.btnContainer {
	text-align:center;
}

/* General Purpose */
ul, #drawer-nav .drawer-content .noBullets ul {
	list-style: none;
}
#drawer-nav .drawer-content .noBullets ul li {
	display:list-item;
	list-style-type:none;
	font-size:1.1em;
	left:25px;
}
ul li {
	display:list-item;
	list-style-type:none;
	font-size: 12px;
	left:25px;
}
a.email {
	font-weight:bold;
	text-decoration:none;
	color:#395C46;
}
a.website {
	font-weight:bold;
	text-decoration:none;
	color:#395C46;
}
.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:0px;
	line-height: 0px;
}
.floatParent {
	float:left;
	clear:both;
}


/* Drawer menu */
#drawer-nav {
	width:146px;
	_height: 247px;
	margin:0px 0 !important;
	overflow: hidden;
}
#drawer-nav .top {
	background-image:url(../images/nav/drawerTop.jpg);
	background-repeat:no-repeat;
	height: 3px;
	width: 146px;
	overflow: hidden;
}
#drawer-nav .bottom {
	background-image:url(../images/nav/drawerBtm.jpg);
	background-repeat:no-repeat;
	height:3px;
	width: 146px;
	overflow: hidden;
}
#drawer-nav #leftTop {
	/*background-image:url(../images/nav/drawerBG.jpg);
	background-repeat:repeat-y;*/
	background-color: #000;
	min-height:245px;
	_min-height:247px;
	overflow:hidden;
}

	/* Boxes */
#drawer-nav .relative {
	position:relative;
}
#drawer-nav .relative ul {
	list-style-type:none;
}
#drawer-nav .relative ul li {
	display: inline;	
}
#drawer-nav .separator {
	padding-top: 0.7em;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: -5px;
	margin-left: -5px;
}
#drawer-nav .box {
	font-size: 1em;
}
#drawer-nav .box .padder {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#drawer-nav .box h6 div {
	background-repeat: no-repeat;
	padding-left: 0px;
}
#drawer-nav .box h6.drawer-handle {
	background-image: url(../images/mainNavBack.jpg);
	background-repeat:no-repeat;
	line-height:0;
	position:relative;
	cursor:hand;
	cursor:default;
	padding-left: 0px;
	height: 21px;
}
#drawer-nav .box h6.drawer-handle:hover {
	overflow: hidden;
	line-height:0;
	position:relative;
	text-decoration:none;
	background-image: url(../images/mainNavBack_o.jpg);
	background-repeat: no-repeat;
}
#drawer-nav .box h6.drawer-handle.open {
	padding-left: 3px;
}
#drawer-nav .box h6.drawer-handle.open div {
	cursor:pointer;
	padding-left: 0px;
}

#drawer-nav .box h6.drawer-handle.open .mainleftnav {
	color:#FFF;
	line-height:21px;
	padding-left: 0px;
}
#drawer-nav .drawers li a.mainleftnav {
	position:relative;
	color:#FFF;
	cursor: hand;
	cursor: pointer;
	height:21px;
	text-decoration: none;
}
#drawer-nav .drawers li a.mainleftnav span {
	
}
#drawer-nav .drawers li a.mainleftnav:hover {
	text-decoration: none;
}
	/* Drawers */
#drawer-nav ul.drawers {
	margin-left:2px;
	margin-right: 2px;
	overflow:hidden;
}
#drawer-nav li.draw {
	
}

#drawer-nav ul.drawers li {
	overflow:hidden;
}
#drawer-nav .slider .drawer-content {
	display:none;
	height:auto;
	overflow:hidden;
}

#drawer-nav .slider .drawer-content.open {
	display: block;
}

#drawer-nav .drawers ul {
	padding: 5px 2px 5px 0;
	_padding: 0px;
}
#drawer-nav .drawers li {
	display:inline;	
}
#drawer-nav .drawers li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 3px 0 3px;
	line-height: 21px;
	font-size: 9px;
	text-transform: uppercase;
}
#drawer-nav .drawers li a:hover {
	color:#CCC;
}
#drawer-nav .drawers li a.sub {
	display: block;
	color: #BBCD9B;
	text-decoration: none;
	padding: 0 5px 0 8px;
	line-height: 15px;
	font-size: 10px;
	text-transform: none;
}
#drawer-nav .drawers li a.sub:hover {
	color:#FFF;
	background-image: url(../images/navArrow.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

/* Coupons */

td.subhead1 {
	background-image: url(../images/couponTitle_back.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

td.subhead2 {
	background-color: #003300;
	color: #FFFFFF;
}


/* Articles */
#articles {
	padding:5px;
	margin: 10px 0 20px 0;
	background-color:#FFF;

}
#articles th {
	font-size:16px;
	line-height:1.4em;
	padding:5px;
	
}
#articles td {
	line-height:1.4em;
	text-align:left;
	padding:5px;
}
#articles .odd {
	background-color:#F5F5F5;
}

#articles a {
	font-size: 12px;
}

div.articles {
	margin:10px;
}
.articles .notice {
	font-weight:bold;
}
table.articlesTb th {
	background-color: #ddd;
	color: black;
	font-size:12px;
	border-bottom:1px solid black;
	padding:5px 5px 3px 5px;
	font-weight:bold;
}
table.articlesTb td {
	padding:5px;
	vertical-align:text-top;
}
table.articlesTb td.odd {
	background-color:#E7F1FA;
}
table.articlesTb td.even {
	background-color:#FFF;
}
table.articlesTb a.more {
	font-weight:bold;
	display:block;
	color:#000;
	margin:0 0 10px 0;
}

.boldtext {
	font-weight: bold;
}
		
/* My Itinerary */
.listingHeader {
	font-size:18px;
	line-height:1.4em;
	font-weight:bold;
	letter-spacing: 0px;
	text-transform:none;
	color:#104c26;
}
.smmidtext {
	font-size:13px;
	line-height:1.4em;
	font-weight:bold;
	letter-spacing: 0px;
	text-transform:none;
	color:#333;
}
.subCatInner a{
	text-decoration:none;
	font-size:12px;
}
.itenCont {
	padding:10px;
	line-height:1.4em;
	
}
.listRemove {
	float: right;
	font-size:11px;
	line-height:1.4em;
	color:#FF0000;
}
.gutter {
	padding:10px;
}

/* WCT Search Results */

.wct-tb-next {
	background:url(../images/listings/jumpBG.jpg);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position: 4px 0;
	width: 583px;
	height: 42px;
	margin-top: 10px;
}
.wct-tb-next a {
	font-size: 11px;
}
td.leftCol, td.centerCol, td.rightCol {
	padding: 0 14px 7px 10px;
}

#wct-mainContent .even {
	background-color: #fff;
	padding-left: 4px;
}
#wct-mainContent .odd {
	background-color: #eee;
	padding-left: 4px;	
}
.WCT-resultsHead {
	background-image: url(../images/couponTitle_back.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	margin-top: 5px;
	padding: 3px 0 0 5px;
	line-height: 30px;
	vertical-align:middle;
}

.weatherCont img
{
	border: solid 1px #FFF;
	margin: 5px;
	vertical-align: middle;
	float: left;
}

.weatherCont ul
{
	float: left;
}

.weatherCont li
{
	float: left;
	width: 165px;
	margin-left: 3px;
}

.weatherCont .widContentCont
{
	font-size: 1.5em;
	line-height: 25px; 
}

#childage_cell select
{
	margin-right: 3px;
}

#subNavTitle
{
	padding-right: 40px;
}
.activities {display:none !important;}