@charset "utf-8";
/* CSS Document */

span.top_nav {
	width: 950px;
	display: block;
	text-align: right;
	font-weight: 800;
}
div.hdr_container {
	width: 950px;
	height:
}
div.hdr_left { /* this is to position left portion of the header & add BG image */
	float: left;
	background-image: url(../gfx/header_r1_c1.jpg);
	background-repeat: no-repeat;
	width: 510px;
	height: 280px;
}
h1.company_name {
	position: relative;
	top: 10px;
	width: 510px;
	display: block;
	font-variant: small-caps;
	font-weight: 800;
	text-align: center;
	color: #999;
}
h3.slogan {
	position: relative;
	width: 510px;
	display: block;
	font-weight: 600;
	text-align: center;
	color: #999;
}
div.city_holder {
	position: relative;
	top: 10px;
	left: 50px;	
	width: 450px;
	height: 110px;
}
ul.city_list {
	float: left;
	width: 112px;
	list-style-type: none;
}
span.breadcrumbs {
	position: relative;
	display: block;
	top: 60px;
	left: 10px;
}
div.hdr_right { /* this is to position right portion of the header & add BG image */
	float: right;
	background-image: url(../gfx/header_r1_c2.jpg);
	background-repeat: no-repeat;
	width: 440px;
	height: 280px;
}
div.vid_position { /* this is to position the video */
	position: relative;
	top: 10px;
	width: 426px;
}
div.hdr_text { /* this is to position the video */
	position: relative;
	top: 10px;
	width: 426px;
}
div.nav_bar {
	position: relative;
	width: 950px;
	height: 10px;
	vertical-align: middle;
}
/* Style Clean Up */
#seo {
	color: #000;
	font-style: normal;
	text-decoration: none;
}