/* Area Pages - Main CSS Document */
/* Remove default browser padding and margin */
*	{
	padding:0;
	margin:0;
		}
	
/* FORMATTING - BASIC ELEMENTS */
html { font-size: 100%; /* IE hack */ }
body { 
	font-family: Verdana, Tahoma, "Trebuchet MS", sans-serif;
	font-size: 0.85em; /* 10px */
	width: 100%;
	min-width:750px;
	line-height: 1.2em;
	color:#003399;
	background-color:#fff;
	 }		
h1	{ font-size: 1.25em;}
h2	{ font-size: 1.25em;}
h3	{ font-size: 1.25em;}
h4	{ font-size: 1em;}
h5	{ font-size: .75em; line-height: 1.15em;}
h1, h2, h3, h4	{
	text-align:center;
	}
h1, h2 {
	font-family: Verdana, Tahoma, "Trebuchet MS", sans-serif;
	}

h1	{color:#003399;
	}
h2	{color:#996633;
	}
h2	{
	margin: 1em 1em 1em 1em;
	}
h3, h4, h5, h6	{
	font-family: Verdana, Tahoma, "Trebuchet MS", sans-serif;
	margin: 1em .8em .4em .8em;
	}

h3	{
	font-weight: bold;
	}
th, td	{
	color:#003399;
	}
img, img a:link	{
	border:0 #fff;
	text-decoration:none;
	}
a:link	{
	color: #660066;
	} 
a:visited	{
	color:#000066;
	}

li p, td p, blockquote p {
	font-size: 1em;
	list-style-position: outside;
	padding: 0;
	margin: 0em 0em 0em 1em;
	}
ul {
	list-style-position: outside;
	margin-left: 50px;	
	margin-bottom: 5px;
	padding-left: 7px;
	line-height: 1.2em;
	}

dt	{
	margin: 0px 25px 0px 25px;
	}
dd	{
	margin: 0px 25px 0px 50px;
	}
dl	{
	margin-bottom: 1em;
	}
.clubInfo dt a {
	color:#003399;
	font-weight: bold;
	text-decoration:none;
	}
hr	{
	display: block;
	width: 500px;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
	color:#996600;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
abbr [title] {border-bottom: 1px dotted #999;}
	
/* STRUCTURE */
#pageFrame	{  /* outer wrapper  */
	width: 775px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top: 5px;
	margin-bottom: 5px;
	}

#pageHeader	{
	top: 5px;
	left: 0;
	height: 133px;
	width: 775px;
	background-image: url(img/headertm_bg.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#pageHeader h1 {
	margin: 0;
	padding: 40px 0px 0px 180px;
	font-size: 1px;
	line-height: 0px;
	}
#pageHeader h1 img{	
	clear: none;
	height: 79px;
	width: 476px;
	}
#pageHeader h1 span {
	position:absolute;
	left: -3000px;
	}
#tmLogo	{
	float: left;	
	width: 118px;
	height: 101px;
	clear:none;
	}
#tmLogo img	{
	position: relative;
	top: 32px;
	left: 50px;
	}
#tmLogo span {
	position:absolute;
	left: -3000px;
	}


/* Area-Club Links - Top Nav Styles */
#clubAreaNav {
	background-image: url(img/clubchoicenav_bg.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width:  775px;
	text-align: left;
}
#clubAreaNav ul {
	position: relative;
	text-decoration:none;
	padding: 10px 0px 0px 0px;
	margin: 0px 50px 0px 0px;
	list-style-type: none;
	line-height: 15px;
	font-size: 12px;
	text-align: right;
	}
#clubAreaNav li {
	float:right;
	list-style-type: none;
	margin: 0em 1em 0em 1em;
}
#clubAreaNav li a:link {
	text-decoration:none;
	color:#000099;
	}
#clubAreaNav li a:visited {
	text-decoration:none;
	color:#3366cc;
	}
#clubAreaNav li a:hover, #clubAreaNav li a:active {
	text-decoration:none;
	color:#000000;
	}

/* end club-area links on top nav */

#innerFrame	{ /* inner wrapper */
	float: left;
	background-image:url(img/inner_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 775px;
	}
/* side nav styles begin */
#sideNav	{
	float: right;
	width: 180px;
	display:block;
	text-align: right;
	}
#sectionNav	{	
	position: relative;
	top: 1px;
	left: 1px;
	padding-left: 44px;
	list-style: none;
	width: 136px;
	}
