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

p, li {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.bold, .bold_right {
	font-weight: bold;
	color:#e9dc40;
	margin-top:-10px;
}

.bold_right {
	text-align:right;
}

#container {
	margin: 15px auto;
	width: 961px;
	background-color: transparent;
}

#mainContainer {
	width: 961px;
	height: 720px;
	background: transparent url(../images/main_bg.jpg) 0 0 no-repeat;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

#location1, #location2 {
	margin-top: 134px;
	width: 402px;
	height: 405px;
	float: left;
	display: inline;
	color: #fff;
}

#location1 {
	margin-left: 20px;
	margin-right: 105px;
}

.address {
	margin: 60px 0 0 18px;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	line-height:1.3em;
}

.address_right {
	margin: 60px 0 0 18px;
	color: #fff;
	font-size: 13px;
	font-style: normal;
	text-align:right;
	line-height:1.3em;
}

#location1 ul, #location2 ul {
	margin: 10px 0 0 18px;
}

#location1 li, #location2 li {
	font-size: 15px;
}

#location1 a, #location2 a {
	width: 183px;
	height: 33px;
	display: block;
}

#location1 a {
	margin: 15px 0 0 15px;
	float:left;
}

#location2 a {
	margin: 15px 0 0 0;
	float:right;
}


#blurb {
	margin: 0 55px 0 70px;
	padding: 15px 0;
	font-size: 14px;
}

.blurbTitle {
	color: #ed1c24;
	font-weight: bold;
}

#footer {
	background-color: transparent;
	color:#888;
	margin-top:-10px;
}

#footer a {
	color: #888;
	font-weight: bold;
}

#seo_text {
	display: none;
}

#seo_front {
	padding: 17px;
	width: 925px;
	height: 165px;
	background: transparent url(../images/seo_bg.jpg) 0 0 no-repeat;
}

#seo_front #seo_text {
	height: 165px;
	display: block;
	overflow: auto;
}