/* CSS Document */

body {
	margin: 0px;
	background: url(../images/bkgrd.gif) repeat-x #686868;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	width: 951px;
	margin: 0 auto;
	position: relative;
}

#topLink {
	height: 39px;
	border-bottom: 1px solid #ffffff;
	text-align: right;
}

#topLink ul {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 12px;
	color: #cd1919;
}

#topLink ul li {
	display: inline;
	padding: 0px 2px 0px 2px;
}

#topLink ul li a {
	color: #cd1919;
	text-decoration: none;
}

#topLink ul li a:hover {
	text-decoration: underline;
}

#banner {
	
}

#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 9000;
}

#homeImage {
	height: 375px;
	width: 950px;
	z-index:100;
}

#homeIntro {
	position: absolute;
	top: 405px;
	left: 25px;
	font-size: 16px;
	font-weight:bold;
	color: #ffffff;
	line-height: 20px;
	width: 930px;
	z-index:1001;
}

#menu {
	background-color: #e9e9e9;
	width: 950px;
}

#menu a {
	background-color: #e9e9e9;
	display: block;
	width: 105px;
	float: left;
	height: 20px;
	border-left: 1px solid #b4b4b4;
	border-bottom: 1px solid #b4b4b4;
	font-size: 13px;
	text-align: center;
	padding: 15px 6px;
	color: #686868;
	text-decoration: none;
}

#menu a:hover {
	background-color: #ba0100;
	display: block;
	width: 105px;
	float: left;
	height: 20px;
	border-left: 1px solid #b4b4b4;
	font-size: 13px;
	text-align: center;
	padding: 15px 6px;
	color: #ffffff;
	text-decoration: none;
}

#menu a.last {
	width: 111px;
}

#leftColumn {
	width: 475px;
	float: left;
}

#rightColumn {
	width: 475px;
	float: right;
	text-align: center;
}

#rightColumn div {
	padding: 15px 0px 0px 0px;
}

.title a {
	font-size: 14px;
	background-color: #ababab;
	padding: 5px 0px 5px 15px;
	text-decoration: none;
	color: #ba0100;
	display: block;
	border-top: 1px solid #686868;
}

#leftColumn .info {
	background-color: #e9e8e8;
    font-size: 11px;
    color: #828282;
}

a, a:visited {
color:#ba0100;
}

a:hover {
text-decoration:none;
}

#leftColumn .info ul {
	margin: 0px 0px 0px 14px;
	padding: 3px 0px 3px 0px;
}
#leftColumn .info ul li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 3px 22px;
	background: url(../images/bullet-yellow.gif) no-repeat center left;
}

.clearBoth {
	clear: both;
}

#footer {
	background-color: #ba0100;
	height: 71px;
	border-bottom: 6px solid #fece02;
}

#footer .left {
	width: 250px;
	float: left;
	font-size: 12px;
	padding: 13px 0px 0px 10px;
}

#footer .right {
	width: 250px;
	text-align: right;
	float: right;
	padding: 13px 10px 0px 0px;
}

#inside {
	background-color:#878787;
}
