/*	Reset styles from Yahoo! http://developer.yahoo.com/yui/reset/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
{
	margin: 0;
	padding: 0;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img
{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var
{
	font-style: normal;
	font-weight: normal;
}

ul
{
	list-style: none;
}

ol
{
	list-style-type: decimal;
}

caption,th
{
	text-align: left;
}

h1,h2,h3,h4,h5,h6
{
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after
{
	content: '';
}

abbr,acronym
{
	border: 0;
}

/* End Yahoo! reset styles */
html, body
{
	font: 1em Verdana, Geneva, sans-serif;
	text-align: center;
}

/*makes base font size 16px.*/
#master /* set up size of main page.*/
{
	width: 1000px;
	background: white;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header
{
	background: transparent url("/live/export-content/sites/ohgetit/images/stuff-in-header.gif") 94px 0px no-repeat;
	height: 150px;
}

#header #logo
{
	font: normal normal bold 4.5em Verdana, Geneva, sans-serif;
	/*72/16=4.5em*/
	color: #001595;
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/OH_Get_It_w_tag2.gif") top left no-repeat;
	/*/live/export-content/sites/ohgetit/images/*/
	width: 403px;
	height: 133px;
}

#header form
{
	position: absolute;
	/* since #master has position:relative, the "absolute" position is based on the origin point of #master, NOT the BODY/HTML element.*/
	top: 10px;
	right: 0;
	padding: 5px;
	width: 211px;
	height: 90px;
	background: url("/live/export-content/sites/ohgetit/images/searchbkg.gif") top left no-repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	/* Google Chrome & Safari */
}

#header form h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/findstufftext.gif") top left no-repeat;
	width: 88px;
	height: 30px;
}

#header form #q
{
	border: 1px solid #001595;
}

#header form #search
{
	font-weight: bold;
	color: #fff;
	border: none;
	padding: 4px 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* Google Chrome & Safari */
}

