body {
	font-size: 11px;
	font-family: Verdana;
	background-image: url(http://www.meetmeinsandiego.com/images/home_background.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	margin: 50px 0px 0px 0px;
}

body.visitor {background-image: url(http://www.meetmeinsandiego.com/images/bg_visitorinfo.jpg); background-color:#A8C3E0;}
body.todo {background-image: url(http://www.meetmeinsandiego.com/images/bg_whattodo.jpg); background-color:#7285A3;}
body.gettingaround {background-image: url(http://www.meetmeinsandiego.com/images/bg_gettingaround.jpg); background-color:#70665D;}
body.maps {background-image: url(http://www.meetmeinsandiego.com/images/bg_mapsdirections.jpg); background-color:#000000;}
body.weather {background-image: url(http://www.meetmeinsandiego.com/images/bg_weather.jpg); background-color:#000000;}
body.faqs {background-image: url(http://www.meetmeinsandiego.com/images/bg_faq.jpg); background-color:#3A7835;}


h1 {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 10px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	color: #990000;
	margin: 0px 0px -8px 0px;
	padding: 10px 0px 0px 0px;
}

td.mainnav, td.mainnavon, td.mainnav_hm {
	background-color: #FFDB73;
}

td.mainnav_hm a:link, td.mainnav_hm a:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
}

td.mainnav a:link, td.mainnav a:visited {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}

td.mainnav a:hover, td.mainnavon a:hover, td.mainnav_hm a:hover {
	color: #990000;
}

td.mainnavon a:link, td.mainnavon a:visited {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
}

td.mainnav a:hover {
	color: #990000;
}

td.content {
	background-image: url(http://www.meetmeinsandiego.com/images/content_background.jpg);
	background-repeat: no-repeat;
	background-color: #F69B34;
}

td.bodycopy {
	color: #996600;
	font-size: 10px;
	font-weight: bold;
	padding-top: 4px;
	padding-left: 40px;
}

td.footer {
	padding-top: 15px;
	padding-left: 40px;
	padding-right: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #996600;
}

td.footer a:link, td.footer a:visited {
	font-size: 9px;
	font-weight: bold;
	color: #996600;
}

td.footer a:hover {
	color: #996600;
}

#copyright {
	text-align: right;
	padding-bottom: 15px;
}

#footerlinks {
	text-align: center;
	padding-bottom: 15px;
}

/* subpage styles */
td.subcontent {
	background-color: #FFFFFF;
}

td.subbodytext {
	font-size: 11px;
	line-height: 17px;
	color: #797979;
	padding-left: 15px;
	padding-right: 10px;
}

td.subbodytextsmaller {
	font-size: 10px;
	line-height: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
}

td.subbodytext_restaurant {
	width: 485px;
	font-size: 11px;
	color: #797979;
	padding-left: 10px;
}

td.subblacktext {
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

td.bg_menu {
	background-image: url(http://www.meetmeinsandiego.com/images/menu_background.gif);
	background-repeat: repeat-y;
}

td.subfooter {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 9px;
	font-weight: bold;
	color: #CC9900;
	line-height: 18px;
}

td.subfooter a:link, td.subfooter a:visited {
	font-size: 9px;
	font-weight: bold;
	color: #CC9900;
}

td.subfooter a:hover {
	color: #996600;
}

a:link, a:visited {
	color: #990000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* The styles below have been copied from the CCC web site style sheet */
td.pagemenu {
	background-image: url(http://www.meetmeinsandiego.com/images/bg_sectionmenu.gif);
	background-repeat: repeat-y;
}

td.sectionmenu {
	border-left: 2px solid #FFFFFF;
	/*
	background-color: #8FD0D9;
	*/
	background-color: #BFE3EE;
}

table.grid {
	color: #333333;
	font-weight: normal;
	font-size: 11px;
}

/* DO NOT DELETE THESE SIDE NAVIGATION PROPERTIES FOR THE DESIGN -- JUST UPDATE THEM */

/* ========================== */
/* SIDE NAVIGATION PROPERTIES */
/* ========================== */

/*
Default PARAGRAPH property of 1st level Navigation.
Links are encompassed with <p> tags that control margin-spacing and font properties.
*/
.subNav {
	margin-top: 6px;
	margin-bottom: 4px;
	margin-left: 11px;
	color: #4173B2;
	font-size: 12px;
	font-weight: bold;
}

/* Default on state of 2nd level Navigation - Typically used with <td> rows */
.innerSubNav {
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 20px;
	color: #4173B2;
	font-size: 12px;
	font-weight: bold;
}

/*
Default on state of 3rd level Navigation - Typically used with <td> rows.
Primary difference from innerSubNav is the left margin (indentation) spacing.
*/
.innerSubNav1 {
	margin-bottom: 4px;
	margin-left: 28px;
	color: #4173B2;
	font-size: 12px;
	font-weight: bold;
}

/* A HREF LINK PROPERTIES for 1st, 2nd, and 3rd levels - Controls color and link actions */
/* ===================================================================================== */
/*  There are various LINK properties for the different sections throughout the site     */
/* ===================================================================================== */

/* Controls background color of primary 1st level button. Default OFF State */
.subNav1 {
	background-color: #BFE3EE;
}

/* Controls background color of primary 1st level button. Default ON State. */
.subNav1ON {
	background-color: #5DBDC2;
}

td.subNav1ON a.sideNav:link, td.subNav1ON a.sideNav:visited, td.subNav1ON a.sideNav:hover {
	color: #FFFFFF;
	text-decoration: none;
}

td.innerSubNav {background-color:#8FD0D9;}

/* NORMAL STATE HANDLER */
A.sideNav:link {
	text-decoration: none;
	color: #4173B2;
	font-size: 12px;
	font-weight: bold;
}

A.sideNav:visited {
	text-decoration: none;
	color: #4173B2;
	font-size: 12px;
	font-weight: bold;
}

A.sideNav:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

/* 2nd LEVEL */
A.sideNav1:link {
	text-decoration: none;
	color: #009999;
	font-size: 12px;
	font-weight: bold;
}

A.sideNav1:visited {
	text-decoration: none;
	color: #009999;
	font-size: 12px;
	font-weight: bold;
}

A.sideNav1:hover, a.sideNav1ON:link, a.sideNav1ON:visited, a.sideNav1ON:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

td {
	font-size: 11px;
	color: #797979;
}

/*--------------------------------------------------
STYLES USED FOR SIGNONSANDIEGO-PROVIDED CONTENT;
CONTENT IS USED IN WHATTODO SECTION OF 
MEETMEINSANDIEGO.COM & VISITSANDIEGO.COM:
--------------------------------------------------*/
.sosd-item {
	width: 400px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #797979;
	display: block;
	clear: both;
	padding: 0px 0px 25px 25px;
	margin: 0px 0px 10px 0px;
}
* html .sosd-item {
	width: 425px;
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 10px 0px;
}

.sosd-item .sosd-image {
	width: 150px;
	float: left;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
* html .sosd-item .sosd-image {
	padding: 0px 0px 0px 0px;
	margin: 0px -50px 0px 0px;
}

.sosd-item .sosd-text {
	width: 250px;
	float: right;
	margin-left: 0px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
}
* html .sosd-item .sosd-text {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px -50px;
}

.sosd-item a {
	font-weight: bold;
}
/*--------------------------------------------------*/

/* New SDCCC Content CSS */
#content-subpage-right1 {
	position:relative;
	width:684px;
}

.introList {
	padding-bottom:20px;
	width:505px;
}

.listImage {
	float:left;
}

.descriptionList {
	float:left;
	line-height:15px;
	padding-left:10px;
	width:250px;
}

.borderList {
	border-bottom:1px solid #ABD1E7;
	clear:both;
	margin-bottom:10px;
	padding-top:10px;
	width:360px;
}

.sidepictureList {
	left:510px;
	position:absolute;
	top:0;
}

.mapLink {
	color:#B00000;
}

.tempColor {
	color:#003399 !important;
	font-size:11px;
	font-weight:bold;
}

.searchDiv {
	background-image:url(../images/search_box_bottom_c.jpg);
	background-position:center bottom;
	background-repeat:no-repeat;
	float:left;
	padding-bottom:24px;
	padding-left:15px;
	width:186px;
}

#btnSearch, #btnSearchSide {
	background-image:url(../images/searchBtn.jpg);
	color:#727272;
	float:left;
	font-family:arial;
	font-size:12px;
	height:13px !important;
	margin-left:3px;
	margin-top:1px;
	padding:0 !important;
	width:13px !important;
	border:0px;
}

.searchColor {
	color:#4173B2;
	float:left;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	width:100%;
}

.searchForm {
	float:left;
	margin-top:10px;
	width:100%;
}

.searchForm .searchFormTextbox {
	float:left;
}

.searchForm .searchFormActionBtn {
	float:left;
	margin-left:3px;
}

.searchOption {
	float:left;
	margin-top:10px;
	width:100%;
}

.floatDiv {
	float:left;
	width:405px;
}

.clear {
	clear:both;
}

.searchWrapper {
	background-image:url(../images/search_box_body_c.jpg);
	float:left;
	width:201px;
}

.searchTop {
	background:#FFFFFF url(../images/search_box_top_c.jpg) no-repeat scroll 0 0;
	float:left;
	height:19px;
	width:201px;
}

.searchBottom {
	background:transparent url(../images/search-bg-bottom.jpg) no-repeat scroll 0 0;
	float:left;
	height:20px;
	width:201px;
}

#introDiv {
	color:#666666;
	float:left;
	font-family:verdana;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	margin-left:10px;
	margin-top:0px;
	width:325px;
}

#formsortby {
	padding:0px;
	margin:0px;
}

#subCategoryDiv {
	color:#646464;
	float:left;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	padding-left:20px;
	text-align:right;
	width:119px;
}

.subCategoryWrap {
	background-color:#EDEDED;
	float:left;
	margin-bottom:18px;
	margin-top:20px;
	padding:3px 0;
	text-align:right;
	width:100%;
}

.subCategoryWrap select {
	margin-right:3px;
}

#txtSearch, #txtSearchSide {
	border-color:#C0C0C0;
	color:#727272;
	float:left;
	font-family:arial;
	font-size:12px;
	
	width:108px;
}

.select2, span.select2 {
	background:transparent url(../images/select-custom2.jpg) no-repeat scroll 0 0;
	color:#3D3D3D;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px;
	line-height:18px;
	margin-top:1px;
	overflow:hidden;
	padding-right:11px;
	position:absolute;
	text-align:center;
	width:63px;
}

.select, span.select {
	background:transparent url(../images/select-custom.jpg) no-repeat scroll 0 0;
	color:#3D3D3D;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:18px;
	line-height:18px;
	margin-top:1px;
	overflow:hidden;
	padding-right:11px;
	position:absolute;
	text-align:center;
	width:150px;
}

.categoryListPanel {
	float:left;
	width:100%;
}

.BusinessName {
	float:left;
	margin-bottom:6px;
	width:100%;
}

.BusinessDesc {
	float:left;
	margin-bottom:20px;
	min-height:35px;
	width:100%;
}

.BusinessDetails {
	float:left;
	width:100%;
}

.businessAddrInfo {
	float:left;
}

.listWrap {
	border-bottom:1px solid #EDEDED;
	clear:both;
	float:left;
	margin-bottom:20px;
	margin-top:10px;
	width:100%;
}

.Detail1 {
	float:left;
	padding-left:10px;
	width:200px;
}

.Detail2 {
	float:left;
}

.detailPanel {
	float:left;
	margin-bottom:10px;
	width:325px;
}

.detailPanel div {
}

.detailPanel a, .detailPanel a:link, .detailPanel a:visited {
	color:#CC0000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

#detailNoPhoto {
	background-color:#CFCFCF;
	height:200px;
	width:200px;
}

#detailPhoto {
	float:left;
	height:200px;
	margin-right:18px;
	width:200px;
}

#detailName {
	color:#002289;
	float:left;
	font-size:11px;
	margin-bottom:10px;
}

#detailAddress {
	float:left;
	width:74%;
}

#detailMap {
	float:right;
	text-align:right;
	width:20%;
}

#detailPhone {
	float:left;
	margin-bottom:10px;
	width:70%;
}

#detailWebsite {
	float:right;
	text-align:right;
	width:30%;
}

#detailNeigborhood {
	float:left;
	width:70%;
}

#detailEmail {
	float:right;
	text-align:right;
	width:30%;
}

#detailDescription {
	float:left;
	font-size:12px;
	margin:35px 0;
	width:100%;
}

.business-custom-infos {
	float:left;
	margin-bottom:10px;
	width:70%;
}

#detailCoupon {
	/*background:transparent url(../images/detail-bg.jpg) no-repeat scroll 0 0;*/
	font-size:12px;
	height:266px;
	margin:14px 0px 10px 15px;
	width:546px;
	/*float:left;*/
	/*position:relative;*/
}

h3.coupon-h3 {
	font-size:12px;
	font-weight:bold;
	margin-top:10px;
	text-transform:uppercase;
}

h3.coupon-h3b {
	font-size:12px;
	font-weight:bold;
	margin-top:0px;
}

.colorCoupon {
	color:#1553A4;
	font-size:14px;
	font-weight:bold;
}
#coupon-wrapper{position:relative}
#insideCoupon {
	padding-left:20px;
	padding-top:30px;
	float:left;
}
#printlink{float:left;margin:65px 0 0 0px;width:400px;}
#printlink a{color:blue;font:12px arial;}

