/*  960 GRID */


.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}


/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, {

	display: inline;
	float: left;
}


/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}


/* =Grid >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .grid_1 {width: 60px;}
.container_12 .grid_2 {width: 125px;}
.container_12 .grid_3 {width: 220px;}
.container_12 .grid_4 {width: 300px;}
.container_12 .grid_5 {width: 380px;}
.container_12 .grid_6 {width: 460px;}
.container_12 .grid_7 {width: 540px;}
.container_12 .grid_8 {width: 620px;}
.container_12 .grid_9 {width: 700px;}
.container_12 .grid_10 {width: 780px;}
.container_12 .grid_11 {width: 860px;}
.container_12 .grid_12 {width: 940px;}

/* =Prefix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .prefix_1 {padding-left: 80px;}
.container_12 .prefix_2 {padding-left: 160px;}
.container_12 .prefix_3 {padding-left: 240px;}
.container_12 .prefix_4 {padding-left: 320px;}
.container_12 .prefix_5 {padding-left: 400px;}
.container_12 .prefix_6 {padding-left: 480px;}
.container_12 .prefix_7 {padding-left: 560px;}
.container_12 .prefix_8 {padding-left: 640px;}
.container_12 .prefix_9 {padding-left: 720px;}
.container_12 .prefix_10 {padding-left: 800px;}
.container_12 .prefix_11 {padding-left: 880px;}

/* =Suffix Extra Space >> 12 Columns
--------------------------------------------------------------------------------*/
.container_12 .suffix_1 {padding-right: 80px;}
.container_12 .suffix_2 {padding-right: 160px;}
.container_12 .suffix_3 {padding-right: 240px;}
.container_12 .suffix_4 {padding-right: 320px;}
.container_12 .suffix_5 {padding-right: 400px;}
.container_12 .suffix_6 {padding-right: 480px;}
.container_12 .suffix_7 {padding-right: 560px;}
.container_12 .suffix_8 {padding-right: 640px;}
.container_12 .suffix_9 {padding-right: 720px;}
.container_12 .suffix_10 {padding-right: 800px;}
.container_12 .suffix_11 {padding-right: 880px;}
}
/* CSS Reset */

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;
	font-size:100%;