#header	#nav, #header #nav li, #header #nav li a:link, #header #nav li a:visited
{
	display: inline;
	background-color: #184B84;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#header #nav
{
	width: 100%;
	float: left;
	padding: 4px 0 6px;
	height: 20px;
}

/*Google Chrome & Safari */
body:nth-of-type(1) #header #nav
{
	width: 1005px;
}

#header #nav li
{
	padding: 6px;
	font-size: 0.875em;
	font-weight: bold;
	border-left: 1px solid #fff;
}

#header #nav li:first-child
{
	border: none;
}

#header #uppernav /* tabs */
{
	float: right;
	display: inline;
	/*		margin-top:55px;*/
	/* <--adjust this to move the global nav/tabs bar down the screen. Allows header background images to show.*/
}

#header #uppernav li
{
	display: inline;
	padding: 6px;
	font-size: 0.75em;
	background-color: #7c8f38;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	/* Google Chrome & Safari */
	-webkit-border-top-right-radius: 10px;
	/* Google Chrome & Safari */
	font-weight: bold;
}

#header #uppernav li a:link, #header #uppernav li a:visited
{
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

#header #uppernav li a:hover
{
	text-decoration: none;
}

#header #uppernav #customercare
{
	padding: 6px;
	list-style: none;
	text-align: right;
}

#header #uppernav #customercare li
{
	display: block;
	width: 200px;
	border: 1px solid #4F5529;
	margin: 0;
	padding: 0;
	text-align: left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	background-color: #6c953c;
}

#header #uppernav #customercare li a:link,#header #uppernav #customercare li a:visited
{
	text-align: left;
	display: block;
	width: 190px;
	padding: 6px;
	font-size: 1.25em;
}

#header #uppernav #customercare li a:hover
{
	background-color: #525f29;
}

#header #uppernav #customercare ul
{
	position: absolute;
	/*pushes menu off screen.*/
	left: -999em;
}

#header #uppernav #customercare:hover ul, #uppernav #customercare ul.over
{
	left: 797px;
	/*brings menu back to screen, under Customer Care*/
	z-index: 5;
	/*force menu over rightad*/
	width: 200px;
	margin-top: 0;
}

/*Google Chrome & Safari */
body:nth-of-type(1) #header #uppernav #customercare:hover ul
{
	left: 803px;
}

#main
{
	width: 1000px;
	clear: both;
}

#main-content
{
	position: relative;
	vertical-align: top;
}

#main-content p { padding:8px 0; }

#main-content #badge /* see #freeadservice #announcement for the other half of this. */
{
	position: absolute;
	top: 182px;
	left: 507px;
}

#main-content #badge a img
{
	border: none;
}

#main-content h2, #header form h2
{
	font: bold 1.5em Verdana, Geneva, sans-serif;
	color: #184B84;
}

#main-content a:link, #main-content a:visited
{
	font-size: 8pt;
	text-decoration: none;
	color: #000;
}

#main-content ul ul
{
	margin-left: 16px;
}

#main-content li
{
	font-size: 8pt;
	list-style: none outside url("/live/export-content/sites/ohgetit/images/listitem.gif");
	margin-left: 20px;
}

#main-content #freelink
{
	text-align: center;
	clear: both;
	width: 625px;
	float: none;
	margin: 0 atuo;
}

*/ to put green tab back in add this background: transparent url("/live/export-content/sites/ohgetit/images/Free-section-tab-background.gif") no-repeat 22px 0;*/
#main-content #freelink p.freead
{
	text-align: center;
	clear: both;
	width: 625px;
	float: none;
}

#main-content #freelink p.freead a
{
	color: #7c8f38;
	font-style: normal;
	display: block;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
	font-size: 1.125em;
	width: 625px;
}

#main-content #freeadservice
{
	width: 625px;
	overflow: hidden;
	float: right;
	border: 1px solid #7c8f38;
	margin-top: 5px;
}

#freeadservice div
{
	width: 270px;
	float: left;
	clear: right;
	margin: 10px 0 0 10px;
}

#freeadservice #announcement
{
	width: 283px;
	margin-left: 33px;
}

#freeadservice #announcement h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/announcements.gif") top left no-repeat;
	width: 242px;
	height: 60px;
}

#freeadservice #announcement em
{
	font-style: italic;
}

#freeadservice #merch
{
	margin-left: 33px;
	width: 289px;
}

#freeadservice #merch h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/itemsandother2.gif") top left no-repeat;
	width: 259px;
	height: 65px;
}

#freeadservice #realHomes
{
	margin-left: 33px;
	width: 289px;
}

#freeadservice #realHomes h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/realestatehouse.gif") top left no-repeat;
	width: 257px;
	height: 62px;
}

#freeadservice #realRentals h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/realestaterentals.gif") top left no-repeat;
	width: 242px;
	height: 65px;
}

#freeadservice #personals
{
	margin-left: 17px;
	margin-bottom: 24px;
}

#freeadservice #personals h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/personals.gif") top left no-repeat;
	width: 157px;
	height: 62px;
}

#freeadservice #morecategories
{
	margin-left: 17px;
	margin-bottom: 18px;
}

#freeadservice #morecategories h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/morecategories.gif") top left no-repeat;
	width: 157px;
	height: 62px;
}


#freeadservice #services
{
	margin-left: 17px;
	margin-bottom: 36px;
}

#freeadservice #servicess h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/services.gif") top left no-repeat;
	width: 157px;
	height: 62px;
}


#freeadservice #autoVehicles
{
	margin-bottom: 18px;
	width: 190px;
}

#freeadservice #autoVehicles h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/carsandvehicles.gif") top left no-repeat;
	width: 192px;
	height: 67px;
}

#freeadservice #recreation
{
	margin-bottom: 18px;
}

#freeadservice #recreation h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/recreation.gif") top left no-repeat;
	width: 257px;
	height: 67px;
}

#paidadservice
{
	position: relative;
	clear: both;
	width: 600px;
	margin-left: 48px;
	height: 570px;
	min-height: 570px;
}

