﻿body, html
{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:12px;
	background-color:#FFCC01;
	color: #333333;
}

a
{
	color:#333333;
}

form
{
	padding:0px;
	margin:0px;
}

img
{
	border:0px;
}

/******************************
Header
******************************/
.hdr
{
	overflow: hidden;
	width: 800px;
	height: 72px;
	border-style:none;
	margin:0px;
	padding:0px;
}

.hdr #lgo
{
	position:relative;
	top:12px;
	left:32px;
}

#topBrd
{
	width:800px;
	height:6px;
	z-index:1;	
}

/*****************************
Footer
******************************/
.ftr
{
	position: relative;
	width: 800px;
}

#brdBtm
{
	width:800px;
	height:6px;
}

.ftr #ftrLft
{
	float:left;
	clear:none;
	text-align:left;
	width:190px;
	margin-left:10px;
	margin-top:5px;
}
.ftr #ftrRt
{
	float:right;
	width:590px;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin-top:5px;
}

.ftr #ftrRt A
{
	font-size: 9px;
	font-weight:normal;
}

.ftr A
{
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	font-weight:bold;
	text-decoration:none;
	padding: 0px 3px 0px 3px;
}

/*****************************
Content Specific
*****************************/
#contentBlock
{
	width:800px;
}

#contentBlock #legal, #contentBlock #about
{
	margin: 5px 10px 10px 10px;
}

#legal a
{
	color:#333333;
	
}

.leftSidebar
{
	background-color:#FFB606;
	width: 20px;
	height:300px;
	clear:none;
	float:left;
}

.imageButton
{
	position:relative;
	border:solid 0px black;
	white-space:nowrap;
	width:100px; /*Need to change for IE if longer*/
	height:auto;
	vertical-align:middle;
	top:-50px;
}

.imageButton a
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	font-weight:normal;
	text-decoration:underline;
	clear:none;
	margin-top:auto;
	margin-bottom:auto;
	vertical-align:middle;
}
	

.imageButton img
{
	border:none;
	clear:none;
}


/* Search Entry Space */

.entryBox
{
	margin-top:5px;
	width:100%;
}

#searchEntry
{
	width:100%;
	/*
	clear:both;
	vertical-align:middle;
*/
}

#searchEntry #AT
{
	width:260px;
	height:16px;
	color:#333333;
	font-family:arial;
	font-size:12px;
}

/*the links to select all/none/reset */
#selectActions a
{
	color:#666666;
}

.engineList input
{
	margin-right: 8px;
}


.adArea
{
	width: 200px;
	text-align:center;
}

.categorySelection
{
	margin-top:0px;
	width:800px;
	border:0px;
	background-color:#FFB606;
	height:25px;
	/*
	padding:0px;
	margin:0px;*/
	vertical-align:middle;

}

.categorySelection a
{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	text-decoration:underline;
	margin-right:5px;
	margin-left:5px;
	
}

.categorySelection ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 25px;
}

.categorySelection li
{
	float: left;
	margin: 0px;
	padding:5px 0px 0px 0px;
	height:20px;
	
}

.categorySelection #catSel
{
	padding-left:5px;
	padding-right:5px;
}

.categorySelection #catSel a
{
	text-decoration:none;
}

.categoriesList
{
	width: 580px;
	background-color:#FEDC54;
	vertical-align:top;
	clear:none;
	float:left;
	padding: 10px 10px 15px 10px;
}

.listSidebar
{
	/* padding + width = 200 */
	width:190px;
	padding-left:5px;
	padding-right:5px;
	height:100%;
	clear:none;
	float:right;
	background-color:#FFB606;
}

.categoriesList .listColumn
{
	clear:none;
	width:33%;
	float:left;
}

.categoriesList .listColumn ul
{
	list-style: none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
}

.categoriesList .listColumn li
{
	margin-top:2px;
}

.categoriesList .listColumn a
{
	font-weight:normal;
	color:#666666;
}


.engineListUl
{
	
	list-style: none;
	margin-top: 10px;
	padding:5px 5px 0px 20px;
	font-weight:bold;
}

.engineListUl li
{
	height: 35px;
	width:25%;
	float:left;
	font-size:13px;
}