#sectionNav ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	display: inline; /* IE/Win */	
	}
#sectionNav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align:center;
	display: block;
	width: 136px;
	height: 30px;
	text-indent: 0px;	
	}
#sectionNav li a:link {
	display: block;
	width: 136px;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	background: #ffffcc url(img/button_nav_bg.gif) no-repeat left top;
	overflow:hidden;
	}
#sectionNav li a:visited {
	display: block;
	width: 136px;
	height: 30px;
	line-height: 30px;
	color:#003366;
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	background: #ffffcc url(img/button_nav_bg.gif) no-repeat left top;
	}
#sectionNav li a:hover, #sectionNav li a:active {
	display: block;
	width: 136px;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
	background-position: right top;
	background-color: #ffffcc;
	}

/* side nav styles end */

#mainContent	{
	float:right;
	display: block;
	width: 595px;
	text-align:left;
}
.content h1 {
	font-size: 1.25em;
	line-height: 1.25em;
	margin: 1em .8em .4em .8em;
}
.content h2	{
	font-size: 1em;
	line-height: 1em;
	color:#996633;
	}
.content p {
	margin: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 1em;
	line-height: 1.5em;
	}
.content h4	{
	color:#996600;
	}
.content ul li{
	margin-left: 25px;
	margin-right: 25px;
	padding-bottom: .4em;
	list-style-position: outside;
	}

#clubFooterInfo {
	position: relative;
	background-image:url(img/inner_bg.gif);
	background-repeat: repeat;
	overflow:hidden;
	width: 775px;
	height: 21px;
	text-align: left;
	clear:both;
	line-height: 21px;
	}
#footerLinkTop {
	float: left;
	width: 180px;
	}
#footerLinkTop img {
	position:relative;
	top: 0px;
	left: 102px;
	width: 20px;
	height: 21px;
	text-align:center;
	}
#clubFooterInfo img a:link, #clubFooterInfo img a:visited {
	background-image: url(img/button_topofpage1.gif);
	background-repeat:no-repeat;
	overflow: hidden;
	display:inline;
	}
#clubFooterText {
	float: left;
	width: 595px;
	text-align:center;
	}
#clubFooterText h4 {
	margin: 0;
	padding: 0;
	font-size: .7em;
	color:#000000;
	display:inline;
	}	
#areaFooter {
	float:left;
	display:block;	
	width: 775px;
	height: 64px;
	}
#areaLink	{	
	float: left;
	width: 180px;
	height: 64px;
	text-align:left;
	background-image:url(img/footer_left_bg.gif);
	background-repeat: no-repeat;
	display: block;
	clear:none;
	}
#areaLink img {
	position:relative;
	top: 7px;
	left: 54px;
	background-image:url(img/img_footer_arealink.gif);
	background-repeat: no-repeat;
	}
#tmDisclaimer {
	float:left;
	display:block;
	width:576px;
	height: 64px;
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image:url(img/footer_bg.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	}
#tmDisclaimer ul {	
	margin:0;
	padding-top: 8px;
	padding-bottom: 4px;
	font-size: 10px;
	line-height: 12px;
	color: #ffffcc;
	list-style-type: none;
	}
#tmDisclaimer ul li {
	margin:0;
	padding-top: 1px;
	padding-left: 6px;
	list-style-type: none;
	display: inline;
	}
#tmDisclaimer ul li a {
	color: #ffffcc;
	}
.disclaimer {
	display: block;
	font-size: 9px;
	line-height: 11px;
	text-align: left;
	padding-left: 30px;
	}
#footerRt	{
	background-image:url(img/footer_rt_bg.gif);
	background-repeat: no-repeat;
	float: right;
	height: 64px;
	width: 19px;
	}

.clearAll	{
	clear:both;
	}
.navChoices, .emailLink	{
	text-align:center;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: .8em;
	}
.subHead	{
	font-size:.8em;
	color:#003399;
	line-height: 1.25em;
	}
div.eventPhoto, div.mapPhoto {
	display:block;
	margin-left:auto;
	margin-right: auto;
	text-align:center;
	clear:both;
	}
div.eventPhoto p	{
	text-align:center;
	}
div#mapLocator {
	float:right;
	width: 215px;
	height: 114px;
	}
div#mapLocator h2 {
	text-align:center;
	vertical-align:middle;
	}
