/*  960 GRID */

.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* =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;
	margin-left: 10px;
	margin-right: 10px;
}

/* =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: 140px;}
.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, 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: 30px;
}
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;
}
html {
         height: 100%;
}

body {

	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	line-height:20px;
	padding: 0px;
        height: 100%;
}
p {
	color: #000000;
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 14px;
	line-height:20px;
	padding: 0px;
}
a {
	color:#049BE4;
	/*color:#5983BF;*/
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size:14px;
	text-decoration:underline;
}
a:hover {
	color:#049BE4;
	/*color:#5983BF;*/
	font-family:Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	text-decoration:none;
}
h1 {
        /*color:#049BE4;*/
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:22px;
	line-height:26px;
}

h3 {
	/*color:#049BE4;*/
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:22px;
	line-height:26px;
}
h4 {
	color:#049BE4;
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:12px;
	line-height:18px;
	border-bottom: 1px solid #cfcfcf;
}

.separator_MainMenu {
    border-left: 1px solid #efefef;
}

.separator_MainMenuBottomHome {
    border-left: 1px solid #efefef;
}

.separator_MainMenuBottomInside {
    border-left: 1px solid #efefef;
}
.LiveEdit_drop_down {
	/*background-color: #ffffff;*/
	background-image:url(/assets/layouts/stMich/bottomPulldown.png);
	background-position: bottom;
	background-repeat:no-repeat;
	color: white;
	/*opacity:0.5;*/
	padding: 0px;
	text-align: left;
	width: 160px;
}
.LiveEdit_drop_down a {
	background-image:url(/assets/layouts/stMich/pulldownExp.png);
	background-position: center top;
	background-repeat: repeat-y;
	border-bottom:1px dotted #999999;
	color: #155fa5;
	display: block;
	/*font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
        font-weight: 500; */
	font-family:arial;
	font-size:9pt;
	margin-bottom:12px;
	margin-top:-12px;
	/*opacity:1.5;*/
	padding: 2px 8px;
        padding-top: 3px;
        padding-bottom: 3px;
	text-decoration: none;
}
.LiveEdit_drop_down a:hover {
	background-color: #ffffff;
	text-decoration: none;
}
#QuickEdit { font-size: 12px !IMPORTANT; color: #BFBFBF !IMPORTANT; }
/* Front end */
.blog_viewPostTitle {
	color: #049BE4;
        font-family: Trebuchet MS,Tahoma,Arial;
	padding: 4px;
	margin-bottom: 6px;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
        font-family: Trebuchet MS,Tahoma,Arial;
	font-size: 16px;
	font-weight: bold;

}

#blog_rightMenu {
	float: right;
	width: 20%;
	margin-left: 12px;
}

.blog_rightMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
	padding: 4px;
	background: #f0f0ee;
}

.blog_rightMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

.blog_rightMenuContainer {
	border: 1px solid silver;
	margin-bottom: 12px;
}

#blog_leftData {
	float: left;
	width: 75%;
}

.blog_mostPopularLink,
.blog_mostPopularLink:HOVER,
.blog_mostPopularLink:VISITED,
.blog_mostRecentLink,
.blog_mostRecentLink:HOVER,
.blog_mostRecentLink:VISITED {
	display: block;
	margin: 0px 4px 6px 4px;
	color: #0000ff;
}

.leBlog_formRow {
	margin-bottom: 8px;
}

#leBlog_comment_field {
	width: 100%;
	height: 150px;
}

#leBlog_email_field {
	width: 250px;
}

#leBlog_submitCommentButton {
	margin-top: 6px;
	margin-bottom: 6px;
}
/* End Front End */




#blog_branding {
	font-family: Arial,Helvetica,Geneva,sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #023971;
        margin-bottom: 24px;
}

#blog_branding span {
	font-weight: bold;
	font-size: 20px;
}

#blog_postCount {
	float: right;
	font-weight: bold;
	margin-right: 34px;
	margin-bottom: 24px;
}

#blog_postCount span {
	font-size: 20px;
}

#blog_mainContent {}

#blog_leftMenu {
	float: left;
	width: 30%;
	margin-right: 12px;
}

.blog_leftMenuHeading {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_leftMenuMargin {
	margin: 0px 4px 8px 4px;
	padding: 3px;
}

#blog_newBlog,
#blog_newBlog:HOVER,
#blog_newBlog:VISITED {
	display: inline-block;
	margin: 0px 4px 12px 4px;
	color: #0000ff;
	font-size: 12px;
	text-decoration: underline;
}

.blog_pictureItem {}

#blog_branding img,
.blog_pictureItem img {
	border: none;
	float: left;
	margin-right: 4px;
}

.blog_pictureItemText {
        font-size: 12px;
	position: relative;
	top: 0px;
	padding-left: 54px;
	word-wrap: break-word;
        color: gray;
}

#blog_rightData {
	float: left;
	width: 66%;
}

#blog_commentsHeader,
.blog_commentsHeader {
	border: 1px solid silver;
	background: #f0f0ee;
	padding: 2px 4px;
	font-weight; bold;
	font-size: 14px;
	margin-bottom: 12px;
}

.blog_postSummary,
.blog_commentSummary {
	clear: both;
	margin-bottom: 24px;
	padding: 6px;
}

.blog_commentSummary {
	border: 1px solid silver;
}


.blog_rightMenuHeading a,
.blog_rightMenuHeading a:HOVER,
.blog_rightMenuHeading a:VISITED,
.blog_leftMenuHeading a,
.blog_leftMenuHeading a:HOVER,
.blog_leftMenuHeading a:VISITED,
.blog_postSummary a,
.blog_postSummary a:HOVER,
.blog_postSummary a:VISITED {

	text-decoration: underline;
}

.blog_viewPostTitle a,
.blog_viewPostTitle a:HOVER,
.blog_viewPostTitle a:VISITED {
	text-decoration: none;
}

.blog_postTitle {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 6px;
}

.blog_postSummaryActions,
.blog_commentSummaryActions {
	float: right;
}

.blog_postSummaryActions a,
.blog_commentSummaryActions a {
	margin-left: 6px;
}

.blog_postSummaryText,
.blog_commentSummaryText {
	margin-top: 4px;
}

.blog_commentSummaryText {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px inset silver;
}

.blog_postReadMore a {}

/* Edit Create Post */
#blog_postPageHeader {
	font-weight: bold;
	font-size: 24px;
	margin-left: 12px;
	margin-bottom: 24px;
	padding-left: 30%;
}

.blog_formElement {
	margin-bottom: 12px;
}

.blog_formElement label {
	margin-bottom: 6px;
	display: inline-block;
	font-size: 14px;
}

.blog_formElement input {
	width: 100%;
}

#blog_postOptionInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}
.blog_postOptionElement {
	padding-bottom: 12px;
	margin-bottom: 12px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement {
	padding-bottom: 18px;
	margin-bottom: 18px;
	margin-left: 8px;
	margin-right: 8px;
	border-bottom: 1px inset #a8a8a8;
}

.blog_postPublishElement select,
.blog_postPublishElement input {
	width: 100%;
}

.blog_formElement input,
.blog_postPublishElement input {
	padding-top: 2px;
	padding-bottom: 2px;
}

#blog_publishDateDate {
	margin-bottom: 8px;
}

#blog_postPublishInfo {
	background: #f0f0ee;
	padding-top: 12px;
	padding-bottom: 1px;
}

#blog_postSubmitButton,
#blog_postCancelButton {
	width: 150px;
	background: #f0f0ee;
	padding: 8px 0px;
	text-align: center;
	text-decoration: none;
}

#blog_postSubmitButton:HOVER ,
#blog_postCancelButton:HOVER {
	background: #c2daf0;
}

#blog_postSubmitButton {
	float: right;
}

#blog_postCancelButton {
	float: left;
}

.blog_postRevision {
	font-weight: normal;
	font-size: 10px;
}
/* End Edit Create Post */

/* Status Elements */
.blog_blogInactive {
	background: #A8A8A8;
}

.blog_postInactive {
	color: #A8A8A8;
}
/* End Status Elements */



