@import url("whitespace.css");
@import url("forms.css");
@import url("news.css");
@import url("faq.css");
@import url("photo-gallery.css");
@import url("jshowoff.css");
@import url("cms.css");

img {
	margin: 5px;
}
a:link, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover, a:active {
	color: #f25f29;
	text-decoration: none;
}
html {
	background: #f15f29 url(../images/bg-x.gif) 0 0 repeat-x;
}
body {
	background: url(../images/bg.jpg) 50% 0 no-repeat;
	min-height: 660px;
	font-family: Arial, Helvetica, sans-serif;
	color: #020202;
	font-size: 12px;
}
#container {
	width: 850px;
	margin: 0 auto;
	background: #FFF url(../images/content-y.gif) 0 0 repeat-y;
	min-height: 600px;
}
#header {
	margin: 0;
	height: 107px;
	background: url(../images/bg.jpg) 50% 0 no-repeat;
	text-indent: -1234em;
}
#header a {
	display: block;
	height: 107px;
	width: 440px;
	text-decoration: none;
}
#navigation {
	height: 39px;
	margin: 0;
	position: relative;
	background: url(../images/menu.jpg) 0 0 no-repeat;
	list-style: none;
	text-indent: -1234em;
	z-index: 1000;
}
#navigation li {
	margin: 0;
	position: absolute;
	top: 0;
	height: 37px;
}
#navigation li a {
	display: block;
	height: 37px;
	text-decoration: none;
}
#home {
	left: 16px;
	width: 74px;
}
li:hover#home,
#home a:hover {	background: url(../images/menu.jpg) -16px -39px no-repeat;}
#about {
	left: 90px;
	width: 106px;
}
#about a:hover {	background: url(../images/menu.jpg) -90px -39px no-repeat;}
#news {
	left: 196px;
	width: 123px;
}
#news a:hover {	background: url(../images/menu.jpg) -196px -39px no-repeat;}
#products {
	left: 319px;
	width: 110px;
}
li:hover#products,
#products a:hover {	background: url(../images/menu.jpg) -319px -39px no-repeat;}
#gallery {
	left: 429px;
	width: 93px;
}
#gallery a:hover {	background: url(../images/menu.jpg) -429px -39px no-repeat;}
#faq {
	left: 522px;
	width: 61px;
}
#faq a:hover {	background: url(../images/menu.jpg) -522px -39px no-repeat;}
#testimonials {
	left: 583px;
	width: 133px;
}
#testimonials a:hover {	background: url(../images/menu.jpg) -583px -39px no-repeat;}
#contact {
	left: 716px;
	width: 125px;
}
#contact a:hover {	background: url(../images/menu.jpg) -716px -39px no-repeat;}
#navigation ul {	display: none;}
#navigation li:hover ul {
	display: block;
	position: absolute;
	top: 37px;
	left: 0;
	text-indent: 0;
	margin: 0;
	width: 150px;
	background: #020202;
	list-style: none;
	padding: 3px;
}
#navigation ul li {
	position: static;
	height: auto;
}
#navigation ul li a {
	padding: 3px;
	height: auto;
	_height: 1px;
	color: #FFF;
}
#navigation ul li a:hover {
	background: #F2632B;
}
#content {
	float: left;
	width: 571px;
	padding: 20px 0 0 30px;
}
#title {
	color: #f25f29;
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	margin: 0 0 10px;
	line-height: 1;
}
#column {
	margin: 0 1px 0 637px;
	height: 383px;
	background: url(../images/locations.jpg) 0 0 no-repeat;
	list-style: none;
	position: relative;
	text-indent: -1234em;
	width: 212px;
}
#column ul {
	margin: 0;
	list-style: none;
}
#column ul li {
	position: absolute;
	left: 0;
	height: 24px;
	width: 212px;
	margin: 0;
}
#column ul li a {
	display: block;
	height: 24px;
	text-decoration: none;
}
#flowood {	top: 75px;}
#flowood a:hover {	background: url(../images/locations.jpg) -212px -75px no-repeat;}
#hattiesburg {	top: 100px;}
#hattiesburg a:hover {	background: url(../images/locations.jpg) -212px -100px no-repeat;}
#laurel {	top: 124px;}
#laurel a:hover {	background: url(../images/locations.jpg) -212px -124px no-repeat;}
#picayune {	top: 148px;}
#picayune a:hover {	background: url(../images/locations.jpg) -212px -148px no-repeat;}
#batonrouge {	top: 226px;}
#batonrouge a:hover {	background: url(../images/locations.jpg) -212px -226px no-repeat;}
#lafayette {	top: 251px;}
#lafayette a:hover {	background: url(../images/locations.jpg) -212px -251px no-repeat;}

li#moreinfo {
	position: absolute;
	left: 0;
	top: 345px;
	height: 38px;
	margin: 0;
	width: 212px;
}
#moreinfo a {
	display: block;
	height: 38px;
	text-decoration: none;
}
#moreinfo a:hover {	background: url(../images/locations.jpg) -212px -345px no-repeat;}

#clear {	height: 30px;}
#footer {
	background: url(../images/footer.gif) 0 0 no-repeat;
	padding: 30px 0 5px;
	width: 850px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {	text-decoration: underline;}
#links {
	margin: 10px 0;
	font-size: 14px;
}
#copyright {
	color: #ffd3bf;
	margin: 10px 0 20px;
}
#byline {
	text-align: right;
	color: #ffd3bf;
	font-size: 10px;
}
#byline a {		color: #ffd3bf;}

#mapviewer {
	border: 1px solid #AAA;
	padding: 3px;
	text-align: right;
}
#mapviewer iframe {
	margin: 0 0 5px;
}
#mapviewer a {
	margin: 5px 5px 0 0;
	text-decoration: none;
}