#paidadservice div
{
	width: 31%;
	float: left;
	clear: right;
	margin: 10px 0 0 10px;
}

#paidadservice #jobDiv h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/jobs.gif") top left no-repeat;
	width: 200px;
	height: 70px;
}

#paidadservice #realServices h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/realestateservices.gif") top left no-repeat;
	width: 200px;
	height: 70px;
}

#paidadservice #jobDiv p img
{
	position: relative;
	left: 0px;
	margin-top: -12px;
	margin-left: 10px;
}

#paidadservice #realServices p img
{
	position: relative;
	left: 0px;
	margin-top: -12px;
	margin-left: 10px;
}

#paidadservice #pets h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/pets.gif") top left no-repeat;
	width: 180px;
	height: 70px;
}

#paidadservice #autoParts h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/moreCarStuff2.gif") top left no-repeat;
	width: 181px;
	height: 70px;
}

#paidadservice #autoParts p img
{
	position: relative;
	left: 0px;
	margin-bottom: 12px;
}

#paidadservice #autoParts p.carAd
{
	font-size: 8pt;
}

#paidadservice #garageSales h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/garagesales.gif") top left no-repeat;
	width: 200px;
	height: 70px;
}

#paidadservice #celebrations h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/celebrations.gif") top left no-repeat;
	width: 200px;
	height: 70px;
}

#freeadservice div p a:link, #paidadservice div p a:link,	
	#freeadservice div p a:visited, #paidadservice div p a:visited
{
	color: #184B84;
	font-style: italic;
	text-decoration: none;
	float: right;
	margin-right: 30px;
}

#freeadservice div p a:hover, #freeadservice div p a:focus,	
	#paidadservice div p a:hover, #paidadservice div p a:focus
{
	font-style: italic;
	text-decoration: underline;
}

#paidadservice #featuredPartnerSite
{
	width: 580px;
	height: 100px;
	position: relative;
	border-top: 1px solid #184B84;
	border-right: 1px solid #184B84;
	border-bottom: none;
	border-left: 1px solid #184B84;
	margin-bottom: 30px;
}

#paidadservice #featuredPartnerSite img
{
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url("/live/export-content/sites/ohgetit/images/FeaturedPartnerBackground.gif") bottom center no-repeat;
	padding-bottom: 29px;
}

#faq_master
{
	width: 650px;
	margin: 0 auto !important;
	padding: 0;
}

#faq_master h3
{
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-faq.gif") no-repeat top left;
	height: 50px;
	width: 316px;
	text-indent: -5000px;
}

#faq_master h4
{
	width: 516px;
	font-weight: bold;
	color: #184B84;
	display: block;
	margin: 3px;
}

#faq_master em
{
	font-style: italic !important;
}

#faq_master strong
{
	font-weight: bold !important;
}

#faq_master p
{
	padding: 4px;
	font-size: .9em;
	text-indent: 10px;
}

#faq_master ul
{
	width: 90%;
	margin: 10px auto;
}

#faq_master ul li
{
	font-size: .8em;
	padding: 0px;
}

#faq_master ul li p,#faq_master ul li li
{
	font-size: inherit;
	line-height: 125%;
}

#faq_master a:link, #faq_master a:visited
{
	text-decoration: underline;
	color: #c25a27;
	font-weight: bold;
	font-size: .9em;
}

#faq_master a:hover
{
	text-decoration: none;
	color: #fff;
	background-color: #c25a27;
}

#faq_master div a:hover img, #faq_master #pi a:hover img
{
	background-color: #fff;
}

#faq_master h2
{
	margin-top: 10px;
}

#faq_master #aboutus
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-aboutus.gif") top left no-repeat;
	text-indent: -5000px;
	width: 103px;
	height: 42px;
}

#faq_master #personals
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-personals.gif") top left no-repeat;
	text-indent: -5000px;
	width: 397px;
	height: 42px;
}

