@charset "UTF-8";
body {
	margin: 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:80%;
}
#container {
	width:100%;
	height:100%;
}
#holder {
	width: 100%;
	margin-top: -300px;
	position: absolute;
	top: 50%;
}
.content {
	height: 600px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
img{
	border:0;
}
.header {
	width:870px;
	height:30px;
	text-align:center;
	padding:15px;
}
.contentarea {
	width:900px;
	height:480px;
}
.navbar {
	width:900px;
	height:30px;
	margin:auto;
}
.navbar ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.navbar ul li {
	float:left;
}
.navbar li a{
	display:block;
	width:225px;
	font-weight:bold;
	text-align:center;
	padding:5px 0 5px 0;
	color:#ed1c24;
	text-decoration:none;
	text-transform:uppercase;
	}

.navbar li a:hover {
	border-radius:25px;
	-moz-border-radius:25px;
	background-color:#ed1c24;
	color:#FFF;
	}

.footer {
	width:900px;
	height:30px;
	border-top:#000000 thin solid;
}
div#slideshow {
	width:900px;
	height:400px;
	margin:auto;
	overflow:scroll;
	position:relative;
	z-index:5;
}
div#slideshow ul#nav {
	display:none;
	list-style-type:none;
	position:relative;
	top:160px;
	z-index:100;
}
div#slideshow ul#nav li#prev {
	float:left;
	margin:0 0 0 -30px;
}
div#slideshow ul#nav li#next {
	float:right;
	margin:0 10px 0 0;
}
div#slideshow ul#nav li a {
	display:block;
	width:80px;
	height:80px;
	text-indent:-9999px;
}
div#slideshow ul#nav li#prev a {
	background:url(../img/prev.png);
}
div#slideshow ul#nav li#next a {
	background: url(../img/next.png)
}
div#slideshow ul#slides {
	list-style-type:none;
}
div#slideshow ul#slides li{
	margin:0 0 20px 0;
}
.home {
	text-align:center;
}
.column {
	width:210px;
	height:20px;
	padding-top:10px;
	float:left;
	padding-left:90px;
}
.column2 {
	width:300px;
	height:20px;
	padding-top:10px;
	text-align:center;
	float:left;
}
.column3 {
	width:235px;
	height:20px;
	padding-top:10px;
	padding-right:65px;
	text-align:right;
	float:left;
}
.footer a{
	text-decoration:none;
	color:#000000;
}
.footer a:hover {
	color:#ed1c24;
}
.left {
	width:410px;
	height:410px;
	padding:20px;
	float:left;
	line-height:1.5em;
}
.right {
	width:410px;
	height:410px;
	padding:20px;
	float:right;
	line-height:1.5em;
}
.iframe {
	margin-top:20px;
}
.location {
	text-align:center;
}
.leftaddress {
	width:410px;
	height:50px;
	float:left;
	line-height:1.5em;
	text-align:center;
}
.rightaddress {
	width:450px;
	height:50px;
	float:right;
	line-height:1.5em;
	text-align:center;
}
#picture {
	width:900px;
	height:400px;
}
#left {
	width:410px;
	height:400px;
	float:left;
}
#right {
	width:410px;
	height:400px;
	float:right;
}
a {
	text-decoration:none;
	color:#000000;
}
a:hover {
	color:#ed1c24;
}