/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #fff url(../images/bg.jpg) repeat-x;
	color: #4f4f4f;
	font-family: verdana, arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a{
	color: #48add7;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/
.clear {
	clear: both;
	line-height: 0;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	margin: 0 auto;
	width: 957px;
	position: relative;
}

#header {
	background: url(../images/header.jpg) no-repeat right;
	height: 286px;
	position: relative;
	width: 957px;
}

/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	font-family: "myriad pro", tahoma, sans-serif;
	position: absolute;
	width: 253px;
	bottom: 50px;
}

#logo a {
	color: #fff;
	display: block;
	font-size: 42px;
}

#logo a:hover {
	text-decoration: none;
}

#logo a span.sublogo {
	display: block;
	font-size: 20px;
	text-align: right;
	text-transform: capitalize;	
}

/*------------------------------------------------------*/
/* =SEARCH						*/
#search{
	overflow: hidden;
	padding: 10px 0;
	width: 100%;
}

#search label {
	color: #fff;
	font-size: 22px;
	padding: 7px 5px;
}

#search input,
#search label {
	display: inline-block;
	float: left;
}

#search input {
	margin: 0 3px;
}

#search input.text {
	background: url(../images/search-input.jpg) no-repeat;
	border: none;
	color: #8f8f8f;
	display: block;
	height: 26px;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 8px 10px 0 10px;
	width: 276px;
}

#search input.submit {
	background: url(../images/search-submit.jpg) no-repeat;
	border: none;
	height: 34px;
	width: 141px;
}

#search input.submit:hover {
	cursor: pointer;
}

/*------------------------------------------------------*/
/* =CONTENT						*/
#content {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

/*------------------------------------------------------*/
/* =MAIN							*/
#main {
	float: left;
	padding-right: 20px;
	width: 541px;
}

#main .boxTop {
	background: url(../images/main-box-top.jpg) no-repeat;
	height: 3px;
}

#main .boxBottom {
	background: url(../images/main-box-bottom.jpg) no-repeat;
	height: 3px;
}

#main .box {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	padding: 5px 20px 15px 20px;
}

#main .spacer {
    margin-top: 290px;
}

#main .spacerbottom {
    margin-top: 490px;
}

#main .box .webResults a {
    color: #000000;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

#main .box .webResults a:hover {
	text-decoration: underline;
}


#main ul li {
	border-top: 1px solid #e0e0e0;
    margin-bottom: 10px;
	padding: 15px 10px 0 60px;
	position: relative;
}

#main ul li.SponsorStyle {
    border-top: 1px solid #e0e0e0;
    margin-bottom: 10px;
	padding: 15px 0 0 0;
	position: relative;
}

#main ul li.noStyle {
	border: none;
}

#main ul li span.result {
	background: url(../images/main-result.jpg) no-repeat;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 29px;
	padding-top: 4px;
	text-align: center;
	width: 35px;
	position: absolute;
	top: 15px;
	left: 10px;
}

#main ul li span.tags {
    color: #555;
    font-size:11px;
    font-weight: regular;
}

#main ul li h3 {
	color: #4f4f4f;
	font-size: 13px;
	font-weight: bold;
}

#main h1 {
	color: #4f4f4f;
	font-size: 23px;
	font-weight: bold;
}

/*------------------------------------------------------*/
/* =SIDEBAR						*/
#sidebar {
	float: left;
	width: 377px;
}

#sidebar .boxHolder {
	margin-bottom: 15px;
	width: 100%;
	position: relative;
}

#sidebar .box {
	border: 1px solid #e0e0e0;
	min-height: 120px;
	overflow: hidden;
	padding: 10px;
}

#sidebar .map {
	width: 334px;
	height: 370px;
	padding:10px;
}
/* corners */
#sidebar .topLeft,
#sidebar .topRight,
#sidebar .bottomLeft,
#sidebar .bottomRight {
	display: block;
	height: 4px;
	width: 4px;
	position: absolute;
}

#sidebar .topLeft {
	background: url(../images/corner-top-left.jpg) no-repeat;
	left: 0;
}

#sidebar .topRight {
	background: url(../images/corner-top-right.jpg) no-repeat;
	right: 0;
}

#sidebar .bottomLeft {
	background: url(../images/corner-bottom-left.jpg) no-repeat;
	left: 0;
	bottom: 0;
}

#sidebar .bottomRight {
	background: url(../images/corner-bottom-right.jpg) no-repeat;
	right: 0;
	bottom: 0;
}

/* sidebar h3 */
#sidebar h3 {
	background: url(../images/sidebar-h3.jpg) repeat-x;
	color: #fff;
	height: 31px;
	font-size: 24px;
	padding: 10px 10px 0 10px;
	position: relative;
}

#sidebar h3 span.left {
	background: url(../images/sidebar-h3-span-left.jpg) no-repeat;
	height: 41px;
	width: 5px;
	position: absolute;
	left: -1px;
	top: 0;
}

#sidebar h3 span.right {
	background: url(../images/sidebar-h3-span-right.jpg) no-repeat;
	height: 41px;
	width: 5px;
	position: absolute;
	right: -1px;
	top: 0;
}

/* sidebar definition list */
#sidebar dl {
	font-size: 16px;
	padding: 5px 20px 15px 20px;
	text-transform: capitalize;
}

#sidebar dt {
	color: #4f4f4f;
	font-weight: bold;
	padding-bottom: 6px;
}

#sidebar dd {
	padding: 0 0 6px 10px;
    color: #555;
    font-size: 13px;
}

/* sidebar weather */
#sidebar .weather {
	float: left;
	font-weight: bold;
	padding: 10px 0;
	text-align: center;
	width: 120px;
}

/* sidebar add business */
#sidebar .addBusiness {
	float: right;
	font-size: 11px;
	line-height: 22px;
	padding: 10px 15px;
	width: 170px;
}

#sidebar .addBusiness h4 {
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
}

#sidebar .addBusiness a {
	color: #4f4f4f;
	text-transform: capitalize;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(../images/footer.jpg) repeat-x;
	color: #fff;
	height: 84px;
	padding-top: 10px;
	text-align: center;
}

#footer a {
	color: #fff;
}

#footer p {
	padding: 10px 0;
}

#footer ul li {
	border-right: 1px solid #fff;
	display: inline;
	padding: 0 10px;
	text-transform: capitalize;
}

#footer ul li.noStyle {
	border: none;
}