#faq_master #personalsads
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-personalsads.gif") top left no-repeat;
	text-indent: -5000px;
	width: 242px;
	height: 42px;
}

#faq_master #garagesalemap
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-garagesalemap.gif") top left no-repeat;
	text-indent: -5000px;
	width: 209px;
	height: 42px;
}

#faq_master #freeads
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-freeads.gif") top left no-repeat;
	text-indent: -5000px;
	width: 540px;
	height: 42px;
}

#faq_master #addeadlines
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-addeadlines.gif") top left no-repeat;
	text-indent: -5000px;
	width: 140px;
	height: 42px;
}

#faq_master #businesses
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-businesses.gif") top left no-repeat;
	text-indent: -5000px;
	width: 540px;
	height: 42px;
}

#faq_master #contactus
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-contactus.gif") top left no-repeat;
	text-indent: -5000px;
	width: 122px;
	height: 42px;
}

#faq_master #freeclassifiedrules
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-freeclassifiedsrules.gif") top left no-repeat;
	text-indent: -5000px;
	width: 225px;
	height: 42px;
}

#faq_master #privacypolicy
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-privacypolicy.gif") top left no-repeat;
	text-indent: -5000px;
	width: 148px;
	height: 42px;
}

#faq_master #safeonlineshopping
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-safeonlineshopping.gif") top left no-repeat;
	text-indent: -5000px;
	width: 222px;
	height: 42px;
}

#faq_master #scamsandfraudprotection
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-scamsandfraudprotection.gif") top left no-repeat;
	text-indent: -5000px;
	width: 263px;
	height: 42px;
}

#faq_master #termsofservice
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-termsofservice.gif") top left no-repeat;
	text-indent: -5000px;
	width: 175px;
	height: 42px;
}

#faq_master #upgradeyourad
{
	background: transparent url("/live/export-content/sites/ohgetit/images/h2-upgradeyourad.gif") top left no-repeat;
	text-indent: -5000px;
	width: 475px;
	height: 42px;
}

/* for content from AdPay XSL */
#topads
{
	width: 160px;
	height: 600px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

/*			#topads, #topads tr, #topads td {}*/
#topads td
{
	vertical-align: bottom;
	text-align: center;
}

#topads a:link, #topads a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-bottom: 25px;
	text-decoration: none;
	text-transform: uppercase;
}

#topads a img
{
	border: none;
}

/* End AdPay XSL content */




#faq_master #faq_toc-list
{
	width: 650px;
	height: 9em;
	background-color: #d3edf5;
	margin: 0;
	padding: 0;
	border: 1px dotted #096c9e;
}

#faq_toc-list li
{
	list-style-image: none;
	width: 310px;
	font-size: .8em !important;
	float: left;
	margin: 0;
}

#faq_toc-list a:link
{
	text-decoration: underline;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
	display: block;
	padding: 5px;
}

#faq_toc-list a:visited
{
	text-decoration: underline;
	color: #184B84;
	font-size: 1em;
	font-weight: bold;
	display: block;
	padding: 5px;
}

#faq_toc-list a:hover
{
	background-color: #f2d0a2;
}

/*FAQ Content*/
#faq_content
{
	width: 100%;
	float: right;
	margin-top: 20px;
}

#faq_content a:link
{
	text-decoration: underline;
	color: #c25a27;
	font-size: 1em;
	font-weight: bold;
	padding: 2px;
}

#faq_content a:visited
{
	text-decoration: underline;
	color: #1d630a;
	font-size: 1em;
	font-weight: bold;
}

#faq_content a:hover
{
	color: #fff;
	background-color: #c25a27;
	text-decoration: none;
}

#faq_content h2
{
	border-bottom: 1px solid #184B84;
	font-size: 1.125em;
	font-weight: bold;
	color: #184B84;
	padding: 15px 0 5px 0;
}

#faq_content p
{
	font-size: .75em;
	padding: 5px;
	text-indent: 10px;
}

#faq_content img
{
	float: right;
	padding: 6px;
}

#faq_content strong
{
	font-weight: bold;
}