/* Page Navigation */
#blog_pageNavigation {
	margin: 0px 0px 12px 0px;
	color: #0000ff;
}

#blog_pageNavigation a,
#blog_pageNavigation a:HOVER,
#blog_pageNavigation a:VISITED {
	color: #0000ff;
	text-decoration: underline;
}

#blog_nextLink,
#blog_prevLink {
	display: inline-block;
	width: 30px;
	text-align: center;
}

.blog_pageLink {
	display: inline-block;
	padding: 0px 1px;
	text-align: center;
}
/* End Page Navigation */

/* Form Display */
#blog_updateBlogButton,
#blog_updateBlogButton:HOVER,
#blog_updateBlogButton:VISITED {
	float: right;
	color: #0000ff;
}
/* End Form Display */

.blog_clear {
	clear: both;
}

.blog_floatRight {
	float: right;
}
/*** ESSENTIAL UP STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu {
	line-height: 1.0;
	font-family:arial;
	font-size:9pt;
        /*margin-top: 7px; */
}
.sf-menu ul {
	background-image:url(assets/layouts/stMich/topPulldown.png);
	background-position:top;
	background-repeat:no-repeat;
	bottom: -999em;
	position: absolute;
	margin-top:-10px;
	width: 170px; /* left offset of submenus need to match (see below)*/
}
.sf-menu ul li {
        width: 100%;
}
.sf-menu li:hover {
        visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
        float: left;
        position: relative;
}
.sf-menu a {
	display: block;
	padding-top: 2px;
	position: relative;
}
.sf-menu a .separator {
	border-left:solid 1px #ffffff;
        display:inline-block;
        
}
.separator {
	border-left:solid 1px #ffffff;
        display:inline-block;

}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	bottom: 0.0em; /* match top ul list item height */
	padding-bottom:55px;
	left: 0;
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
        bottom: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	bottom:-20%;
	left:100%;
}
ul.sf-menu li li:hover li ul, ul.UP li li.sfHover li ul {
        top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
        left: 10em; /* match ul width */
        top: 0;
}
/*** DEMO SKIN ***/
.sf-menu {
	float:left;
	margin-bottom:;
	text-align:;
}
.sf-menu a {
	padding:.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color:#155fa5;*/
}
.sf-menu li {
	background:#;
}
.sf-menu li li {
	background:#;
	background-image:url("/assets/layouts/stMich/pulldownExp.png");
	color:#155fa5;
	font-family:Arial;
	font-size:12px;
	margin-bottom:-10px;
	margin-top:10px;
	text-align:left;
}
.sf-menu li li a {
	background:#;
	border-bottom:dotted 1px #999999;
	color:#155fa5;
	font-family:Arial;
	font-size:12px;
	text-align:left;
}
.sf-menu li li a:hover {
	background-color:#ffffff;
	color:##155fa5;
	font-family:Arial;
	font-size:12px;
	text-align:left;
}
.sf-menu li li li {
	background:#;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#;
	outline:0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right:2.25em;
    min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:absolute;
    display:block;
    right:.75em;
    top:1.05em; /* IE6 only */
    width:10px;
    height:10px;
    text-indent:-999em;
    overflow:hidden;
    background:url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:.8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
    background:    url('../images/shadow.png') no-repeat bottom right;
    padding: 0 8px 0px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
    background: transparent;
}
@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	height: 100%;
}
/*IDs & Classes */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0px;
}

#homewrapper {
	width: 100%;
	min-height: 100%
}

#homecanvas {
	min-width: 960px;
}

#insidewrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}

#insidecanvas {
	min-width: 960px;
}

.hometopnavcontainer {
	background-image: url(../assets/images/navback.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
}

.hometopnav {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 13pt;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 30px;
        width: 960px;
}

.hometopnav a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 13pt;
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

.homefeaturecontainer  {
	background-color: #cccccc;
	width: 100%;
	height: 100%;
	left: 0;
}

.homephoto img {
	position: fixed;

	left:0;
	width:100%;
	height:100%;
}

.homelogo img {
	position: fixed;
	margin-top: 25px;
	margin-left: 25px;
}

.homegreenpost {
        background-image: url(../assets/images/greenpost.png);
	background-repeat: no-repeat;
	background-position: left;
	height: 132px;
	width: 252px;
	float: left;
	position: fixed;
	bottom: 50px;
}

.homegreentext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: 600;
	color: #37562d;
	width: 75%;
	margin-left: 30px;
	margin-top: 50px;
	word-wrap: break-word;
	line-height: 1.25;
}

.homegreentext p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: 600;
	color: #37562d;
}



.homegreentext a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: 600;
	color: #37562d;
	text-decoration: underline;
}

.homefeaturetext {
	position: fixed;
	bottom: 50px;
	text-align: right;
        right: 25px;
}

.homefeaturetext img {

}

.insidephotocontainer {
	background-color: #cccccc;
	background-repeat: repeat;
	height: 103px;
	display: block;
}

.insideabout {
	background-image: url(../assets/images/aboutphoto.jpg);
	background-repeat: repeat-x;
	height: 103px;
}

#homefooterwrapper {
	width: 100%;
	position: relative;
	margin-top: -50px;
	clear: both;
}

#homefootercanvas {
	min-width: 960px;
}

#insidefooterwrapper {
	width: 100%;
	position: relative;
	clear: both;
        /*margin-top: -150px;*/
        display: block;
	
}

#insidefootercanvas {
	min-width: 960px;
}

.homebottomnavcontainer {
	background-image: url(../assets/images/navback_bottom.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 50px;
}

.homebottomnav {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 13pt;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 50px;
        width: 960px;
}

.homebottomnav a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 13pt;
	color: #ffffff;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 20px;
}

.insidebottomnavcontainer {
	background-image: url(../assets/images/navback.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 30px;
}

.insidebottomnav {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 30px;
}

.insidebottomnav a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}

.insidecontentcontainer {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #000000;
	/*margin-left: 0px;
	margin-right: auto; */
	text-align: center;
	width: 100%;
}

.insidecontenttopnav {
	text-align: left;
}

.insidecontentsidenav {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #df3f31;
	text-align: right;
	float: left;
	display: block;
	position: relative;
	padding-right: 10px;
}

.insidecontentsidenav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.insidecontentsidenav li {
	padding-bottom: 2px;

}

.insidecontentsidenav a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	/*font-weight: 700;*/
	color: #f48473;
	text-decoration: none;
}

.insidecontentsidenav a:hover {
	text-decoration: none;
}

.insidecontent {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000000;
	display: table-row;
	text-align: left;
	margin: 0px;
	/*position: relative;*/
        width: 70%; /*used for IE7 compatibility*/
	margin-left: 0%;
	line-height: 1.25;
        margin-bottom: 25px;
}

.insidecontentheading { 
       float: left;
       width: 95%;
}

.insidecontentheading p {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 18pt;
	color: #f48473;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	margin: 0px;
}

.cm_insidecontentheading { 
       float: left;
       width: 95%;
}

.cm_insidecontentheading_member { 
       float: left;
       width: 100%;
}


.insidecontentleft {
       float: left; 
       width: 50%;
       padding-right: 20px;
}

.insidecontentright {
       float: left; 
       width: 45%;
       padding-left: 20px;
}

/*.insidecontent h3 {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 18pt;
	color: #f48473;
	padding-bottom: 5px;
	border-bottom: 1px solid #000000;
	margin: 0px;
}*/

.contentsep {
	min-height: 500px;
	height: 100%;
	height: auto !important;
	border-left: 2px dotted #f48473;
	float: left;
	padding-left: 2px;
	padding-right: 5px;
}

.homefootercontainer {
	background-image: url(../assets/images/footernavback.png);
	background-repeat: repeat-x;
	background-position: center;
	background-color: #de3e30;
	min-height: 100px;
        color: #ffffff;
        position: relative;
        margin-bottom: -100px;
        margin-top: 100px;
}

.homefooter {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1
        width: 100%;
}

.homefooter p {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 1
        width: 100%;
}

