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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color:#28160a;
	color: #28160a;
	margin: 0px;
	padding: 0px;
}

.pics {  
    height:  220px;  
    width:   320px;  
    padding: 0;  
    margin:  0;  
} 

.newsticker {
	list-style-type: none;
	border: 1px solid #dedede;
	background: #e1e1e1;
	margin: 0;
	float: left;
	display: inline;
}

.liSpace {
	padding: 5px 10px;
}

img {
	border: none;
}

#topNavHolder a:link, #topNavHolder a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#topNavHolder a:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color: #4d0d01;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#fullWide {
	width: 100%;
	float: left;
	display: inline;
}

#topBanner {
	width:100%;
	height:120px;
	background-image: url(images/topbannerrepeat.jpg);
	background-repeat:repeat-x;
	float: left;
	display: inline;
}

#topBannerContentHolder {
	width:950px;
	height:96px;
}

#topBannerLogo {
	float:left;
	display:inline;
}

#topBannerContact {
	float:right;
	display:inline;
	padding-top:30px;
}

#topBannerQuote {
	float:right;
	display:inline;
}

#addressStyle {
	font-size:16px;
	color:#000000;
}

#phoneNumberStyle {
	font-size:22px;
	color:#000000;
}

#topNavHolder {
	width:930px;
	height:24px;
	padding-left:20px;
}
#myGallery, #myGallery2, #myGallery3, #myGallery4
{
width: 320px !important;
height: 219px !important;
}

#navItem {
	font-size:13px;
	float:left;
	display:inline;
	padding:4px 30px 0 0;
	color:#FFFFFF;
}


#middleFullWide {
	width:100%;
	float: left;
	display: inline;
}

#middleContentHolder {
	width:950px;
	background-color:#FFFFFF;
	background-image: url(images/insidebackground.jpg);
}

#middleContentColor {
	width: 100%;
	background-color:#FFFFFF;
	float: left;
	display: inline;
}

#mainLeftColumn {
	width:240px;
	margin-left: 20px;
	padding-top: 10px;
	float:left;
	display:inline;
}

#mainRightColumn {
	width:650px;
	float:left;
	padding-top:10px;
	display:inline;
}

#footerHolder {
	width: 100%;
	float: left;
	display: inline;
}

#footer {
	width:950px;
	padding-top:10px;
	height:226px;
	color:#FFFFFF;
	background-image:url(images/footerrepeat.jpg);
	background-repeat:repeat-x;
}