BODY {	
		background-color: #fff; 
		color: #000;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 62.5%;
		margin-top: 0px;
		min-width: 960px;
}

a { 
		color: #0092d4;
		text-decoration: none;	
}


strong	{
	color: #FBAF5D;
	margin-left: 5px;
}

.spacer	{
		width: 100%;
		height: 100%;
		text-indent: -9999em;
}

#wrap	{
		background-image: url(_assets/img/bg.jpg);
		background-position: right;
		background-repeat: repeat-y;
}

#wrap-inner	{
		background-image: url(_assets/img/coaster.jpg);
		background-position: -4% 100%;
		background-repeat: no-repeat;
}

#header 	{		
		height: 80px;
		width: 100%;
		background-image: url(_assets/img/photos.jpg);
}

#infobar	{
		background-color: #fbaf5d;
		background-image: url(_assets/img/logoswoosh.jpg);
		background-position: 0% 10%;
		background-repeat: no-repeat;
		color: #fff;		
		height: 40px;	
		margin-top: 1px;	
		width: 100%;		
}

#main-body	{
	float: right;
	width: 78%;
}

#content	{
	float: left;
	width: 73%;
}

#sidebar	{
	float: left;
	width: 210px;	
}

#sidebar-2	{
	float: right;
	width: 200px;	
}

#footer	{	
	background: white;
	clear: both;		
}

#main-info	{	
	clear: left;
	float: left;
	margin: 0px;
	width: 77%
}

#login	{
	border-right: 1px solid #fff;
	float: right;
	font-size: 1.6em;			
	line-height: 17px;
	position: relative;	
	text-align: center;
	top:2px;
	width: 29%;
}

#login a, strong	{
	color: #fff;
}


#weather	{
	background-image: url(_assets/img/sunny.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;	
	border-right: 1px solid #fff;
	float: left;
	height: 36px;
	margin-left: 205px;
	position: relative;
	top:2px;
	width: 240px;
}

#temp	{
	float: left;
	font-size: 3.6em;	
	height: 40px;	
	line-height: 37px;
	margin-left: 40px;
}

#RightNow	{
	float: left;
	font-size: 1.6em;		
	margin: 0 0 0 10px;
	text-align: center;
}

#search{
	float: right;
	font-size: 1.6em;		
	height: 36px;	
	line-height: 17px;
	margin-left: 1%;
	position: relative;	
	text-align: left;
	top:2px;
	width: 21%;
}

#search strong	{
	float: left;
	margin-top: 10px;
}

#SearchField	{
	color: #999;
	float: left;
	margin: 7px 0 0 10px;
	width: 63%;
}

#sidebar-2 img	{
	margin: 20px 0 10px 13px;
}

#sidebar h1		{
	color: #0092d4;
	font-size: 2.4em;
	font-weight: bold;
	margin-left: 5px;
}

#sidebar h2		{
	color: #fbaf5d;
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 5px;
}

.bar2	{
	background-color: #2e98be;
	float: right;
	height: 5px;
	margin-bottom: 8px;
	width: 96%;
}

#byhop	{
	float: left;
	margin: 10px 0 0 4%;
}

#copyright	{
	float: left;	
	line-height: 15px;
	margin: 10px 0 15px 10px;
}

#copyright	a	{
	color: #FBAF5D;
	text-decoration: none;
}

#sitemap	{
	float: right;
	font-size: 1.2em;		
	line-height: 20px;
	margin: 3px 1% 15px 0;
}

#sitemap	a	{
	color: #0092d4;
	border-right:1px solid;
	padding: 0 .8em;
	text-decoration: none;
}

#sitemap a:last-child	{
	border-right:0px solid;	
}

#left	{
	float: left;
}

#chamberNews	{
	height: 225px;
	margin: 10px 0 0 10px;
	width: 95%;
}

#chamberNewsNav	{
	background: #fff url(_assets/img/nav_bg.gif) repeat-x bottom left;
	float: left;
	margin-left: 0px;
	padding: 10px 0 0 0px;
	font-weight: bold;
	width: 99%;	
}

#chamberNewsNav li	{
	float: left;
	margin: 0 1px 0 10px;
	padding: 0;
	font-size: 1.2em;
}

