/* Layout Stylesheet */ 


body{
 margin: 0px;
 padding:0;
 background: #ddb url(holder.gif) top center repeat-y;
 color: #663;
 //color: #000000;
 }

p {
text-align: left;
}

h1 {
text-align: left;
}

h2 {
text-align: left;
}

h3 {
text-align: left;
font-weight: bold;
color: #663;
}

td {
	width: 225px;
}

ul {
	text-align: left;
}

#topLink {
	color: blue;
}

#addressHours {
	width: 600px;
	align: center;
}

#address {
	width: 300px;
	text-align: left;
	float: left;
}

#hours {
	width: 300px;
	text-align: right;
	float: right;
}

a:link#blueLink {
	color: #663;
	font-size: 14px;
}

a:visited#blueLink {
	color: #663;
	font-size: 14px;
}

a:hover#blueLink {
	color: red;
	font-size: 14px;
}

img	{
	border: 0;
	}

a:link {
  color: #000000; 
  text-decoration: none; 
  font-size: 12px;
  font-weight: bold;
  
}

a:visited {
  color: #000000; 
  text-decoration: none; 
  font-size: 12px;
  font-weight: bold;
  
}

a:hover { 
  color: #000000;
  text-decoration: underline;
  font-size: 12px;
  font-weight: bold;
}

a:active {
  color: #000000; 
  text-decoration: underline; 
  font-size: 12px;
  font-weight: bold;
  
}

STACK { 
	display: table;
	width: 600px;	
	align: center;
	border: 1px solid black;
}

NEW { 
	display: table;
	width: 500px;	
	align: center;
	border: 1px solid black;
}

NEW2 { 
	display: table;
	width: 500px;	
	align: left;
	border: 1px solid black;
}

ROW { display: table-row }

CELLTITLE { 
	display: table-cell; 
	font-weight: bold;
 	text-align: center;
 	border: 1px solid black;
 	padding-left: 20px;
	padding-right: 20px;
	background: #e7ebe3;
}

CELLTITLE2 { 
	display: table-cell; 
	font-weight: bold;
 	text-align: left;
 	border: 1px solid black;
 	padding-left: 20px;
	padding-right: 20px;
	background: #e7ebe3;
}

CELLSERVICE { 
	display: table-cell;
	text-align: left;
	border: 1px solid black;
	padding-left: 20px;
	padding-right: 20px;
	
	
}

CELL { 
	display: table-cell;
	text-align: center;
	border: 1px solid black;
	padding-left: 20px;
	padding-right: 20px;
	
}

#header {

 height: 101px;
 border: 1px solid #000000;
 background-image: url(header.jpg); 
 color: #333333;
 text-align:left;
}

#content {
width: 790px;
align: center;

}

#menu{
 background: #e7ebe3;
 border: 1px solid #000000;
 border-bottom-color: #cfcfcf;
 border-top-color: #cfcfcf;
 color: #000000;
 text-align: right;
 padding-right: 20px;
 }
 
#main{
 border: 1px solid #000000;
 background: #ffffff;
 color: #333333;
 padding-left: 20px;
 padding-right: 20px;
 
}

#footer {
	text-align: center;
	font-size: 11px;
	
}

#leftFloat {
float: left;
}

#rightFloat {
float: right;
padding-left: 20px;.

}

.appLeft {
	text-align: left;
}



/*
Misc css attributes 
  	font-size: 13px;
 	font-weight: bold;
	font-style: italic; 
	text-align: center;
	margin: 20px;
	//float: right;
	 //margin: 20px 0px 0px 0px;
 //margin: 20px;
 //padding: 20px 0px 0px 0px;
 //width: 800px;
 //height: 10px;
 
 THEAD    { display: table-header-group }
 TBODY    { display: table-row-group }
 TFOOT    { display: table-footer-group }
 COL      { display: table-column }
 COLGROUP { display: table-column-group }
 
CAPTION  { display: table-caption }
*/ 

 
 
 
 
 
