@import url("/inc/ppc.css");

/*
	Global-Inherited Classes:
	Theses classes apply to ALL pages on site and are attached to html tags
*/
body {
	padding:0;
	margin:0 0 30px 0;
	background:url(/i/global/background.gif) repeat-x;
	background-color:#60abc6;
	font-family:Arial, Helvetica, sans-serif;
}

form {
	padding:0;
	margin:0;
}

h1 {
	display:block;
	margin-top:30px;
	font-size:18px;
	font-weight:bold;
	color:#236e89;
}

h2 {
	display:block;
	margin-top:-10px;
	font-size:14px;
	font-weight:bold;
	color:#404040;
}

h3 {
	display:block;
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
	color:#9F9F2D;
}


img {
	border:0;
}

ul {
	font-size:12px;
	line-height:18px;
	list-style-type:disc;
	color:#4c4c4c;	
}
ul a {
	font-weight:bold;
	text-decoration:underline;
	color:#5d5d14;	
}
ul a:hover {
	text-decoration:none;
	color:#5d5d14;	
}

ol {
	font-size:12px;
	line-height:18px;
	color:#4c4c4c;	
}
ol a {
	font-weight:bold;
	text-decoration:underline;
	color:#5d5d14;	
}
ol a:hover {
	text-decoration:none;
	color:#5d5d14;	
}

li {
	margin-bottom:5px;
}

p {
	font-size:12px;
	line-height:20px;
	color:#4c4c4c;
	margin-bottom:10px;
}
p a:link, p a:visited {
	text-decoration:underline;
	font-weight:bold;
	color:#5d5d14;
}
p a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#5d5d14;
}


/*
	Sitemap Classes:
	Theses classes apply to ONLY to the Sitemap page (/sitemap.aspx)
*/
#sitemapcolumn {
	width:230px;
	padding-right:20px;
	float:left;
}
#sitemapcolumn a {
	text-decoration:underline;
	color:#5d5d14;
}
#sitemapcolumn a:hover {
	text-decoration:none;
	color:#5d5d14;
}


/*
	Layout Classes:
	These classes apply to ALL pages on site and control the page layout
	NOTE: the #wraopper, #middle, #content, and #right classes are defined where needed on the page specific .css files
*/
#header {
	width:780px;
	height:140px;
	position:absolute;
	top:0;
}

#breadcrumbs {
	width:520px;
	height:16px;
	clear:both;
	background:url(/i/breadcrumbs/breadcrumbs-background.jpg) no-repeat;
	padding:4px 20px 0 15px;
	font-size:9px;
	text-transform:uppercase;
	color:#c7be15;
	overflow:hidden;
}
#breadcrumbs a {
	text-decoration:underline;
	color:#fff;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#fff;
}

#left {
	float:left;
	width:200px;
	padding-left:18px;
	margin-top:140px;
	background:url(/i/left/left-background.jpg) no-repeat;
}

#footer {
	width:770px;
	height:15px;
	clear:both;
	margin:0 auto;
	padding:20px 10px 0 0;
	background:url(/i/footer/footer-background.jpg) no-repeat;
	text-align:right;
	font-size:11px;
	font-weight:bold;
	color:#fff;
}
#footer a {
	color:#fff;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}


/*
	Searhbox Classes:
	These classes apply to ALL pages on site and control the search area at the top
*/
#searchbox {
	width:256px;
	height:140px;
	position:absolute;
	top:0px;
	left:524px;
	background:url(/i/header/header-searchbox.jpg) no-repeat;
}

#searchbox .submitbutton {
	width:35px;
	height:35px;
	position:relative;
	top:55px;
	left:200px;
}

#searchbox .textfield {
	width:165px;
	height:18px;
	position:relative;
	top:40px;
	left:-10px;
	margin:0;
	border:0;
	font-size:12px;
	font-weight:bold;
	color:#236e89;
}


/*
	Menu Classes:
	These classes apply to ALL pages on site and control the menu
*/
#menu {
 	width:205px;
	background:url(/i/nav/nav-background.jpg) no-repeat;
	background-color:#c7be15;
}