;#chamberNewsNav a	{
;	background: url(_assets/img/troff.gif) no-repeat top right;
;	border-left: 1px solid #ccc;
;	color: #fff;
;	display: block;
;	float: left;
;	margin: 0;
;	padding: 3px 7px;
;	text-decoration: none;
;}

;#chamberNewsNav a:hover {
;	background: url(_assets/img/tron.gif) no-repeat top right;
;	border-left: 1px solid #ccc;
;	color: #0092d4;
;	padding-bottom:3px;
;	border-color: #ccc;
;}


.idleLink	{
	background: url(_assets/img/troff.gif) no-repeat top right;
	border-left: 1px solid #ccc;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 7px;
	text-decoration: none;
}

.idleLink:hover {
	background: url(_assets/img/tron.gif) no-repeat top right;
	border-left: 1px solid #ccc;
	color: #0092d4;
	padding-bottom:3px;
	border-color: #ccc;
}

.activeLink {
	background: #0092d4 url(_assets/img/tron.gif) no-repeat top right;
	border-left: 1px solid #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 3px 7px;
	text-decoration: none;
	border-left: 1px solid #ccc;
	color: #0092d4;
}

;body#intro #story-one a {
;	background: #0092d4 url(_assets/img/tron.gif) no-repeat top right;
;	border-left: 1px solid #ccc;
;	color: #0092d4;
;	padding-bottom:4px;
;}

#ChamberNewsWrapper	{
	background: url(_assets/img/blcorner.gif) no-repeat bottom left;
	clear: left;	
	height: 200px;
}

.ChamberNewsWrapper2	{
	background: url(_assets/img/brcorner2.gif) no-repeat bottom right;
	height: 200px;
	width: 99%;
	float: right;
}

#ChamberNewsWrapper img	{
	border: 1px solid #0092d4;
}

#ChamberNewsWrapper strong	{
	color: #FBAF5D;
	margin-left: 5px;
}

#ChamberNewsWrapper h1	{
	color: #0092d4;
	font-size: 1.6em;
	font-weight: bolder;
}

#ChamberNewsWrapper p	{
	font-size: 1.2em;
	margin-top: 10px;
	text-align: left;	
}

.story_image	{
	float: left;
	height: 100%;
	padding: 12px 15px 0 5px;
}

.story	{	
	background: url(_assets/img/trcorner.gif) no-repeat top right;
	margin-top: -1px;
	padding: 11px 20px 0 0;
}

#eventad	{
	background: url(_assets/img/adleft.gif) no-repeat top left;
	height: 175px;
	margin: 10px 0 0 10px;
	text-align: center;
	width: 95%;
}

#eventad2	{
	background: url(_assets/img/adright.gif) no-repeat top right;
	height: 175px;
	width: 98%;
	float: right;
}

#eventad img	{
	margin-top: -5px;
}

#headlines	{
	background: url(_assets/img/brcorner.gif) no-repeat bottom right;
	float: left;
	margin: 40px 0 0 10px;
	padding-right: 1%;
	width: 94%;
}

#headlines2	{
	background: url(_assets/img/tlcorner.gif) no-repeat top left;
	float: left;
}

#headlines h1 {
	background-color: white;
	color: #fbaf5d;
	font-size: 3em;
	font-weight: bold;	
	margin: -17px 0 0 25px;
	text-align: left;
	width: 228px;
}

#headlines h2 {
	color: #0092d4;
	font-size: 1.4em;
	font-weight: bold;
	margin: 20px 0 0 27px;
	text-align: left;
	text-decoration: none;
}

#headlines p {
	border-bottom: 1px solid #0092d4;
	font-size: 1.2em;
	margin: 5px 17px 0 55px;
	padding-bottom: 10px;
	text-align: left;
}

#headlines a {
	color: #0092d4;
	text-decoration: none;
}

#headlines p strong a {
	color: #FBAF5D;
	text-decoration: none;
}

#headlines	h3 {
	color: #0092d4;
	float: right;
	font-size: 1.2em;
	padding: 19px;
	
}

#press	{	
	margin: 15px 20px 0 0;
}

#headlines em	{
	float: right;
	margin-bottom: 20px;
}

