
/* CSS Document */
@import "/common.css";

*, .x {												
	border: 0;
	outline: 0;
	margin:0;
	padding:0;
	}
	
body {
color:#9A9A98;
font-weight: normal;
font-style: normal;
text-decoration: none;
font-family: "Tahoma","Arial", "Helvetica", sans-serif;
font-size: 12px;
text-align: center;
margin:0;
padding:0;
}
	
h1, h2, h3, h4, h5, h6 { 
font-weight: bold; 
font-family:"Times New Roman", Times, serif;
 }

h1 {  font-size: 2.50em; 	}
h2 {  font-size: 2.10em; 	}
h3 {  font-size: 1.60em; 	}
h4 {  font-size: 1.30em; 	}
h5 {  font-size: 1.20em; 	}
h6 {  font-size: 1.00em; 	}

/* Common */
.hide	{ display: none;	}
.inline	{ display: inline;	}
.block	{ display: block;	}
.nfloat	{ float: none;		}
.lfloat	{ float: left;		}
.rfloat	{ float: right;		}
.clear	{ clear: both;		}
.lclear	{ clear: left;		}
.rclear	{ clear: right;		}
	
	
a {
color:#bab30a;
text-decoration:underline;
}

a:hover {
color:#bab30a;
text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {
color:#666;
}

p {
line-height:1.40em;
}

/*forms*/

.moduleType_ContactForm .moduleInnerContent
{
float:left;
width:450px;
}

.formRow { 
margin-bottom:5px;
margin-left:5px;
width:450px;
float:left;
}

label {
font-size:12px;
font-weight:bold;
padding:6px 10px 5px 0;
width:220px;
float:left;
display:block;
text-align:right;
}

.dataField {
width:190px;
padding:5px;
font-size:12px;
border:1px solid #bab30a;
float:left;
font-family:"Tahoma", Arial, Helvetica, sans-serif;
}

.checkbox {
border:none;
}

textarea.dataField {
height:100px;
}

.submitButton {
float:right;
margin-right:14px;
font-size:12px;
display:block;
color:#000000;
font-size:14px;
border:1px solid;
padding:3px 30px;
border-color:#aaa #000 #000 #aaa;
} 

#CMSmap {
width:100%;
height:300px;
float:left;
margin:30px 0 30px 0;
}

/* Main containers */
	
div#Holder{
margin: 5px auto 5px auto;
text-align: left;
width:800px;
}

div#LeftCol{
float:left;
width:195px;
text-align:right;
margin:0 5px 0 0;
}

div#LeftCol p{
padding-right:15px;
margin-bottom:10px;
}


	/* tabs */

	div#LeftCol	ul{
	margin:1px 0 50px 0;
	padding:0;
	list-style-type:none;
	display:block;
	width:195px;
	font-size:12px;
	}
	
	div#LeftCol	ul li{
	margin:0;
	padding:0;
	border-bottom:1px dotted #CBC3B8;
	
	}
	
	div#LeftCol	ul li a{
	display:block;
	text-decoration:none;
	color:#9A9A98;
	background:#fff;
	padding:5px 20px 5px 0;
	width:175px;
	font-weight:bold;
	}
	
		div#LeftCol	ul li a:hover{
		background:#BAB30B url(../images/menu_arrow.gif) no-repeat right center;
		color:#fff;
		}
	
		div#LeftCol	ul  li a.selected{
		background:#BAB30B url(../images/menu_arrow.gif) no-repeat right center;
		color:#fff;
		}
	
		div#LeftCol	ul ul{
		margin:1px 0 0 0;
		padding:0;
		list-style-type:none;
		display:block;
		width:195px;
		font-size:11px;
		}
		
		div#LeftCol	ul ul li{
		margin:0;
		padding:0;
		border-bottom:none;
		
		}
		
			div#LeftCol	ul ul li a{
			display:block;
			text-decoration:none;
			color:#9A9A98;
			background:#fff;
			padding:5px 20px 5px 0;
			width:175px;
			font-weight:normal;
			}
	

	div#LeftCol	ul ul li a:hover{
	background:#BAB30B url(../images/menu_arrow.gif) no-repeat 185px center;
	color:#fff;
	}
	
	div#LeftCol	ul  ul li a.selected{
	background:#BAB30B url(../images/menu_arrow.gif) no-repeat 185px center;
	color:#fff;
	}

