/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  03: 2Col_Fixed_Full_Width_Header_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #000000;
	background-color: #FFFFFF;
	background-color:#FFFFCC;
	background-image:url(img/bg2.gif);
	background-repeat:repeat;
	margin: 0px;
	padding: 0;
}

img {
	border:none;
	padding:0;
	margin:0;
}

ul {
	padding-top:0;
	margin-top:0;
}

#masthead {
	color: #fff;
	background-color: #000000;
	background-color:#663300;
	padding: 0px;
	margin: 0 0 18px 0;
}

#header {
	color: #ffffff;
	background-color: #333333;
	background-image:url(../images/sdsci-header.jpg);
	background-repeat:no-repeat;
	height: 170px;
	padding: 0px;
	margin: 0px 0px 18px 0px;
	border: solid 1px #333333;
}

#header .content {
	padding: 10px 10px;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm03_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm03_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(img/clm03_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
	color:#FFFFCC;
}

#right .content {
	padding: 14px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 14px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#left h3 {
	color:#FFF;
	font-size:1.15em;
}

#masthead .content {
	padding: 10px 20px;
	font-size: 0.8em;
}

#masthead a {
	color:#FFFFCC;
}

#masthead a:hover {
	color:#FF6600;
	}

#footer .content {
	padding: 14px 0px; 
}

#footer {
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align:center;
}

#footer .content p {
	line-height: 1.3em;
	margin:0;
	padding:0;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #566F0B;
}
#left a:visited {color: #333333;}
#left a:hover {
	color: #000000;
}

#right a:link {
	color: #566F0B;
}
#right a:visited {
	color: #666666;
}
#right a:hover {color: #000000;}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	color: #FFFFCC;
	border-left: 6px solid #FFFF99;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color:#FF6600;
}

#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #66840D;}

.p7uberlink {
	font-weight: bold !important;
/*	letter-spacing: .15em; */
	border-color: #000000 !important;
}

h1 {
	font-size: 1.8em;
	margin: 0;
	color:#663300;
}

h2 {
	font-size: 1.5em;
	margin: 20px 0 0 0;
	color:#666600;
}

h3 {
	font-size: 1.25em;
	margin: 18px 0 0 0;
	color:#663300;
}

h4 {
	font-size: 1.1em;
	margin: 30px 0 0 0;
	border-top: dashed 1px #993300;
}

.h4-no-dash {
border: 0px;
}

.nomargintop {margin-top: 0;}

.content p {
	margin: 6px 0 12px 0;
	color: #000;
}

.img-right {
	float: right;
	padding-left: 12px;
	}

.sponsor-logo {
	float: right;
	padding-left: 12px;
	margin-top:5px;
	}
	
.img-right-sponsor {
	float: right;
	padding-left: 12px;
	border:dashed;
	}
	

.img-left {
	float: left;
	padding-right: 12px;
	}

.pdflink li {
	padding-left: 24px;
	background-image: url('images/pdficon_small.gif');
	background-repeat: no-repeat;
	list-style:none;
	line-height: 1.5em;
}

.pdf-bullet {
	padding-left: 22px;
	background-image:url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	list-style:none;  
	line-height: 1.5em;
}






/* New Button CSS */


a.smallblack {
background: url(../images/buttons/small-button-black.png) no-repeat scroll right bottom transparent;
color:#FFF !important;
}

a.smallblue {
background: url(../images/buttons/small-button-blue.png) no-repeat scroll right bottom transparent;
color:#FFF !important;
}

a.smallgreen {
background: url(../images/buttons/small-button-green.png) no-repeat scroll right bottom transparent;
color:#FFF !important;
}

a.smallorange {
background: url(../images/buttons/small-button-orange.png) no-repeat scroll right bottom transparent;
color:#FFF !important;
}

a.smallred {
background: url(../images/buttons/small-button-red.png) no-repeat scroll right bottom transparent;
color:#FFF !important;
}

a.smallsilver {
background: url(../images/buttons/small-button-silver.png) no-repeat scroll right bottom transparent;
color:#36C !important;
}


a.small-button {
color:#FFFFFF;
display:block;
float:left;
font:14px Arial,sans-serif;
height:32px;
margin:8px 0;
padding-right:17px;
text-decoration:none;
text-shadow:1px 1px 1px rgba(0, 0, 0, 0.3);
}

a.small-button:hover {
	color:#333333 !important;
	text-decoration:none;
}

.small-button {
float:left;
margin-right:10px !important;
}

a.smallblack span {
background:url(../images/buttons/small-button-black.png) no-repeat scroll 0 0 transparent;
}

a.smallblue span {
background:url(../images/buttons/small-button-blue.png) no-repeat scroll 0 0 transparent;
}

a.smallgreen span {
background:url(../images/buttons/small-button-green.png) no-repeat scroll 0 0 transparent;
}

a.smallorange span {
background:url(../images/buttons/small-button-orange.png) no-repeat scroll 0 0 transparent;
}

a.smallred span {
background:url(../images/buttons/small-button-red.png) no-repeat scroll 0 0 transparent;
}

a.smallsilver span {
background:url(../images/buttons/small-button-silver.png) no-repeat scroll 0 0 transparent;
}

a.small-button span {
display:block;
height:32px;
line-height:30px;
padding:0 0 0 17px;
}

.clear {
clear:both;
}

div.figure {
  float: right;
  width: 180px; 
  border: 0px silver solid;
  margin: 0.5em;
/*  padding: 0.5em; */
}

.content .bold-red {
	font-weight: bold;
	color: #F00;
}

.businessresult {
    border-bottom: 1px solid #CCCCCC;
    margin: 15px 0;
    padding: 10px 0;
    width: 100%;
}

.businessresult span.floatClear {
    display: block;
}
.last-businessresult {
    border-bottom: 0 solid black;
}
.businessresult h2 {
    font-size: 12px;
    margin: 0 0 3px;
}
.businessresult address {
    clear: left;
}
.businessresult .leftcol {
    float: left;
    width: 60%;
}
.businessresult .rightcol {
    float: right;
    width: 160px;
}

.businessresult .rightcol .rating {
    float: left;
    margin-right: 3px;
}

.businessresult .rightcol div {
    clear: left;
    position: relative;
}

div.rating {
    height: 17px;
    overflow: hidden !important;
    position: relative;
    width: 84px;
}

.itemheading {
    font-weight: bold;
    margin-bottom: 2px;
	margin-top: 0px;
}

.itemcategories, .itemneighborhoods, .itemmatchedattrs, .itemhours, .itemcost, .itemannouncement {
    font-size: 11px;
    margin-bottom: 2px;
}

.businessresult .rightcol .rating {
    float: left;
    margin-right: 3px;
}

.businessresult .rightcol div {
    clear: left;
    position: relative;
}

div.rating {
    height: 17px;
    overflow: hidden !important;
    position: relative;
    width: 84px;
}

.businessresult .reviewer_info {
    clear: both;
/*    line-height: 26px; */
    overflow: hidden;
    padding-top: 10px;
}

.reviewer_info {
    padding-right: 10px;
}

.announcement_type.SPECIAL_OFFER, .announcement_type.SALE {
    background-position: 0 -100px;
    padding-left: 16px;
}

.itemcategories, .itemneighborhoods, .itemmatchedattrs, .itemhours, .itemcost, .itemannouncement {
    font-size: 11px;
    margin-bottom: 3px;
}

.announcement_type {
    background: url(../images/announcement_map.gif) no-repeat scroll 0 -125px transparent;
    line-height: 14px;
    overflow: hidden;
    padding-left: 15px;
}
