html{
	background-color:#277557;
	font-family:Calibri, "Lucida Sans", Arial;
	font-size:14px;
	margin:0px;
	padding:0px;
	height:100%;
}

body{
	background:url(../images/bg_gradient.jpg) repeat-x top left;
	margin:0;
	padding:0;
}

h1{
	text-transform:uppercase;
}

h5{
	font-size:18px;
}

#wrapper{
	background-image:url(../images/stripe_bg.png);
	background-repeat:repeat;
}

#container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:0;
}

#logo{
	width:210px;
	height:160px;
	position:relative;
	z-index:1;
}

#large-logo{
	width:678px;
	height:344px;
	position:absolute;
	left:260px;
	z-index:0;
}

#top_contact{
	text-align:right;
	background-color:#000;
	height:35px;
	width:100%;
	color:#FFF;
	position:relative;
	float:left;
	z-index:10;
}

#top_contact p{
	position:relative;
	margin-top:15px;
}

#top_contact a:link, #top_contact a:visited,
#top_contact a:hover{
	color:#FF0;
	text-decoration:none;
	padding-right:10px;
}

#main_nav{
	width:700px;
	height:51px;
	position:relative;
	text-align:right;
	z-index:2;
}

#main_nav ul{
	margin:0;
	height:51px;
}

#main_nav li{
	display:inline;
	list-style:none;
}

#main_nav li a:link, #main_nav li a:visited {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	text-decoration:none;
	background-image:url(../images/tab_bg.png);
	background-repeat:no-repeat;
	width:108px;
	height:51px;
	display:inline-block;
	padding-top:15px;
	margin-top:8px;
}

#main_nav li a:hover {
	background-image:url(../images/tab_bg_hover.png);
	background-repeat:no-repeat;
}

#header-images{
	723px;
	height:320px;
	float:left;
	position:relative;
}

#gallery{
	background-image:url(../images/slideshow_bg.png);
	background-repeat:no-repeat;
	width:723px;
	height:320px;
	position:relative;
	z-index:3;
	overflow:hidden;
	float:left;
}

#gallery-text{
	width:210px;
	color:#FFF;
	float:right;
	padding:0 5px 0 0px;
	margin-right:15px;
}

#gallery-text span{
	font-weight:100;
	color:#000;
}

#gallery-text h1{
	text-transform:none;
}

#slideshow{
	width:463px;
	height:297px;
	position:absolute;
	left:10px;
	z-index:2;
	top:5px;
	overflow:hidden;
}

#content{
	width:723px;
	margin-left:auto;
	margin-right:auto;
}

#main_content{
	padding:10px 20px 20px 30px;
	padding-top:20px;
	background:#FFF;
	color:#000;
	width:673px;
	position:relative;
	top:-20px;
	float:left;
	border-right-image:url("../images/left_border.png");
}

#bottom-border{
	position:relative;
	top:-20px;
	height:28px;
}	

#main_content p{
	margin-top:0px;
}

#main_content h1{
	margin:0;
}

#main_content img{
	padding:0 10px 10px 0;
}

#main_content a:link, #main_content a:visited{
	color:#30A97A;
	text-decoration:none;
}

#main_content a:hover{
	color:#ff9d02;
	text-decoration:underline;
}

#col-left{
	width:430px;
	float:left;
}

#col-right{
	float:left;
	width:200px;
	padding-left:10px;
	padding-top:35px;
}

#col-body{
	float:left;
	width:663px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
	
*.clearfix {
    zoom: 1;     /* triggers hasLayout */
    }

#footer{
	float:left; 
	margin-left:auto; 
	margin-right:auto; 
	text-align:center; 
	width:900px; 
	color:#FFF;
}

#footer a:link, #footer a:visited,
#footer a:hover{
	color:#FFF;
	text-decoration:underline;
	padding-right:10px;
}


#fireWarning {

	width: 350px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;

}

#fireWarning .container {

	background: #fff;
	background: url("/images/fire.jpg") no-repeat !important;

}

#fireWarning a {

	display: block !important;
	height: 90px;
	color: #FF6600 !important;
	padding: 15px;
	padding-left: 115px !important;
	font-size: 18px !important;
	text-decoration: none;
	text-align: center;
	border: 1px solid #000;
	font-weight: bold;

}

#fireWarning a:hover {

	text-decoration: none !important;

}

#fireWarning a span {

	position: relative;
	top: -5px;

}
