@import url("/inc/ppc.css");

/* 
	1 - Global HTML Styles
	These styles apply globally to the site and are applied directly to html tags
*/
body {
	margin:0;
	padding:0;
	background:url(/i/bodybackground.gif);
	font-family: Arial, Helvetica, sans-serif;	
}

/* list and bullet classes */
ul {
	margin-bottom:10px;
	line-height:22px;
	text-align:left;
	color:#000000;
}

li {
	list-style-type:disc;
	font-size:12px;
}
li a {
	font-weight:bold;
	color:#3c4e5d;
}
li a:hover {
	text-decoration:none;
	color:#3c4e5d;
}

/* form classes */
form {
	margin:0;
	padding:0;	
}

input {
	margin:0;
	padding:0;
}

/* content classes */
h1 {
	margin-top:20px;
	font-size:20px;
	font-weight:bold;	
	color:#162f44;
}

h2 {
	margin-bottom:-5px;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#4f3d1d;
}

h3 {
	margin-top:30px;
	margin-bottom:-10px;
	font-size:14px;
	font-weight:bold;
	color:#93713b;	
}
h3 a {
	color:#3c4e5d;
}

p {
	margin-bottom:10px;
	font-size:12px;
	line-height:16px;
	color:#000000;	
}
p a:link, p a:visited {
	font-weight:bold;
	font-size:12px;
	color:#162f44;
	text-decoration:underline;
}
p a:hover {
	color:#93713b;
	text-decoration:none;
}

img {
	border:0;
}


/* 
	2 - Global Layout Styles
	These styles apply globally to the site and control the main divs that comprise the main layout
*/

/* wrapper: a container div for entire page layout */
#wrapper {
	position:relative;
	width:1004px;
	margin:0 auto;
	background: url(/i/background2.gif) repeat-y;
}

#wrapper2 {
	position:relative;
	width:1004px;
	margin:0 auto;
	background: url(/i/background2.gif) repeat-y;
}
/* header: entire header, inlcuding standardized text links */
#header {
	position:absolute;
	top:19px;
	width:1004px;
	height:164px;
	background:url(/i/g2header_full.jpg) no-repeat;
	overflow:hidden;
}
#header a:link, #header a:active, #header a:visited {
	text-decoration:none;
	color:#ffffff;
}
#header a:hover {
	text-decoration:none;
	color:#405bb4;
}

#header .textlinks {
	position:absolute;
	top:66px;
	left:623px;
	font-size:13px;
	font-weight:bold;
	color:#cbcbcb;
}
#header2 {
	position:absolute;
	top:19px;
	width:1004px;
	height:164px;
	background:url(/i/g2header_full.jpg) no-repeat;
	overflow:hidden;
}
#header2 a:link, #header2 a:active, #header2 a:visited {
	text-decoration:none;
	color:#ffffff;
}
#header2 a:hover {
	text-decoration:none;
	color:#405bb4;
}

#header2 .textlinks {
	position:absolute;
	top:66px;
	left:623px;
	font-size:13px;
	font-weight:bold;
	color:#cbcbcb;
}

#topbar {
	width:999px;
	position:absolute;
	top:0px;
	height:17px;
	padding-top:2px;
	padding-right:5px;
	background:url(/i/topbar.gif) no-repeat;
	font:9px Verdana;
	text-transform:uppercase;
	text-align:right;
	color:#93713b;
}
#topbar a:link, #topbar a:visited {
	color:#4f3d1d;
	text-decoration:none;
}
#topbar a:hover {
	color:#fff;
	text-decoration:none;
}

#searchbox {
	width:240px;
	height:50px;
	margin:0px;
	background:url(/i/leftcol-top.jpg) no-repeat;
}

#searchbox .inputbox {
	float:left;
	padding-left:3px;
	padding-top:3px;
	margin-left:9px;
	margin-top:30px;
	background-color:#ffffff;
	border:1px solid #4f3d1d;
	font:12px Verdana;
	color:#162f44;
	height:19px;
	border:1px solid #4f3d1d;
	overflow:hidden;
}
#searchbox .searchgo {
	float:left;
	margin-top:30px;
	
}