div#Content{
float:left;
margin-bottom:10px;
width:600px;
}

	div#Content h2, div#Content h3{
	margin:10px 5px 15px 5px;
	padding:0 0 5px 0;
	border-bottom: 1px dotted #CBC3B8;
	}
	
	div#Content p{
	color:#9A9A98;
	padding:0;
	margin:5px 0 20px 5px;
	
	}

	div#ContentCol{
	float:left;
	width:300px;
	margin:0 5px 0 0;
	color:#9A9A98;
	}
	
	* html div#ContentCol{
	width:295px;
	}
	
	
	div#ContentCol .moduleType_Images {
	border-right:5px solid #fff;
	height:350px;
	overflow:hidden;
	}
	
	div#ContentCol .moduleType_Images ul {
	list-style:none;		
	margin:0;
	}
	
	div#ContentCol .moduleType_Images li {
	margin:0;
	}
	
	
	
	div#SubContentCol{
	float:left;
	width:290px;
	}
	
	
	
		div#SubContentCol ul{
		margin:1px 0 20px 0;
		padding:0;
		list-style-type:none;
		display:block;
		}
		
			div#SubContentCol ul li{
			margin:0;
			padding:0;
			border-bottom:1px dotted #CBC3B8;
			}
			
			div#SubContentCol ul li a{
			display:block;
			text-decoration:none;
			color:#9A9A98;
			background:#fff;
			padding:5px;
			
			}
			
			div#SubContentCol ul li a:hover{
			background:#BAB30B;
			color:white;
			}
			
	
	
	div.SubContentFeature{
	float:left;
	width:290px;
	background:#bab30a;
	color:#fff;
	margin-top:3px;
	height:149px;
	}
	
	div.SubContentFeature h3{
	border-bottom:1px dotted #fff !important;
	color:#fff;
	margin:8px 5px 5px 5px !important;
	padding:0 0 4px 0 !important;
	font-weight:bold;
	}
	
	div.SubContentFeature p{
	margin:0 5px 15px 5px !important;
	padding:0;
	color:#fff !important;	
	}
	
	div.SubContentFeature a{
	color:#fff;
	text-decoration:underline;
	}
	
	
	div.SubContentSmallFeature{
	color:#fff;
	background:#ccc2b9;
	width:142px;
	float:left;
	margin-top:6px;
	}	
	
	div.SubContentSmallFeature  p{
	color:#fff !important;
	padding:0;
	margin:0 0 5px 5px !important;
	}
	
	div.SubContentSmallFeature h3{
	color:#fff;
	margin:0 5px 0 5px !important;
	padding:0;
	}
	
	div.SubContentSmallFeature h3 a{
	color:#fff;
	text-decoration:none;
	}
	
	.rightspacing{
	margin-right:6px;
	}
	
	
.SubPageContentImage {
float:left;
width:100%;
}
	
.SubPageContentImage .moduleType_Images {
border-right:5px solid #fff;
height:162px;
overflow:hidden;
}

	

.SubPageContentImage .moduleType_Images ul {
list-style:none;		
margin:0;
}

.SubPageContentImage .moduleType_Images li {
margin:0;
}
	
	
#sectionId_27 ul.gallerylist {
margin:10px 0 20px 5px;
padding:0;
list-style:none;
}

#sectionId_27 ul.gallerylist li{
margin:3px;
padding:0;
display:inline;
float:left;
}

#sectionId_27 ul.gallerylist li a{
padding:0;
display:inline;
float:left;
border:1px solid  #ccc;
}

#sectionId_27 ul.gallerylist li a:hover{
padding:0;
display:inline;
float:left;
border:1px solid #bab30a;
}

#sectionId_27 ul.gallerylist li img{
padding:5px;
background:#f4f4f4;
float:left;
}


	
.Highlight {
color:#bab30a;
font-size:12px;
}



div#Footer {
border-top:8px solid #CBC3B8;
float:left;
width:100%;
padding:5px 0 0 0;
margin:30px 0 0 0;
}

	div#Footer ul{
		margin: 0 ;
		padding:0;
		list-style:none;
		float:left;
		
		}
		
		div#Footer ul li{
		padding:0;
		font-family:Arial, Helvetica, sans-serif;
		display:inline;
		margin:0 6px 0  0; 
		}
		
		
		div#Footer ul li a, #Footer .legals{
		text-decoration:none;
		color:#9A9A98;
		font-size:10px;
		}

div.FooterLogo {
	overflow:hidden;
	float:right;
	display:block;
	width:100px;
	height:30px;
	text-indent:-9000px; 
	background:url(../images/glow_new_media.gif) no-repeat;
	}

	
.moduleType_Downloads ul
{
	list-style-type:none;
	margin-left:1em;
}

.mapbubble .geo
{
	display:none;
}
.mapbubble .directions
{
	display:block;
	margin-top:1em;
}


/*------------------------------ Downloads Articles ------------------------------------*/


ul.articlelist {
list-style:none;
padding:0;
margin:20px;
}


ul.articlelist li{
padding:0;
margin-bottom:10px;
}