#spacer	{
	clear: left;
	height: 50px;
	text-indent: -9999em;
}

#accordian	{
	float: left;
	margin: -23px 0 30px 5px;
}

.topNav	{
	background: #e8f5fb url(_assets/img/nav/top.gif) no-repeat top left;
	border-bottom: 1px solid #0092d4;
	padding: 4px 8px;
	width: 179px;
	color: #0092d4;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.topNav a	{
	color: #0092d4;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

.midNav {
	background: #fff url(_assets/img/nav/mid.gif) repeat-x bottom left;
	border: 1px solid #0092d4;
	padding: 4px 8px;
	width: 177px;
	color: #0092d4;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.midNav a {
	color: #0092d4;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

.bottomNav {
	background: #fff url(_assets/img/nav/bottom.gif) repeat-x bottom left;
	border-top: 1px solid #0092d4;
	padding: 4px 8px;
	width: 179px;
	color: #0092d4;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

.bottomNav a {
	color: #0092d4;
	font-weight: bold;
	text-decoration: none;
}

.navContent	{
	background-color: #73c3e7;
	border-left: 1px solid #0092d4;
	border-right: 1px solid #0092d4;
	text-align: center;
	width: 193px;	
}	

.navContent a	{
	border-bottom: 1px solid #fff;
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: auto auto;
	padding: 3px;
	text-decoration: none;	
	width: 170px;
}	

.navContent2	{
	background-color: #73c3e7;
	border-left: 1px solid #0092d4;
	border-right: 1px solid #0092d4;
	text-align: center;
	width: 193px;	
}	

.navContent2 a	{
	color: #fff;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: auto auto;
	padding: 3px;
	text-decoration: none;	
	width: 170px;
}	

#cal_top	{	
	background: url(_assets/img/caltop.gif) no-repeat top left;
	height: 50px;
	margin: 20px auto 0 auto;	
	width: 176px;
}

#cal_month	{
	color: #fbaf5d;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	margin: 5px;
}

#cal_month p	{
	color: #0092d4;
}

#prevMonthLink {
	cursor: pointer;
}

#nextMonthLink {
	cursor: pointer;
}

#cal_num	{
	color: #0092d4;
	float: right;
	font-size: 4.6em;	
	line-height: 37px;
	margin: 8px 5px 5px 5px;
}

#grid	{
	background-color: #73c3e7;
	border: 1px solid #0092d4;
	color: #fff;
	height: 140px;
	margin: auto auto;	
	width: 174px;
}

#cal_bottom	{	
	background: url(_assets/img/calbottom.gif) no-repeat bottom left;
	font-size: 1.1em;
	font-weight: bold;
	margin: auto auto;	
	width: 176px;
}

#cal_bottom p	{
	color: #fbaf5d;	
}

#event_datebox	{
	color: #0092d4;
	padding: 5px;
}

#event_datebox h1	{
	color: #0092d4;
	margin-top: 5px;
}

#event_dates	{
	color: #fbaf5d;
	margin-left: 15px;
	width: 150px;	
}

#event_dates h2	{
	color: #0092d4;
	margin-left: 15px;
}

#grid table	{
	margin-top: 0px;
	width: 175px;
}

#grid td	{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	height: 20px;
	width: 25px;
	padding-right: 3px;
}

#last	{
	border-right: 0px !Important;
}

#week_days td	{
	font-size: 1.2em;
	font-weight: bold;
	padding-right: 0px !Important;
	text-align: center;
	text-transform: uppercase;	
}

#numbers	{
	text-align: right;
	vertical-align: text-top;
}

#numbers_last td	{
	border-bottom: 0px;
}

.normal_event	{
	background-color: #0092d4;
}

.urgent_event	{
	background-color: #fbaf5d;
}

#numbers	{
	text-align: right;
	vertical-align: text-top;
}

#numbers_last td	{
	border-bottom: 0px;
}

.normal_event	{
	background-color: #0092d4;
	cursor: pointer;
}

.urgent_event	{
	background-color: #fbaf5d;
}

.headline {
	color:#0092d4;
	font-size:1.4em;
	font-weight:bold;
	margin: 20px 0 20px 0;
}

