/* 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: #ffffff;
 	margin: 0;
  	padding: 0;
 	text-align: center;
	height: 100%;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
} 
 
#container {
	position: relative;
	width: 851px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(/images/structure/content.png);
	background-repeat: repeat-y;
	margin-top: 10px;
	/*border: 1px solid red;*/
} 


 
#header {
 	position: relative; 
 	height: 155px; /* IMPORTANT */
	width: 100%;
	background-image: url(/images/structure/header.png);
	background-repeat: no-repeat;
} 

#info_banner {
	position: absolute;
	height: 40px; 
	left: 140px;
	top: 110px;
	z-index: 5;
}

#header_links {
	position: absolute;
	height: 20px; 
	right: 10px;
	top: 135px;
	color: #072b61;
	text-decoration: none;
}

#chamber_logo {
	position: absolute;
	height: 108px;
	width: 841px;
	left: 5px;
	top: 30px;
	z-index: 1;
}

#contact_info {
	position: absolute;
	width: 510px;
	height: 21px;
	right: 10px;
	top: 77px;
	z-index: 15;
	/*border: 1px solid green; */
	text-align: right;
}

#search_box {
	position:absolute;
	width: 192px;
	height: 17px;
	left: 630px;
	top: 20px;	
}

#facebook_like {
	position:absolute;
	width: 292px;
	height: 70px;
	left: 250px;
	top: -5px;	
	z-index: 2;
}

#wrapper { /* Background image for left side should go here if needed - will resize to content - OR can put it in the body style */
 	position: relative;
	width: 851px;	
	/*border: 1px solid blue;*/
	background-image: url(/images/structure/content_interiorbckgrnd.png);
	background-repeat: repeat-y;
} 
#navhome {
	width: 826px;
	height: 225px;
	text-align: center;
	/*border: 1px solid blue;*/
	background-image: url(/images/structure/nav.gif);
	background-repeat: no-repeat;
	color: White;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	background-color: #ffffff;
}

#nav_interior {
	position: relative;
	width: 198px;
	height: 722px;
	/*background-color: #f7f7f7;*/
	float: left;
	margin-top: 20px;
	z-index: 4;

}

#topbar {
	position: relative;
	float: left;
	background-image: url(/images/structure/graybar.gif);
	background-repeat: repeat-x;
	width: 627px;
	height: 19px;
	z-index: 5;
}

#topbar_extend {
	position: relative;
	float: left;
	background-image: url(/images/structure/bluebar.gif);
	background-repeat: repeat-x;
	height: 19px;
	z-index: 5;
	
}

#pagepic {
	position: relative;
	width: 627px;
	height: 186px;
	float: right;
	z-index: 5;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	 background-image: url(/images/structure/bullet.png);
	 background-repeat: no-repeat;
	 background-position: 0 .4em;
	 padding-left: 12px;
	 color: #000;
	 font-size: 11px;
	 font-family: Georgia, "Times New Roman", Times, serif;
	 text-decoration: none;
}

#nav a {
	font-weight: bold;
}

#nav a:link {
	color: #ffffff;
	text-decoration: none;
}

#nav a:visited {
	color: #ffffff;
	text-decoration: none;
}

#nav a:hover {
	color: #ffffff;
	text-decoration: none;
}


#content {
	position: relative;
	width: 841px;
}

#content_interior {
	position: relative;
	width: 627px;
	/*border: 1px solid green;*/
	float: right;
	margin-right: 6px;
	background-color: #ffffff;
	z-index: 5;
}

#media_content {
	width: 841px;
	height: 332px;
}

#slideshow {
     width: 841px;
     height: 332px;
}

#bottom_content {
	width: 821px;
	height: 84px;
	background-color: #ffffff;
	/*border: 1px solid red;*/
}

#ads {
	width: 821px;
	height: 128px;
	background-color: #ffffff;
	/*border: 1px solid red;*/

}

#line_breaker {
	background-image: url(/images/structure/line_breaker.gif);
	background-repeat: repeat-x;
	width: 831px;
	height: 15px;
}

#footer_top {
	width: 100%;
	background-image: url(/images/structure/footer_top.png);
	background-repeat: repeat-x;
	height: 19px;
	position: relative;
}

#footer {
	position: relative;
	text-align: center;
	font-size: 8pt;
	/*border: 2px solid #000;*/
	width: 100%;
	height: auto;
	background-image: url(/images/structure/footer.gif) ;
	background-repeat: repeat;
}

/*Simple styles for clients to use sizes and colors etc.*/


.hlinks {font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; color: #072b61; }
.hlinks:link {font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; color: #072b61; }
.hlinks:hover {font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; color: #9ab7e2;}
.hlinks:visited {font-family: "Times New Roman", Times, serif; font-size: 14px; text-decoration: none; }



.main_text {
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none;
}

.text_highlight, a {
	color: #4c65a1;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #4c65a1;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #4c65a1;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #4c65a1;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}

.links {
	color: #000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a.links:link {
	color: #000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a.links:visited {
	color: #000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a.links:hover {
	color: #000;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

.links_interior {
	color: #000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	cursor: pointer;
}

.links_interior a {
	color: #000;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	cursor: pointer;
}

.interior_headings {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #072b61;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

.pargh_headings {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #072b61;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #072b61;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}


h2 {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #072b61;
	font-weight: bold;
	text-decoration: none;
}


h3 {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #072b61;
	font-weight: bold;
	text-decoration: none;
}

.contact_info {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}

.contact_info a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}


.heading {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-align: left;
	text-decoration: none;
}

.heading a:link {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-align: left;
	text-decoration: none;
}

.heading a:visited {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-align: left;
	text-decoration: none;
}

.heading a:hover {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	text-align: left;
	text-decoration: none;
}

.text_11pt, a {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
	text-decoration: none;
}

.text_12pt {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	text-align: left;
	font-weight: 300;
	text-decoration: underline;
}

.footer_text {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #ffffff; 
	text-align: center;
}

.footer_text a:link {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #ffffff; 
	text-align: center;
}

.footer_text a:visited {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #ffffff; 
	text-align: center;
}

.footer_text a:hover {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #ffffff; 
	text-align: center;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.smaller {
	font-size: 8px;
}

.small {
	font-size: 10px;
}

.big {
	font-size: 16px;
}

.bigger {
	font-size: 18px;
}

.blue {
	color: #0000a0;
}

.red {
	color: #ff0000;
}

.green {
	color: #008000;
}

.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)

*/  

@media print{  /* printer styles */ 
	#nav { /* hide the left column when printing */ 
		display:none;
	} 

}
