@charset "UTF-8";
/* CSS Document */

body{
	background:url(../images/bg_main.gif) top repeat-x;
	font-family:'Lucida Grande', Arial, sans-serif;
}

.header{
	border-bottom:1px solid #CCC;
	padding-bottom:10px;
}

.box td{
	background:#FFF;
}

.box td.corner{
	background:transparent;
	height:12px;
	width:12px;
}

.box td.outer{
	font-size:1px;
}

.box td.content{
	font-size:12px;
	padding:20px 10px 10px 10px;
}

.box td.results{
	padding:15px 30px;
}

.searchInput{
	background:url(../images/searchM.gif) repeat-x;
}

.searchInput input{
	border:1px solid #FFF;
	font-size:12px;
}

.resultsHeader{
	position:absolute;
	font-size:20px;
	font-weight:bold;
}

.relatedHeader{
	position:absolute;
	font-size:20px;
	font-weight:bold;
	color:#777;
}


/*** Text Styles  *****/

.al{
	text-align:left;
}
.ac{
	text-align:center;
}
.ar{
	text-align:right;
}

h1{
	margin:10px 0px;
}


.foot{
	color:#999;
	font-size:0.8em;
	border-top:1px solid #CCC;
	padding-top:10px;
}

.foot a:link, .foot a:active, .foot a:visited{
	color:#999;
	font-size:0.8em;
	text-decoration:none;
}

.foot a:hover{
	color:#4691c0;
	font-size:0.8em;
	text-decoration:none;
}


/*** Ad Styles  *****/

.adhead{
	border-bottom:0px none;
	color:#0000DD;
	display:block;
	font-size:1.2em;
	line-height:120%;
	padding-bottom:0px;
	text-decoration:underline;
}


.adtext {
	color: #000;
	font-size: 1em;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

a.adtext:hover {
	color: #000;
}

.adlink {
	font-size: 0.9em;
	color: #286712;
	font-weight: normal;
	text-decoration: underline;
	display: block;
}

.ad p {
	margin-top: 20px;
	margin-bottom: 8px;
	margin-left: 7px;
}

.adbold {
	font-weight: bold;
}




