@charset "UTF-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color: #718387;
	font-family: Arial, Geneva, Helvetica, sans-serif, "Lucida Sans";
	font-size: 12px; 
}

a:link { color: #EF3524; text-decoration: none; }
a:visited { color: #EF3524; text-decoration: none; }
a:active { color: #EF3524; text-decoration: none; }
a:hover { color: #EF3524; text-decoration: underline; }

p {
	margin-top: 0px;
}
.topbar {
	background-color: #41535D;
	height: 11px;
	width: 700px;
}
.languagespanish {
	width: 63px;
	height: 17px;
	background-image: url(../images/language_spanish.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 637px;
	cursor: pointer;
	position: absolute;
}
.languageenglish {
	width: 63px;
	height: 17px;
	background-image: url(../images/language_english.gif);
	background-repeat: no-repeat;
	top: 0px;
	left: 637px;
	cursor: pointer;
	position: absolute;
}
.container {
	width: 708px;
	margin: auto;
	position: relative;
}
.logo {
	width: 247px;
	height: 36px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	top: 20px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.mainmenu {
	width: 700px;
	text-align: right;
	padding: 0px;
	margin: 0px;	
}
.mainmenu img {
	padding-right: 15px;
	border: none;	
}
.divider {
	width: 700px;
	height: 1px;
	margin-top: 9px;
	margin-bottom: 9px;
	background-color: #dde4e6;
	position: relative;
	clear: both;
}
.flash {
	width: 708px;
	height: 231px;
}
.newsbox {
	width: 140px; /*408px;*/
	height: 35px; /*70px;*/
	/*background-repeat: no-repeat;*/
	background-image: url(../images/home_divider_address.gif);/*url(../images/title_news_home.gif);*/
	background-repeat: no-repeat;
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 10px;
	text-align: right;
	/*padding-left: 70px;
	font-size: 11px;
	line-height: 15px;*/	 
	float: right;
}
.addressbox {
	/*width: 700px; 170px;*/
	/*height: 70px;*/
	/*background-image: url(../images/home_divider_address.gif);*/
	/*background-repeat: no-repeat;*/
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	/*padding-left: 29px;*/ 
	float: left;
}
.addressboxnews {
	font-size: 9px;
	color: #EF3524;
	font-weight: bold;
}
.additionallocations {
	margin-bottom: 10px;
	float: right;
}
.subheader {
	width: 708px;
	height: 152px;
}
.submenu {
	width: 160px;
	padding-top: 30px;
	padding-right: 30px;
	float: left;
}
.submenu img {
	padding-top: 10px;
	padding-bottom: 10px;
}
.subcontent {
	width: 500px;
	padding-top: 30px;
	padding-bottom: 30px;
	float: left;
}
.subcontent img {
	padding-bottom: 20px;
}
.subcontentcol {
	width: 225px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	float: left;
}
.copyclear {
	clear: both;
}
.headertext {
	color: #EF3524;
	margin-top: 0px;
	font-weight: bold;
}
.headertextblue {
	color: #41535D;
	font-weight: bold;
	margin-top: 0px;
}
.footnotes {
	font-size: 9px;
}
.copyright {
	font-size: 9px;
	padding-bottom: 30px;
	padding-top: 30px;
}