.googleMap {
	float:left;
	margin-top:30px;
	width:546px;
}

.googleMap h2.title {
	border:0 none;
	color:#002289;
	font-family:Verdana;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#content-top-middle .googleMap h2.title {
	color:#002289;
	font-family:verdana;
	font-size:14px;
	margin:0 0 10px;
	padding:0;
}

#content-top-middle .googleMap iframe {
}

.searchWrapper1 {
	background:transparent url(../images/search_box_side_bottom_c.jpg) no-repeat scroll center bottom;
	float:left;
	width:201px;
}

.searchTopSide {
	background:#BFE3EE url(../images/search_box_top_c.png) no-repeat scroll 0 0;
	float:left;
	height:19px;
	width:201px;
}

.searchTopSide2 {
	background:#BFE3EE url(../images/search_box_body_c.png) repeat-y scroll 0 0;
	float:left;
	height:auto;
	padding-left:15px;
	width:186px;
}

.searchDivSide {
	float:left;
	margin:0 0 4px;
	padding-bottom:20px;
	padding-left:15px;
	width:186px;
}

.searchBottomSide {
	background:transparent url(../images/search-bg-side-buttom.jpg) no-repeat scroll 0 0;
	float:left;
	height:20px;
	width:201px;
}

.sidemenuSearch {
	float:left;
	padding-left:6px;
	padding-top:20px;
}