.homefootleft {
        width: 45%;
        float: left;
        color: #ffffff;
        margin-top: 10px;
}

.homefootleft p {
        text-align: right;
}

.homefootleft a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #ffffff;
        text-decoration: none;
}

.homefootcenter {
        width: 10%;
        float: left;
        color: #ffffff;
        margin-top: 10px;
}

.homefootcenter p {
        text-align: center;
}

.homefootright {
        width: 40%; /*Used for IE7*/
        float: left;
        color: #ffffff;
        margin-top: 10px;
}

.homefootright p {
        text-align: left;
}

.homefooter a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
}

.homefooter a:hover {
	text-decoration: underline;
}

/*used for IE7 */
.HomeLoginLogo {
        position: fixed;
        bottom: 0px;
        right: 125px;
}


.sitebyfooter {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	line-height: 25px;
}

.sitebyfooter a {
	font-family: Calibri, Verdana, Geneva, sans-serif;
	font-size: 12pt;
	color: #ffffff;
	text-decoration: none;
}
body {  
	font-size: 12px;
	color: #000000; 
 }

#cm_contentpage form {    
	display:inline;
}

#cm_contentpage {
        padding-top: 0px;
        padding-bottom: 10px;
	font-size: 12px;
	width: 100%;
        min-width: 95%;
	float: left;
	clear: left;
        font-family: Helvetica, sans-serif, "MS Sans Serif";
	margin-left: auto;
	margin-right: auto;
}

#cm_contentpage a {
	font-size: 12px;
        font-family: Helvetica, sans-serif, "MS Sans Serif";
}

/* need for alignment IE6 */
#cm_contentpage table {
	float: left;
	clear: left;
}

#cm_contentpage fieldset{   
    margin-top: 10px;
    margin-bottom: 10px;
    clear:both;
    float:left;
    width: 100%;
}

#cm_contentpage legend {
	font-size: 14px;
	padding-bottom: 5px;
	font-weight: bold;
	/*color: #003366;*/
}

#cm_contentpage input[type=text], #cm_contentpage select{
	margin-bottom: 3px;
	border: solid 1px #ccc;
	background-color: white;
	color: #000000;
}
#cm_contentpage input[type=button], #cm_contentpage input[type=submit]{
	border: #0066CC 1px solid;   
    padding-bottom: 3px;
    padding-left: 9px;
    padding-right: 9px;
	 background-color: #6699cc;
    color: white;
    font-size: 12px;
    text-decoration: none;
    padding-top: 1px;
    cursor: pointer;
}
#cm_contentpage input[type=button]:hover, #cm_contentpage input[type=submit]:hover{
	background-color: white;
	color: #003366;
}

#cm_contentpage iframe
{
    padding: 0;
}
/* fields for contact us, events print summary page, jobs info page, member application */ 
td.cm_field_titles {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 150px;
	font-size: 12px;
	padding-right: 5px;
}
#cm_contentpage label
{
    width: 150px;
}
/* all page titles except hot deals */
#cm_contentpage h1
{
        float: left;
	clear: left;
        padding: 3px 0px 3px 0px;
	font-size: 16px;
	display: block;
	text-align: left;
	text-transform: capitalize;	
}
/* search critieria: business directory and jobs */
span#cm_searchcriteria, span#cm_searchcategory, span#cm_searchkeyword {
	padding: 5px;
	float: left;
	clear: left;
        display: none;
}

span#cm_searchcriteria span, span#cm_searchcategory span, span#cm_searchcategory span{
	font-weight: bold;
}

/* calendar view, and list view link, bus dir 'back to' link */
.cm_small_link a
{
	font-size: 11px;
	color: #003366;
	text-decoration: underline;
	padding-top: 5px;
}
.cm_small_link a:hover
{
	text-decoration: none;
}

/* bus dir category subhead; event name on event details page */
#cm_contentpage H3
{
    clear:left;
    float:left;  
}
#cm_contentpage h2
{
    display:inline;	 
	 font-size: 14px;
}

/* buttons */
.cm_button, span.cm_button, .cm_button a:visited, span.cm_button a:visited, a.cm_button, a.cm_button:visited
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #0066CC 1px solid;   
    padding-bottom: 3px;
    padding-left: 9px;
    padding-right: 9px;
    background-color: #6699cc;
    color: white;
    font-size: 12px;
    top: -2px;
    position: relative;
    font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
    text-decoration: none;
    padding-top: 1px;
    cursor: pointer;
}
.cm_button:hover, span.cm_button:hover, a.cm_button:hover {
    background-color: white;
    color: #003366;
}

/* search and print-buttons */
.cm_new_and_print_buttons
{

         text-align: right;
	 width: inherit;
	 float: right;
	 white-space: nowrap;
	 margin-bottom: 10px;
}

td.cm_srLogoCol {
	max-width:75px;
	max-height: 75px;
	padding-right: 8px;
}

.cm_srResultsLinkOvr
{
    BORDER-RIGHT: #003366 1px solid;
    PADDING-RIGHT: 9px;
    BORDER-TOP: #e0e0e0 1px solid;
    PADDING-LEFT: 9px;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #e0e0e0 1px solid;
    CURSOR: pointer;
    COLOR: #003366;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #003366 1px solid;
    FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif, Helvetica;
    POSITION: relative;
    TOP: -2px;
    BACKGROUND-COLOR: #ffffff;
    TEXT-DECORATION: none
}

.cm_srResultsLinkOut
{
    BORDER-RIGHT: #003366 1px solid;
    PADDING-RIGHT: 9px;
    BORDER-TOP: #6699cc 1px solid;
    PADDING-LEFT: 9px;
    FONT-SIZE: 10pt;
    PADDING-BOTTOM: 3px;
    BORDER-LEFT: #6699cc 1px solid;
    COLOR: white;
    PADDING-TOP: 1px;
    BORDER-BOTTOM: #003366 1px solid;
    FONT-FAMILY: Arial, 'MS Sans Serif', sans-serif, Helvetica;
    POSITION: relative;
    TOP: -2px;
    BACKGROUND-COLOR: #6699cc;
    TEXT-DECORATION: none
}

/* at top of modules */
#cm_hotdeal_img
{
    clear: right;
    float: right;
	 border: none;
	 width: 93px;
	 height:19px;
	 /*if you do not want the hot deals button to appear on the website
	 simply change line below to 'background-image: none'  --Do not use 'Display: none;' */
	 background-image: url(http://public.chambermaster.com/Content/Images/hotdeal.gif); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}
/* hot deals image on search results page for each member listing*/
#cm_hotdealresults_img
{
    clear: right;
    float: right;
	 border: none;
	 width: 75px;
	 height:14px;
	 background-image: url(http://public.chambermaster.com/Content/Images/hotdealmem.gif); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}	 

/* cm footer navigation */
#cm_footer_links
{
    text-align: center;
    width: 100%;
	 float:left; /* leave for positioning */
	/* clear:left;*/
    padding-right: 8px;
}
#cm_footer_links a
{
    font-size: 10px;
    margin-right: 8px;
    white-space: nowrap;
	 color: #000
}
/* cm footer logo */
#cm_pbfooter{
	 text-align: center;
    float:left;/* leave for positioning */
    width: 100%;
	 padding: 1em;
}

/* scrolling modules - used on home page */
#cm_module_scroll table {
	width: 98%;
	font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";	
}

#cm_module_scroll table tr{
	line-height: 24px;
}

#cm_module_scroll td.cm_event_scroll_date, #cm_module_scroll td.cm_news_scroll_date{
	font-size: 10px;
	color: #000;
	vertical-align: top;
} 

#cm_module_scroll td.cm_member_scroll a, #cm_module_scroll td.cm_event_scroll_event a, 
#cm_module_scroll td.cm_news_scroll_item a {
font-size: 10px;
color: #000;
text-decoration: underline;
}

#cm_module_scroll td.cm_member_scroll a:hover, #cm_module_scroll td.cm_event_scroll_event a:hover,
#cm_module_scroll td.cm_news_scroll_item a:hover{
font-size: 10px;
color: #000;
text-decoration: none;
}
/******************************/
/* Start business directory */

