/*****************************************************
 DEFAULT HTML ELEMENTS
*****************************************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #616161;
	text-align: left;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
	color: #000;
}
	h3 {
		font-family: "Times New Roman", Times, serif;
		margin: 0;
		padding: 0;
		font-size: 30px;
	}
img {
	vertical-align: top;
	border: none;
}
form {
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #1e40af;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
p {
	margin-top: 0;
}
form, object, embed {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/*****************************************************
 DEFAULT INTERFACE ELEMENTS
*****************************************************/
#wrapper {
	width: 100%;
	padding-top: 17px;

}
/* HEADER */
.domain{
	height: 40px;
	text-align: left;	
	margin-left: 32px;
}
		.domaina {
			color: #376ED5 !important;

		}
		#topLinks a {
			color: #376ED5 !important;
			text-decoration:underline;
		}
#searchBox {
		width: 304px;
		height: 23px;
		margin: 10px 42px 0 0;
	}
		#searchWrap, #searchWrap2 {
			width: 236px;
			height: 23px;
			padding: 0;
		}
			.searchField {
				display: block;
				float: left;
				width: 228px;
				height: 15px;
				margin: 0;
				padding: 3px;
				font-family: Arial, Verdana, Sans-Serif;
				font-size: 12px;
				color: #616161;
			}
			.searchButton {
				display: block;
				width: 62px;
				height: 23px;
				margin: 0 0 0 6px;
				padding: 0;
			}
.bar {
	height: 25px;
	border-top: 1px solid #376ed5;
	background: #e7eaf9;
}
#menu {
	margin-left: 32px;
	float:left;
	text-align:left;
}
#topLinks li {
		display: inline;
		height: 29px;
		float: left;
		margin: 0 !important;
		padding: 0px 13px 0 0 !important;
		background: transparent;
		font-size: 15px;
	}
.mainBody {
	width: 100%;
	padding: 16px 0;
	background: #fff;
	display:inline-block;
}
	.mainBody h3 {
		font-size: 24px;
		font-weight: normal;
	}
#footer {
	padding-top: 6px;
	text-align: center;
}
	#footer p {
		margin-top: 0;
	}
.category {
	width: 33%;
	float:right;
}
.catcontent {
	text-align: left;
	border-left: 1px solid #cbd6f2;
	padding-left: 20px;
	clear: both;
}
	.catcontent ul{
		list-style:none;
		margin: 10px 0;
		padding: 0;
		line-height: 25px;
	} 
#ppcresults{
	width: 66%;
	float:left;
}
.catcontentppc{
text-align:left;
border-left:#CBD6F2 1px solid;
padding-left:10px;
clear:both;
} 



.catcontent li a{
font-size:16px;
color:#0033FF;
font-size:16px;

} 
.catcontent li a:hover{
color:#000000;
text-decoration:none;
}
#bigAds li {
	margin: 16px 0 !important;
	padding: 0 16px 0 18px !important;
	font-size: 12px;
	background: transparent url(../img/big_bullet.gif) no-repeat left 5px;
}
#bigAds a {
	display: inline;
	margin-bottom: 5px;
	font-size: 18px;
	text-decoration: underline;
}
#bigAds a.url {
	font-size: 10px;
	font-weight: normal;
}










/*****************************************************
 RESUABLE ELEMENTS
*****************************************************/
.stripped {
	list-style-type: none;
	margin: 0;
	padding: 0;
	clear:both;
}
.stripped li {
	margin: 0;
	padding: 0;
}
.textRight {
	text-align: right;
}
/* DISPLAYS */
.block {
	display: block;
}
.inline {
	display: inline;
}
/* FLOATS */
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
/* SPACING */
.mt16 {
	margin-top: 16px;
}
.mt32 {
	margin-top: 32px;
}
.mr16 {
	margin-right: 16px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb32 {
	margin-bottom: 32px;
}
.ml16 {
	margin-left: 16px;
}
.ml22 {
	margin-left: 22px;
}