#backCategory {
	color:#4472A3;
	display:none;
	font-weight:bold;
	padding-left:40px;
}

.header1 {
	color:#990000 !important;
	font-family:myriad pro;
	font-size:24px !important;
	font-weight:normal !important;
}

.header2 {
	border:0 none;
	color:#F2B846 !important;
	font-family:myriad pro;
	font-size:27px !important;
	font-weight:normal !important;
	text-transform:uppercase;
}

.header4 {
	color:#F7D490 !important;
	font-family:myriad pro;
	font-size:17px !important;
	font-weight:normal !important;
	margin:0 0 4px;
	text-transform:uppercase;
}

.listImage {
	float:left;
}

.descriptionList {
	float:left;
	line-height:15px;
	padding-left:10px;
	width:250px;
}

.addthis_default_style {
	margin-bottom:4px;
}

.addthis_default_style, .addthis_default_style a.addthis_button_compact {
	font-family:Verdana,sans-serif;
	font-size:11px;
}

.addthis_default_style a.addthis_button_compact {
	color:#105CB6 !important;
	font-weight:bold;
}

.addthis_default_style .addthis_separator {
	margin:0 0 0 4px;
}

.addthis_default_style a.at300b {
	margin-left:5px !important;
}

#div-business-listing {
	float:left;
	width:560px;
	padding-left:15px;
}

#div-business-listing .header1 {
	font-size:27px !important;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}


.float-left {
	float:left;
}

.border-header {
	border-top:1px solid #D4D4D4;
	float:left;
	height:1px;
	margin-bottom:16px;
	width:100%;
}

.paging .left {
	float:left;
}

.paging .right {
	float:right;
}

.paging .left a {
	text-decoration:underline !important;
}