#cm_quick_link
{
    clear:left;
	 font-weight: bold;
}
#cm_quick_link ul li {
 list-style: none;
 padding-bottom: .4em;
}

#cm_quick_link ul li a, #cm_quick_link ul li a:hover{
  text-transform: capitalize; 
  font-weight: normal;
}

#cm_search_result_list
{
    width: 100%;
	 margin-top: 1em;
}

#cm_search_result_list a
{
    color: Blue !important;
}
#cm_search_result_list a:hover
{
    color: #000 !important;
}
/* Results Bar */
.cm_result_bar
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #848484;
    float: left;
    display: block;
    height: 25px;
    width: 100%;
    background-color: #e8e7e7;
    padding-left: 5px;
    padding-right: 5px;
    margin: 10px 0px 10px 0px;
    display: none;
	 
}

.cm_result_bar a
{
	color: #fff;	 
}

/* members results - items found */
.cm_memberlist, .cm_result_bar span {
	margin-top: 5px;
        float: left;	
	color: #474646;
	padding-right: 15px;
}
/* alpha links search results*/
#cm_dir_searchresults .cm_alphaprevnext a {
	 font-weight: bold;	 
    color: white;
	 display: inline;
	 margin-right: 1px; 
	 font-size: 10px;	 
}
		
#categories-list {
			max-width: 250px;
			width: 250px;
		}

#cm_dir_searchresults .cm_button
{
    top: 3px;
}

/* bus dir search results row spacer and info request Publications row spacer */
.cm_rowspacer td
{
    border-bottom: .1em #ccc solid;
	 width: 100%;
}

.cm_sponsor
{
    background-color:#88eaf1;
}
.cm_sponsor td div{
	padding-left:10px;
	margin-top:5px;
	margin-bottom: 5px;
}
.cm_nonsponsor td div{
	padding-left:10px;
	margin-top:5px;
	margin-bottom: 5px;
}
.cm_div_searchresults_map
{
    float: left;    
    /*for white bg sites*/
	 background-image: url(http://public.chambermaster.com/Content/Images/markersmall.png);      
   /*for colored bg sites*/
	 background-image: url(http://public.chambermaster.com/Content/Images/map.gif);      
    height: 26px;
    width: 26px;  
    margin-left: 10px;
    background-repeat: no-repeat;
	 padding-right: 5px;
	 cursor: hand;
	 cursor: pointer;
    display: none;
}

.cm_member_name
{
    float:left;
	 /*clear: left;	 */
	 padding-right: 3px;
	 display: block;
	 font-weight: bold;
	 color: #003366;
}

.cm_member_name a {
	font-size: inherit;
}

.cm_visit_website
{
    float: right;
    clear:right;
	 display: inline;
}

.cm_address
{
    clear:left;
    float:left;    
    width: 75%;
	 display: block;
}
.cm_phone
{
    float: right;
    clear:right;
	 display: inline;
}

.cm_search_desc
{
    width: 100%;
    clear:left;
    float: left;
    font-style: italic;
	 padding-top:5px;
}
#cm_id_quick_link
{
    table-layout: auto;
    width: 100%;
	float: left;
}

#cm_id_quick_link tr td{
	padding-bottom: 1em;
}

/* Category Quick Links */
#cm_id_quick_link .cm_category A
{
    font-size: 11px;
	text-decoration: none;    
    color: #003366;  
	 font-weight: normal;
}

/* Category Quick Links A Hover*/
#cm_id_quick_link .cm_category A:hover
{
   text-decoration: underline;
	font-size: 11px;
	 font-weight: normal;
}

#cm_id_quick_link .cm_category
{
    width: 100%
}

/* category links */
#cm_dir_index a, #cm_quick_link ul li a{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#cm_dir_index a:hover, #cm_quick_link ul li a:hover{	
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;	
}

#cm_search div {
padding: .5em;
}

#cm_search div label{
padding: .5em;
/*color: #0066cc;*/
}

/* two column search results */
#cm_2colbusdirsearchresults {
	width: 100%;
	padding: 0;
	clear: both;
	height:auto !important;
	margin-left: auto;
	margin-right: auto;
}

#cm_2colmemberlisting {
	width: 50%;
	float: left;
}

/* highlights the member listing on mouse over, turned off by default */
/*#cm_2colmemberlisting:hover {
	background-color: #f4f4f4;
	background-repeat: repeat;
}*/

#cm_2col_sponsor
{
    background-color: #f4f4f4;
	background-repeat: repeat;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
	height: 175px;
	min-height: 175px;
}

#cm_2col_nonsponsor
{
	display: inline-block;
}

#cm_2colmemberlogo {
	float: left;
	clear:both;
	text-align:center;
	padding-top: 5px;
        padding-bottom: 5px;
        width: 130px;
}

#cm_2colmemberlogo img {
	width: 130px;
	float: left;
	padding: 2px;
}

#cm_2colmemberaddress {
        display: none;
}
 
#cm_2colmemberinfo {
	float: left;
	padding:5px;
        width: 60%; /*1024px fix*/
	/*width:70%;* OLD*/
        margin-left: 15px;
}

#cm_2colmembername {
	font-weight: 600;
	display:block;
        /*float: left; Removed for IE viewing*/
        color: #064785;
}

#cm_2colmembername a {
	text-decoration: underline;
        color: #064785;
}

#cm_2colmembername a:hover {
	text-decoration: none;
}

#cm_2colmembername span {
	font-weight: bold;
}

#cm2colmemberurl {
	float:right;
	clear:none;
	display:block;
}

#cm_2colmemberphone {
	font-weight: 600;
	display: block;
        /*float: right; Removed for IE viewing */
        color: #064785;
}

#cm_2colmemberdescription {
	display:block;
	float: left;
	clear:left;
	padding: 5px 0px 0px;
	width: 100%;
}

#cm_2colmember_descriptiontext {
	font-style: italic;
}

#cm_2colmember_colorbuttons {
	position: relative;
	clear:left; 
    float: right;
	width: 30%;
}

#cm_2colmember_hotdeals {
     clear: right;
     float: right;
	 border: none;
	 width: 75px;
	 height:14px;
	 background-image: url(http://public.chambermaster.com/Content/Images/2col_hotdeals.jpg); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}

#cm_2colmember_moredetails {
     clear: right;
     float: right;
	 border: none;
	 width: 75px;
	 height:14px;
	 background-image: url(../assets/images/ViewWebsite.jpg); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}

#cm_2colmember_reserveonline {
     clear: right;
     float: right;
	 border: none;
	 width: 75px;
	 height: 14px;
	 background-image: url(http://public.chambermaster.com/Content/Images/2col_reserve.jpg); 
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}

#cm_2colmember_amenities 
{
	position: relative;
	clear:left; 
    float:left;
	width: 70%;
    margin-top: 13px;
}

#cm_2colmember_amenity_Bikes 
{
     float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image:  url(http://public.chambermaster.com/Content/Images/Amenity_Bikes.png);  
	 background-repeat: no-repeat;
	 cursor: hand;
	 cursor: pointer;
}

#cm_2colmember_amenity_FamilyFriendly {
     float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(http://public.chambermaster.com/Content/Images/Amenity_Family.png); 
	 background-repeat: no-repeat;
}

#cm_2colmember_amenity_PetsAllowed {
	 float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(http://public.chambermaster.com/Content/Images/Amenity_Pets.png); 
	 background-repeat: no-repeat;
}

#cm_2colmember_amenity_OutdoorPool {
	 float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(http://public.chambermaster.com/Content/Images/Amenity_Pool.png); 
	 background-repeat: no-repeat;
}

#cm_2colmember_amenity_WiFi {
	 float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(http://public.chambermaster.com/Content/Images/Amenity_Wifi.png);
	 background-repeat: no-repeat;
}

#cm_2colmember_amenity_HandicapAccessible {
	 float:left;
	 border: none;
	 width: 25px;
	 height: 25px;
	 background-image: url(http://public.chambermaster.com/Content/Images/Amenity_Handicapaccessible.png);
	 background-repeat: no-repeat;
}


/* clears on the inside */
.cm_2col_clear_inside { 
	width: 100%;
	/*padding-top: 10px;*/
	clear: both;
}

/* clears each row */
.cm_2col_clear_outside { 
	width: 100%;
	margin-bottom: 10px;
	clear: both;
}

.cm_2col_sep {
	border-bottom: 1px dotted #999;
}

/**************************/
/*******START EVENTS *****/

/**** Start Main Events Page ****/
#cm_events {
	min-height: 5px;
        min-width: 700px;
}

