@media screen
{

    .cm_main
    {
        height: 100%;
        width: 800px;
        margin: 0 auto;
        background-color: #ffffff; /*vertical-align: top;    Don't use this. it throws off the curved boxes  	border: 1px solid #a4a4a4;  	min-width: 600px; 	background-image: url(images/white.gif);  	background-repeat: repeat-y;  	border: 1px solid #a4a4a4; 	min-width: 600px; 	max-width: 800px; */
    }       

    #cm_topnav
    {
        background-color: #f4f4f4;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
        height: 13px;
        margin-bottom: 10px;
        width: 100%;
    }

    #cm_topnav ul
    {
        height: 13px;
        padding: 8px;
        margin: 0;
    }

    #cm_topnav li
    {
        float: left;
        text-align: left;
        color: #00008b;
        vertical-align: middle;
        font-weight: bold;
        font-size: 80%;
        list-style: none;
        padding: 0px 10px 0px 0px;
        display: inline;
        margin: 0;
    }

    #cm_topnav li b
    {
        color: #dd0000; /*border-bottom: #ff0000 solid 1px;*/
    }

    #cm_topnav a:link, #cm_topnav a:visited
    {
        color: #00008b;
        text-decoration: none;
    }

    #cm_topnav a:hover, #cm_topnav a:hover b
    {
        text-decoration: underline;
        line-height: 15px;
    }

    #cm_topnavsocnet
    {
        background-color: white;
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
    
    #cm_topnavsocnet td span
    {
        color: #00008b;
        vertical-align: middle;
        height: 24px;
        font-weight: bold;
        font-size: 80%;
        list-style: none;
        padding: 0px 0px 0px 0px;
        display: inline;
        margin: 0;
    }

    #cm_topnavsocnet td img
    {
        vertical-align:middle;
        border: 0;
    }    

    /* not using close*/
    .cm_close
    {
        float: right;
        text-align: right;
    }

    .cm_util
    {
        text-align: right; /*margin: 3px 0 0 0;*/
    }

    .cm_util2
    {
        padding-right: 10px;
    }

    /*future icon component 
    .memlevel {
    	text-align: left;
    	font-weight: bold;	
    	vertical-align: top;
    	padding-left: 10px;
    	padding-right: 10px;
    }
    */

    .cm_memheader
    {
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
        min-height: 50px;
        vertical-align: top;
    }
    
    .cm_memheader H1 
    {
        display: inline;
        font-size: 22px;
    }
	   
    H1 span.cm_member_categories 
    {
        font-size:75%;
		  color: #ccc;
		  text-transform: lowercase;
    }

    .cm_memlogo
    {
    }

    .cm_memname
    {
        font-weight: bold;
        font-size: 110%; /*border-top: dotted .25em #ebeef7; 	line-height: 40px; 	position: relative; 	display: inline;*/
        padding-left: 5px;
        width: 100%;
        vertical-align: 50%;
    }

    /**********************************/
    /* CURVED BOXES */

    .cm_xboxstyle
    {
        background: transparent;
        margin: 5px 13px 13px 13px;
    }

    .cm_xb1, .cm_xb2, .cm_xb3, .cm_xb4, .cm_xb5, .cm_xb6, .cm_xb7
    {
        display: block;
        overflow: hidden;
        font-size: 0;
    }
    .cm_xb1, .cm_xb2, .cm_xb3, .cm_xb4, .cm_xb5, .cm_xb6
    {
        height: 1px;
    }
    .cm_xb4, .cm_xb5, .cm_xb6, .cm_xb7
    {
        background: #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }

    /*Info Box */
    .cm_xb11, .cm_xb22, .cm_xb33, .cm_xb44, .cm_xb55, .cm_xb66, .cm_xb77
    {
        display: block;
        overflow: hidden;
        font-size: 0;
    }
    .cm_xb11, .cm_xb22, .cm_xb33, .cm_xb44, .cm_xb55, .cm_xb66
    {
        height: 1px;
    }
    .cm_xb44, .cm_xb55, .cm_xb66, .cm_xb77
    {
        background: #e5e5e5;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }


    .cm_xb1
    {
        margin: 0 8px;
        background: #e5e5e5;
    }
    .cm_xb2
    {
        margin: 0 6px;
        background: #e5e5e5;
    }
    .cm_xb3
    {
        margin: 0 4px;
        background: #e5e5e5;
    }
    .cm_xb4
    {
        margin: 0 3px;
        background: #ebeef7;
        border-width: 0 5px;
    }

    .cm_xb11
    {
        margin: 0 8px;
        background: #e5e5e5;
    }
    .cm_xb22
    {
        margin: 0 6px;
        background: #e5e5e5;
    }
    .cm_xb33
    {
        margin: 0 4px;
        background: #e5e5e5;
    }

    /* 'info box' top inside border */
    .cm_xb44
    {
        margin: 0 3px;
        background: #f5f5f5;
        border-width: 0 5px;
    }

    /* top and bottom inside border */
    .cm_xb5
    {
        margin: 0 2px;
        background: #ebeef7;
        border-width: 0 4px;
    }
    .cm_xb6
    {
        margin: 0 2px;
        background: #ebeef7;
        border-width: 0 3px;
    }
    .cm_xb7
    {
        margin: 0 1px;
        background: #ebeef7;
        border-width: 0 3px;
        height: 2px;
    }

    .cm_xb55
    {
        margin: 0 2px;
        background: #f5f5f5;
        border-width: 0 4px;
    }
    .cm_xb66
    {
        margin: 0 2px;
        background: #f5f5f5;
        border-width: 0 3px;
    }
    .cm_xb77
    {
        margin: 0 1px;
        background: #f5f5f5;
        border-width: 0 3px;
        height: 2px;
    }

    /***** END CURVED BOXES ***/

    #cm_col1
    {
        width: 50%;
        background-color: #ffffff;
    }

    #cm_col2
    {
        width: 50%;
        min-width: 400px;
        background-color: #ffffff;
    }

    /*box border blue - left and right sides */
    .cm_xboxcontent
    {
        display: block;
        background-color: #ebeef7;
        border: 0px solid #e5e5e5;
        border-width: 0 3px;
        text-align: left;
        padding: 5px;
        vertical-align: top;
    }

    .cm_xboxcontent ul
    {
        padding-left: 10px;
        padding-right: 5px;
        list-style: disc;
        padding-bottom: 0.5em;
        color: #6186c9;
        line-height: 18px;
        font-size: 75%;
        text-align: left;
        padding-top: 5px;
        margin-left: 15px;
    }

    .cm_xboxcontent p
    {
        padding: 0 0 1em 0;
        color: #6186c9;
        line-height: 20px;
        font-size: 75%;
        text-align: left;
    }

    .cm_xboxcontent h1
    {
        font-size: 100%;
        letter-spacing: 3px;
        color: #6186c9;
        text-align: left;
        border-bottom: dotted .22em #d5d8ec;
        padding-bottom: 5px;
    }

    .cm_xboxcontent h1 a
    {
        font-size: 75%;
        letter-spacing: normal;
        text-align: right;
        font-weight: normal;
    }
    .cm_xboxcontent td
    {
        padding: 0 0 3px 0;
        color: #6186c9;
        text-align: left;
    }



    /*box border grey - left and right sides */
    .cm_xboxcontentinfo
    {
        display: block;
        background: #f5f5f5;
        border: 0px solid #e5e5e5;
        border-width: 0 3px;
        text-align: left;
        padding: 5px;
        vertical-align: top;
    }

    /* representatives */
    .cm_repname
    {
        font-weight: bold;
    }
    /* who to contact */
    .cm_xboxcontentwho h1
    {
        font-size: 100%;
        letter-spacing: 3px;
        color: #6186c9;
        text-align: left;
        border-bottom: dotted .22em #d5d8ec;
        padding-bottom: 5px; /* background-image: url(images/rep.gif);  background-position: right;  background-repeat: no-repeat;*/
    }

    /* about us */
    .cm_xboxcontentabout h1
    {
        font-size: 100%;
        letter-spacing: 3px;
        color: #6186c9;
        text-align: left;
        border-bottom: dotted .22em #d5d8ec;
        padding-bottom: 5px; /* background-image: url(images/rep.gif);  background-position: right;  background-repeat: no-repeat;*/
    }

    /* amenities */
    .cm_xboxcontentamen
    {
        display: block;
        background-color: #ebeef7;
        border: 0px solid #e5e5e5;
        border-width: 0 3px;
        text-align: left;
        padding: 5px;
        max-height: 300px;
        vertical-align: top;
    }

    .cm_xboxcontentamen ul
    {
        padding-left: 10px;
        padding-right: 5px;
        list-style: disc;
        padding-bottom: 0.5em;
        color: #6186c9;
        line-height: 18px;
        font-size: 75%;
        text-align: left;
        padding-top: 5px;
        margin-left: 15px;
        max-height: 250px;
        overflow: auto;
    }

    .cm_xboxcontentamen p
    {
        padding: 0 0 1em 0;
        color: #6186c9;
        line-height: 20px;
        font-size: 75%;
        text-align: left;
    }

    .cm_xboxcontentamen h1
    {
        font-size: 100%;
        letter-spacing: 3px;
        color: #6186c9;
        width: 335px;
        text-align: left;
        border-bottom: dotted .22em #d5d8ec;
        padding-bottom: 5px;
    }


    /* accommodations */
    .cm_accomcheck
    {
        margin-left: 70px;
    }

    .cm_button
    {
        color: blue;
    }

    .cm_accom
    {
        margin-top: 10px;
        border: solid 1px #cccccc;
        color: #6186c9;
        font-size: 75%;
        line-height: 18px;
    }

    .cm_accom td
    {
        padding-left: 10px;
    }
    .cm_accomtitle
    {
        margin: 10px;
        background-color: #b5c6e5;
        color: #4a75c1;
        text-align: left;
        font-weight: bold;
        padding: 5px;
    }

    .cm_accom1
    {
        background-color: #ffffff;
        padding: 5px;
        color: #6186c9;
        margin: 5px;
    }

    .cm_accom2
    {
        background-color: #e5e5e5;
        width: 100%;
        color: #6186c9;
        height: 100%;
    }


    /* highlights */
    .cm_xhighlights h1
    {
        font-size: 100%;
        letter-spacing: 3px;
        color: #6186c9;
        width: 335px;
        text-align: left;
        border-bottom: dotted .22em #d5d8ec; /* background-image: url(images/rep.gif);  background-position: right;  background-repeat: no-repeat;*/
    }

    /* information box */

    .cm_infoicon
    {
        padding: 4px;
        vertical-align: top;
        text-align: left;
    }
	 /*icon images */
	 #cm_info_img {
	 width: 25px;
	 height:22px;
	 background-image: url(http://public.chambermaster.com/Content/Images/info.gif); 
	 background-repeat: no-repeat;
	 }
	 
	 #cm_visitwebsite_img {
	 width: 42px;
	 height:29px;
	 background-image: url(http://public.chambermaster.com/Content/Images/visit.gif); 
	 background-repeat: no-repeat;
	 }

	  #cm_map_img {
	 width: 26px;
	 height:26px;
	 background-image: url(http://public.chambermaster.com/Content/Images/map.gif); 
	 background-repeat: no-repeat;
	 }
	  #cm_directions_img {
	 width: 27px;
	 height:28px;
	 background-image: url(http://public.chambermaster.com/Content/Images/directions.gif); 
	 background-repeat: no-repeat;
	 }
	 #cm_calendar_img {
	 width: 22px;
	 height:22px;
	 background-image: url(http://public.chambermaster.com/Content/Images/calendar.gif); 
	 background-repeat: no-repeat;
	 }
	  #cm_social_img {
	 width: 27px;
	 height:28px;
	 background-image: url(http://public.chambermaster.com/Content/Images/socialNetwork.gif); 
	 background-repeat: no-repeat;
	 }
	 
    .cm_infotext
    {
        text-align: left;
        padding: 4px;
        color: #6186c9;
        vertical-align: top;
        font-size: 75%;
    }

    /*photo for print only*/
    #cm_mainimage
    {
        display: none;
    }
    /* end photo for print */

    #cm_bottomnav
    {
        background-color: #f4f4f4;
		border-radius: 5px 5px 5px 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
        height: 13px;
        padding: 8px;
        margin: 0;
    }

    #cm_bottomnav li
    {
        float: left;
        text-align: left;
        color: #00008b;
        vertical-align: middle;
        font-weight: bold;
		  font-size: 75%;
        list-style: none;
        padding: 0px 18px 0px 0px;
        display: inline;
        margin: 0;
        text-transform: lowercase;
    }

    #cm_bottomnav li b
    {
        text-transform: none; /*border-bottom: #ff0000 solid 1px;*/
    }

    #cm_bottomnav a:link, #cm_bottomnav a:visited
    {
        color: #00008b;
        text-decoration: none;
    }

    #cm_bottomnav a:hover, #cm_bottomnav a:hover b
    {
        text-decoration: underline;
        line-height: 15px;
    }
	 .cm_footer {
	 	margin-top:10px;
		margin-bottom: 10px;
	 }

    /* chamber name and website */
    .cm_chamber
    {
        color: #000;
        font-size: 75%;
        font-weight: bold;
        text-align: left;
		  float:left;
        padding-left: 9px;
    }

    .cm_chamber a
    {
        color: #000;
        font-weight: normal;
		  float:left; 
		  clear: left;
    }

    /* chambermaster logo */
    .cm_cmlogo
    {
        padding: 5px 8px 0px 5px;
		  float:right;
    }
	
	/* styles for member layout 02 */
.cm_ml02_clear  {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0px;
}

.cm_ml02_dot_sep {
	border-bottom: #ccc 1px dotted;
	margin-top: 5px;
	margin-bottom: 4px;
}

#cm_ml02_container {
	background-image: url(http://public.chambermaster.com/Content/Images/Member-Page/CanvasBackground.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #e8e9e9;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	display: table;
}

#cm_ml02_container_inside {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
    background-color: #ffffff;
	border-left: 3px solid #cccccc;
	border-right: 3px solid #cccccc;
}

#cm_ml02_container_content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #4d4d4d;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
    background-color: #ffffff;
}

#cm_ml02_top_nav_container {
	background-color: #ffffff;
	display: block;
	min-height: 50px;
	height: auto !important;
    width: 100%;
	padding-top: 2px;
}

#cm_ml02_top_nav {
	background-image: url(http://public.chambermaster.com/Content/Images/Member-Page/NavBackground.png);
	background-repeat:  no-repeat;
	background-position: center;
	height: 45px;
	width: 950px;
}

.cm_ml02_top_nav_links {
	color: #ffffff;
	float: left;
	width: 100%;
}

.cm_ml02_top_nav_links ul li {
	float: left;
	list-style: none;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 45px;
	font-size: 10pt;
}

.cm_ml02_top_nav_links a {
	font-size: 10pt;
	color: #ffffff;
	text-decoration: none;
}

.cm_ml02_top_nav_links a:hover {
	text-decoration: underline;
}

.cm_ml02_top_nav_sharing {
	float: right;
	padding-right: 10px;
	margin-top: 15px;
}

.cm_ml02_top_nav_sharing img {
	display: inline;
	vertical-align: middle;
}

.cm_ml02_top_nav_sharing span {
	
}

#cm_ml02_left_col {
	width: 250px;
	float: left;
	padding-left: 5px;
}

