body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,p{
	margin:0;
	padding:0;
}
html{
	background-image: url(../images/bg-strip.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	line-height:20px;
	font-size:12px;
}
a, a:link, a:active{
	text-decoration:none;
	color:#3e5e9d;
	}
a:hover{}
a:active, a:focus{ outline:none; }
/* imgage alignment */
.alignright {
	float: right; 
	margin: 0 0 20px 20px;
	width:auto;
	}
.alignleft {
	float: left; 
	margin: 0 20px 10px 0;
	width:auto;
	}
a img {border:none;}
blockquote{
	border:1px solid #ddd;
	background-color:#eee;
	padding:10px 10px 10px 20px;
	margin:10px 15px;
	border-left:3px solid #ddd;
	font-size:12px;
	color:#555;
	}
.tn-br{
	border:1px solid #ccc;
	background-color:#eee;
	padding:5px;
	}
.tn-br2{
	border:1px solid #ccc;
	background-color:#eee;
	padding:8px;
	}
p{margin-bottom:10px;}
ol {
	list-style: decimal;
	margin-left:20px;
	line-height:22px;
	}
ul {
	list-style: square;
	padding-left:15px;
	}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}
img.view-more{margin:10px 0;}
a.view-more2{
	background-color:#333;
	padding:3px 5px;
	text-decoration:none;
	color:#555;
	margin-top:20px;
	padding-top:30px;
	}
.vpace{
	display:block;
	height:20px;
	}
/*table data style*/

table.table-data {color:#111;}

table.table-data th{
	background-color:#ddd;
	padding:3px 5px;
	border:1px solid #ccc;
	color:#111;
	}
table.table-data td{
	background-color:#f5f5f5;
	border:1px solid #ccc;
	padding:3px 5px;
	}
#wrapper { 
 margin: 0 auto;
 width:1000px;
 position:relative;

}
#header-wrapper {
	width: 1000px;
	float: left;
	height:135px;
	background-image:url(../images/cc-header-2comp.jpg);
	background-position:50% top;
	background-repeat:no-repeat;
	}

.header-inner{}
h1 {
	font-size: 24px;
	letter-spacing: -1px;
	}

h2 {
	font-size: 22px;
	letter-spacing: -1px;
	}
h3 {
	font-size: 18px;
	letter-spacing: -1px;
	}
h4 {font-size: 14px;}
h5 {font-size: 12px;}
h6 {font-size: 10px;}
h2, h3, h4, h5, h6{
	margin:10px 0;
	letter-spacing:1px;
	font-weight:normal;	
	}

/* Top  navigation*/
.top-navigation{
	position:relative;
	z-index:3;
	}
/* logo*/
h1.logo{
	padding:20px 10px 0px 0px;
	width:68%;
	float:left;
	margin:0px;
}
#logo{
	width:220px;
	height:115px;
	}
/* Search box style
p#search-box{
	float:right;
	position:relative;
	top:110px;
	z-index:1111;
	width:auto;
}*/

/* use this style when you need full length menu*/

p#search-box{		
	padding:10px;
	border:1px solid #ccc;
	position: absolute;
	top:70px;
	right:0px;
	width:218px;
	height:44px;
	overflow:hidden;
	z-index:5;
	color:#FFFFFF;
	background:transparent url(../images/opacity.png) repeat scroll 0 0;
}