/* M1 Classes: these control the off/over/on states of the first level navigation */
.m1:link, .m1:visited {
	display:block;
	width:145px;
	margin-left:20px;
	padding:10px 0 10px 20px;
	background:url(/i/nav/nav-m1-background.gif) no-repeat 5px 14px;
	border-bottom:1px solid #aca924;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
}
.m1:hover {
	background-position:7px 14px;
	text-decoration:underline;
}

.youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
	display:block;
	width:145px;
	margin-left:20px;
	padding:10px 0 10px 20px;
	background:url(/i/nav/nav-youarehere1-background.gif) no-repeat 7px 13px #3c7877;
	border-bottom:1px solid #919028;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
}
.open1:link, .open1:visited {
	font-weight:bold;
}

/* M2 Classes: these control the off/over/on states of the second level navigation */
.m2:link, .m2:visited {
	display:block;
	width:145px;
	margin-left:20px;
	padding:5px 0 5px 20px;
	background:url(/i/nav/nav-m2-background.gif) no-repeat 8px 8px #afaf50;
	border-bottom:1px solid #919028;
	font-size:11px;
	line-height:11px;
	text-decoration:none;
	color:#fff;
}
.m2:hover {
	background:url(/i/nav/nav-m2-background.gif) no-repeat 10px 8px #afaf50;
	text-decoration:underline;
}

.youarehere2:link, .youarehere2:visited, .open2:link, .open2:visited {
	display:block;
	width:145px;
	padding:3px 0 0 45px;
	margin-left:20px;
	padding:5px 0 5px 20px;
	background:url(/i/nav/nav-m2-background.gif) no-repeat 8px 8px #5d8f8d;
	border-bottom:1px solid #919028;
	font-size:11px;
	line-height:11px;
	text-decoration:none;
	color:#fff;
}


/*
	Content Classes:
	These classes apply to misc items within the content
*/
.contentimageleft {
	float:left;
	margin:5px 10px 0 0;
}

.contentimageright {
	float:right;
	margin-left:5px;
}


/*
	PPC Classes:
	These classes apply to the "what's this" component of the ppc
*/
#ppcwhatsthis {
	text-align:right;
	font-size:10px;
	color:#ca0ca4;
}
#ppcwhatsthis a {
	color:#ca0ca4;
	text-decoration:underline;
}
#ppcwhatsthis a:hover {
	color:#ca0ca4;
	text-decoration:none;
}


/*
	FORM Classes:
	These classes apply to the form on the Listing Submission page (/listing-submission.aspx)
*/
#formrow {
	width:525px;
	float:left;
	margin-bottom:10px;
}

#formlabel {
	width:150px;
	float:left;
	padding-top:4px;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	color:#5d5d14;
}

#formelement {
	width:365px;
	float:right;
	padding-left:10px;
}

#formelement .textfield {
	height:18px;
	padding:3px 3px 0 3px;
	border:1px dotted #236e89;
	background-color:#f2f2f2;
	font-size:12px;
	color:#666;
}
#formelement .textfield:hover {
	background-color:#fff;
	color:#333;
}

.dropdown {
	height:20px;
	padding:2px 3px 2px 0;
	border:1px dotted #236e89;
	background-color:#f2f2f2;
	font-size:12px;
	color:#666;
}
.dropdown:hover {
	background-color:#fff;
	color:#333;
}

.textarea {
	padding:2px 3px 2px 3px;
	border:1px dotted #236e89;
	background-color:#f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}
.textarea:hover {
	background-color:#fff;
	color:#333;
}

#formreview {
	width:365px;
	float:right;
	padding-left:10px;
	padding-top:5px;
	font-size:12px;
	line-height:12px;
}

#leaderboard {
position:relative;
width: 728px;
margin: 3px auto;
}

#skyscraper {
position:relative;
padding: 10px 0 10px 22px;
text-align: center;
float: right;
width: 160px;
}

#medrect {
text-align:center;
padding: 20px 0;
}

#button {
text-align:center;
margin: 15px 30px 5px 0;
}

/*------Yieldy Ad Code --------*/

#yieldyLdrBrd {
	width:728px;
	margin:0 auto;
}

#yieldySky {
	margin-left:50px;
}