.cm_ml02_member_logo {
	padding-top: 10px;
	text-align: left;
}

.cm_ml02_member_name {
	color: #000000
	text-align: left;
	display: none;
}

.cm_ml02_member_categories {
	padding-top: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	text-align: left;
    color: #999999;
    vertical-align: top;
	display: none;
}

.cm_ml02_member_name_center h1 {
	margin-top: 5px;
	font-size: 10pt;
	text-align: left;
}

.cm_ml02_member_categories_center {
	padding-top: 2px;
	text-align: left;
    vertical-align: top;
	line-height: 1.5;
}

.cm_ml02_contact_info {
	padding-top: 5px;
	float: left;
	clear: both;
	width: 100%;
}

.cm_ml02_sreet_address {
	background-image: url(http://public.chambermaster.com/Content/Images/info.gif);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 22px; 
	padding-top: 10px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
	line-height: 1.5;
}

.cm_ml02_phone {
	padding-top: 2px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
}

.cm_ml02_phone_2 {
	padding-top: 2px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
}

.cm_ml02_fax {
	padding-top: 2px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
}

.cm_ml02_website_address {
	background-image: url(http://public.chambermaster.com/Content/Images/visit.gif);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 29px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
}

.cm_ml02_website_address a {
	text-decoration: underline;
}

.cm_ml02_website_address a:hover {
	text-decoration: none;
}

.cm_ml02_view_map {
	background-image: url(http://public.chambermaster.com/Content/Images/map.gif);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
}

.cm_ml02_view_map a {
	text-decoration: underline;
}

.cm_ml02_view_map a:hover {
	text-decoration: none;
}

.cm_ml02_location {
	background-image: url(http://public.chambermaster.com/Content/Images/directions.gif);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 28px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
}

.cm_ml02_hours {
	background-image: url(http://public.chambermaster.com/Content/Images/calendar.gif);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 22px;
	padding-top: 10px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
}

.cm_ml02_socialnetwork {
	background-image: url(http://public.chambermaster.com/Content/Images/SocialNetwork.gif);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 22px;
	padding-top: 10px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
}

.cm_ml02_visit_our_site {
	 margin-top: 10px;
	 border: none;
	 width: 100px;
	 height: 25px;
	 float: left;
	 cursor: hand;
	 cursor: pointer;
	 display: none;
}

.cm_ml02_hot_deals {
	 margin-top: 10px;
	 border: none;
	 width: 100px;
	 height: 25px;
	 float: left;
	 cursor: hand;
	 cursor: pointer;
	 display: none;
}

.cm_ml02_personal_contact_info {
	width: 100%;
	float: left;
	clear: left;
	text-align: left;
}

.cm_ml02_who_heading {
	font-size: 10pt;
	font-weight: 600;
	text-align: left;
	display: none;
}

.cm_ml02_rep_name {
	background-image: url(http://public.chambermaster.com/Content/Images/Member-Page/WhoToContact.png);
	background-repeat: no-repeat;
	background-position: left;
	min-height: 26px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	text-align: left;
    vertical-align: top;
	float: left;
	clear: both;
}

.cm_ml02_rep_name a {
	text-decoration: underline;
}

.cm_ml02_rep_name a:hover {
	text-decoration: none;
}

#cm_ml02_center_col {
	width: 350px;
	padding-left: 10px;
	float: left;
}

.cm_ml02_about_us_heading {
	padding-top: 10px;
	font-size: 10pt;
	font-weight: 600;
	text-align: left;
}

.cm_ml02_about_us_desc {
	padding-top: 5px;
	text-align: left;
	line-height: 1.5;
}

#cm_ml02_right_col {
	width: 316px;
	float: right;
	display: block;
}

.cm_ml02_highlights {
	padding-top: 5px;
	text-align: left;
}

.cm_ml02_highlights_heading {
	padding-top: 10px;
	font-size: 10pt;
	font-weight: 600;
	text-align: left;
}

.cm_ml02_highlights_list {
	padding-top: 5px;
	text-align: left;
}

.cm_ml02_highlights_list ul {
	padding-left: 12px;
}

.cm_ml02_highlights_list li {
	list-style: square;
	padding-left: 2px;
}

.cm_ml02_highlights_list li p {
	list-style: square;
	padding-left: 2px;
	line-height: 1.5;
}

.cm_ml02_amenities {
	padding-top: 10px;
	color: #000000;
	text-align: left;
}

.cm_ml02_amenities_heading {
	padding-top: 10px;
	font-size: 10pt;
	font-weight: 600;
	text-align: left;
}

.cm_ml02_amenities_list {
	padding-top: 5px;
	text-align: left;
}

.cm_ml02_amenities_list ul {
	padding-left: 20px;
}

.cm_ml02_amenities_list li {
	list-style: square;
	padding-left: 2px;
	clear: both;
	line-height: 1.5;
}

.cm_ml02_photo_gallery_out {
	padding-top: -15px;
	margin-top: -5px;
}

.cm_ml02_photo_gallery {
	margin-top: 2px;
	text-align: left;	
}

.cm_ml02_photo_gallery_heading {
	
	padding-bottom: 5px;
	font-size: 10pt;
	font-weight: 600;
	text-align: left;	
}

#cm_ml02_accommodations {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.cm_ml02_accommodations_heading {
	font-size: 10pt;
	font-weight: 600;
	float: left;
}

.cm_ml02_accommodations_button {
	float: right;
}

.cm_ml02_accommodations_list {
	background-color: #f4f4f4;
}

.cm_ml02_accom_back {
	background-color: #354a65;
	height: 25px;
}

.cm_ml02_accom1 {
	background-color: #ececec;
}

.cm_ml02_accom2 {
	background-color: #ececec;
}

.cm_ml02_accomtitle {
	width: 33%;
	font-size: 10pt;
	font-weight: 600;
	float: left;
	margin-top: 5px;
	color: #ffffff;
}

.cm_ml02_accom_item {
	width: 33%;
	font-size: 10pt;
	font-weight: 600;
	float: left;
	margin-top: 2px;
	text-align: center;
}

.cm_ml02_accom_notes {
	border-bottom: 1px dotted #cccccc;
	text-align: center;
}

#cm_ml02_footer {
    margin-top: 10px;
}

.cm_ml02_bottomnav {
	background-image: url(http://public.chambermaster.com/Content/Images/Member-Page/FooterBackground.png);
	background-repeat: no-repeat;
	background-position: center;
    height: 40px;
    padding: 8px;
    margin: 0;
}

.cm_ml02_bottomnav li {
    float: left;
    text-align: left;
    color: #00008b;
    vertical-align: middle;
    font-weight: bold;
    list-style: none;
    padding: 0px 18px 0px 0px;
    display: inline;
    margin: 0;
    text-transform: lowercase;
	line-height: 40px;
}

.cm_ml02_bottomnav li b {
   text-transform: none; /*border-bottom: #ff0000 solid 1px;*/
}

.cm_ml02_bottomnav a:link, .cm_ml02_bottomnav a:visited {
   color: #00008b;
   text-decoration: none;
}

.cm_ml02_bottomnav a:hover, .cm_ml02_bottomnav a:hover b {
   text-decoration: none;
   line-height: 15px;
   text-decoration: underline;
}

  

}


