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

span.top_nav {
	width: 950px;
	display: block;
	text-align: right;
}
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;
}

h3.slogan {
	position: relative;
	width: 510px;
	display: block;
	font-weight: 600;
	text-align: center;
}

div.city_holder {
	position: relative;
	top: 10px;
	margin-left: auto;
	margin-right: auto;	
	width: 450px;
	height: 110px;
}

ul.city_list_fix {
	position: absolute;
	width: 120px;
	list-style-type: none;
}

ul.city_list {
	float: left;
	width: 112px;
	list-style-type: none;
}

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.testimonials { /* this is to position the video */
	position: relative;
	top: 10px;
	width: 426px;
}

/* Style Clean Up */
#seo {
	color: #000;
	font-style: normal;
	text-decoration: none;
}