/************************************************/
/* CentennialRadon.com                          */
/* styles_global_all.css                        */
/* Rev. 1.07 - 2008-01-26 - AT                  */
/* Wildfire Design, LLC www.wildfiredesign.com  */
/************************************************/

/************** HTML tag styles ****************/ 

body {
	font-family: Arial,sans-serif;
	font-size: 14px;
	color: white;
	line-height: 1.166;	
	margin: 0px;
	padding: 0 0 0 0;
	background-color: #2c2c2c; 
	text-align: center;
}

h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
}

h3 {
	padding-bottom: 10px;
	font-size: 20px;
	text-transform: uppercase;
	color: 393939;
	margin-bottom: 3px;
	color: #CCCCCC;
	text-transform: lowercase;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: 24px;
	color: #cccccc;
	margin-bottom: 15px;
}

h3 {
	color: #CCCCCC;
	text-transform: lowercase;
}

hr {
	height: 1px;
	color: slategray;
}

img.left{
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

img.right {
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
}

a:link, 
a:visited, 
a:hover {
	color: white;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

#mainContent a:link, 
#mainContent a:visited, 
#mainContent a:hover {
	color: lightblue;
	text-decoration: none;
}




/************** #layout divs *******************/

#wrapper {
	/* 
	This wrapper's sole purpose is to create the 3-pixel borders on the left and right.
	The border-effect is achieved by repeating the 1x3 pixel GIF and placing it
	underneath the #container, while specifying a 3-pixel padding left and right.
	This makes the background peek from underneath the #container. Keep in mind that
	this requires that the width of the #container is a factor of the width of the desired
	border (3 pixels).	
	*/
}

#container {
}

#header {
}

#masthead {
}

#contentArea {
}

#mainContent {
text-align:
}



/************** #navigation styles ***************/

#primaryNav {
	color: black;
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	font-weight: normal;
	background: none;
	position: relative;
	z-index: 7;
	margin-top: 0px;
	left: 0;	
	top: 0;
	text-transform: uppercase;
	text-align:left;
	padding-top: 5px;
padding-bottom: 5px;
}

#primaryNav ul li a:visited, #primaryNav ul li a:hover, #primaryNav ul li a {
	color: black;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}

#primaryNav ul li a:hover {
	text-decoration: underline;
	color: black;
}

#primaryNav ul { 
	margin:0;
	margin-bottom:0px;
	padding:0;
	list-style:none;
}

#primaryNav li {
	margin:0;
	padding: 0px 2px 4px 6px;
	background:url(images/layout/top_nav_bar_bg.gif) 0 0 no-repeat;
	display:inline;
}

#primaryNav li.first { 
	background: none;
	position: absolute;
	z-index: 7;
	margin-top: -11px;
	right: 100px;	
	top: 103px;
}

#secondaryNav {
	width: 135px;
	float: left;
	padding: 75px 15px 15px 20px;
	font-size: 11px;
	color: #965732;
	overflow: hidden;
	display: none;

}

/************* footnote styles ***************/

.footnoteRef {
	font-size:8px;
	vertical-align: top;
}

.footnote {

}

#footnotes {
	font-size: 10px;	
	border-top-width: 1px;
	border-top-color: slategray;
	border-top-style: solid;
	margin-top: 15px;
}

/************* #footer styles ***************/

#footerWrapper {
	clear: both;
	border: none;
	padding: 0;
	text-align: center;
	width: 744px;
	overflow: hidden;
	margin: 0 auto;
	background-image: url(images/layout/footer_gradient.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: green;
	/* border-top: 1px solid rgb(113,113,113); */
	border: 1px solid black;
}

#footerWrapper .divider {
	height: 30px;
	background-image: url(images/layout/bottom_gradient_bar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#footerContent {
	width: 744px;
	margin: 0 auto 0;
}

#legal {

font-family: "arial narrow", verdana;
	padding: 0 25px 15px 30px;
	color: rgb(164,164,164);
	font-size: 9px;
	margin-top: -20px;
	text-decoration: none;
	float: right;
	text-transform: uppercase;
}

/************** #sidebar styles **************/

#sidebar {
	float: left;
	margin: 25px 0 0 0;
	width: 160px;
	margin: 0;
	padding: 0;
}

/************** Custom Styles ************/

.contentBox {

	background-color: #484848;

}

.contentBox ul {
	margin:0;
	margin-bottom:0px;
	padding-left:20px;
	list-style:circle;
}

.contentBox li {


}

.dropDivs {
	display:none;
	margin: 20px 0 20px 20px;
}

.contentBox {
	width: 250px;
	text-align: left;
}