#faq_content em
{
	font-style: italic;
}

#faq_content li
{
	/*list-style-image: url("/live/export-content/sites/ohgetit/images/faqs/link_arrow.gif");*/
	list-style-image: url("/live/content/images/faqs/link_arrow.gif");
	list-style-position: outside;
	width: 80%;
	margin: 6px auto;
	font-size: .75em;
	padding: 2px;
}

#faq_content #questionlist li
{
	list-style-type: none;
	list-style-image: none;
	margin-left: 20px;
}

#faq_content #toc-youraccount h3
{
	text-indent: -5000px;
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-youraccount.gif") no-repeat top left;
	height: 42px;
}

/* unique TOC headers.*/
#toc-youraccount h3
{
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-youraccount.gif") no-repeat top left;
}

#toc-yourad h3
{
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-yourad.gif") no-repeat top left;
}

#toc-photos h3
{
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-photos.gif") no-repeat top left;
}

#toc-managead h3
{
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-managead.gif") no-repeat top left;
}

#toc-searchads h3
{
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-searchads.gif") no-repeat top left;
}

#toc-onlinetransactions h3
{
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-onlinetransactions.gif") no-repeat top left;
}

#toc-privacy h3
{
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-privacy.gif") no-repeat top left;
}

#toc-more h3
{
	background: url("/live/export-content/sites/ohgetit/images/faqs/h3-more.gif") no-repeat top left;
}

#supportpages p em
{
	font-style: italic;
}

#ohgetit-packages #packageSelection
{
	background: url("/live/export-content/sites/ohgetit/images/packages/h3-packages.gif") no-repeat top left;
	text-indent: -5000px;
	height: 54px;
	width: 509px;
}

#ohgetit-packages h3
{
	background: url("/live/export-content/sites/ohgetit/images/packages/h3-merchandise.gif") no-repeat top left;
	text-indent: -5000px;
	height: 54px;
	margin: 10px 0;
}

#ohgetit-packages a:link, #ohgetit-packages a:visited
{
	text-decoration: underline;
	color: #c25a27;
	font-weight: bold;
	padding: 0px;
}

#ohgetit-packages a:hover, #ohgetit-packages a:focus, #ohgetit-packages a:active
{
	text-decoration: underline;
	font-weight: bold;
	padding: 0px;
}

/*set common options for all package DIVs, LIs, etc. (Reduces duplication) */
#ohgetit-packages div
{
	padding: 0 12px 12px 12px;
	width: 530px;
	margin: 10px 0;
	border-style: solid;
	border-width: 1px;
}

#ohgetit-packages div div
{
	border: none;
}

#ohgetit-packages div h1
{
	font-weight: bold;
	text-decoration: underline;
	font-size: 12pt;
	margin: 3px 0 3px 0;
}

#ohgetit-packages div li
{
	list-style: none outside url("/live/export-content/sites/ohgetit/images/listitem.gif");
	margin: 0 0 0 20px;
}

#ohgetit-packages div li em
{
	font-style: italic;
	font-weight: bold;
}

#ohgetit-packages div li strong
{
	font-weight: bold;
}

/* Set Package border colors */
#best-box
{
	border-color: #184b84;
}

#better-box
{
	border-color: #184b84;
}

#good-box
{
	border-color: #184b84;
}

#community-box
{
	border-color: #184b84;
}

#free-box
{
	border-color: #F15D29;
}

/*Heading colors set here.*/
#best-box h1
{
	color: #184b84;
}

#better-box h1
{
	color: #184b84;
}

#good-box h1
{
	color: #184b84;
}

#community-box h1
{
	color: #184b84;
}

#free-box h1
{
	color: #F15D29;
}

#footnote p
{
	color: #666666;
	font-size: .7em;
	padding: 5px 0 0 0;
}

#footnote p em
{
	font-style: italic;
}

#footnote p strong
{
	font-weight: bold;
}

#footnote p span.icon
{
	font-weight: bold;
	padding: 0 12px 0 0;
}