p#search-box input, p#search-box2 input{
	border:1px solid #ccc;
	background-color:#fff;
	padding:3px;
	width:175px;
	color:#111;
	float:left;
}
p#search-box a.Go, p#search-box2 a.Go{
	border:none;
	background-image: url(../images/go.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:35px;
	height:24px;
	cursor: pointer;
	float:left;
}
p#search-box a.Go:hover, p#search-box2 a.Go:hover{
	border:none;
	background-image: url(../images/go-ho.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:35px;
	height:24px;
	cursor: pointer;
}
p#search-box input.searchRadioBtn{
	margin-right:38px;
	width:10px;
	display:block;
	float:right
}
p#search-box label{
	margin:0px;
	padding:0px;
	width:230px;
	display:block;
	float:right;
	text-align:right;
	border:1px solid #666666;
	border-bottom:none;
}
p#search-box select{
	width:185px;
	text-align:center;
}
.redText{color:#cc0000;}
/*Breadcrumb section*************************************************************/
.loginLinkContian{padding:0px 10px 10px 0px; vertical-align:middle;}
.BreadcrumbBlueBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #055AD4;
	text-decoration: none;
	font-weight: bold;
}
A.Breadcrumb:link {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #7E8DA6;
	text-decoration:none;
	font-weight: bold;
}
A.Breadcrumb:visited {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #7E8DA6;
	text-decoration:none;
	font-weight: bold;
}
A.Breadcrumb:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.Breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #7E8DA6;
	text-decoration: none;
	font-weight: bold;
}
#BreadcrumbCtrlTable{
	margin:0px 0px 5px 0px;
	padding:10px 0px 0px 0px;
}
#BreadcrumbCtrlCell{
	width:80%;
}
#nonStoreBreadcrumbContainer{
	padding-top:10px;
	height:25px;
	display:block;
	/*border:1px solid blue;*/
}
#nonStoreBreadcrumbContainer table#BreadcrumbCtrlTable{
	padding-top:0px;
	float:right;
	width:120px;
}
#nonStoreBreadcrumbContainer td#BreadcrumbCtrlCell{
	width:1px;
}
/*Main section*************************************************************/

#main{
	float:left;
	padding: 19px;
	width:auto;
	background-color:#fff;
	border:1px solid #ccc;
	display:block;
	background-image: url(../images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: -22px top;
	
}
#main-wide{
	float:left;
	padding: 19px;
	width:auto;
	background-color:#fff;
	border:1px solid #ccc;
	display:block;
	
}
#main-cart{
	float:left;
	padding: 19px;
	width:960px;
	background-color:#fff;
	border:1px solid #ccc;
	display:block;
	
}
.Alert {
	font-family: Arial, Helvetica, Tahoma, Veradana, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
/*left column style*************************************************************/
#leftcolumn-wrapper{ 
	width: 675px;
	float: left;
	
}
.leftcolumn-inner{
	padding:0px 30px 0 0;

}

.leftcolumn-inner-home h3, .leftcolumn-inner-home h4{
	color:#000;
	letter-spacing:0px;	

}
.leftcolumn-inner h3, .leftcolumn-inner h4{
	margin-bottom:10px;
}

#leftcolumn-wrapper  img{

}

h1.page-title{
color:#000;
height: auto;
height:50px;
line-height:25px;
padding:10px 0px;
font-size:2em;
font-weight:normal;

}

/*columns/content boxes*/
.col1{
	width:225px;
	float:left;
}
.col-inner{
	padding-right:25px;

}
.col2{
	width:420px;
	float:left;
	
}
.col2-inner{
	padding-left:20px;
	

}

/*Blog  style*/
#post, #post2, #post3{
margin-bottom:20px;


}
#post h3, #post2 h3, #post3 h3{
color:#000;

}

.post-info{
	background-color:#f6f6f6;
	padding:5px 2px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
}

.post-info a{
text-decoration:none;
color:#495976;
}
.entry img.view-more{
padding:0px;
border:none;

}

