/* Images should be linked as if the CSS file sits in the same folder as the images. ie. no paths. */


/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #345414; 
	background: #f6f3cf; 
	margin-left: 50px;
	margin-top: 10px;
	padding: 0px;
	text-align:center;
	}
table { 
	font: 100% georgia, sans-serif;
	line-height: 2;
	text-align:center;
	width:660px;
	border:none;
	}
th {
	padding:15px;
	}
td {
	padding:15px;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	line-height: 1.88889;
	}
ol { 
	margin-top: 0; 
	text-align: justify;
	line-height: 1.88889;
	}
ul { 
	margin-top: 0; 
	text-align: justify;
	line-height: 1.88889;
	}
h1 { 
	font: italic bold 2.2em georgia, sans-serif;
	letter-spacing: 2px; 
	margin-bottom: 6px; 
	margin-top: 10px;
	color: #345414;
	}
h2 { 
	font: bold 1.8em georgia, sans-serif;
	margin-top: 8px;
	margin-bottom: 5px;
	color: #345414;
	}
h3 { 
	font: italic bold 1.6em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-top: 8px;
	margin-bottom: 5px; 
	color: #345414;
	}
h4 { 
	font: bold 1.4em georgia, sans-serif;
	letter-spacing: 0px; 
	margin-top: 4px;
	margin-bottom: 4px; 
	color: #345414;
	}
h5 { 
	font: italic bold 1.2em georgia, sans-serif;
	letter-spacing: 0px; 
	margin-top: 4px;
	margin-bottom: 4px; 
	color: #345414;
	}
h6 { 
	font: italic bold 1em georgia, sans-serif;
	letter-spacing: 0px; 
	margin-top: 4px;
	margin-bottom: 4px; 
	color: #345414;
	}
a:link { 
	text-decoration: none; 
	color: #73088e;
	}
a:visited { 
	text-decoration: none; 
	color: #764482;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #cb25f5;
	}
acronym {
	border-bottom: none;
	}
img {
	text-align: center;
	}


/* specific divs */
img.Bordered {
    border-style:solid;
	border-width:1px;
	border-color:black;
	text-align: center;
	}
p.hoursText {
	font-family:Arial,Verdana,Sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 10px;
	}
p.menuText {
	font-family:Arial,Verdana,Sans-serif;
	font-weight: bold;
	color: #f8f93a;
	}
p.areaCode{
	font-family:Arial,Verdana,Sans-serif;
	font-size: 10px;
	color: #9fec26;
	}
p.phone{
	font-family:Arial,Verdana,Sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #9fec26;
	}
p.home{
	font-family:Arial,Verdana,Sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #2a7245;
	}
p.slogan {
	font-family:Palatino Linotype,Palatino6,serif;
	font-style: italic;
	color: #9fec26;
	font-size: 12px;
	}
p.submenu {
	font-family: Arial, Verdana, Sans-serif;
	color: #73088e;
	font-size: 12px;
	text-align: center;
	height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	}
td.sidebar {
	background-color: #dacae3;
    border-style:solid;
	border-width:2px;
	border-color: #5c3669;	
	}
div.submenu {
	background-image:url('Images/z_Submenu.gif');
	}
div.container {
	background-color: #cccc99;
	border-color: #5c3669;
	border-width: 2px;
	border-left-style: solid;
	border-right-style: solid;
	padding: 10px;
	padding-top:30px;
	}
#logo {
	padding: 0px 30px 30px 0px;
	}
	