#rightad
{
	width: 350px;
	margin-left: 8px;
	vertical-align: top;
}

#calendar
{
	width: 96%;
	float: left;
	background: #fff url("/live/export-content/sites/ohgetit/images/eventscalendarheader.gif") no-repeat top center;
	padding-top: 36px;
	margin: 5px 0 0 5px;
	text-align: center;
}

#calendar table
{
	width: 100%;
	border: 1px solid #afafaf;
	text-align: center;
}

#calendar tr, #calendar td
{
	border: 1px solid #afafaf;
	text-align: center;
}

#calendar table .daysofweek /*header w/days */
{
	background-color: #6c5b0a;
	color: #ffffff;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}

#calendar table td.days
{
	background-color: #d3edf5;
	text-align: center;
}

/* M-F */
#calendar table td.weekends
{
	background-color: #a7dceb;
	text-align: center;
}

#calendar table a:link, #calendar table a:visited
{
	text-decoration: none;
	color: #b01010;
	font-weight: bold;
	font-size: .9em;
	background-color: #dcf4c4;
	display: block;
	padding: 1px;
	text-align: center;
}

#calendar table a:hover
{
	background-color: #f4d683;
	text-align: center;
}

#calendar table td.weekends a:link, #calendar table td.weekends a:visited
{
	background-color: #b9e989;
	display: block;
	padding: 1px;
	text-align: center;
}

#calendar table td.weekends a:hover
{
	background-color: #f4d683;
	text-align: center;
}

#calendar table td.today a:link, #calendar table td.today a:visited
{
	background-color: #f4d683;
	border: 1px solid #505050;
	padding: 0;
	text-align: center;
}

#calendar table .month_title_row td /* month display */
{
	background-color: #dcf4c4;
	color: #333333;
	border: 1px solid #afafaf;
	font-weight: bold;
	font-size: .9em;
	text-align: center;
}

#calendar table tr.month_title_row td:first-child a:link
{
	color: #000;
	font-weight: bold;
	text-align: center;
	background: transparent url(previousmonth.gif) no-repeat center center;
	display: block;
	border: none;
}

#calendar table tr.month_title_row td a:link
{
	color: #000;
	font-weight: bold;
	text-align: center;
	background: transparent url(nextmonth.gif) no-repeat center center;
	display: block;
}

#calendar-support
{
	width: 96%;
	float: left;
	padding-top: 0;
	margin: 0 2px 0 3px;
}

/* powered by */
#calendar-support .powered-by
{
	font-size: .8em;
	text-align: center;
}

#calendar-support .powered-by a
{
	background: url("http://www.dispatch.com/live/export-content/sites/dispatch/images/css-images/alive-logox15.gif") no-repeat;
	padding-left: 40px;
}

#calendar-support .powered-by a:link, #calendar-support .powered-by a:visited
{
	text-decoration: none;
	color: #34577e;
}

/* Event links */
#calendar-support .events-links
{
	margin: 0;
	padding: 5px 0 0 0;
	font-size: .8em;
}

#calendar-support .events-links ul
{
	margin-left: 0;
	padding: 0;
}

#calendar-support .events-links ul li
{
	list-style: none !important;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #afafaf !important;
	padding: 2px 0;
	margin: 2px 0;
	background: #d2ebff;
	width: 100%;
}

#calendar-support .events-links ul li a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #184B84;
}

#calendar-support .events-links ul li a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #34577e;
}

#topadscroller, #rightskyscraper
{
	width: 160px;
	margin: 5px;
	float: left;
	clear: right;
}

#topadscroller
{
	border: 1px solid #7c8f38;
	border-collapse: collapse;
}

#topadscroller h2
{
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	background-color: #7c8f38;
	color: #fff;
	padding: 4px 0;
}

#topadscroller img
{
	padding: 4px 0;
}

#topadscroller .attn
{
	font-size: 1.25em;
	font-weight: bold;
	color: #f00;
	text-align: center;
}

