/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body{
	
	font-size:90%;
	font-family: "Georgia, Times New Roman, Times, serif", sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;

	
}




/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #293e08;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	
}



ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#logganDIV {
	background-image:url(../images/banner2.jpg);
	/*background-image:url(../images/toplogo_clubhouse.jpg);*/
	background-repeat:no-repeat;
	margin-top: 2px;
	margin-left:auto;
	margin-right:auto;
	width: 970px;
	padding: 0px;
	height: 190px;
	border: 2px solid #d6d6d6;
	
}
#footerSponsors {
	width:100%;
	margin-top: 10px;
	float: left;
	clear:right;
	position: relative;
	top: 5px;
}

#pagecell1{
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width: 970px;
	
	background-color: #ffffff;
	border: 2px solid #d6d6d6;
}
#edit {
	float: right;
	height: 20px;
	overflow: visible;
	position: relative;
	z-index: 100;
	visibility: visible;
	left: 0px;
	top: 0px;
	clear: right;
	margin-top:-25px;
	
}


#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	margin-left:auto;
	margin-right:auto;
	width:970px;
	border: 2px solid #d6d6d6;
	
}

#pageNav{
	float: left;
	width:200px;
	padding: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
	background-color: #F5f7f7;
}

#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
}

#cal_view {
	
	padding: 5px;
	background-color:#FFFFCC;
	border: 1px solid #999;	
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
	top: -10px;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: -50px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	min-width: 640px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(glbnav_background.gif);
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: 12px;
  	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url(glbnav_background.gif);
	text-decoration: none;
	color: #eeeeee;

}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 30px;
	left: 10px;
	/*width: 100%;*/
	min-width: 970px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #333333;
	z-index: auto;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 14px;
	color: #006600;
}

.subglobalNav a:hover{
	color: #666666;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 3px 0px 3px 5px;
	font: 80% Verdana,sans-serif;
	color: #060;
	border-bottom: 1px solid #cccccc;
}

#breadCrumb a{
	color: #060;
	font-weight:bold;
}

#breadCrumb a:hover{
	color: #060;
	font-weight:bold;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
}
html>body .feature {height: auto;}

.feature h3{
	font: bold 115% Arial,sans-serif;
	color: #060;
	padding: 10px 0px 0px 0px;
}

.feature img{
	border: 1px solid #060;
	float: left;
	margin: 10px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	z-index:100;
	padding-left:0px;
	font-size: 90%;
	width: 98%;
	background-color: #FFFFFF;
}
.story img{
	margin:4px;
}

td.storyLeft img{
	border: none;
}

td.storyMid img{
	margin: 0px 8px 8px 0px;
}

td.storyRight img{
	border: none;

}




.story div.capsule{
	background-image: url();
	height:23px;
	background-repeat: repeat-x;
	font: normal 150% Arial,sans-serif;
	color: #314a0a;
	display:block;
	padding: 6px 0px 5px 8px;
	margin-left: 0px;
}

.story div.shortcapsule{
	background-image: url();
	height:23px;
	background-repeat: repeat-x;
	font: normal 150% Arial,sans-serif;
	color: #314a0a;
	display:block;
	
	padding: 6px 0px 5px 8px;
}


td.storyLeft{
	padding: 0px;
	border-right: 1px solid #cccccc;
	background-color: #ffffff;
	width: 175px;
	text-align: center;
}
td.storyMid{
	padding: 0px;
	border-right: 1px solid #F5f7f7;
}
td.storyRight{
	padding: 0px;
	background-color: #ffffff;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 80%;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	text-align: left;

}

#sectionLinks #subMenu {
	border-top: 1px solid #cccccc;
	background-color: #9EAE56;
	background-image: none;
	color:#FFFFFF;
	text-decoration:none;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(bg_nav.jpg);
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #006600;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #9EAE56;
	background-image: none;
	color:#FFFFFF;
	text-decoration:none;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
#mainTABLE {
	margin-left: 0px;
	width: 970px;
	padding: 0px;
}

#menyDIV #menyUL {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #3399CC;
	display: inline;
	list-style: none;
	width: 740px;
}
#menyDIV {
	float: none;
	height: 35px;
	width: 970px;
	padding: 10px;
}

#contentDIV {
	width: 970px;
	padding: 10px;
	margin-top: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #006600;
}



#footerDIV {
	width: 990px;
	padding: 2px;
	border: 1px;
	border-style: solid;
	margin-top: 5px;
	background-color: #94AD51;
	color: #FFFFFF;
}


#footerDIV p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.week{font-family:verdana; color:#999999;font-size:7px;font-weight:bold}
.day{font-family:verdana; font-size:9px;color:#000000}
.dayName{font-family:verdana; font-size:9px;font-weight:bold;color:#FFFFFF}
.month{font-family:verdana; font-size:10px;font-weight:bold;color:#8D9D52}
.storyRight #calendar {
	width: 180px;
}
.itemHeader
{
	font-family: Verdana;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
}
.itemDate
{
	font-family: Verdana;
	color: #000088;
	font-size: 9px;
	font-weight: bold;
	text-decoration:none;
}

.itemText
{
	font-family: Verdana;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}

/*SLOPECALCULATOR*/

.inramadRED {
	border: 1px solid #990000;
	}

#slopecalculator {
	/*border:1px solid #999999;*/
	width: 175px;
	height: 340px;
	float: right;
	padding: 30px 0px 0 0;
	margin-right: 30px;
	background-color: #FFF;
	background-image: url(../images/calculator.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top: 10px;
	clear: both;
}

#calculator {
}


	#slopecalculator FORM { margin: 0; padding: 0; padding: 5px 10px;  }

	#slopecalculator FIELDSET {
	border: 0;
	width: 130px;
	margin: 0;
	text-align: center;
}
	#slopecalculator LEGEND {
	float: left;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #006600;
}
	#slopecalculator INPUT { width: 35px; }
	#slopecalculator BUTTON { margin: 0 0 0 3px; }
	#slopecalculator TABLE { text-align: center; width: 0;}
	#slopecalculator TABLE INPUT { width: 20px; }
	#slopecalculator TR.yellow INPUT { background: #fef7c0; }
	#slopecalculator TR.blue INPUT { background: #c0f7fe; }
	#slopecalculator TR.red INPUT { background: #ffc8c0; }
	
#leftDIV {
	float: left;
	width: 400px;
}

/**************** page story *****************/

/* STORY CONTAINER*/

.story h1 { border-bottom: 1px solid #ccc; margin: 0 24px; padding: 6px 0; color: #666; font: 130% Tahoma; font-weight: bold; margin-bottom: 10px; }
.story h2 { font-size: 115%; margin: 5px 24px;}
.story h3 { font-size: 105%; margin: 10px 24px;}
.story p { margin: 3px 0px 10px 10px; line-height: 150%; padding: 0 24px; }
.story ul { margin: 20px 0px 20px 40px; }
.story ul li { margin: 0px 0px 0px 20px; line-height: 110%; }
.story ol { margin: 20px 0px 20px 40px; }
.story ol li { margin: 0px 0px 0px 20px; line-height: 110%; }
.story div { margin-left:5px; }
/*

*/
#containerMAIN {
	clear: none;
	float: none;
	width: 975px;
	margin-top: 5px;
	margin-right: 50%;
	margin-bottom: 0px;
	margin-left: 50%;
	overflow: visible;
	padding: 0px;
}
#logganDIV #fader {
	height: 190px;
	float:left;
	overflow: hidden;
	margin-left: 5px;
	
}
