body, font {
	font: 12px/18px "Lucida Sans", Arial, sans-serif !important;
	color: #8a8b8d;
}
h1,h2,h3,h4,h5,p {
	line-height: 1.4em;
	margin-bottom: 0.5em;
	font-weight: normal;
}
h1, h2, h3, h4, h5 {
	color: #49b2db;
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
a {
	color: #49b2db;
	text-decoration: none;
	font-weight: bold;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.date {
	font-size: 0.8em;
	margin-top: -5px;
}

#container {
	margin: 20px auto;
	width: 961px;
}

#header {
	background: transparent url(/media/images/header_bg.png) top left no-repeat;
	height: 223px;
	position: relative;
}
#header #logo a {
	position: absolute;
	display: block;
	top: 10px;
	left: 40px;
	width: 210px;
	height: 210px;
	text-indent: -10000px;
}
#header #nav_main {
	position: absolute;
	top: 153px;
	left: 280px;
	width: 450px;
	text-align: center;
}
#header #nav_main ul li {
	display: inline;
}
#header #nav_main ul li.last {
	border-right: none;
}
#header #nav_main ul li.nav_home.here a {
	background-color: transparent;
	color: #49b2db;
}

#header #nav_main ul li a {
	padding: 5px 10px;
	text-decoration: none;
	display: inline-block;
	margin-right: 4px;
}
#header #nav_main ul li.last a {
	margin-right: 0;
}
#header #nav_main ul li a:hover,
#header #nav_main ul li.here a {
	background-color: #f59a2f;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
}
#header #nav_second {
	position: absolute;
	top: 180px;
	left: 280px;
	width: 450px;
	text-align: center;
	border-top: 1px solid #78cbf0;
}
#header #nav_second ul li {
	display: inline;
}
#header #nav_second ul li a {
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 10px;
}
#header #nav_second ul li a:hover,
#header #nav_section ul li.here a {
	background-color: #f59a2f;
	color: #FFF;
	text-decoration: none;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
}

#login a {
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	width: 100px;
	text-align: center;
	padding: 5px;
	background-color: #FFF;
	border: 1px solid #666;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#search {
	position: absolute;
	top: 80px;
	right: 0;
	width: 200px;
}
#submit {
	position: relative;
	right: 0;
	bottom: 0;
}
#login a:hover {
	background-color: #EEE;
	border: 1px solid #777;
}

#content {
	border: 2px solid #dbeefb;
	border-width: 0 2px;
	padding: 20px 20px;
}	

#ads {
	float: left;
	width: 130px;
}

#ads .ad a {
	border: 2px solid #DDD;
	display: block;
	width: 125px;
	margin-bottom: 10px;
}


#main {
	float: left;
	width: 600px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 2px solid #DBEEFB;

}

#main #social {
	padding: 20px;
	background-color: #52bdec;
	color: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-top: 30px;
}
#main #social a {
	color: #FFF;
}
#main #social p {
	width: 400px;
}
#main #social a:hover {
	background-color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	border: 1px solid #666;
}
#main #social .links {
	float: right;
	width: 150px;
	margin-left: 10px;
}
#main #social .links p {
	width: 150px;
}

#main ul,
#main ol {
	margin-left: 20px;
}
#main ul li {
	list-style-type: disc;
}
#main ol li {
	list-style-type: decimal;
}

#slides {
	width: 300px;
	float: right;
	margin: 0 0 20px 20px;
	height: 225px;
}



a:hover { text-decoration: underline;}
a.twitter,
a.linkedin,
a.facebook,
a.youtube {
	background: transparent url(/media/images/twitter.png) 3px 50% no-repeat;
	padding-left: 36px;
	display: block;
	line-height: 32px;
	border: 1px solid #52BDEC;
}
a.twitter {
	background-image: url(/media/images/twitter.png);
}
a.linkedin {
	background-image: url(/media/images/linkedin.png);
}
a.facebook {
	background-image: url(/media/images/facebook.png);
}
a.youtube {
	background-image: url(/media/images/youtube.png);
}
#categories .column {
	float: left;
	width: 31%;
	margin-right: 1%;
	margin-left: 8px;
}
#categories .column.last {
	margin-right: 0;
}
#categories .column p {
	height: 40px;
	font-size: 10px;
}

#categories .column p a {
	background: transparent url(/media/images/pointer_orange.gif) 0 50% no-repeat;
	padding-left: 8px;
	font-size: 12px;
	margin-left: -8px;
}

#member_register label {
	
}
#member_register input,
#member_register textarea {
	width: 300px;
	padding: 5px;
}
#member_register input[type='radio'],
#member_register input[type='submit'] {
	width: auto;
}


#sidebar {
	width: 136px;
	float: right;
}
#nav_sub {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#nav_sub a {
	display: block;
	text-align: center;
	padding: 5px;
}
#nav_sub li.here a,
#nav_sub li.parent_here a {
	background-color: #F8BA6C;
	color: #FFF;

}
#nav_sub li.parent_here li a,
#nav_sub li.here li a {
	background-color: #FACD8A;
	color: #FFF;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}



#memberlinks_member_directory a,
#memberlinks_become_a_member a,
#memberlinks_member_benefits a,
#memberlinks_members a {
	display: block;
	width: 134px;
	height: 53px;
	background: transparent url(/media/images/become_member.png) top left no-repeat;
	text-indent: -10000px;
	border: 1px solid #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 5px;
}
#sidebar #memberlinks_member_directory a {
	background-image: url(/media/images/member_directory.png);
	height: 151px;
}
#sidebar #memberlinks_member_benefits a {
	background-image: url(/media/images/member_benefits.png);
}
#sidebar #memberlinks_members a {
	background-image: url(/media/images/members_only.png);
}

#sidebar #memberlinks_member_benefits .sub_level_1 {
	display: none;
}


#footer {
	padding: 10px;
	border: 2px solid #DBEEFB;
	border-width: 4px 2px 2px;
}
#footer p {
	text-align: center;
}
#footer #nav_footer,
#footer #nav_footer_cm {
	text-align: center;
	width: 800px;
	margin: 0 auto;
}

#footer #nav_footer li,
#footer #nav_footer_cm li {
	display: inline;
}
#footer #nav_footer li.last,
#footer #nav_footer_cm li.last {
	border-right: none;
}

#footer #nav_footer li a,
#footer #nav_footer_cm li a {
	display: inline-block;
	padding: 5px;
	color: #52bdec;
	margin-right: 4px;
}
#footer #nav_footer li.last a,
#footer #nav_footer_cm li.last a{
	margin-right: 0;
}

#footer #nav_footer li a:hover,
#footer #nav_footer_cm li a:hover,
#footer #nav_footer li.here a {
	text-decoration: none;
	background-color: #f59a2f;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


/*****
 * =Chamber Master Stuff
 *****************************
#idQL tr td {
	height: 40px !important;
	margin-bottom: 10px !important;
}
#idQL tr td div {
	clip: auto !important;
}**/
 
 
