/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, sans-serif;
	color: #333333;
	font-size:10px;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 12px; 
	line-height: 1.5em; 
}

a{
	color: #595231;
	text-decoration: none;
}

a:link{
	color:#7B7B3E; /* #595231;*/
	text-decoration: none;
}

a:visited{
	color: #7B7B3E;
	text-decoration: none;
}

a:hover{
	color: #56562C;
	text-decoration: underline;
}

#headline{
	
	font-weight: bold;
	color: #CCCCCC;	
	padding: 0px;
	width: 100%;
	vertical-align: top;
	border-top: 1px solid #968D46;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	
}

.text-headline {
	
	border-top: 1px solid #333333;
	margin-top: 10px;
	font-weight: bold;
	}

h1{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 16px;
 color:#000000;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 color: #006699;
 margin: 0px;
 padding: 10px;
}

h3{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #334d55;
 margin: 0px;
 padding: 10px 10px 0px 10px;
}

h4{
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 11px;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

.TourPicture {
	border: 1px solid #000000;
}

.TourPictureFrame {
	text-align:center;
	width:50%;
	}

masthead{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	
}

p.articletitle{
	font-size: 12px;
	font-weight: bold;
	}

a.community{

	margin-left: 10px;
	padding: 5px 0px 5px 10px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 10px;
	display: block;
	background-color:#CCCCCC;
	color:#000000;
	}

a.community:hover {

	background-color:#333333;
	text-decoration: none;
	}

#legalBottom{

	margin: 5px 10px 5px 10px;
	width: 100%;
	padding-top: 10px;
	}

	#legalBottom p{
	
		font-size: 9px;
		color:#000000;
		text-align:center;
	}

	#legalBottom p.photos{
	
		font-size: 9px;
		color:#999999;
		text-align:center;
		font-style:italic;
	}
	
#navBar{
	margin: 0px 5px 0px 0px;
	padding: 0px;
	border-top: 0px;
	color: #CCCCCC;
	
}

	#navBar a{
		font-size: 9px;
		text-decoration: none;
		line-height: 2px;
		color: #CCCCCC;
		}
		
	#navBar a:hover{
		color: #968D46;
		text-decoration: underline;
		}


#menuBar{
	
	float: left;
	padding: 0px 10px 0px 10px;
	vertical-align: top;
	width: 230px;
	text-align: left;
}

	/*.menuTD {
		background-position: bottom;
		background-image: url(/images/triangle.jpg);
		background-repeat:no-repeat;
	}*/
	
	#menuBar a.menu{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #666666;
	font-size: 11px;
	text-decoration: none;
	white-space:nowrap;
	display: block;
	color: #FFFFFF;
	margin-left: 10px;
		}
		
	#menuBar a.menu:hover{
		color: #CCCCCC;
		background-color: #666666;
		display: block;
		}
	
	#menuBar a.menuspacer{
	margin: 0px;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px dotted #666666;
	font-size: 11px;
	text-decoration: none;
	white-space:nowrap;
	display: block;
	color: #FFFFFF;
	margin-left: 10px;
		}
			
	#menuBar li.quicklinks {
		list-style-image: url(../images/rightsidebar-bullet.gif);
		}
		
	#menuBar a.quicklinks{
		color: #FFFFFF;
		text-decoration: none;
		}
		
	#menuBar a.quicklinks:hover{
		color: #333333;
		text-decoration: underline;
		}

#sideheadline{
	position: relative;
	text-align: center;
	border-bottom: 1px solid #333333;
	font-size: 70%;
	background-color: #333333;
	color: #CCCCCC;
	font-weight: bold;
	
}

#login{

	width: 100%;
	padding-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#FFFFFF;
	font-size: 65%;
	text-align: center;
	}
	
.menubar-textbox {
	
	background-color: #666666;
	font-size: 90%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #000000;
	}
	
	#login a{
		
		text-decoration: none;
		color:#FFFFFF;
		}
	#login a:hover{
		text-decoration: underline;
		
		}
td.content {

	background-image: url(../images/content-gradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
td.content p{
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:0px;
	color: #000000;

}

td.content li {

	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-size: 10px;
	list-style-image: url(../images/rightsidebar-bullet.gif);
	list-style-position:outside;
	}

	td.content .headline{
	
		font-weight: bold;
		font-size: 11px;
		text-align: center;
		}

	td.content .button {

	border: 1px #333333 solid;
	font-size: 10px;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	background-color:#CCCCCC;
	}

	td.content .textbox {

	border: 1px #333333 solid;
	font-size: 10px;
	color: #000000;
	background-color:#CCCCCC;
	font-family: Verdana, Arial, sans-serif;
	}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
color: #cccccc;
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0 4px 0 0;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	text-align:right;
	padding: 2px 0px 0 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 80%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 10px 10px 0px 0px;
}


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 9px;
	color: #999999;
	padding: 10px 10px 10px 10px;
}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	left: 1px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a {
	display: block;
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
	width: 180px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	position: relative;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a:link,
.relatedLinks a:visited {
	display: block; 
}

/************** #rightsidebar styles **************/


#rightsidebar{
	float:right;
	width: 195px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 20px;
	position: relative;
	}

#rightsidebar li{

	padding: 0px 0px 3px 0px;
	margin: 0px;
	font-size: 10px;
	list-style-image: url(../images/rightsidebar-bullet.gif);
	list-style-position:outside;


}



/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

.sunburst { 	display:block; width:120px; height: 67px; background-image:url(../images/sunburst.png); background-repeat:no-repeat;
				padding:0px; margin:0; }
.sunburst a.big { display:block; font-size: 12px; font-weight:bold; color:#333333; text-decoration:none;
					margin: 0px 0px 0px 0px; padding: 17px 0px 0px 0px; text-align:center; }
.sunburst a.big:hover { color: #006600; text-decoration: underline; }
.suburst a.small { display:block; font-size: 9px; font-weight:normal; color:#333333; text-decoration:none; margin:0; padding:0; text-align:center;}
.sunburst a.small:hover { color: #006600; text-decoration: underline; }