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

body {
	background:url(../images/background.jpg) repeat;
	border-top:10px solid #ff0000;
	margin:0;
	padding:0;
}

#mainContain {
	width:980px;
	height:auto;
	margin:0 auto;
}

#contentArea {
	width:714px;
	height:auto;
	float:left;
	margin:17px 0 10px 0;
}

#contentArea img {
	border-bottom:10px solid #F00;
}

#header {
	width:502px;
	height:30px;
	float:left;
	margin:0;
	padding:25px 28px 25px 450px;
}

#mainContent {
	background:url(../images/bg-contentArea.jpg) repeat;
	width:980px;
	height:auto;
	float:left;
	margin:0 0 20px 0;
}

#sideBar {
	width:170px;
	height:auto;
	float:left;
	margin:0;
	padding:0 31px 0 31px;
}

#rightSide {
	width:714px;
	height:auto;
	float:left;
	margin:0;
	padding:41px 15px 20px 19px;
}

#logo {
	width:170px;
	height:190px;
	float:left;
	margin:-75px 0 0 0;
	padding:0 0 7px 0;
	border-bottom:1px dashed #999;
}

#phone {
	width:135px;
	height:30px;
	float:left;
	margin:-30px 0 0 35px;
	font-family:"Helvetica LT CondensedBlack", Helvetica, Arial, sans-serif;
	color:#666;
	font-size:22px;
}

#mission {
	width:170px;
	height:210px;
	float:left;
	margin:10px 0 0 0;
	border-bottom:1px dashed #999;
}

#video {
	width:170px;
	height:200px;
	float:left;
	margin:10px 0 0 0;
}

#navBar {
	width:714px;
	height:20px;
	float:left;
	margin:0;
	text-align:right;
}

#slideshow {
	width:714px;
	height:449px;
	float:left;
	margin:17px 0 20px 0;
}

.fadein { position:relative; width:714px; height:449px; }
.fadein img {
	position:absolute;
	left:0;
	top:0;
}

#teasers {
	width:700px;
	height:auto;
	/*height:346px;*/
	float:left;
	margin:0;
	padding:0 0 0 14px;
}

#teasers img {
	border-bottom:10px solid #F00;
	margin:0 0 8px 0;
	padding:0;
}

#footer {
	width:920px;
	height:55px;
	float:left;
	margin:0 30px;
	border-top:1px dashed #999;
	padding:40px 0 0 0;
	text-align:right;
}