@charset "UTF-8";
/* CSS Document */
/*******************************
	Global Styles
*******************************/
body {
	margin:0px 0px 0px 0px;
	border:none;
	padding:5px 0px 5px 0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#dddddd;
}


/*******************************
	Page Layout
*******************************/
#rounding_div1 {
	width:996px;
	margin:0px auto 0px auto;
	border:solid #cecece 2px;	/* body background color - 15 on each RGB channel */
	padding:0px;
}
#rounding_div2 {
	width:992px;
	margin:0px;
	border:solid #bfbfbf 2px;	/* body background color - 30 on each RGB channel */
	padding:0px;
}
#rounding_div3 {
	width:988px;
	margin:0px;
	border:solid #b0b0b0 2px;	/* body background color - 45 on each RGB channel */
	padding:0px;
}
#rounding_div4 {
	width:984px;
	margin:0px;
	border:solid #a1a1a1 2px;	/* body background color - 45 on each RGB channel */
	padding:0px;
}
#main {
	width:980px;				/* 1000px - (border weight X 2) - (number of rounding divs X 2) */
	padding:0px 0px 0px 0px;
	background-color:#FFFFFF;
	border:solid #929292 2px;	/* body background color - 60 on each RGB channel */
}

/*******************************
	Header
*******************************/
#top_bar {
	height:100px;
	width:inherit;
	color:#cdcabd;
	background-color:#1e4620;
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	/*border-bottom:solid #a1a1a1 2px;  /* This should be the same as the main div's border */
}

#top_tag_line_img {
	position:absolute;
	right:0px;
	top:0px;
}

#top_phone_number {
	position:absolute;
	right:0px;
	bottom:0px;
	padding:0px 15px 3px 0px;
	font-size:14px;
}
a:link {
	color:#cdcabd;		/* The iPhone makes the phone number a link: need to have this so it doesn't turn it blue */
}

/*******************************
	Navigation Button Bar
*******************************/
#nav_bar {
	width:782px;
	position:absolute;
	bottom:0px;
	/*left:108px;*/					/* Starts at edge of logo image */
	left:200px;
	margin-left:25px;
	border-left:solid #555555 1px;
	color:#050505;
}
.nav_LinkButton {
	width:95px;				/* ((nav_bar width / 7) - border-right weight) */
	float:left;
	height:26px;				/* !! change this a you must change nav_LinkButton a:link height */
	color:#050505;
	border:#00000;
	border-right:solid #555555 1px;
	background:url(images/menuButton.gif);
	text-align:center;
}
.nav_LinkButton a:link, a:visited {
	display:block;
	width:100%;
	height:20px;			/* nav_LinkButton height - padding-top */
	padding-top:6px;
	text-decoration:none;
	color:#050505;
}
.nav_LinkButton a:hover {
	background:url(images/menuButtonHover.gif);
}
.nav_DropdownButton {
	float:left; 
	border:0px; 
	margin:0px;
	padding:0px;
}
.nav_DropdownButton dt {
	width:95px; 			/* Same as nav_LinkButton */
	height:20px;			/* nav_LinkButton height - padding-top */
	border-right:1px solid #555555; 
	padding-top:6px; 
	text-align:center; 
	cursor:pointer; 
	background:url(images/menuButton.gif)
}
.nav_DropdownButton dt:hover {
	background:url(images/menuButtonHover.gif)
}
.nav_DropdownButton dd {
	position:absolute; 
	overflow:hidden; 
	width:208px; 
	display:none; 
	z-index:200;
	background:#FFFFFF;  /* Not sure I need this */
	opacity:0; 
	margin:0px 0px 0px -2px;
}
.nav_DropdownButton ul {
	width:204px; 
	border:2px solid #a1a1a1; 
	list-style:none; 
	border-top:2px; 
	padding:0px; 
	margin:0px;
}
.nav_DropdownButton li {
	display:inline;
}
.nav_DropdownButton a, .dropdown a:active, .dropdown a:visited {
	display:block; 
	padding:5px; 
	color:#333; 
	text-decoration:none; 
	background:#eeeeee;
	width:194px; 
	border-bottom:1px solid #a1a1a1;
}
.nav_DropdownButton a:hover {
	background:#9bd59e;
	color:#000
}
.nav_DropdownButton .no_underline {
	border-bottom:none;
}

/*******************************
	Page Content Section
*******************************/
#the_content {
	margin:20px;
	color:#2A2A2A;
}

#the_content h1 {
	font-size:18px;
	font-weight:bold;
	margin:8px 0px 8px 0px;
}
#the_content h2 {
	font-size:16px;
	font-weight:bold;
	margin:8px 0px 8px 0px;
}
#the_content h3 {
	font-size:14px;
	font-weight:bold;
	color:#113811;
	margin:8px 0px 8px 0px;
}
#the_content h4 {
	font-size:12px;
	font-weight:bold;
}
#the_content p {
	font-size:12px;
}
#the_content a {
	display:inline;
}
#the_content a:link {
	color:#2A2A2A;
	text-decoration:underline;
}
#the_content a:visited {
	color:#2A2A2A;
	text-decoration:underline;
}
#the_content a:hover {
	color:#2A2A2A;
	text-decoration:none;
}
#firstText {
	padding-top:15px;
}
.bcs_strong {
	color:#113811; 
	font-weight:bold;
}

/*******************************
	Footer
*******************************/
#footer {
	background-color:#1e4620; 
	height:60px; 
	padding:10px 15px 0px 15px;
	margin:30px 0px 0px 0px;
	color:#cdcabd;
}
#footer a:link {
	color:#cdcadb;
	text-decoration:none;
}	
#footer a:hover {
	text-decoration:underline;
}