html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin : 0; 
	padding : 0; 
	border : 0; 
	outline : 0; 
	vertical-align : baseline; 
	background : transparent; 
} 

body { 
	line-height : 1; 
} 

ol, ul { 
	list-style : none; 
} 

:focus { 
	outline : 0; 
} 

ins { 
	text-decoration : none; 
} 

del { 
	text-decoration : line-through; 
} 

table { 
	border-collapse : collapse; 
	border-spacing : 0; 
}

a:link {
	text-decoration: underline;
	color:#fff;
}
a:visited {
	text-decoration: underline;
	color:#fff;
}
a:hover {
	text-decoration: underline;
	color:#ddd;
}
a:active {
	text-decoration: underline;
	color:#fff;
}

/* core css */
body { 
	background : url(images/bg.jpg) repeat-x; 
	font-size : 62.5%; 
	font-family : arial; 
	color : #fff; 
	margin : 0; 
	padding : 0; 
	height : 100%; 
} 

h1 { 
	font : 1.8em arial;
	color : #fff; 
	margin : 0 0 15px 0; 
	padding : 0; 
} 

h2 { 
	font : 1.3em arial;
	color : #ffad39;
	font-weight : bold;
	margin : 0; 
	padding : 0 0 8px 0; 
} 

h5 { 
	font : 1.0em arial;
	color : #ffad39;
	font-weight : bold;
	margin : 0; 
	padding : 0 0 8px 0; 
} 

h3 { 
	font : 1.3em Georgia, serif; 
	color : #000; 
	margin : 0; 
	padding : 0 0 8px 0; 
} 


/* navBox titles */
h4 { 
	font : 1.0em arial;
	color : #fff; 
	margin : 0; 
	padding : 3px 0 0 10px; 
	letter-spacing : 1px;
	font-weight : bold;
} 

/* Lists */
#list {
	list-style: circle;
	margin: 10px 10px 10px 30px;
	padding: 0px;
}

#list li {
	margin-left: 20px;
}

#list li a {
	padding: 0 0 0 0px;
}

#list li a:hover {
	text-decoration: none;
}
/* end Lists */


#container { 
	margin-left : auto; 
	margin-right : auto; 
	padding-bottom : 0px;
	width : 800px; 
	height : 100%; 
	background-color : #fff; 
	display : table;
} 

#header { 
	background-color : #fff;
	width : 800px; 
	height : 115px; 
	margin : 0; 
} 

#logo {
	padding : 15px;
}

/* navtabs */
#navTabs { 
	width : 100%; 
	height : 30px; 
	float : left; 
	font-size : 1.2em; 
	font-weight : bold; 
	text-align : left; 
	letter-spacing : 1px;
} 

#navTabs ul { 
	list-style-type : none; 
	height : 30px;
} 

#navTabs ul li { 
	float : left; 
	text-align : center; 
	margin-left : 4px;
	margin-right : 4px;
	height : 30px;
} 

#navTabs li > ul { 
	top : auto; 
	left : auto; 
} 

#navTabs li:hover ul, 
#navTabs li.over ul { 
	display : block; 
} 

#navTabs a:link, 
#navTabs a:visited, 
#navTabs a:hover, 
#navTabs a:active { 
	font-family : arial; 
	line-height : 30px;
	height : 30px; 
	padding : 7px 18px 8px 18px;
	margin : auto; 
	background : url(images/navTabBg.jpg) repeat-x #a0a0a0;
	text-decoration : none; 
	color : #333; 
	border : 1px solid #a0a0a0;
	border-bottom : none;
} 

#navTabs li:hover a:link, 
#navTabs li:hover a:visited, 
#navTabs li:hover a:hover, 
#navTabs li:hover a:active, 
#navTabs li.over a:link, 
#navTabs li.over a:visited, 
#navTabs li.over a:hover, 
#navTabs li.over a:active, 
#navTabs a:hover { 
	color : #eee;
} 

#main { 
	width : 800px;
	height : 100%;
	margin : 0; 
	padding : 0 0 50px 0; 
	float : left; 
	font-size : 1.3em; 
	line-height : 1.7em; 
	background-color : #666;
	border-top : 1px solid #bcbcbc;
} 

#spacer {
	width : 800px;
	height : 15px;
	float : left; 
	background-color : #666;
	border-top : 1px solid #bcbcbc;
}

