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


@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.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;
	}