/* left column styles */
#left {
	width:240px;
	float:left;
	margin-top:202px;
	margin-bottom:0px;
}
#left a {
	display:block;
}

/* menu: wraps entire menu */
#menu {
 	display:block;
	width:238px;
	padding:2px 0px;
	padding-bottom:0px;
}

/* m1, youarehere1, open1: the off, over, on and open states for the top level navigation */
.m1:link, .m1:visited {
	width:218px;
	height:22px;
	margin:0px 1px;
	padding-top:7px;
	padding-left:20px;
	background:url(/i/menu1.gif) 0px 1px no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#4f3d1d;
}
.m1:hover {
	background:url(/i/menu1.gif) 0px -28px no-repeat;
	color:#fff;
}

.youarehere1:link, .youarehere1:visited, .open1:link, .open1:visited {
	width:218px;
	height:22px;
	margin:0px 1px;
	padding-top:7px;
	padding-left:20px;
	background:url(/i/menu1.gif) 0px -28px no-repeat;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

/* m2, youarehere2, open2: the off, over, on and open states for the second level navigation */
.m2:link, .m2:visited {
	width:213px;
	margin:0px 1px;
	padding:5px 5px 5px 20px;
	background:url(/i/menu2.gif) 0px 0px no-repeat;
	background-color:#93713b;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#4f3d1d;
}
.m2:hover {
	background:url(/i/menu2.gif) 0px 0px no-repeat;
	background-color:#93713b;
	color:#fff;
}

.youarehere2:link, .youarehere2:visited, .open2:link, .open2:visited {
	width:213px;
	margin:0px 1px;
	padding:5px 5px 5px 20px;
	background:url(/i/menu2on.gif) 0px 0px no-repeat;
	background-color:#cca662;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

/* m3, youarehere3, open3: the off, over, on and open states for the third level navigation */
.m3:link, .m3:visited {
	width:201px;
	margin:0px 1px;
	padding:5px 5px 5px 30px;
	background:url(/i/menu3-brown.gif) 0px -3px no-repeat #93713b;
	border:1px solid #93713b;
	font-size:10px;
	text-decoration:none;
	color:#4f3d1d;
}
.m3:hover {
	background:url(/i/menu3-brown.gif) 0px -3px no-repeat #93713b;
	color:#fff;
}

.youarehere3:link, .youarehere3:visited, .open3:link, .open3:visited {
	width:201px;
	margin:0px 1px
	padding:5px 5px 5px 30px;
	background:url(/i/menu3-white.gif) 0px -3px no-repeat;
	font-size:10px;
	text-decoration:none;
	color:#fff;
}

/* m4, youarehere4, open4: the off, over, on and open states for the fourth level navigation */
.m4:link, .m4:visited {
	width:159px;
	margin-left:6px;
	padding:5px 5px 5px 30px;
	border-top:1px solid #FFFFFF;
	background:url(/i/m3-background.gif) 21px 11px no-repeat #DADACD;
	font-size:10px;
	text-decoration:none;
	color:#373634;
}
.m4:hover {
	background:url(/i/m3-background.gif) 21px 11px no-repeat #9A9A91;
	color:#373634;
}

.youarehere4:link, .youarehere4:visited, .open4:link, .open4:visited {
	width:159px;
	margin-left:6px;
	padding:5px 5px 5px 30px;
	border-top:1px solid #FFFFFF;
	background:url(/i/m3-youarehere.gif) 21px 11px no-repeat #9A9A91;
	font-size:10px;
	text-decoration:none;
	color:#373634;
}

/* middle: this div also contains the breadcrumbs, the content, and the right columns */
#middle {
	float:right;
	width:764px;
	margin-top:202px;
}

#content {
	width:510px;
	float:left;
	padding:0 10px;
	background:url(/i/centercol-top.jpg) no-repeat top;
}

