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

/*
h1 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

*/

@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */





body {
	background-repeat:repeat-x;
	background-color:#25262C;
	padding: 0px;
	margin-top:20px;
	margin-bottom:20px;
}

div.wrap {
	background-image:url(../images/fire-bg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-attachment:fixed;
	background-color:#000000;
	text-align:center;
	margin:auto;
	margin-top:0px;
	margin-bottom:0px;
	width:1000px;
}

div.leftcol {
	width:245px;
	text-align:left;
	padding:15px 0px 15px 20px;
	}

div.rightcol{
	width:695px;
	text-align:left;
	padding:15px 20px 30px 20px;
	}
	
div.navbar {
	width:215px;
	padding:20px 0px 20px 20px;
	border-top:#4E1907 6px solid;
	border-bottom:#4E1907 6px solid;
	}	
	
div.telbar {
	height:17px;
	text-align:right;
	width:695px;
	padding:51px 0px 20px 0px;
	}

div.telbar a{
	margin:0px 5px 0px 0px;
	}

div.textbox1 {
	background-image:url(../images/alpha-bg.png);
	background-repeat:repeat;
	width:655px;
	padding:20px;
	border-top:#4E1907 6px solid;
	border-bottom:#4E1907 6px solid;
	}

div.textbox2 {
	background-image:url(../images/alpha-bg.png);
	background-repeat:repeat;
	width:695px;
	padding:20px 0px 20px 10px;
	border-top:#4E1907 6px solid;
	border-bottom:#4E1907 6px solid;
	}

div.listbox {
	width:180px;
	height:362px;
	padding:20px 0px 20px 20px;
	}

	
* html .textbox1{
    background-image: none;
}
	
div.introbox {
	width:214px;
	padding:0px 0px 0px 15px;
	}

.img1 {
	border:#000000 1px solid;
	}

.img2 {
	border:#666666 1px solid;
	}

.imglrg{
	width:650px;
	height:470px;
	text-align:center;
	overflow:hidden;
	}


div.map {
	border:#999999 1px solid;
	width:290px;
	height:300px;
	}

div.addressbox{
	width:270px;
	height:300px;
	padding:0px 20px 20px 40px;
	}

div.imgtitle{
	width:650px;
	height:30px;
	text-align:center;
	padding-top:10px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:18px;	
	}

img#slideshow {
	max-width:613px;
	min-height:460px;
	}
	


div.floorbox {
	width:610px;
	clear:both;
	text-align:left;
	padding:40px 50px 20px 60px;
}

div.floorbox a{
	float:right;
	margin:2px 0px 0px 0px;
}


div.spacer1 {
	background:#4E1907;
	width:100%;
	height:6px;
	margin:10px 0px 0px -15px;
}



div.socialbuttons {
	padding:0px 0px 0px 10px;
	float:right;
}



/* SPACER DIVS */

div.spacer1 {
	height:5px;
	width:235px;
}

div.spacer2 {
	height:10px;
	width:50px;
}

div.spacer3 {
	height:20px;
	width:50px;
}


div.spacer4 {
	height:50px;
	width:50px;
}

div.spacer5 {
	height:100px;
	width:50px;
}

div.spacer6 {
	height:200px;
	width:50px;
}

div.clearfix {
	clear:both;
	height:1px;
}



