/* *********************  *********************  ********************* */
/*                         les fontaines - 07-16-09                    */
/*     CSS/XHTML by Trevor McCartney - trevor@arrayinteractive.ca      */
/* *********************  ****version***1.0****  ********************* */

body, html, h1, h2, h3, ul, table, p, div, td, img, form, textarea { 
	margin: 0; 
	padding: 0;
	border: none;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #000000;
}

div.clear { 
	clear:both; 
	height:1px; 
	font-size:2px; 
}

body {
	background: url('images/bgTop.gif') repeat-x #6A3A1D; 
}

ul {list-style: none;}

div.clear { 
	clear:both; 
	height:1px; 
	font-size:2px; 
}

a {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.leftFloat {
	float: left;
	display: inline;
}

.layout {
	width: 983px; 
	margin: 0px auto; 
	background: url('images/bgContent.gif') no-repeat; 
	height: 728px; 
	overflow: hidden;
	position: relative;
}

.header {
	margin: 0 0 0 0;
	position: relative;
	height: 159px;
	overflow: hidden;
}

.logo img {
	display: block;
}

.logo { 
	margin: 31px 0 0 31px;
	position: absolute;
	height: 106px;
	overflow: hidden;
}

.news {
	position: absolute;
	height: 147px;
	overflow: hidden;
	background: url('images/burst.jpg') no-repeat; 
	width: 291px;
	top: 12px;
	left: 245px;
	font-size: 16px;
}

.news p {
	text-align: center;
}

.h1 {
	font-size: 8px;
}

.construction {
	position: absolute;
	top: 60px;
	left: 542px;
}

.phone {
	position: absolute;
	top: 117px;
	left: 735px;
	font-size: 19px;
	font-weight: bold;
}

.content {
	height: 375px;
	overflow: hidden;
	position: relative;
	margin-left: 20px;
}

.mosaic div {
	margin-bottom: 3px;
}

.imageRight {
	padding-right: 2px;
}

.col1 {
	width: 393px;
	overflow: hidden;
	float: left; 
	display: inline;
}

.col2 {
	width: 99px;
	overflow: hidden;
	float: left; 
	display: inline;
}

.col3 {
	width: 260px;
	overflow: hidden;
	float: left; 
	display: inline;
	margin-right: 2px;
}

.col4 {
	width: 189px;
	overflow: hidden;
	float: left; 
	display: inline;
}

#imageFlip1 {
	float: left;
	display: inline;
	margin-right: 2px;
	width: 187px;
}

#imageFlip2 {
	float: left;
	display: inline;
	width: 203px;
}

#imageFlip4 {
	float: right;
	display: inline;
	width: 149px;
}

#imageFlip6 {
	float: right;
	display: inline;
	width: 113px;
}

#imageFlip7 {
	clear: both;
}

.footer {
	height: 162px;
	overflow: hidden;
	position: relative;
	margin-left: 62px;
	margin-top: 18px;
}

.map {
	width: 208px;
	text-align: center;
	font-size: 13px;
	color: #666;
	position: absolute;
	font-weight: bold;
}

.map a {
	color: #666;
}

.map img {
	display: block;
	margin-bottom: 3px;
}

.tag {
	width: 400px;
	height: 48px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 235px;
}

.tag img {
	display: block;
}

.logoFooter {
	position: absolute;
	top: 2px;
	left: 646px;
}

.middot {
	font-size: 20px;
}

.contact {
	font-size: 16px;
	position: absolute;
	top: 123px;
	left: 289px;
	color: #666;
	font-weight: bold;
}

.footerPhone {
	font-size: 19px;
	font-weight: bold;
	color: #000;
}


