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

html, body {
	margin:0;
	padding:0;
}

img {
	display:block;
	border:none;
}

.clear {
	clear:both;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	/*background:url(images/background_image_page.jpg) top center repeat-x;*/
}

a {
	color:#CC0000;
}

h2 {
	font-size:18px;
}

#content {
	min-height:600px;
	background:url(images/background_image.jpg) top center repeat-x;
}

#nav {
	background:url(images/menu_background.png) repeat-x;
	height:161px;
	background-position:0 121px;
}

#flashNav {
	width:800px;
	margin:0 auto;
}

#intContent {
	width:814px;
	margin:0 auto;
	padding:20px 0 0 0;
	background:url(images/int_top.png) top no-repeat;
}

#intContentCenter {
	width:774px;
	min-height:630px;
	margin:0;
	background:#FFF;
	float:left;
	padding:30px 0 0 0;
}

#copy {
	width:500px;
	padding:0 0 35px 20px;
	float:left;
	line-height:16px;
}

#sideBar {
	width:230px;
	margin:0;
	padding:0;
	padding-bottom:35px;
	float:right;
}

#footer {
	background:url(images/background_footer.jpg) center;
	height:82px;
	overflow:hidden;
}

#footerContent {
	width:774px;
	margin:0 auto;
	padding:17px 0 0 0;
	color:#FFF;
}

#footerContent ul {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:530px;
}

#footerContent li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#footerContent a {
	color:#FFF;
	text-decoration:none;
}

#footerContent a:hover {
	text-decoration:underline;
}

#footerContent h3 {
	font-size:12px;
	font-weight:normal;
	float:right;
	margin:0;
	padding:0;
}

.brands {
	list-style:none;
	margin:0;
	padding:0;
}

.brands li {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.clear {
	clear:both;
}

.title {
	margin-bottom:30px;
}

.brandLogo {
	padding:10px;
	width:125px;
	margin:0 auto;
}

.brandBorders {
	margin:10px 0 10px 0;
	/*border-bottom:#CCC solid 1px;*/
	border-top:#CCC solid 1px;
	text-align:center;
}

ul.siteMap {
	margin:0;
	padding:0 0 0 50px;
}
ul.siteMap li {
	list-style:none;
	margin:5px 10px 5px 0;
	width:200px;
	float:left;
}
ul.siteMap li a {
	text-decoration:none;
	padding:10px 20px 10px 20px;
	display:block;
	border:solid 1px #CCC;
	font-size:14px;
	
}
ul.siteMap li a:hover {
	background:#ccc;
	color:#000;
}