@charset "utf-8";
/* CSS Document */
h2 {clear:both;
	margin: 50px 0px 25px 0px;
	padding:0px 0px 0px 0px;
	font-size:.9em;
	text-align:left;
	text-decoration:none;
	border-bottom:1px dotted #000000;
	letter-spacing: .5em;
	text-transform: uppercase;
	font-family:Georgia, Times New Roman, Times, serif;
	}
		
	
body {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:.85em;
	background-image: url(images/bg_tile.gif);
	color:#3C3627;
	}
	
	
 p {	
	margin:0px; 
	padding:0px;
	}

#header {
	text-align:center;
	margin:0px; 
	padding:0px
	}
	
#footer {
	clear:both;
	text-align:left;
	width:100%;
	margin:50px 0px 25px auto;
	text-transform:uppercase;
	font-style:normal;
	letter-spacing: .15em;
	font-size:.9em;
	font-weight:500;
}

#footer a {
	text-decoration:none;
	color:#000000;
}

.infoRow {
	border-top: thin #c9c3ad solid;
	width:100%;
	display: block;
	clear:both;
}

.emailCell {
	padding:15px 0px 0px 0px;
	float:left;
	text-align:left;
	display:inline;
} 

.phoneNumber {
	padding:15px 0px 0px 15px;
	display:inline;
	float:right;
	text-align:right;
	border-left:thin #c9c3ad solid;
	}
	
#sole {
	width:585px;
	margin: 0px auto 0px auto;
	}
	
#main {
	width:800px; 
	padding: 50px 0px 0px 0px;
	margin-left: auto;
    margin-right: auto;
	text-align: left
}


.table {
	width:600px;
	margin:50px auto 50px auto;
	}
	
.item{
	text-align:right;
	float:left;
	margin-right:20px;
	width:100px;
	}
	
.desc{
	text-align:left;
	float:left;
	width:400px;
	}
	
.divRow {
	width:100%;
	display: block;
	clear:both;
}

.cell {
text-align:left;
}

.thirds {
	width:33%;
	display: block;
	margin:25px 0px 25px 0px;
	float:left;
	clear:right;
}
.halves {width:50%;     
	display: block;
	float:left;
	clear:right;
	margin:25px 0px 25px 0px;
	}
	

a:link { COLOR: #F0EFDC; }
a:visited { COLOR: #D7D5AC; }
a:hover { COLOR: #F0EFDC; }
a:active { COLOR: #F0EFDC; }

#email a:link{ color: #3C3627; }