#cm_events_index {
	color: #003366;
	font-size: 10px;
}
#cm_events_col1 {
	width:39%; 
	padding: 2px; 
	float: left;
	clear: left;
}
#cm_events_col2 {
	width:56%; 
	padding: 2px; 
	float: right;
	clear: none;
}

#cm_events_calendar table {
	float: none;
	clear: none;
}
#cm_events_calendar td {
	padding: 5px;
}

/* small calendar - current date */
td.cm_small_cal_date_curr a, .cm_small_cal_date a:hover {
	background-color: #B1BEEB;
	color: #d2691e;
	font-weight: bold;
	font-size: 10px;		
}
.cm_small_cal_date a{
	color: #d2691e;
	font-weight: bold;
	font-size: 10px;
}

/***/

#cm_events_list, #cm_events_upcoming, #cm_events_featured{
	 width: 100%;
}
div#cm_events_list span {
	float: right;
	width: 100%;
}
/* scroll bar for events */
#cm_events_list fieldset div,#cm_events_upcoming fieldset div, #cm_events_featured fieldset div{
	overflow-x:hidden;
	overflow-y:auto;
	min-height: 50px;
	max-height: 150px;
}
/*** list of events ***/
		td.cm_event_date_list {
			width: 22%;
			color: #003366;
			vertical-align: top;
		}
		td.cm_event_link_list a{
			width:68%; 
			color: #6699cc;
			vertical-align: top;	
			text-decoration: none;
		   font-size: 10px;
		}
		td.cm_event_link_list a:hover{
			color: #003366;
			vertical-align: top;	
			text-decoration: underline;
	      font-size: 10px;
		}
		/* list of events on */
		td.cm_event_link_list_on a{	
			color: #003366;
			font-weight: bold;
			text-decoration: none; 
			font-size: 10px;
		}
		td.cm_event_link_list_on a:hover, td.cm_event_link_list_on a:visited {	
			text-decoration: underline; 
			font-size: 10px;			
		}
		
		/* print summary */
		.cm_printable_summary {
			float: left;
			font-size: 13px;
			color:#0066cc;
		}
		/* print&submit new event */
		.cm_printable_summary span {
			float: right;
		}
/*** upcoming and featured lists of events***/
		td.cm_event_date {
			color: #003366;
			vertical-align: top;
                        font-size: 12pt;
		}
		td.cm_event_link a{
			width:70%; 
			text-align: left;
			vertical-align: top;
			font-size: 10px;	
		}
		#cm_events_upcoming a, #cm_events_featured a {
			color: #003366 !important;
			text-decoration: none;
			font-size: 12pt;
                        float: right;	
		}
		#cm_events_upcoming a:hover, #cm_events_featured a:hover {
			color: #003366 !important;
			text-decoration: underline;
			font-size: 12pt;	
		}
		/***search for event ***/
		#cm_events_search select{
			font-size: 10px;
		}
		#cm_events_search td {
			vertical-align: top;
		}
		.cm_events_inputwidth {
			width: 225px;
			margin-left: 10px;
			text-align: left;
		}
		.cm_events_inputwidth_date {
			width: 70px;
		}
/**** End Main Events Page ****/

/*** Start Print Summary Page ***/
#cm_events_print_summary {
	background-color: #fff;
}
#cm_events_print_summary div b {
	color: #003366;
	font-weight: bold;
	float: left;
	display: block;
}
.cm_events_print_table {
	width: 640px;
	border-bottom: #003366 1px solid; border-left: #003366 1px solid; border-top: #003366 1px solid; border-right: #003366 1px solid;
	padding: 0;
	margin: 5px 0px 5px 0px;
}
.cm_events_print_table td {
    padding: 3px;
}
.cm_events_print_row {
	background-color: #ddd;
	margin: 0;
}
.cm_events_print_row td{
	font-weight: bold;
}
/*** End Print Summary Page ***/

/**** Start Large Calendar Page ****/
#cm_events_calendar_large {
	text-align: center;
	font-size: 10px;
}
#cm_events_calendar_large span {
	padding-left: 10px;
 	padding-right: 10px;
  	font-size: 150%;
   font-weight: bold;		
}
#cm_events_calendar_large div {
	clear:both;	
	/*font-size: 10px;*/
}
#cm_events_calendar_large a {
	color: #333;
	text-decoration: none;	
}
#cm_events_calendar_large a:hover {
	text-decoration: underline;
	color: #333;	
}
#cm_calendar_main {
		border-top:2px solid #ccc;
		border-left:2px solid #ccc;
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
		width:100%;
	}
#cm_calendar_main td {
		border-right:1px solid #ccc;
		border-bottom:1px solid #ccc;
	}
	
#cm_calendar_main .cm_dayname {
		text-align:center;
		font-weight:bold;
		border-bottom:2px solid #ccc;
		border-right:2px solid #ccc;
	}
.cm_tooltiphost
{
    cursor:help;
    font-size: 22px;
}

.cm_tooltipcontainer
{
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    position: absolute;
    background-color: #B1BEEB;
    border: solid 1px #999;
    z-index: 999;
}

.cm_events_cal_day {
	background-color: #ededed;
}

.cm_events_cal_day a {
	color: #003366;
	text-decoration: none;
	font-size: 10px;
}
.cm_events_cal_day a:hover {
text-decoration: underline;
}
/* cells with no dates */
.cm_events_cal_fill {
	background-color: #f4f4f4;
}

td.cm_large_calrules {
	text-align:right; 
	vertical-align:top; 
	outline:black solid 1px;
}
/* large calendar page with featured events */
.cm_events_calfe_month_nav 
{
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cm_events_calfe_month
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f4f4f4;
    padding: 5px;
    border: 1px solid #000000;
    color: #000000;
    float: left;
    margin-right: 12px;
    margin-top: 3px;
}

.cm_events_calfe_last_month 
{
    background-image: url(../assets/images/back.jpg);
    background-repeat: no-repeat;
    width: 75px;
    height: 14px;
    float:  right;
    position: relative;
    top: 20px;
    left: -95px;
    cursor: pointer;
}

.cm_events_calfe_next_month 
{
    background-image: url(../assets/images/forward.jpg);
    background-repeat: no-repeat;
    width: 75px;
    height: 14px;
    float: right;
    cursor: pointer;
}

.cm_tooltiphost_inactive
{
    color: #999999;
    font-size: 14pt; 
}
/**** End Large Calendar page ****/

/**** Start Events Details Page ****/

div#cm_events2_col1, #cm_events2_col1 div {
	min-width: 325px;
	width: 60%;  
	float: left;
	clear: left;
	display: block;
	line-height: normal;  /* added for true editor display from cm software editor*/
	/*text-align: left;  removed for true editor display from cm software editor */
	white-space: normal;
}

#cm_events2_col1 div a {
	min-width: 325px;
	width: 60%;  
	float: left;
	clear: none;
	display: inline;
	line-height: normal;  /* added for true editor display from cm software editor*/
	/*text-align: left;  removed for true editor display from cm software editor */
	white-space: normal;
}

#cm_events_details div {
	padding-top: 5px;
	display: block;
	/*removed for true editor display from cm software editor 
	color: #000;*/
}

/* -details page subtitles- */
#cm_events_details div b {
	padding-top: 5px;
	display: block;
	/*removed for true editor display from cm software editor 
	color: #003366; */
}