.entry img{
	border:1px solid #ddd;
	padding:5px;
	background-color:#f6f6f6;

}
/*serves style in the home page*/
ul.services li{
	line-height:24px;
	padding-left:10px;
	background-image: url(../images/target.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style:none;
	padding-left:20px;
	
}

.col1-services{
	
	display:block;
	float:left;
	width:auto;
}
.col2-services{
	margin-left:275px;

}

.col2-services h3{
	color:#000;
	
}

/*gallery  style*/
ul.gallery {
	margin:0px;
	padding:0px;
	list-style:none;

}
ul.gallery li{
	list-style:none;
	padding:0px;
	margin:0px;
	float:left;
	height:180px;
	width:239px;
	display:block;
	
}
ul.gallery li img{
border:0px solid #33415c;
height:180px;
width:239px;
}

/*right column style*************************************************************/
#rightcolumn-wrapper {
	float: left;
	width: 285px;
	color:#666;
	
}
.rightcolumn-inner {
	padding:0px 0px 0 20px;
	
}

.rightcolumn-inner h3{
	margin-bottom:10px;
	color:#fe2400;
	letter-spacing:0px;
	font-weight:normal;

}
.rightcolumn-inner ul{
	list-style:none;
	padding:0px;
	
}
.rightcolumn-inner ul li{
	border-bottom:1px solid #dfdfdf;	
	
}
.rightcolumn-inner ul li a{
	text-decoration:none;
	line-height:20px;
	color:#111;
	padding:5px 0px;
	display:block;

}
.rightcolumn-inner ul li a:hover{
	background-color:#f4f4f4;

}

.contact-info a:hover{
cursor: help;

}
img.ad-img{
background-color:#eee;
padding:6px;
border:1px solid #ccc;

}
/*footer  style*/

#footer-wrapper { 
	width: 1000px;
	clear: both;
	padding:10px 0px;
	float:left;

}
p.copyrights{
	text-align:right;
	display:block;
	width:100%;/*-- needed for IE --*/
	float:right;
	}
ul.footer-rightdiv {
float:right;
width:auto;

}
ul.footer-rightdiv li{
display:inline;


}
ul.footer-rightdiv li a{
text-decoration:none;
color:#666;
padding:0px 8px;

}ul.footer-rightdiv li a:hover{
color:#666;

}
.bodyText{
	font:12px Arial, Helvetica, sans-serif;
	color: #333333;
}
.bodyTextSm{
	font-size:10px;
	letter-spacing:.05em;
}
.bodyTextWhiteBold{
	color:#FFFFFF;
	font-weight:bold;
}
.blueBoldBig{
	font:14px Arial, Helvetica, sans-serif;
	color:#0000cc;
	font-weight:bold;
}
.fineprint{
	font-size:11px;
	letter-spacing:.05em;
}
.button{
    margin:0px;
    padding:4px 7px 5px 7px;
    min-width:100px;
    /*float:right;*/
    color:#333333;
    font-size:12px;
    text-decoration:none;
    border:1px solid #D9D9D9;
}
.button:hover{
	color:#dedede;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
    border:1px solid #dedede;
	}
/*---- BEGIN Custom Styles ----*/
#loginLinkContain{
	margin:10px 10px 0px 0px;
	padding:0px;
	text-align:right;
	/*width:150px;
	background-color:#00FF00;*/
}
#Bannerlg1_lblBannerAd{
	margin:15px auto 0px auto;
	padding:0px;
	width:675px;
	display:block;
	text-align:center;
}
#Calendar_lblCalendar{
	margin:0px 0px 0px 33px;
	padding:0px;
	width:200px;
	display:block;
}
#calendarlist_dlEventsForMonth{
	margin:0px 0px 20px 33px;
	padding:0px;
	width:200px;
	display:block;
}
#calendarlist_dlEventsForMonth td.EventList{width:200px;}
/*-- default.aspx --*/
#quicklinks{
	background-color:#ffffff;
	width:200px;
	border:1px solid  #000000;
	font: 11pxArial, Helvetica, sans-serif;	
	color: #000000;
	font-weight:normal;
	}
#quickLinksHeading{
	margin:5px 0px 1px 0px;
	padding:5px 5px 8px 5px;
	width:200px;
	display:block;
	font-size:18px;
	text-align:center;
	color:#FFFFFF;
	background-color:#A80D13;
}
.topBTN{
	border-top:1px solid #CCCCCC;
	}
