/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;

}

#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 784px;
	background-image: url(images/bg_yellow.gif);
}

#phone {
	width: 764px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	padding: 3px 20px 0 0;
	background-image: url(images/bg.jpg);
	font-size: 12px;
	color: white;
}

#top {
	width: 784px;
	height: 165px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}
#navBG {
	width: 784px;
	height: 43px;
	background-image: url(images/navBG.jpg);
	background-repeat: no-repeat;
}

#homegallery {
	float: right;
	width: 410px;
	padding: 0 0 0 15px;
}
#homegallery p {
	font-size: 11px;
	text-align: center;
}

.content {
	width: 756px;
	padding: 10px 15px 0 15px;
}
.content img {
	float: left;
	padding: 0 5px 0 0;
}

.content p {

	font-size: 12px;
	line-height: 16px;
}

.content h1 {
	font-size: 13px;
	font-weight: bold;
}
.content h2 {
	font-size: 12px;
	font-weight: bold;
}
/* 2 column content */

.columnA {
	padding: 10px;
	width: 489px;
	float: left;
	background-color: #FEFEC9;
}

.columnA h2, .columnB h2, .columnC h2, .columnD h2 {
	font-size: 12px;
	font-weight: bold;
}

.columnA img {
	float: left;
	padding: 0 5px 0 0;
}

.columnB {
	padding: 10px;
	width: 220px;
	float: right;
	background-color: #FEFEC9;
}
.columnC {
	padding: 10px;
	width: 320px;
	background-color: #FEFEC9;
}
.columnD {
	padding: 10px;
	width: 389px;
	
	float: right;
}
.columnE {
	margin: 0 0 0 10px;
	padding: 7px;
	width: 300px;
	float: right;
	background-color: #FEFEC9;
}
.RowA {
	padding: 10px;
	margin: 0 0 5px 0;
	width: 735px;
	background-color: #FEFEC9;
}
.columnclear {
	clear: both;
}

/* Footer Details, Address Etc */

#footer {
	width: 784px;
	height: 95px;
	background-image: url(images/base.jpg);
	padding-top: 10px;
}
#footer p {
	font-size: 11px;
	text-align: center;
	margin: 0;
}
.designby {
	width: 190px;
	font-size: 10px;
	color: white;
	line-height: 20px;
	vertical-align: middle;
	background-image: url(images/bg.jpg);
	float: right;
}
.copyright {
	width: 594px;
	font-size: 10px;
	color: white;
	line-height: 20px;
	vertical-align: middle;
	background-image: url(images/bg.jpg);
	float: left;
}
.content ul li {
	margin: 6px 0 6px 0;
}
	


/** Navigation **/
#navBG ul {
	margin: 0 0 0 29px;
	padding: 0;
	list-style: none;
	width: 755px;
	height: 43px;
	background-repeat: no-repeat;

}

#navBG ul li {
	float: left;
	text-align: center;
	
}


#navBG ul a {
	display: block;
	color: #333333;
	padding: 0 2em;
	line-height: 43px;
	background: url(images/bullet2.jpg) no-repeat bottom center;
	text-decoration: none;
}

#navBG ul a:hover {
	background: url(images/bullet2_ov.jpg) no-repeat bottom center;
	color: #95632E;
}
	
.flash_content {
   padding: 10px 0 10px 10px;
}