#cm_events2_col1 div img, #cm_events2_col2 fieldset div img {
	cursor: hand;
	cursor: pointer;	
	/* removed for true editor display from cm software editor 
	display: block;
	color: #003366; */
}
/* images in photo gallery, sponsors */
#cm_events2_col2 div img {
	width: 100px;
}
/* right side of event details page */
#cm_events2_col2 {
	max-width:100%;
	width: 33%; 
	padding: 0px 5px 0px 5px;
	line-height: normal; /* added for true editor display from cm software editor */
	float: right;
	clear: none;
}

/* email in column 2 */
#cm_events2_col2 div span div {
	padding: 0;
	width: 100%;
}

#cm_events2_col2 div b, #cm_events2_col2 div span, #cm_events2_col2 div span div{
/*	color: #000;	
	font-size: 12px;*/
	line-height: normal;/* added for true editor display from cm software editor */
   width: 100%;
}
/* back to calendar button */
#cm_events2_col2 span input[type=button]{
	background-color: black;
	color:white;
	border: solid 1px #ccc;
	outline-color: blue;
}
/**************************/
/**** END events ****/


/**** START hot deals ****/
/* index page */
#cm_hotdeal h1 {
	padding: 10px;
	float: none;
	clear: none;
}
#cm_hotdeal div.cm_enewsletter, .cm_no_hotdeals{
	float: left;
	clear: left;
	padding-bottom: 15px;
}
.cm_hotdeal_enewsletter{
	color: #003366;
}
.cm_hotdeal_enewsletter a {
	color: #003366;
	text-decoration: underline;
}
.cm_hotdeal_enewsletter a:hover{
	color: #0066cc;
}

.cm_hotdeal_table {
display:  table;
width: 100%;
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
overflow:hidden;
position:relative;
}

.cm_hotdeal_category_row  {
display:  table-row;
width:auto;
background-color:#F0F8FF;
font-weight : bold;
} 

.cm_hotdeal_category_header_left {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
text-align:left;
vertical-align: top;
width:70%;
}
.cm_hotdeal_category_header_right {
float:right;/*fix for  buggy browsers*/
display:  table-cell;
text-align:right;
vertical-align: top;
width:30%; 
} 
.cm_hotdeal_row {
	display:  table-row;
	width:auto;
	padding: 5px;
}
.cm_hotdeal_row a{
	color: blue;
	text-decoration: underline;
}
.cm_hotdeal_row a:hover{
	color: black;
	text-decoration: none;	
}
.cm_hotdeal_marker {
	float:left;
	display:  table-cell;
	text-align:left; 
	vertical-align: top;
	width:50%; 
	position:relative;
}
.cm_hotdeal_middle {
	float:left;
	display:  table-cell;
	text-align: right;
	vertical-align: top;
	position:relative;
	padding-left: 5px;
	padding-right: 5px;
	width: 45%; 
}
.cm_hotdeal_exp{
	float:right;
	display:  table-cell;
	text-align:right;
	vertical-align: top;
	position:relative;
	width: auto;
}

/*** Hot Deal Info (coupon) Page ***/
#cm_hotdeal_info {
	width: 650px;
	background-color: #fff;
}
.cm_hotdeal_border {
	border:5px dashed #ccc;
	padding:4px 6px 4px 6px;
}
.cm_hotdeal_border td {
   padding-left: 15px;
}
.cm_hotdeal_info a{
	color: blue;
}
/* red hot deal text */
.cm_hotdeal_info_hd {
	color: red;
	font-weight: bold;
	text-transform: uppercase;	
	font-size: 16px;
}

#cm_hotdeal_info div b {
	color: #003366;
	font-weight: bold;
/*	float: left;*/
}

#cm_hotdeal_info ul li {
	list-style-type: disc;
	color: red;
	padding-bottom: 10px;
}
/* hot deals and job postings info page */
.cm_membername {
	font-weight: bold;
	color:#003366;
}
.cm_chambername {
	font-weight: bold;
	color:#999;
}
.cm_action {
	cursor: hand;
	cursor: pointer;
	text-decoration: underline;
	color: blue;
}
.cm_actionhover {
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	color: blue;
}
/***/
/*** END Hot Deals ****/

/*** START Jobs ***/
#cm_jobs_searchresults {
	
}
.cm_jobs_table {
display:  table;
width:550px;  
border-spacing:5px;/*cellspacing:poor IE support for  this*/
border-collapse:separate;
overflow:hidden;
position:relative;
float: left;
clear: left;
}

.cm_jobs_category_row  {
display:  table-row;
width:auto;
background-color:#F0F8FF;
font-weight : bold;
height: 100%;
} 

.cm_jobs_category_header_left {
float:left;/*fix for  buggy browsers*/
display:  table-cell;
text-align:left;
vertical-align: top;
width:70%;
}
.cm_jobs_phone_right {
float:right;/*fix for  buggy browsers*/
display:  table-cell;
text-align:right;
vertical-align: top;
width:30%; 
} 
.cm_jobs_row {
	/*display:  table-row;*/
	width:auto;
	padding: 5px;
}
.cm_jobs_contact{
	float:left;
	display:  table-cell;
	text-align:left; 
	vertical-align: top;
	width:100%; 
	position:relative;
}
/* job description-info page */

#cm_jobs_info {
		width: 600px;
		background-color: #fff;
}
#cm_jobs_info div b {
	color: #003366;
	font-weight: bold;
	float: left;
	display:  block;
	background-color: #ccc;
	width: 100%;
}
#cm_jobs_info ul li {
	list-style-type: disc;
	color: red;
	padding-bottom: 10px;
}

/*** END Jobs ***/

/**** START Weather ****/
.cm_weather {
	text-align: center;	
}
/*** END Weather ***/

/*** START Contact Us ***/

.cm_container_left{
	padding-bottom: 12px;
	display: block;
	float: none;
	clear: none;
}
.cm_container_center{
	display: block;
	clear: both;
	padding-top: 5px;
	text-align: center;
}
.cm_container_center span {
	font-weight: bold;
	padding-bottom: 1em;
}
/*** END Contact Us ***/

/***  START Information Request   ***/
/* travel page, publications page */

#cm_inforequest_interest div b, #cm_inforequest_pub div b, #cm_inforequest_travel div b{
	color: #003366;
	font-weight: bold;
	float: left;
	clear: left;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
#cm_inforequest_travel td{
	vertical-align: top;
}
 #cm_inforequest_travel div, #cm_inforequest_pub div{
 	clear: left;
	clear: both;
 }

.cm_inforequest_pub_row{
	display: table-row;
	width: auto;
	float: left;
	padding: 5px;
	border-bottom: .1em #ccc solid;
	width: 100%;
}

.cm_inforequest_pub_icon, .cm_inforequest_pub_icon img {
	float:left;
	display:  table-cell;
	text-align:left; 
	vertical-align: top;
	position:relative;
	border: none;
}
.cm_inforequest_pub_mail {
	float:right;
	display:  table-cell;
	text-align:right;
	vertical-align: top;
	position:relative;
	width: 100%;
}

.cm_inforequest_pub_desc {
	float:left;
	display:  block;
	text-align: left;
	vertical-align: top;
	position:relative;
	padding-left: 5px;
	padding-right: 5px;
	width: 100%; 
}
/*** END Info Request ***/

/*** START News ***/
#cm_news_index table{
	padding: 15px 0 15px 0;		
}
		
td.cm_news_date {
	width: 60px;
	color: #003366;
	vertical-align: top;
}
td.cm_news_item a{
	color: #6699cc;
	vertical-align: top;	
	text-decoration: none;
}
td.cm_news_item a:hover, td.cm_news_item a:visited{
	color: #003366;
	vertical-align: top;	
	text-decoration: underline;
}
/*** END News ***/

/*** START Member App ***/
#cm_memberapp {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#memberapp_canvas {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	vertical-align: text-top;
}

.memberapp_sep {
	border-bottom: 1px dotted #999;
}

.memberapp_fullpart {
	text-align: left;
	font-weight: bold;
	vertical-align: top;
	width: 150px;
}
/*** END Member App ***/


