/* CSS Template for [Company/Organization] */

/* all sytles should be structured as follows:
******************************************
call (descriptive element names are required) { / comments for what the call is used for if the call doesnt explain enough (eg. .nav p { \* paragraph style for copy in the nav area *\) /
	position: value;
	flaot: value; / if aplicable /
	width: value; / plese use px if possible only use % if under 100%/
	height: value; / please use px if possible and if height is absolutely neccisary please comment behind with IMPORTANT, otherwise omit /
	background: color image repat position;
	color: value;
	font-family: value;
	font-size: value; / please use pt or em if possible or size types like "small", "larger", "x-small", etc. /
	font-whatever: value; / all other font styles /
	margin: top-value right-value bottom-value left-value;
	padding: top-value right-value bottom-value left-value;
	text-whatever: value;
	display: value;
	border: width style color;
	any other styles...
}	
******************************************
if possible please use #hhh; for colors */

html, body {
	background-color: #FFF;
 	margin: 0;
  	padding: 0;
 	text-align: center;
} 
 #top {
	height: 13px;
	background : url(/images/structure/top_back.gif);
	margin-bottom: 15px;
}

#bottom {
	height:13px;
	background : url(/images/structure/bottom_back.gif);
	margin-top: 0px;
}
 
#container {
	position: relative;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000;
} 

#container_properties {
	position: relative;
	width: 850px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000;
} 

#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
 	text-align: left; 
	width: 100%;
} 
 
#header {
 	height: 250px; /* IMPORTANT */
	width: 100%;
} 

#bluebar {
	height: 19px;
	margin-top: 3px;
	margin-bottom: 3px;
	background : #4780A8;
}
 
#nav {
	position: relative;
	float: left;
	width: 200px;
	padding: 0px;
}

#nav  a {
	font-weight: bold;
	display: block;
	font-size: 13px;
	text-decoration: none;
	padding: 2px;
}

#nav  a:link {
	color: #FFF;
}

#nav  a:visited {
	color: #FFF;
}

#nav  a:hover {
	color: #EEE8AA;
}

.links1 {
	background : #00924E;
}

.linksbusinessresources, .linkstransportation {
	background : #4779A8;
}

.number1 {
	background : #00924E;
	padding: 5px;
	vertical-align : top;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.number2 {
	background : #4779A8;
	padding: 5px;
	vertical-align : top;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

.sub1 {
	background : #3CB371;
	padding: 0px;
	margin: 0px;
}

.sub2 {
	background : #91AFCB;
	padding: 0px;
	margin: 0px;
}

.sub2 a, sub1 a {
	border-top: 1px solid #FFF;
	padding: 0px;
	margin: 0px;
}

.links {
	background : #A4A4A4;
}

#maincol {
	width: 100%;
}

#content {
	width: 586px;
	position: relative;
	float: right;
	padding : 5px 5px 0px 5px;
	background : #CCCCCC;
	color : #1d5278;
}

#content_properties {
	width: 636px;
	position: relative;
	float: right;
	padding : 5px 5px 0px 5px;
	background : #CCCCCC;
	color : #4779A8;
}

#content a:link {
	color : #36668D;
}

#content a:visited {
	color : #36668D;
}

#content a:hover {
	color : #4169E1;
}

.industry_bgrow {
	background: #616161;
	color: #ffffff;
}

.industry_subheader {
	background: #000000;
	color: #ffffff;
	font-weight: bold;
}

#footer{
	text-align: center;
	font-size: 11px;
	width: 100%;
	margin-bottom: 5px;
}

#footer_nav {
	height: 80px;
	width: 100%;
	background : url(/images/structure/bottom_body_back.gif) repeat-x top;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: bold;
	color : #4779A8;
	font-size: 11px;
	border: 1px solid #FFF;
}

#footer_nav a {
	margin-left: 6px;
}

#footer_nav a:link {
	color : #4779A8;
	text-decoration: none;
}

#footer_nav a:visited {
	color : #4779A8;
	text-decoration: none;
}

#footer_nav a:hover {
	color : #DAA520;
	text-decoration: underline;
}

#contact {
	position: absolute;
	bottom: 103px;
	left: 5px;
	color : #4779A8;
	font-weight: bold;
}

#contact_info {
	display: none;
}

hr {
	color: #4779A8;
}

.county_div {
	text-align: center;
	margin-bottom: 10px;
}

.county_div .county_contact TD{
	font-size: 13px;
	font-weight: bold;
}

.caption {
	font-size: 11px;
}

.bottom_pics IMG {
	margin: 3px;
}
/*Simple styles for clients to use sizes and colors etc.*/

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #00924E;
}

.yellow {
	color: #ffff00;
}


/* Other style names that may be used include:

1) horiz-nav - if nav needs to be a horizontile navigation
2) base-nav - if nav needs to be text links near the copyright
3) copyright - if the style needs to be different from other elements in the footer - usually used in a span within the footer div
4) something_something where there would be additional styles for sectioned layouts where the peacies fit togeather but are in seperate divs (eg. nav_top, nav_bottom or header_left, header_right etc.)
5) something_something where there would be user defined changes through either navigation or selection (eg. header_0, header_1, header_2)

*/ 

 
/* Float containers fix:
   http://www.csscreator.com/attributes/containedfloat.php */ 
.clearfix:after {
 	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
 }
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 
	
	#county_logos {
		display:none;
	} 
	
	#header_bottom {
		display: none;
	}
	
	.bottom_pics {
		display: none;
	}
	
	#footer_nav {
		display: none;
	}
	
	#contact {
		display: none;
	}
	
	#contact_info {
		display: inline;
	}

	#maincol {
		width:100%;
		float:none;
	}
	
	
}