#banner { 
	width : 800px; 
	height : 227px;
	float : left; 
	font-size : 1.3em; 
	line-height : 1.7em; 
	background-color : #666;
	border-top : 1px solid #bcbcbc;
	border-bottom : 1px solid #bcbcbc;
} 

#mainImage {
	width : 300px;
	height : 227px;
	float : left;
}

/* navBox links */
#navLinks { 
	width : 125px;
	float : left; 
	font-size : 0.9em; 
	text-align : left; 
} 

#navLinks ul { 
	list-style-type : none; 
	margin : 10px 0 0 8px;
} 

#navLinks ul li { 
	line-height : 20px;
} 

#navLinks li > ul { 
	top : auto; 
	left : auto; 
} 

#navLinks li:hover ul, 
#navLinks li.over ul { 
	display : block; 
} 

#navLinks a:link, 
#navLinks a:visited, 
#navLinks a:hover, 
#navLinks a:active { 
	font-family : arial; 
	text-decoration : none; 
	color : #fff; 

} 

#navLinks li:hover a:link, 
#navLinks li:hover a:visited, 
#navLinks li:hover a:hover, 
#navLinks li:hover a:active, 
#navLinks li.over a:link, 
#navLinks li.over a:visited, 
#navLinks li.over a:hover, 
#navLinks li.over a:active, 
#navLinks a:hover { 
	color : #fff;
	text-decoration : underline;
} 

#navCommunity {
	width : 125px;
	height : 227px;
	background-color : #336699;
	float : left; 
}

#navCommunity img {
	padding : 5px;
}

#navBusiness {
	width : 125px;
	height : 227px;
	background-color : #bb5500;
	float : left; 
}

#navBusiness img {
	padding : 5px;
}

#navCalendar {
	width : 125px;
	height : 227px;
	background-color : #013240;
	float : left; 
}

#navCalendar img {
	padding : 5px;
}

#navChamber {
	width : 125px;
	height : 227px;
	background-color : #299f42;
	float : left; 
}

#navChamber img {
	padding : 5px;
}

.maintable {
	float: left;
	width: 940px;
}

#content 
{
	width: 760px;
	height : 100%;
	padding : 20px 20px 20px 20px;
	float : left; 
	font-size : 1.3em; 
	line-height : 1.7em; 
	background-color : #666;
}

#content2 {
	font-size : 1.3em; 
	line-height : 1.7em; 
	float: left;

}
/* one column layout */
#oneColItem {
	width : 740px; 
	float : left; 
	display : table;
	padding : 20px 0 20px 0;
}

#oneColText {
	display : inline;
	float : left;
	width : 740px;
}

/* two column layout */
#twoColItem {
	width : 740px; 
	float : left; 
	display : table;
	padding : 25px 0 25px 0;
}

#twoColText {
	float : left;
	width : 480px;
}

#twoColImg {
	float : right;
	margin-top : -20px;
	border : 1px solid #fff;
}

.dashed { 
	border-bottom : 1px dashed #7a7a7a;
} 

.italic {
	font-style : italic;
	font-size : 0.9em;
}

.orangeBold {
	color : #ff9933;
	font-weight : bold;
}

#content td {
	padding : 5px;
}
#footerContainer { 
	width : 800px; 
	margin : 0; 
	padding : 0; 
	background : #3b3c41 url(images/footerBg.jpg) repeat-x top left; 
	border-top : 6px solid #000; 
	float : left; 
	text-align : left; 
	line-height : 1.7em; 
	font-size : 1.1em; 
	color : #a0a0a0; 
} 

#footer { 
	margin : 0; 
	padding : 15px 50px 30px 50px; 
	float : left; 
} 

#footer a { 
	text-decoration : none; 
	margin : 0; 
	padding : 0; 
	color : #a0a0a0; 
} 

#footer a:hover { 
	text-decoration : underline; 
} 

.footerBorder { 
	border-right : 1px solid #464646; 
}

.noline 
{text-decoration:none;
}

#sponsor { 
	float:left;
	padding-left: 1px;
} 

#ad_banner {
	display: table;
	float: left;
	width:800px;
	height: 134px;
	background-color:#bcbcbc;
	text-align:center;
}

#ad_banner p {
	text-align:left;
	padding:5px 5px 0 5px;
	color:#323232;
	font-size: .8em

}

#ad_banner img {
	padding-top:5px;
}

#chamberLogo {
	float:left;
	display:table;
	width: 304px;
}

#socialNetworking {
	display:table;
	float:right;
	width:125px;
	padding-top:10px;
}