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

body, html, h1, h2, h3, table, p, div, td, img, form, textarea { 
	margin: 0; 
	padding: 0;
	border: none;
	font-family:  "Lusitana","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;
}

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

.news p {
	text-align: center;
}


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

.phone {
	position: absolute;
	top: 30px;
	left: 725px;
	font-size: 16px;
	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: 39px;
	margin-top: 14px;
}

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

.map a {
	color: #666;
}

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

.tag {
	width: 400px;	
	overflow: hidden;
	position: absolute;
	top: 5px;
	left: 255px;
}

.tag img {
	display: block;
}

.logoFooter {
	position: absolute;
	top: 0px;
	left: 710px;
}

.middot {
	font-size: 20px;
}

.contact {
	font-size: 20px;
	position: absolute;
	top: 130px;
	left: 285px;
	color: #000;
	font-weight: bold;
}

.footerPhone {
	font-size: 19px;
	font-weight: bold;
	color: #000;
}
#map-canvas {
    height: 125px;
	width: 250px;
    margin: 0px;
    padding: 0px
}	
    