#topadscroller .upgrade
{
	font-weight: bold;
	text-transform: capitalize;
	text-align: center;
	padding-bottom: 12px;
}

#topadscroller .upgrade a:link, #topadscroller .upgrade a:visited
{
	color: #000;
	text-decoration: none;
}

#topadscroller .upgrade a:hover
{
	text-decoration: underline;
}


#textadsbox
{
	width: 160px;
	border-collapse: collapse;
        margin-bottom: 72px;
	float: left;
	clear: right;
}

#rightskyscraper > #textadsbox h2
{
	text-indent: -5000px;
        height: 80px;
        text-align: center;
	font-weight: bold;
	font-size: 1em;
	background: transparent url("/live/export-content/sites/ohgetit/images/textadsbox-h2.gif") top left no-repeat;
	color: #fff;
	padding: 4px 0;
}

#textadsbox img
{
	padding: 4px 0;
}


#textadsbox-bot
{
       	font-weight:bold;
        font-size: 11px;
	color: #000000;
        text-align: center;
	text-decoration: underline;
        margin-bottom: 6px 0 12px 0;
        padding: 4px 0;
}

#rightskyscraper > #textadsbox-bot a:link, #rightskyscraper > #textadsbox-bot a:visited, #rightskyscraper > #textadsbox-bot a:active, 
{
        font-size: 11px;
	color: #000000;
        text-align: center;
	text-decoration: underline;
        margin-bottom: 6px 0 12px 0;
        padding: 4px 0;
}

#rightskyscraper > #textadsbox-bot a:hover  
{
	color: #f44a12;
        text-align: center;
	text-decoration: underline;
        margin-bottom: 6px 0 12px 0;
        padding: 4px 0;
}


#textadsbox table
{       
        background: #fff;
}

#textadsbox td
{
        background: #fff;
        border-bottom: 1pt solid #cccccc;
}

#textadsbox .ads-wrapper
{
        width: 159px;
        text-indent:0px;  
}

#rightskyscraper > #textadsbox .ads-wrapper, #rightskyscraper > #textadsbox .ads-title
{
        font-weight:bold;
	color: #000000;
	text-decoration: none;
        margin: 9px 0 3px 0;
}

#rightskyscraper > #textadsbox .ads-wrapper, #rightskyscraper > #textadsbox .ads-title a:hover
{
        font-weight:bold;
	color: #34577e;
	text-decoration: underline;
        margin: 9px 0 3px 0;
}


#rightskyscraper > #textadsbox .ads-wrapper, #rightskyscraper > #textadsbox .ads-body 
{
        font-weight:normal;	
        font-size: 11px;
	color: #000000;
	text-decoration: none;
        margin: 3px 0 3px 0;
}
#rightskyscraper > #textadsbox .ads-wrapper, #rightskyscraper > #textadsbox .ads-link a:link, #rightskyscraper > #textadsbox .ads-link a:visited
{
	font-weight:bold;
        font-size: 10px;
	color: #f44a12;
	text-decoration: none;
        margin-bottom: 12px;

}

#rightskyscraper > #textadsbox .ads-wrapper, #rightskyscraper > #textadsbox .ads-link a:hover
{
	font-weight:bold;
	font-size: 10px;
	color: #34577e;
	text-decoration: none;
        margin-bottom: 12px;

}

#rightskyscraper > #textadsbox p
{
        font-size: 8pt;
}

#upgradenow h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/upgradeyourad.gif") top left no-repeat;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0;
	text-align: center;
	color: #7c8f38;
	text-transform: uppercase;
	width: 160px;
	height: 65px;
}

#upgradenow img
{
	margin: 10px 0;
	width: 160px;
	height: 65px;
	padding: 0;
}

<!-- COMMENT OUT 
#rightskyscraper h2
{
	text-indent: -5000px;
	background: transparent url("/live/export-content/sites/ohgetit/images/click.gif") top left no-repeat;
	font-size: 1em;
	font-weight: bold;
	margin: 10px;
	text-align: center;
	color: #7c8f38;
	text-transform: uppercase;
	width: 142px;
	height: 65px;
}