@media print{
	.print-hidden {
			display: none;
		}
.homephoto_ie
{
	position: fixed;
        left: 0;
	width:100%;
	height:100%;
        z-index: -102 !important;
}
/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
html, body
{		
	height: 100%;
	width: 100%;
}

/**** -BEGIN- TAGS ****/
body
{
	color: #000;
	font: 100% Sans-Serif;
	margin: 0px;
}

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;	
	margin: 10px 0px 0px 0px;
}

a 
{
	color: #35678F;
}

img 
{
	/* 
		Max width is set to 256px to correctly render the Yahoo! Maps. 
	*/	
	border: 0 none;
	max-width: 256px;
}

h1
{	
	font-size: 110%;
	text-align: center;
}

ul
{
	margin: 0px;
}

/**** -END- TAGS ****/



/*** -BEGIN- SHARED STYLES ***/
.cm_list_links
{
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
}

.cm_list_links li
{
	list-style: none;
	padding: 0px;
	text-decoration: none;
}

.cm_list_links a
{
	display: block;	
	text-decoration: none;	
	padding: 10px 0px;
	padding-left: 10px;		
	vertical-align: middle;	
	width: 100%;
}

.noscript
{
	color: Red;
}

.cm_return_link
{	
	padding: 20px 0px 10px 25px;
	text-align: left;
}

.cm_return_link a
{
	font-weight: bold;
	font-size: 90%;
	margin-bottom: 10px;
	text-decoration: none;
}

/**** iPhone-specific style ****/
@media only screen and (max-device-width: 480px) 
{ 
	html, body { -webkit-text-size-adjust: none; }
}
/*** -END- SHARED STYLES ***/



/*** -BEGIN- EVEN/ODD/FIRST/LAST LIST-PAGE CLASSES ***/
.cm_list_first
{
	background-color: #FFFFEF;
}

.cm_list_last
{
	background-color: #FFFFFF;
}

.cm_list_even 
{
	background-color: #FFFFFF;
}
.cm_list_odd 
{
	background-color: #F9F9EF;
}
/*** -END- EVEN/ODD/FIRST/LAST LIST-PAGE CLASSES ***/



/****** -BEGIN- MASTERPAGE-STYLES ******/

#cm_contentpage
{
	font-family: Arial, Helvetica, sans-serif, "MS Sans Serif";
	padding-bottom: 20px;
	width: 100%;
}

#cm_contentpage h1
{
	padding: 3px 0px 3px 0px;
	text-align: left;
}

#cm_logo
{
	background: #5F79BF;
	color: #fff;		
	vertical-align: middle;
	text-align: center;
	width: 100%;
}

#cm_logo a
{
	/* Chamber Background Image Can Be Placed Here*/
	display: block;	
	padding: 5px 0px 10px 0px;
	text-align: center;	
	text-decoration: none;
	width: 100%;
}


#cm_chamber_text
{	
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
	/*use display:none to remove text*/
}

#cm_directory, #cm_hotdeals, #cm_jobs
{    
    background-color: Transparent;
    padding: 0px 8px;
    text-align: left;
}

#cm_directory h1, #cm_hotdeals h1, #cm_events h1,#cm_jobs h1
{
	/*color: #ffffff;*/
	font-weight: bold;	
	padding-left: 5px;
}

#cm_footer_links
{
	margin: 20px 0px;
	padding: 5px 5px 10px 5px;	
	text-align:center;	
	width: 100%;
}

#cm_footer_links a
{
	color: #000;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 8px 15px;
	text-decoration: none;
}

#cm_mychamberapp_logo a
{
	/* Width and Height are set to the image-size */
	background: url(../Images/mychamberapp-logo.jpg) no-repeat;
	display: block;
	height: 41px;
	margin: 0px auto;
	width: 150px;
}
/****** -END- MASTERPAGE-STYLES ******/



/**** -BEGIN- LAYOUT-HELPERS ****/

.bottom-border
{
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	padding: 10px;
}

.zero-lineheight
{
	line-height: 0px;
}

.top-border
{
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
}

.section-head
{
	/*background-color: #F0F8FF;*/
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	margin-bottom: 5px;	
}

.indent
{
	padding-left: 10px;
}

.no-break
{
	white-space: nowrap;
}

.inline-table
{
	display: inline-table;
}

 .top-align
 {
 	vertical-align: top;
 }
 /****** -END- LAYOUT-HELPERS ******/
 
 
 
 /****** -BEGIN- HOME ******/
 
/**** Index.aspx ***/
#cm_home table
{
	margin: 0px auto;
}

.cm_home_directory
{
	background: #fff url(../Images/LandingPage_Directory.png) no-repeat;
	display: inline-block;
	height: 150px;
	width: 150px;
}

.cm_home_events
{
	background: #fff url(../Images/LandingPage_Events.png) no-repeat;
	display: inline-block;
	height: 150px;
	width: 150px;
}

.cm_home_hotdeals
{
	background: #fff url(../Images/LandingPage_HotDeals.png) no-repeat;
	display: inline-block;
	height: 150px;
	width: 150px;
}

.cm_home_jobs
{
	background: #fff url(../Images/LandingPage_Jobs.png) no-repeat;
	display: inline-block;
	height: 150px;
	width: 150px;
}
/****** -END- HOME ******/



/****** -BEGIN- DIRECTORY ******/

/**** Index.aspx and SubCategories.aspx ****/

#cm_dir_index, #cm_dir_subcategory
{
	width: 100%;
}

#cm_id_quick_link, #cm_quick_link
{
	text-align: left;
	width: 100%;
}


/**** MemberListing.aspx ****/
#cm_search_result_list
{
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0px;
	width: 100%;
}
#cm_search_result_list td
{
	padding: 0;
	margin: 0px;
}


.cm_sponsor
{
	background: #F0F8DD;
	/*background: #DFFFEC;*/
	/*background: #F0F8FF;*/
}

.cm_nonsponsor
{
	background: #fff;
}

.cm_srLogoCol
{		
	text-align: center;
	vertical-align: middle;
}

.cm_srLogoCol a img
{	
	border: none;
	padding: 5px;
	max-height: 75px;
	max-width: 75px;
}

.cm_memlist_member_name, .cm_jobs_membername
{	
	display: block;
	padding-left: 5px;
	padding-right: 3px;	
	padding-bottom: 3px; 
	padding-top: 7px;
}

.cm_memlist_member_addr, .cm_memdetail_memberaddr, .cm_jobs_address
{	
	clear:right;
	font-size: 95%;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 7px;
}

.cm_memlist_phone, .cm_memdetail_phone, .cm_jobs_phone
{
	margin-top: 10px;
	font-size: 95%;
	padding-left: 5px;
}

.cm_memdetail_email
{
	font-size: 95%;
	padding-left: 5px;
}

.btn_callNow
{
	background: url(../Images/callnow-btn.png) no-repeat center center;
	display:inline-block;
	width: 35px;
	height: 35px;
	font-size: 90%;
	padding-left: 15px;
	text-decoration: none;
}

.callnow_text
{
	display:none;
}

.callnow_container *
{
	height: 35px;
	vertical-align: middle;
}

.cm_rowspacer
{
	line-height: 0%;
}

.cm_rowspacer td
{
	height: 10px;	
}

/**** MemberDetails.aspx ****/

.cm_memdetail
{
	width: 100%;
}

.cm_memlogo 
{
	text-align: center;	
}

.cm_memlogo table
{
	margin: 0px auto;	
}

.cm_memlogo table td
{
	vertical-align: top;
}

.cm_memlogo h1
{
	padding-left: 8px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: top;
}

#yahooMap
{
	margin: 0px auto;
	padding: 5px 0px;
	/*
	  position and z-index were added to show map on blackberry simulators.
	  The map was not fully rending without them. It is possible the actual 
	  devices may not need them, so potentially the can be removed at a later date.
	*/	
	position:relative; 
	z-index: 10;
}

.marker-content
{
	font-size: 9px;	
	margin: 0px;
	max-width: 110px;		
}

.cm_memdetail_highlights
{
}

.cm_photos
{
	line-height: 200%;
	text-align:center;
	width: 100%;
}

.cm_photos img
{
	border: 0px none;
	height: 75px;	
	margin-right: 10px;
	width: 75px;	
}