.headlineMed {
	color:#0092d4;
	font-size:1.2em;
	font-weight:bold;
	margin: 5px 0 5px -5px;
}

.headlineSubCaption {
	color: black;
	font-size: .6em;
	font-style: italic;
	margin-left: 6px;
}

.articleType {
	color: black;
	font-size: 1.4em;
	line-height: 1.3em;
	padding: 12px;
	text-align: justify;
}

.articleType img {
	border: 1px solid #0092D4;
	float: right;
	margin: 0 0 5px 17px;
}

.alphaLinks {
	color: #fcaf5d;
	font-size: 1.3em;
	font-weight: bolder;
	text-align: center;
	vertical-align: top;
}


.alphaLinks A {
	color: #0092d4;
	text-decoration: underline;
	font-weight:normal;
	text-decoration: none;
}

.alphaBig {
	font-size: 18px;
	font-weight: bold;
}

.emailLink {
	text-decoration: none;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 15px;
	text-align: center;
	vertical-align: top;
	color: #000050;
	font-weight:normal;
}

.emailLink:hover {
	font-size: 15px;
	color: #fcd5aa;
	text-decoration: underline;
	font-weight:normal;
}

.memberList {
	color : #2f2f2f;
	font-size: 1.6em;
	line-height: 20px;
	padding: 5px;
}

.memberBusName {
	border-bottom: solid 1px #0092D4;
	color : #2f2f2f;
	font-size: 1.4em;
	font-weight: bolder;
	margin-bottom: 5px;
	padding-bottom: 4px;	
}

.memberList p {
	margin-left: 20px;
}

.memberI1 {
	background-color: #fff6ef;
	margin-top: 20px;
	padding: 8px;
}

.memberI0 {
	margin-top: 20px;
	padding: 8px;
}

.category	{
	float: left;
}

.memberBusName strong	{
	color: #0092d4;
	float: right;
	font-size: .6em;
	margin: 5px 0 0 10px;
}

#address	{
	color: #666;
	font-size: 1.4em;
	text-align: center;
}

#welcomeCenter	{
	background-color: #FBAF5D;
	color: #0092d4;
	font-size: 0.8em;
	margin: 10px 0 10px 7%;
	padding: 3%;
	width: 80%;
	
}

#comingSoonHeader {
	color: #777;
	font-size: 3.3em;
	font-weight: bold;
	margin: 37px;
	text-align: center;
}

#comingSoonBody {
	font-size: 1.6em;
	padding: 0 37px;
	text-align: center;
}

#fcf2 {
	font-family:arial;
	font-size:11px;
	margin:5px auto;
	border:1px solid #3D5686;
	background-color:#FFF;
	width:450px;
	height: 450px;
}
#fcf2 h3 {
	font-size:1.5em;
	background-color:#3D5686;
	color:#FFFFFF;
	font-weight:bold;
	padding:4px;
	margin:0px;
}
#fcf2 p {
	text-align:center;
	padding:8px;
}
#fcf2 em {
	color:#F00;
}
#fcf2 div.r {
	clear: both;
	padding-top: 5px;
	background-color:#FFF;
}
#fcf2 label {
	float: left;
	width: 100px;
	text-align: right;
}
#fcf2 span.f {
	float: right;
	width: 335px;
	text-align: left;
}
#fcf2 div.sp {
	clear: both;
}
#fcf2 .req {
	font-weight:bold;
}
#fcf2 input, #fcf2 textarea {
	background: #FFF;
	border:1px solid #000;
	padding:2px;
}
#fcf2 input:focus, #fcf2 textarea:focus {
	background: #f2f2f2;
	border:1px solid #3D5686;
}

#fcf2 .formSubmit {
	border: 1px solid black;
	margin: 6px auto;
	width: 140px;
	font-weight: bold;
}

#fcf2 #loading {
	display: block;
	margin: 150px auto;
}

#fcf2 h2 {
	margin-top: 40px;
	font-size: 34px;
	text-align: center;
}

#leaderboardDiv {
	background-color: #FCD5AA;
	text-align: center;
	padding: 3px;
}

#leaderboardInner {
	background: transparent url(/_assets/img/adlabelVert.gif) no-repeat scroll left bottom;
	width: 738px;
	text-align: right;
	margin: 0px auto;
}