-->

#bottom-ad
{
	width: 1000px;
	margin: 0 auto;
}

#adone, #adtwo, #adthree
{
	width: 333px;
	float: left;
	margin: 10px 0;
}

#adone
{
	text-align: left;
}

#adtwo
{
	text-align: center;
}

#adthree
{
	text-align: right;
}

#footer
{
	width: 1000px;
	margin: 10px auto 0;
	clear: both;
	font-size: .7em;
}

#footer ul
{
	margin: 0 auto;
	text-align: center;
}

#footer ul li, #footer p
{
	display: inline;
}

#footer ul li img
{
	width: 64px;
	height: 23px;
	margin: 5px 5px 0 0;
}

#footer p.warning
{
	width: 100%;
	text-align: center;
	background-color: #184B84;
	color: #fff;
	font-weight: bold;
	padding: 5px 0;
	display: block;
}

#footer p.warning a:link, #footer p.warning a:visited
{
	color: #fff;
}

#footer #affiliates
{
	display: block;
	margin-top: 15px;
	width: 1000px;
}

#footer ul li a:link, #footer ul li a:visited,
#footer #affiliates a:link, #footer #affiliates a:visited
{
	text-decoration: none;
	color: #000;
	margin: 3px;
	padding: 1px;
}

#footer ul li a:hover, #footer #affiliates a:hover,
#footer ul li a:focus, #footer #affiliates a:focus,
#footer ul li a:active, #footer #affiliates a:active
{
	background-color: #000;
	color: #fff;
}

#pi
{
	padding: 24px 0 0 24px;
}

#pi img
{
	padding: 0px;
}

#pi a:link, #pi a:hover, #pi a:visited, #pi a:active
{
	text-decoration: none;
	line-height: 100%;
	padding: 0;
	background-color: #ffffff;
}

#pi p
{
	font-size: 10pt;
	margin: -10px 0 5px 36px;
	color: #184b84;
}


#leaderboard { text-align:center; padding:10px 0; }

.makeover {width: 300px; margin: 5px 0  0 20px;} 

/*HORIZONTAL TEXT ADS*/
#h_textadsbox table
{       
        background: #fff;
}

#h_textadsbox td
{
        width: 330px;
        background: transparent url("/live/export-content/sites/ohgetit/images/cellbkg.jpg") top left no-repeat;
}

#h_textadsbox .ads-wrapper
{
        width: 300px;
        text-indent:0px; 
        padding: 12px 0 0 18px; 
}

#h_textadsbox .ads-wrapper, #h_textadsbox .ads-title
{
        font-weight:bold;
	color: #000000;

	text-decoration: none;
        margin: 9px 0 3px 0;
}

#h_textadsbox .ads-wrapper, #h_textadsbox .ads-title a:hover
{
        font-weight:bold;
	color: #34577e;
	text-decoration: underline;
        margin: 9px 0 3px 0;
}

#h_textadsbox .ads-wrapper, #h_textadsbox .ads-body 
{
        font-weight:normal;	
        font-size: 11px;
	color: #000000;
	text-decoration: none;
        margin: 3px 0 3px 0;
}
#h_textadsbox .ads-wrapper, #h_textadsbox .ads-link a:link, #rightskyscraper > #textadsbox .ads-link a:visited
{
	font-weight:bold;
        font-size: 10px;
	color: #f44a12;
	text-decoration: none;
        margin-bottom: 12px;

}

#h_textadsbox .ads-wrapper, #h_textadsbox .ads-link a:hover
{
	font-weight:bold;
	font-size: 10px;
	color: #34577e;
	text-decoration: none;
        margin-bottom: 12px;

}

#h_textadsbox p
{
        font-size: 8pt;
}

#h_textadsbox img
{      
        margin-top: 12px;

#boocoo-promo
{
    	text-indent:30px; 
        width: 300px;
	height: 100px;
}