@charset "utf-8";
/* --------- Global --------- */
@font-face {
    font-family: 'street_corner_thinregular';
    src: url('street_corner_thin-webfont.eot');
    src: url('street_corner_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('street_corner_thin-webfont.woff') format('woff'),
         url('street_corner_thin-webfont.ttf') format('truetype'),
         url('street_corner_thin-webfont.svg#street_corner_thinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*, div, img, ul, li, body, html {
	padding: 0;
	margin: 0;
}
html, body {
	width:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height: 18px;
	background: url(../images/site/bg.gif) repeat-x #E8E8E8;
}
#container {
	width: 946px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
	background-color: #FFF;
	padding: 0 18px;
}
.spacer {
	clear:both;
}
a:link, a:visited, a:active {
	color: #76b3df;
	text-decoration: underline;
}
a:hover {
	color: #87C4EF;
}
/* --------- Fonts --------- */
.white {color: #FFF;}
.black {color: #000;}
.blue {color: #76b3df;}
.darkblue {color: #595f79;}
.lightgray {color: #d2d2d2;}
.lightgray {color: #d2d2d2;}
.red {color: #610000;}
.reallyred {color: #ff0000;}
.gray {color: #656565;}
.darkgray {color: #232323;}
.orange {color: #fa9e29;}
.strong {font-weight: bold;}
.notd {text-decoration: none;}
.street {font-family: 'street_corner_thinregular', Arial, Helvetica, sans-serif;}
.smaller {
	font-size: 11px;
	line-height: 12px;
}
.small {
	font-size: 12px;
	line-height: 15px;
}
.smalltallline {
	font-size: 12px;
	line-height: 24px;
}
.smallmedtall {
	font-size: 13px;
	line-height: 18px;
}
.medium {
	font-size: 14px;
	line-height: 16px;
}
.mediumlarge{
	font-size: 20px;
	line-height: 22px;
}
.large {
	font-size: 24px;
	line-height: 24px;
}
/* --------- Links --------- */
a.blue_link {
	color: #76b3df;
	text-decoration: none;
}
a.blue_link:hover {
	text-decoration: underline;
}

a.blue_link_nl {
	color: #595f79;
	text-decoration: none;
}
a.blue_link_nl:hover {
	text-decoration: none;
}

a.red_link {
	color: #ff0000;
	text-decoration: none;
}
a.red_link:hover {
	text-decoration: underline;
}

a.red_link_nl {
	color: #ff0000;
	text-decoration: none;
}
a.red_link_nl:hover {
	text-decoration: none;
}
/* --------- Ads --------- */
#leaderboard {
	width: 728px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}
.imu_ad {
	width: 252px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
/* --------- Header --------- */
#header_main {
	height: 63px;	
}
/* --------- Nav --------- */
#nav_main {
	height: 42px;
}
#nav_top {
	background-color: #E8E8E8;
	border-top: 1px solid #C7C7C7;
	height: 30px;
}
#nav_bottom {
	height: 11px;
	background-color: #75a1be;
}
/* --------- Drop Downs --------- */
.dropdown, .dropdown_right {
	background: url(../images/site/dropdown_bg.jpg) repeat-x bottom right #76b3df;
	height: 19px;
	width: 190px;
	padding: 6px 25px 5px 10px;
	border-right: 1px solid #E8E8E8;
	display: block;
	cursor: pointer;
	position: relative;
}
.dropdown:hover, .dropdown_right:hover {
	background: url(../images/site/dropdown_bg.jpg) repeat-x top right #76b3df;
}
.dropdown_arrow {
	width: 34px;
	height: 30px;
	float: right;
	background: url(../images/site/dropdown_arrow.png) no-repeat top right;
	position: absolute;
	right: 0;
	top: 0;
}
.dropdown_active {
	background: url(../images/site/dropdown_arrow.png) no-repeat bottom right #76b3df;
	border-right: 1px solid #C7C7C7;
}
ul[class^=sub_menu] {
	display: none;
	width: 223px;
	padding: 6px 0;
	list-style: none;
	margin: 0;
	background-color: #FFF;
	border-right: 1px solid #C7C7C7;
	border-bottom: 1px solid #C7C7C7;
	border-left: 1px solid #C7C7C7;
	position: absolute;
	z-index: 200;
}
ul[class^=sub_menu] li {
	color: #656565;
	padding: 0 10px;
}
ul[class^=sub_menu] li:hover {
	background-color: #eef6fb;
}
ul[class^=sub_menu] li a, a.nav_link, .layout_links_sub a, .external_links_sub  a {
	color: #333;
	text-decoration: none;
}
ul[class^=sub_menu] li a:hover, a.nav_link:hover, .layout_links_sub a:hover, .external_links_sub  a:hover {
	text-decoration: underline;
}
.dropdown_right {
	width: 186px;
}
ul.sub_menu_right {
	width: 219px;
}
.show_sub_menu {
	display: block;
}
.offclick {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 100;
}
/* --------- Content --------- */
#content_main {
	width: 683px;	
	border-right: 1px solid #E8E8E8;
	padding-bottom: 125px;
	padding-right: 5px;
	overflow: hidden;
}
.content_left {
	float: left;
	width: 367px;
	margin-right: 11px;
}
.content_mid {
	float: left;
	width: 305px;
}
.heading {
	height: 25px;
	background: url(../images/site/headline_icon.gif) no-repeat left 10px;
	padding-left: 15px;
}
.view_all {
	float: right;
	text-align: right;
	width: 50px;
	background: url(../images/site/orange_arrow_right.gif) no-repeat right;
	padding-right: 10px;
	margin-top: 6px;
}
.place_an_ad {
	float: left;
	text-align: left;
	width: 175px;
	margin-top: 6px;
}
.content_left_main, .content_mid_main, .right_content_main {
	background: url(../images/site/blue_container_bg.jpg);
	padding: 8px;
	width: 352px;
	overflow: hidden;
}
.content_right_classified {
	/*background: url(../images/site/blue_container_bg.jpg);*/
	background-color: #fbfcfd;
	padding: 0px;
	width: 252px;
	overflow: hidden;
}
.classified_photo {
	width: 252px;
	float: left;
}
.classified_window {
	height: 164px;
	position: relative;
	left: 0;
}
.content_mid_main {
	width: 289px;
}
.content_mid_sub {
	background-color: #FBFCFD;
	padding: 7px;
}
.gallery_window {
	height: 264px;
	position: relative;
	left: 0;
}
.gallery_photo {
	width: 352px;
	float: left;
}
div[class*='gallery_photo_sub'] {
	background-color: #fbfcfd;
	text-align: center;
	padding: 7px;
	display: none;
}
div[class*='classified_photo_sub'] {
	background-color: #fbfcfd;
	text-align: center;
	padding: 7px;
	display: none;
}
.scrapbook_window {
	position: relative;
	position: relative;
	left: 0;
}
.scrapbook_photo {
	width: 352px;
	float: left;
}
.scrapbook_text {
	background-color: #fbfcfd;
	text-align: center;
	padding: 7px;
}
/* --------- Tickers --------- */
.tickerad, .tickerevents {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 276px;
	height: 60px;
	overflow: hidden;
}
.tickerad > li, .tickerevents > li {
	height: 60px;
	width: 276px;
	line-height: 14px;
}
/* --------- Right Column --------- */
#right_column {
	width: 252px;
	overflow: hidden;
	float: right;
	padding-bottom: 125px;
}
.right_content_main {
	width: 236px;	
}
.google_search, .keywords_search {
	width: 235px;
	padding: 2px 8px 2px 7px;
	background-color: #F3F3F3;
	border: 1px solid #DCDCDC;
	overflow: hidden;
}
.keywords_search {
	width: 204px;
}
#googleSearch, #keywordsSearch {
	font-size: 14px;
	color: #C6C6C6;
	width: 201px;
	background: url(../images/site/spacer.gif);
	padding: 3px 0;
	border: none;
	margin-top: 2px;
	float: left;
}
#keywordsSearch {
	width: 205px;
	margin-top: 0;
}
.listings_inner {
	background: url(../images/site/listings_inner.jpg) #FEFEFE;
	padding: 8px 6px 8px 8px;
}
#searchSubmit {
	width: 221px;
	margin: 0 auto;
	height: 30px;
	overflow: hidden;
	background: url(../images/site/search_our_community.jpg) no-repeat bottom left;
	border: none;
	cursor: pointer;
}
#searchSubmit:hover {
	background: url(../images/site/search_our_community.jpg) no-repeat top left;
}
/* --------- External --------- */
#layout_links_main {
	position: relative;
	overflow: hidden;
}
.layout_links_head {
	padding: 3px 8px;
	background: url(../images/site/links_bg_hover.gif) bottom left repeat-x;
	height: 21px;
	border: 1px solid #6f6f6f;
}
.layout_links_sub {
	padding: 7px 10px;
	background: url(../images/site/sub_links_bg.gif) repeat-x #e0e0e0;
}

#external_links_main {
	position: relative;
	overflow: hidden;
}
.external_links_head {
	padding: 3px;
	background: url(../images/site/links_bg_hover.gif) bottom left repeat-x;
	height: 21px;
	border: 1px solid #6f6f6f;
	cursor: pointer;
}
.external_links_head:hover {
	background: url(../images/site/links_bg_hover.gif) top left repeat-x;
}
.external_links_sub {
	display: none;
	padding: 7px 10px;
	background: url(../images/site/sub_links_bg.gif) repeat-x #e0e0e0;
}
.links_arrow {
	float: right;
	width: 6px;
	height: 8px;
	background: url(../images/site/links_arrow_right.png) no-repeat;
	margin: 5px 10px 0 0;
}
.links_arrow_active {
	float: right;
	width: 8px;
	height: 6px;
	background: url(../images/site/links_arrow_down.png) no-repeat;
	margin: 6px 10px 0 0;
}
.sub_link {
	background: url(../images/site/sub_links_bullet.gif) no-repeat 3px 9px;
	padding: 3px 3px 3px 15px;
}
.links_icon {
	float: left;
	width: 19px;
	height: 17px;
	margin-right: 10px;
}
/* --------- Footer --------- */
#footer_main {
	height: 145px; 
	width: 982px;
	position:absolute; 
	bottom:0;
	left: 0;
}
#footer_content {
	background-color: #222;
	height: 115px; 
	width: 962px;
	padding: 10px;
}
#to_top {
	float: right;
	background: url(../images/site/orange_arrow_up.png) no-repeat left 5px;
	margin: 0 10px 0 0;
	padding-left: 13px;
	cursor: pointer;
}
#business_directory_dropdown {
	background: url(../images/site/business_directory_dd_bg.gif) repeat-x top right #EFEFEF;
	height: 19px;
	width: 190px;
	padding: 6px 25px 5px 10px;
	border: 1px solid #d9c701;
	display: block;
	cursor: pointer;
	position: relative;
}
#business_directory_dropdown:hover {
	background: url(../images/site/business_directory_dd_bg.gif) repeat-x bottom right #EFEFEF;
	height: 19px;
	width: 190px;
	padding: 6px 25px 5px 10px;
	border: 1px solid #d9c701;
	display: block;
	cursor: pointer;
	position: relative;
}
#customForm input{
	border: 1px solid #cecece;
	padding: 5px 0px 5px 5px;  
	width: 100%;
	background-color: #F9F9F9;	
}
#customForm input.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm textarea{
	padding: 5px 0px 5px 5px;   
	width: 100%;
	background-color: #F9F9F9;
	border: 1px solid #cecece;
}
#customForm textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}