.cm_memdetail_directions
{
	margin: 20px 0px;
}

.cm_memdetail_hours
{
	margin: 20px 0px;
}

.cm_memdetail_aboutus
{
}

.cm_memdetail_contactinfo ul
{
	padding-left: 5px
}

.cm_memdetail_contactinfo li
{
	list-style: none;
}

.cm_memdetail_contactinfo li a
{
}

.cm_memdetail_webpage_icon
{
	background: #fff url(https://secure.chambermaster.com/directory/images/icons/buttons/ico_planet.gif) no-repeat;
	display: inline-block;
	height: 20px;
	width: 20px;
}

/**** PreviewImage.aspx ****/

#cm_preview_image
{
	text-align: center;
	width: 100%;
}

#cm_preview_image h1
{
	margin-bottom: 10px;
	text-align: center;	
}

#cm_preview_image img
{
	border: 10px solid #e3e3e3; 	
	margin: 0px auto;
	max-width: 200px;
	max-height: 200px;
}
/****** -END- DIRECTORY ******/



/****** -BEGIN- EVENTS ******/

/**** Index.aspx ****/

#cm_events_calendar
{
	text-align:center;
	width: 100%;
}

#cm_events_calendar table 
{
	border: 1px solid #3C64B6;
	clear: none;	
	float: none; 
	text-align:center;
	width: 100%;
}

#cm_events_calendar td
{	/* Calendar Header/Data Cells  */
 	background-color:  #fff;
	border: 1px solid #D8E6F3;		
	color: #3C64B6;
	font-family: Helvetica, Arial, sans-serif, "MS Sans Serif";	
	height: 30px;
	padding: 1px;	
	width: 14.2%; /* 100% / 7 cells in the table*/
}

#cm_events_calendar .cm_calendar_head
{
	color: #3C64B6;
	line-height: 200%;
}

#cm_events_calendar .cm_events_cal_weekday
{
	background: #fff url(../Images/Calendar/btn-bg.gif) repeat-x;	
	color: #3C64B6;
	font-family: Tahoma, Arial, sans-serif, "MS Sans Serif";	
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;	
}

#cm_events_calendar a
{
	background: #fff url(../Images/Calendar/btn-bg.gif) repeat-x;	
	color: #3C64B6;
	display:inline-block;
	font-weight: normal;
	line-height: 200%;
	text-decoration:none;
	text-align: center;
	width: 100%;
}

#cm_events_calendar .todays_date a
{
	color: #D2691E;
	text-decoration: underline;
}

#cm_upcoming_featured a
{	/* Featured/Upcoming Links */	
	border: 1px solid #D8E6F3;	
	font-family: Helvetica, Arial, sans-serif,"MS Sans Serif" ;
	font-size: 95%;
	line-height: 150%;
	text-decoration:none;
	width: 90px;
}

#cm_events_calendar a.prev-btn
{	/* Calendar Previous Arrow */
	background: url(../Images/Calendar/prev.gif) no-repeat;
	/*float:left;*/
	height: 16px;
	margin-top: 2px;
	margin-left: 5px;
	width: 16px;
}

#cm_events_calendar a.next-btn
{	/* Calendar Next Arrow */
	background: url(../Images/Calendar/next.gif) no-repeat;
	/*float:right;*/
	height: 16px;
	margin-top: 2px;
	margin-right: 5px;
	width: 16px;
}



/**** EventsList.aspx ****/

#cm_events_list div, #cm_events_details
{	
	width: 100%;
}

#cm_events_list, #cm_events_detail_content
{
	padding: 0px 8px;
}

#cm_event_list_table 
{
	border-spacing: 0px;
	color: #3C64B6;
	font-size: 90%;	
	width: 100%;
}

#cm_event_list_table td
{
	padding: 0px;
	text-decoration: none;
}

#cm_event_list_table a
{
	display:inline-block;
	padding: 10px 0px;
	text-decoration:none;
	vertical-align:middle;
	width: 100%;	
}

/**** EventDetails.aspx ****/

#cm_events .cm_event_section
{
	margin-top: 20px;	
	width: 100%;
}
/****** -END- EVENTS ******/



/****** -BEGIN- HOTDEALS ******/

/**** Shared ****/
#cm_hotdeals_index, #cm_hotdeal_info
{
	width: 100%;
}

.cm_container_center
{
	clear: both;
	display: block;	
	padding-top: 5px;
	text-align: center;
}

.cm_no_hotdeals 
{
}
/**** Index.aspx ****/

#cm_hotdeals_listing li.bottom-border
{
	 border-left: 1px #E2E2E2 solid; 
	 border-right: 1px #E2E2E2 solid;
}

#cm_hotdeals_index .cm_list_last
{
	background-color:#FFFFFF;
	font-weight: bold;
}

/**** Listing.aspx ****/
.cm_hotdeals_categoryname
{
	background: #fff url(../Images/Calendar/btn-bg.gif) repeat-x;
	border-left: 1px #E2E2E2 solid; 
	border-right: 1px #E2E2E2 
}
.cm_hotdeals_categoryname a
{
	font-family: tahoma, Arial, Helvetica, "Microsoft Sans Serif";
	font-size: 90%;
	padding: 5px 10px 5px 5px;	
	margin-right: 10px;
}

/* The following class can be used to adjust the spacing between businesses */
#cm_hotdeals_listing .cm_spacer
{
	height: 10px;
}

a.cm_hotdeals_detailslink
{
	padding-left: 10px;
}

.cm_hotdeal_image
{
	padding-right: 10px;
}

#cm_jobs_details ul.cm_list_links a, #cm_other_hotdeals ul.cm_list_links a
{	/* This style adds an arrow gif and necessary padding */
	background: url(../Images/arrowTri.gif) no-repeat 30px center;
	padding-left: 40px;
}

#cm_other_hotdeals ul.cm_list_links a
{
	width: 85%;
}

/**** Details.aspx ****/
.cm_hotdeal_info_membername
{
	color: #003366;
	font-size: 110%;
	font-weight: bold;
	text-decoration:none;
}

#cm_hotdeal_info .cm_hotdeal_info_hd 
{	/* red hot deal text (header) */
	color: #35678F;
	font-size: 150%;
	font-weight: bold;
}

.cm_hotdeal_border
{
	border:5px dashed #ccc;
	padding:4px 6px 4px 6px;
}

.cm_hotdeal_border div.cm_hotdeal_desc
{
	padding-left: 8px;
}

#cm_hotdeal_moreinfo td
{
	padding: 3px 0px;
}

#cm_hotdeal_moreinfo td a
{
	font-size: 95%;
	font-weight: normal;
	text-decoration: none;
}

.cm_hotdeal_expire, .cm_hotdeal_moreinfo_headertext
{
	color: #003366;
	font-weight: bold;
}

.cm_chambername 
{
	font-weight: bold;
	color:#999;
}

.cm_chamber_logo
{
}
/****** -END- HOTDEALS ******/



/****** -BEGIN- JOBS ******/

/**** Index.aspx ****/
.cm_jobs_section
{
	width: 100%;
}

.cm_jobs_title a
{
	display: block;
	padding: 7px 0px 7px 7px;
	text-decoration: underline;
	width: 100%;
}

/**** Details.aspx****/
#cm_jobs_details
{
	width: 100%;
}

.cm_jobs_details_memlogo
{
	text-align:center; 
	vertical-align:middle;
	width:75px; 
}

.cm_realmatch_logo
{
	background: url(../Images/RealMatchLogo.jpg) no-repeat top right;
	clear:none;
	display:inline-block;
	float:right;
	height: 47px;
	width: 154px;	
}

#cm_jobs_details_desc
{
	margin: 15px 0px;
}

#cm_jobs_details table
{
	width: 100%;
}

#cm_job_details_contactTable
{
	margin: 15px 0px;
}

#cm_job_details_contactTable td
{
	vertical-align: top;
}

.cm_field_titles
{
}
/****** -END- JOBS ******/
.slider a {position:absolute;}.slider .LiveEditBar a, .slider .edit_dropdown a {position:relative;}