.quickLinksBTN-right{
	padding:0px 0px 0px 5px;
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	background-image:url(../images/quickLinks_BG.jpg);
	background-position:50%;
	background-repeat:repeat-x;
	}
.quickLinksBTN-left{
	padding:0px;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background-image:url(../images/quickLinks_BG.jpg);
	background-position:50%;
	background-repeat:repeat-x;
	}
.quickLinksBTN-right:hover{
	background-image:url(../images/quickLinks_BG-roll.jpg);
	background-position:50%;
	background-repeat:repeat-x;
	border-left:1px solid #999999;
	}
#quickLinks a.quickLinsBTNimg{
	margin:10px 5px 10px 10px;
	padding:0px;
	width:65px;
	height:65px;
	display:block;
}
#quickLinks a{
	color:#25274E;
}
#quickLinks a:hover{
	color:#004A80;
}
#quickLinks img{
	border:none;
}
#connectWithChamberContain{
	margin:0px auto 10px auto;
	padding:0px 0px 12px 0px;
	width:200px;
	text-align:center;
	border-bottom:1px solid #cccccc;
}
#sheratoncarlsbadAD{
	 margin:0px;
	 padding:0px;
	 display:block;
	 width:655px;
	 text-align:center;
	 background-image:url(../images2/banners/SheratonCarlsbad_homepage4.jpg);
	 background-repeat:no-repeat;
	 background-position:50% top;
	 }
	 #sheratoncarlsbadAD a img{border:none;}

/*--- calendar MODs ---*/
a.CalendarEvents{ font-weight:bold; }
b#calendarNavSpacer{
	margin:0px 10px;
	padding:0px 40px;
	height:10px;
	display:inline-block;
}
#lblCalendar{
	margin:0px;
	padding:0px;
	width:190px;
	display:block;
	float:left;
}
#CalendarSupplementalEventListContiner{
	margin:-100px 0px 0px 15px;
	padding:0px;
	width:455px;
	min-height:20px;
	display:block;
	float:left;
	border-top:1px solid #cccccc;
}
#CalendarSupplementalEventListContiner span.EventListShortDesc{
	margin:0px;
	padding:0px 0px 0px 10px;
	width:290px;
	display:block;
	float:left;
}
#CalendarSupplementalEventListContiner span.EventListShortDesc a{
	margin:0px 0px 0px -10px;
	padding:0px 0px 0px -10px;
}
b.calendarDisplayDate{
	margin:0px 15px 0px 0px;
	padding:0px;
	width:130px;
	display:block;
	float:left;
}
#lblSignUpOnlineTop{
	margin:0px;
	padding:0px 20px 0px 0px;
	height:31px;
	display:block;
	text-align:right;
	}
	#lblSignUpOnlineTop a.registerBTN{float:right;}
	a.registerBTN{
		margin:0px;
		padding:0px;
		width:200px;
		height:31px;
		display:block;
		text-indent:-9999px;
		text-align:left;
		background-image:url('../images/Registration_BTN(norm).gif');
		background-repeat:no-repeat;
		background-position:50% top;
		}
	a.registerBTN:hover{
		background-image:url('../images/Registration_BTN(roll).gif');
		}
#EventListForm{
	margin:0px 0px 0px 15px;
	padding:0px;
	}
	#EventListForm h2{
		margin:10px 0px 0px 0px;
		padding:0px;
		width:550px;
	}
	#EventListForm table.eventListTable{
		margin:0px 0px 0px 15px;
		padding:0px;
		width:550px;
	}
/* -- DirectoryDetails.aspx -- */

#DirectoryDetailsContain img{
	float:right;
}
td.Header{
	margin:0px;
	padding:3px 0px 3px 10px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
/* -- products.aspx --*/
.productTab{
	margin:0px;
	padding:0px;
	background-image:url(../images/tab-detail-productsBG.gif);
	background-position:left top;
	background-repeat:no-repeat;
}
