@charset "UTF-8";
/* CSS Document */

body, ul, ol, li, img, h1, h2, h3, h4, h5, h6, p, form, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	border:none;
}

body {
	background-color: #FFFFFF;
}

#header {
	height: 56px;
	width: auto;
	background-image: url(header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
}

#topnav {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: #000000;
	height: 35px;
	width: 905px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 0px 0px;
}

#topnav ul {
	float: left;
	width: 950px;
}

#topnav ul li {
	float: left;
	list-style-type: none;
}

#topnav ul li a {
	color: #000000;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	float: left;
	width: 150px;
	text-align: center;
	font-weight: normal;
	padding: 12px 0px 8px 0px;
}

#topnav ul li a:hover {
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 15px;
	line-height: 15px;
	height: 15px;
	float: left;
	width: 150px;
	text-align: center;
	font-weight: normal;
	padding: 12px 0px 8px 0px;
	color: #FFFFFF;
	background-image: url(greyHover.jpg);
}

.yellow {
	background-image: url(yellow-bg.jpg);
}

.blue {
	background-image: url(blue-bg.jpg);
}

.green {
	background-image: url(green-bg.jpg);
}

.purple {
	background-image: url(purple-bg.jpg);
}

.red {
	background-image: url(red-bg.jpg);
}

.white {
	background-image: url(white-bg.jpg);
}

#footer {
	background-color: #000000;
	height: 129px;
	width: auto;
	background-image: url(footerBottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#footer .content {
	width: 905px;
	margin: 0px auto 0px auto;
	padding: 25px 0px 0px 0px;
	height: 104px;
	background-image: url(footerLogo.jpg);
	background-repeat: no-repeat;
	background-position: right 55px;
}

#footer ul {
	float: left;
	width: 905px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555555;
	padding: 0px 0px 13px 0px;
	margin: 0px 0px 10px 0px;
	text-align: left;
}

#footer ul li {
	float: left;
	padding-left: 5px;
	font-size: 13px;
	color: #FFFFFF;
	list-style-type: none;
}

#footer ul li a {
	font-size: 13px;
	line-height: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	text-transform: uppercase;
}

#footer ul li a:hover {
	font-size: 13px;
	line-height: 13px;
	color: #CCCCCC;
	text-decoration: underline;
	padding-right: 5px;
	text-transform: uppercase;
}

#footer p {
	font-size: 13px;
	color: #999999;
	float: left;
	width: 360px;
	padding-right: 200px;
	padding-bottom: 6px;
}

#footer p a {
	color: #999999;
	text-decoration: underline;
}

#footer p a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