/*	vertical-align:baseline;    */
/*	background:transparent;     */
}
body {
	line-height:1
}
ol, ul {
	list-style: disc;
        list-style-position: outside;
        padding-left: 15px;
}
ol{
	list-style: circle;
        list-style-position: outside;
        padding-left: 15px;
}
blockquote, q {
	quotes:none
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none
}
:focus {
	outline:0
}
ins {
	text-decoration:none
}
del {
	text-decoration:line-through
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
body {
        background-color: #3f1f0a;
        color:#895C40;
	font-family:'Trebuchet MS',Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:13px;
	line-height: 18px;
	margin:0;
	padding:0;
}


.col5 a { width: 176px; padding-right: 10px; margin-left: 10px; float: left; vertical-align: top; display: block }

p {
        color:#562C13;
}


a {
	font-size: 13px;
	color: #7F930B;
	text-decoration: underline;
}
a:hover {
	color: #AD4100;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	color: #753412;
	margin-top: 15px;
line-height:1.3em;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #753412;
        margin-bottom: 5px;
line-height:1.3em;
}
h2 a {
	font-size: 16px;
	font-weight: bold;
	color: #7F930B;
	text-decoration: underline;
}
h2 a:hover {
	color: #AD4100;
}

h3 {
        font-size: 30px;
	font-weight: normal;
	color: #753412;
	margin-top: 15px;
line-height:1.3em;
}
hr {
        color: #895C40 !important;
}
.slider {
        position: relative;
        top: 15px;
        left: 10px;
}
.insidemain {
background-color: #ffffff;
width:930px;
}

.mainmenubg {
background-color: #f8ecd4;
border-top: 1px solid #6f340f;
height:58px;
width: 940px;
}

.MainMenu {
	padding-top: 20px;
	text-align: center;
}
.MainMenu a {
	padding-left: 20px;
	padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-right: 0px;
	text-decoration: none;
	background-color: #9EB71B;
	background-repeat: no repeat;
	border: solid 1px #6f340f;
	width: 174px;
	height:29px;
	font-family: 'Trebuchet MS', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 15px;
	color: #6f340f;
        text-transform: uppercase;
}
.separator_MainMenu {
	margin: 20px;
}
.separator_TopMenu {
	border-left: 1px solid #6f340f;
	padding-left:15px;
	margin-left: 15px;
}
.activePageMenuItem {
	font-weight: bold;
}
.container {
	background-color: #f8ecd4;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
}
.headermenu {
	background-image:url(/assets/layouts/images/topmenubg.png);
	background-repeat: repeat-x;
	height: 26px;
	font-weight: bold;
}
.headerweb {
	float:left;
	width:300px;
	height: 26px;
}
.headermenusearch {
	float:left;
	text-align:right;
	width:300px;
}
.headermenulinks {
	float:left;
        text-align: right;
	width:300px;
        margin-left: 75px;
        margin-right: -50px;
}
.headermenulinks a {
	display: inline;
}
.headerweb a {
	color: #6f340f;
	font-weight: bold;
	margin-left: 5px;
	margin-top: 5px;
        text-decoration:none;
}
.headermenulinks a {
	color: #6f340f;
	font-weight: normal;
	margin-top: 5px;
        text-decoration:none;
}
.header {
	background-color: #eaccad;
        width: 940px;
	min-height: 337px;
}
.headerlogo {
	background-color: #eaccad;
        width: 193px;
	height: 126px;
	float: left;
        margin-left: 30px;
        margin-top: 90px;
}
.headerlogo img {
	padding-left: 0px;
	padding-top: 0px;
}
.headerphotos {
	background-color: #eaccad;
	float:right;
	min-height:337px;
	width:704px;
}
.chamberArea1 {
	width:650px;
        margin-left: 55px;
}
.whatsHappeningBoxes {
        background-color: #e3bc99;
        border: 1px solid #7e4825;
        height: 240px;
}
.whatsHappeningText {
	font-family: 'Trebuchet MS', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size: 18px;
        font-weight: normal;
        color: #743b17;
        float: right;
        margin-top: 10px;
        margin-right: 5px;
}
.whatsHappeningTitle {
	font-family: 'Trebuchet MS', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: #030303;
        float: right;
        margin-top: 5px;
        margin-right: 5px;
}
.footerspace {
    float: left;
    padding-right: 20px;
}

.footer {
	background-image:url(/assets/layouts/images/footerbg.png);
	background-repeat:repeat-x;
        width: 930px;
        margin-top: 20px;
        float: left;
	font-size: 11px;
        padding-left: 10px;
}
.footer p {
	padding: 0px;
}

.footeraddress {
	text-align: right;
	line-height: 16px;
        float: right;
        margin-right: 15px;
}
.footer a {
	color: #562C13;
	font-size: 11px;
	line-height:16px;
	text-decoration: none;
}
.footer a:hover {
	color: #AD4100;
	text-decoration: underline;
}

a img {border:none;}

.LiveEdit_drop_down {
	text-align: left;
	color: #6F4313;
	width: 176px;
	border/*-bottom*/: 1px solid #6F4313;
	/*border-left: 1px solid #6F4313;
	border-right: 1px solid #6F4313;*/
	padding: 0px;
        margin-top: 6px;
	background-color: #D6E28E;
}
.LiveEdit_drop_down a {
	font-size: 12px;
	color: #6F340E;
	font-family: 'Trebuchet MS', Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 4px 8px;
}
.LiveEdit_drop_down a:hover {
	background-color: #6F340E;
        color: #F8ECD4;
	text-decoration: none;
}
/* Member Page Styles added 6-27-11 by SC */
.cm_main {
	text-align:left;
	width:550px; /* may need to update this width to accomodate the width of your website. */
}
.cm_main table {
	border-collapse:collapse;
}
.cm_main ul {
	margin-left:0px;
}
#cm_topnav li {
	display: inline;
	float: left;
	font-size: 80%;
	font-weight: bold;
	list-style: none outside none;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: left;
	vertical-align: middle;
	margin-left:0px !important;
}
#cm_bottomnav li {
	display: inline;
	float: left;
	font-size: 75%;
	font-weight: bold;
	list-style: none outside none;
	margin: 0;
	padding: 0 18px 0 0;
	text-align: left;
	text-transform: lowercase;
	vertical-align: middle;
	margin-left:0px !important;
}
#cm_bottomnav li b {
	text-transform: none;
}
.cm_cmlogo {
	display:none;
}
.cm_footer {
	display:block;
	clear:both;
}
.cm_chamber {
	padding-top:25px;
}
.cm_noprint {
	margin-top:10px;
}
span.cm_member_categories {
	display:block;
	clear:both;
	font-size:80%;
}
.cm_infoicon {
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
#cm_info_img {
	background-image: url("http://public.chambermaster.com/Content/Images/info.gif");
	background-repeat: no-repeat;
	height: 22px;
	width: 25px;
}
#cm_visitwebsite_img {
	background-image: url("http://public.chambermaster.com/Content/Images/visit.gif");
	background-repeat: no-repeat;
	height: 29px;
	width: 42px;
}
#cm_map_img {
	background-image: url("http://public.chambermaster.com/Content/Images/map.gif");
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;
}
#cm_directions_img {
	background-image: url("http://public.chambermaster.com/Content/Images/directions.gif");
	background-repeat: no-repeat;
	height: 28px;
	width: 27px;
}
#cm_calendar_img {
	background-image: url("http://public.chambermaster.com/Content/Images/calendar.gif");
	background-repeat: no-repeat;
	height: 22px;
	width: 22px;
}
#cm_social_img {
	background-image: url("http://public.chambermaster.com/Content/Images/socialNetwork.gif");
	background-repeat: no-repeat;
	height: 28px;
	width: 27px;
}
.cm_infotext {
	padding:4px;
}
td#cm_col1, td#cm_col2 {
	width:100%;
	clear:both;
	display:block;
	float:left;
}
#cm_mainimage {
	display:none;
}
.cm_topnav ul {padding-left:0px}
.cm_main h1 {line-height:1.3em}
#cm_bottomnav, .cm_footer {display:none}
.cm_xboxcontent h1 {text-transform:capitalize;font-size:24px;}
.homepage-nav-box { 
      background:url(/assets/layouts/images/boxbg.png) 0 0 no-repeat;
      min-height: 212px;
      color: #030303 !important;
      position: relative;
      font-family: "Trebuchet MS" arial helvetica;
      width: 174px;
      margin-left: 7px; 
      margin-right: 7px; 
      margin-bottom: 0px; 
      margin-top: 10px;
      float: left;
}

.homepage-nav-box h3 { 
    color: #F8ECD4;
    font-family: Trebuchet MS,sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 3px;
    text-align: center;
    text-decoration: none;
}

.homepage-nav-box a {
      background-image: url(../assets/images/bullet.png);
      background-repeat: no-repeat;
      display: block;
      color: #562C13 !important; 
      font-size: 12px;
      margin-top: 1px;
      margin-right: 3px;
      margin-left: 3px;
      text-decoration: none;
      padding-left: 10px;
}

.homepage-nav-box a:hover {
     text-decoration: underline;
}
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

