* {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}
body {
	margin: 0px auto;
	padding: 0px;
	background: #fff url(/images/bgtile.gif) repeat-x;
	width: 980px;
	min-width: 640px;
}
#header,#leftC,#leftCLarge,#centerC,#rightC,#footer {
	overflow: hidden;
	display: inline-block;
}
/* safari and opera need this */
#header,#footer {
	width: 100%;
}
#leftC,#leftCLarge,#centerC,#rightC {
	float: left;
}
#leftC {
	width: 60%;
}
#leftCLarge{
	width: 81%;
}
#centerC {
	width: 21%;
}
#rightC {
	width: 18.9%;
}
#footer {
	clear: left;
}
#container {
	margin-top: 2px;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font: normal 11px Arial;
	background-color: #eceae6;
	color: #000;
}
ul, li {
	margin: 0px;
	padding: 0px;
}
table, tbody, th. tr, td, h1, h2 {
	margin: 0px;
	padding: 0px;
}
.textAlignRight {
	text-align: right;
}
.textAlignLeft {
	text-align: left;
}
.textAlignCenter {
	text-align: center;
}
.textInput {
}
.select {
	margin-left: 10px;
	width: 200px;
}
.hideMe {
	display: none;
}
.showBlock {
	display: block;
}
.leftFloat {
	float: left;
}
.rightFloat {
	float: right;
}
.clearBoth {
	clear: both;
}
.clearLeft {
	clear: left;
}
.bold {
	font-weight: bold;
}
.whiteSmall {
	color: #fff;
	font-size: 11px;
}
.greyCap {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 30px;
	color: #818181;
}
.redCap {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #ef1821;
}
.greyBread {
	color: #303030;
}

/***Header***/
#top {
	width: 980px;
	height: 174px;
	/*background: url(/images/head.gif) no-repeat;
	cursor: pointer;*/
}
/***End header***/
/***Footer***/
#footerText {
	width: 975px;
	text-align: left;
	font-size: 10px;
	padding: 3px 0px 0px 5px;
	margin-top: 6px;
	margin-bottom: 4px;
	color: #fff;
	background-color: #000;
}
/***End Footer***/
/***Menu***/
#menu {
	width: 946px;
	height: 20px;
	background-color: #000;
	padding: 6px 14px 0px 20px;
}
#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 6px;
}
#menuLeft {
	width: 330px;
}
#menuRight {
	width: 420px;
}
.leftMenu {
	font-size: 11px;
}
.rightMenu {
	font-size: 11px;
}
/***End menu***/
/*** Content ***/
#searchBox {
	background-color: #000;
	width: 560px;
	padding: 10px;
}
#searchWhat {
	width: 235px;
	height: 21px;
	margin: 6px 40px 6px 0px;
	font-size: 14px;
	padding-top: 7px;
}
#searchWhere {
	width: 165px;
	height: 21px;
	margin: 6px 0px;
	font-size: 14px;
	padding-top: 7px;
}
#searchButton {
	width: 60px;
	height: 28px;
	background: url(/images/searchButton.png) no-repeat;
	cursor: pointer;
	margin-top: 25px;
}
#searchButtonText {
	padding: 6px 0px 0px 18px;
}
.sb {
	color: #fff;
	font-size: 11px;
}
.mainRub {
	color: #333;
	font-size: 12px;
}
.mainBread {
	color: #333;
	font-size: 10px;
}
#buttons {
	width: 555px;
	margin: 10px 0px 20px 0px;
}
/*** End content ***/
/***SearchResults***/
.heading {
	font: normal 18px Arial;
	margin-bottom: 5px;
}
.hor_divider {
	height: 1px;
	background-image: url('/images/divider_background.gif');
	font-size: 0px;
	margin: 0px;
}
.ver_divider {
	width: 1px;
	height: 100%;
	background-image: url('/images/divider_background.gif');
	font-size: 0px;
}
.search_result {
	width: 100%;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.search_result table {
	width: 100%;
	cursor: pointer;
	cursor: hand;
}
.redLink {
	color: #ef1821;
}
.layout {
	width: 720px;
	height: 100%;
}
.content {
	padding-left: 55px;
	padding-top: 36px;
	padding-right: 40px;
}
.header {
	font: bold 20px verdana;
	margin-bottom: 5px;
}
.preamble {
	font: bold 12px verdana;
	margin-bottom: 5px;
}
.largeReadMore {
	text-decoration: underline;
	color: #000;
	font-size: 14px;
}
.smallReadMore {
	color: #303030;
}
.button {
	font: bold 10px Verdana;
	background-color: #ef1821;
	color: #fff;
}
.rightColumnBanner {
	width: 170px;
	margin: 5px 0 5px 10px;
	padding: 2px;
	border: 1px solid black;
}