#content2 {
	width:744px;
	float:left;
	padding:0 10px;
	background:url(/i/centercol-top2.jpg) no-repeat top;
}

#breadcrumbs {
	position:absolute;
	top:182px;
	width:1004px;
	height:16px;
	margin:0px;
	padding-top:4px;
	background:url(/i/breadcrumbs_full.jpg) no-repeat;
	font:10px Arial;
	text-indent:10px;
	color:#93713b;	
}
#breadcrumbs a:link, #breadcrumbs a:visited {
	text-decoration:none;
	text-transform:uppercase;
	color:#4f3d1d;
}
#breadcrumbs a:hover {
	text-decoration:none;
	color:#fff;
}
#breadcrumbs2 {
	position:absolute;
	top:182px;
	width:1004px;
	height:16px;
	margin:0px;
	padding-top:4px;
	background:url(/i/breadcrumbs_full.jpg) no-repeat;
	font:10px Verdana;
	text-indent:10px;
	color:#93713b;	
}
#breadcrumbs2 a:link, #breadcrumbs2 a:visited {
	text-decoration:none;
	text-transform:uppercase;
	color:#4f3d1d
}
#breadcrumbs2 a:hover {
	text-decoration:none;
	color:#fff;
}

#breadcrumbs2 span {
	text-transform:capitalize;
}
/* right: this div contains the family */

#right {
	width:214px;
	float:left;
	padding:0px 10px;
}
#rightshadow {
	width:234px;
	background:url(/i/centercol-top.jpg) no-repeat -50px 0px;
	float:left;
	height:20px;
}
#rightfamily {
margin-top:25px;
background:url(/i/family.jpg) no-repeat;
height:420px;
}

/* footer */
#footer {
	height:0px;
	clear:both;
	line-height:0px;
}

/* 
	3 - PPC Styles
	These styles apply globally to the ppc on the content column as well as on the right hand side of the yahoo pages
*/
#searchresultheader {
	width:510px;
	margin:10px 0px 0px 0px;
	padding:0px;
	color:red;
	font-weight:bold;
	height:24px;
	line-height:24px;
	text-indent:22px;
}

/*
	Sponsor Link Styles
*/
#sponsorlinkswhat {
	background:url(/i/centerppc-bottom.jpg) no-repeat bottom;
	height:27px;
	padding-right:15px;
	padding-top:5px;
	text-align:right;
	color:#cca662;
	font-size:10px;
}
#sponsorlinkswhat a:link, a:visited{
	font-size:10px;
	text-decoration:underline;
	color:#cca662;
}
#sponsorlinkswhat a:hover {
	font-size:10px;
	text-decoration:none;
	color:#4f3d1d;
}

/* 
	6 - Sitemap Styles
	These styles apply ONLY to the sitemap page (/sitemap.aspx)
*/
#sitemap {
	margin-top:20px;
}
#sitemap a:link, #sitemap a:visited {
	text-decoration:none;
	color:#93713b;
	
}
#sitemap a:hover {
	color:#4f3d1d;
	font-weight:bold;
}
ul {
	list-style:none;
}
li {
	list-style:none;
	margin-left:-20px;
	margin-bottom:5px;
}
#sitemap .title a:link, #sitemap .title a:visited  {
	font-weight:bold;
	font-size:14px;
	padding:0px;
}
#sitemap .title a:hover {
	color:#4f3d1d;
}
#sitemap .menu1 a {
	font:12px Arial;
	font-weight:bold;

}
#sitemap .menu2 a {
	font-weight:normal;
}

/* ad styles */
#leaderboard{
	position: relative;
	margin: 3px 0;
	text-align: center;
}

#skyscraper{
	position: relative;
	text-align: center;
	margin: 15px 0 10px 0;
}

#button{
	position: relative;
	margin: 10px 0;
	text-align: center;
}

#medrect{
	position: relative;
	margin: 25px 0 10px 0;
	text-align: center;
}