@import url("/inc/ppc.css");
@import url("/inc/menu.css");

body {
	margin:100px 0 50px 0;
	padding:0;
	background:url(/i/background.gif) #5d6674;
	font-family:Arial, Helvetica, sans-serif;	
}

h1 {
	font-size:20px;
	line-height:10px;
	font-weight:bold;
	color:#096486;
}

h2 {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	color:#333;
}

h3 {
	margin-bottom:-5px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	color:#666;
}

p, li, ul, ol {
	margin-bottom:10px;
	font-size:12px;
	line-height:17px;
	color:#333;	
}

ul, ol {
	margin-bottom:20px;	
}

li {
	list-style-type:disc;	
}

p a, li a {
	text-decoration:underline;
	color:#b5010e;
}
p a:hover, li a:hover {
	text-decoration:none;
	color:#b5010e;
}

img {
	border:0;
}

#wrapper {
	width:760px;
	margin:0 auto;
	background: url(/i/wrapper-background.gif) repeat-y;
}

#leaderboard {
	width:760px;
	height:90px;
	position:absolute;
	top:0;
	padding:5px 0;
	text-align:center;	
}

#header {
	width:760px;
	height:150px;
	position:absolute;
	top:10px;	
	background:url(/i/header.jpg) no-repeat;
}
#header img {
	width:205px;
	height:135px;
	position:relative;
	top:10px;
	left:10px;	
}

#search {
	position:absolute;
	right:10px;
	top:119px;	
}
#search .inputbox {
	width:175px;
	height:16px;
	padding:2px;	
	border:0;
	background:none;
	font-size:11px;
	color:#000;	
}
#search .gobutton {
	width:18px;
	height:20px;
	position:relative;
	top:7px;
	border:0;	
}

#breadcrumbs {
	width:740px;
	height:17px;
	position:absolute;
	top:160px;
	padding:3px 10px 0 10px;
	background:#525252;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size:10px;
	color:#fff;
}
#breadcrumbs a {
	text-decoration:none;
	color:#bfcbd6;
}
#breadcrumbs a:hover {
	text-decoration:underline;
}

#content {
	margin-top:82px;
	float:right;
	width:525px;
	padding:5px 5px 15px 10px;	
}

#contentppc {
	width:500px;
	float:left;
	padding-top:10px;
	padding-right:5px;
}

#homepage-callout {
	width:350px;
	height:255px;
	background:url(/i/homepage-callout-background.jpg) no-repeat;
}
#homepage-callout img {
	width:135px;
	height:30px;
	position:relative;
	top:110px;
	left:25px;	
}

#homepage-callout-text {
	width:165px;	
	position:relative;
	top:105px;
	left:37px;
	font-size:11px;
	line-height:12px;
	color:#fff;
}

#skyscraper {
	float:right;	
}

#footer {
	width:750px;
	height:20px;
	clear:both;
	padding-right:10px;
	padding-top:5px;
	border-top:1px solid #fff;
	background:url(/i/footer.jpg) no-repeat;
	text-align:right;
	font-size:10px;
	color:#b5010e;
}
#footer a {
	padding:0 5px;
	color:#fff;
}
#footer a:hover {
	color:#fff;
	text-decoration:none;
}

.keywords {
	text-transform:capitalize;
}

#sitemap a {
	font-size:11px;
}

#sitemap ul, #sitemap li {
	color:#999;
}