div#mapLocator img {
	width: 215px;
	height: 114px;
	}

.photoCaption	{
	color:#000000;
	font-size: .9em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center; 
	}
		
/* Classes Divs Ids for Area Pages */
.question {
	color:#996633; 
	font-weight: bold
	}
.newsItem, .linkItem, .contestItem, .reportTimeframe {
	color:#996600;
	font-weight:bold;
	}
.question, .feeDesc {
	color:#996600;
	font-weight:bold;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	display:inline;
	}
.answerDesc p {
	padding-top: 0px;
	display:inline;
	}
.clubName	{
	color:#000000;
	font-weight:bold;
	text-align:center;
	}
#homeCategory {
	text-align:left;
	}
#homeCategory h4 {
	text-align: left;
	color:#996633;
	margin: 0px 25px 0px 25px;
	padding: 0;
	font-size: 1em;
	}
div.clubTable, div.awardInfo p, div.contestInfo p, div.tmLinks, div.dcpStatus {
	text-align:center;
	}
div.resourceLinks {
	display:block;
	margin-left:auto;
	margin-right: auto;
	text-align:center;
	}
div.resourceLinks {
	width: 595px;
	}
div.clubTable h1{
	padding-bottom: .8em;
	padding-top: .2em;
	}
div.awardInfo h1{
	padding-top: .8em;
	text-align:center;
	}
div#areaGov	{
	float:right;
	padding-left: 20px;
	padding-top: 5px;
	}
div.greeting	{
	font-size: 1.25em;
	font-style:italic;
	padding-left: 2em;
	padding-bottom: 1em;
	}
.dcpTitle	{
	font-variant:small-caps;
	font-size: 1em;
	font-weight:bold;
	}
#tmBenefits li {
	list-style: outside;
	margin-left: 5px;	
	margin-bottom: 10px;
	padding-left: 1px;
	line-height: 1.2em;
	}

#areaStructure	{
	float:right;
	padding-left: 2em;
	}
.mapGuide {
	color:#000000; 
	font-size: 1em;
	text-align:center;
	}
.openStatus	{
	color:#006633;
	}
.closedStatus	{
	color:#FF0000;
	}
.changeDesc1 {
	color:#000000; 
	font-weight: bold;
	font-size: .8em;
	margin: 1.5em 0em 1.5em 0em;
	}
.trackDesc, .awardDesc	{
	margin: 1em 0em 1em 0em;
	}
.clubDesc, div.contestInfo p	{
	text-align:left;
	}
.awardDesc2, .listBenefits, .promise {	
	list-style: outside;
	margin-left: 25px;
	}

.awardDesc2 ul li, .listBenefits ul li, .promise ul li {
	padding-left: 5px;
	}

/* TABLES */

table#dcpProgress caption	{
	font-size: 1.5em;
	padding-bottom: 1em;
	padding-top: 1em;
	color:#996600;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	}

table#dcpProgress td, table#memGoal td {
	text-align:center;
	vertical-align:top;	
	}
thead, #totalGoalsAchieved 	{
	font-weight:bold;
	text-align:center;
	}
table#dcpProgress, table#memGoal {
	text-align:center;
	border-width:thin;
	font-size: .9em;
	margin-left:1em;
	}
.contestTiming h2 {
	font-size: 1.25em;
	line-height: 1.4em;
	}	

.infoLink a{
	display:inline;
	color:#996633;
	}
#sitemap {
	float:left;
	width: 275px;
	}
#sitemap ul{
	margin:0;
	padding:0;
	list-style-type: none;	
	}
#sitemap ul.tmGeneral li {
	margin-left: 25px;
	padding-left: 5px;
	list-style-type: none;
	}
#sitemap li {
	list-style-type: disc;
	}	
#sitemap2 {
	float:right;
	width: 300px;
	}
#sitemap2 ul {
	margin:0;
	padding:0;
	list-style-type: none;
	}
#sitemap2 ul.tmArea li {
	margin-left: 25px;
	padding-left: 10px;
	list-style-type:none;
	}
#sitemap2 li {
	float:right;
	Width: 275px;
	}
	
	
	
/* MISC */

.inlineImage {
	float: right;
	}
.imageBorder {
	border: .10em solid #003399;
	}
#tli ul li,#tli li li{
	padding: 0 0 0 .5em;
	margin: 0;
	}