@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	background-image: url(images/home-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}
h3 {
	font-size: 14px;
	display: inline;
}
.redTxt {
	color: #ad0000;
}
.contentBg {
	background-image: url(images/home-contentbg.jpg);
	background-repeat: repeat-x;
	background-color: #000000;
}
.boxContent {
	padding-top: 5px;
}
.boxBlackBg {
	background-attachment: scroll;
	background-image: url(images/box-bottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

.boxWhiteContent {
	padding-right: 20px;
	padding-left: 20px;
	color: #000000;
	line-height: 18px;
}
.welcomeContent {
	padding-right: 10px;
	padding-left: 10px;
}
.quickSearchLabel {
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	background-attachment: scroll;
	background-image: url(images/home-quicksearchbottom.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.quickSearchLabel select {
	font-size: 11px;
	margin-left: 5px;
	width: 130px;
	font-family: arial;
	color: #000000;
}
.smallText {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 14px;
}


.footer {
	color: #999999;
	text-decoration: none;
	font-size: 10px;
	padding-top: 50px;
	padding-bottom: 25px;
}
.moreBtn {
	float: right;
	margin-right: 5px;
	padding-top: 62px;
	width:25px;
	height:24px;
}

.footer   a:link,a:hover,a:visited {
	color: #5F5D5E;
	text-decoration: none;
}


.seo-footer { color:#FFFFFF; text-align:center;	padding:0 0 15px 0; }
.seo-footer a:link, .seo-footer a:visited, .seo-footer a:active { color:#FFFFFF; text-decoration:none; }
.seo-footer a:hover { text-decoration:underline; color:#FFF; }

#hpcontent a{
color: white;
text-decoration: underline}