/* Global Styles */

body {
	margin:0px;
}
	

A:link {COLOR: blue; TEXT-DECORATION: none}
A:visited {COLOR: blue; TEXT-DECORATION: none}
A:active {COLOR: blue; TEXT-DECORATION: none}
A:hover {COLOR: red; TEXT-DECORATION: none}

/* ID Styles */

	
#gregsmenu td {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
        border-bottom: 1px solid #353535;
	}
	
#gregsmenu a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #101010;	
	color: #ffffff;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 8px;
	}
	
#gregsmenu a:hover {
	background: #e9e9e9;
	color:#000000;
	}



	
#pagename {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:28px;
	letter-spacing:.2em;
        text-align:center;
	}
	



/* Class Styles */

.body-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height:20px;
	margin-top:0px;
        text-align:justify;
}

.copyright-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
        line-height:20px;        
        text-align:center;
}

.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;       
        text-align:center;
}

.green-text {
	color: #009900;
	font-weight: bold;
}

.sitemap-link {
        width: 400px;
	font-size: 14px;
	color: #808080;
	font-weight: bold;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #808080;
}

.sitemap-link a {
	color: #808080;
}

.sitemap-link a:hover {
	color: red;
	TEXT-DECORATION: none;
} 

.sidebar-text {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #cccccc;
        text-align:center;
        margin:10px 10px 10px 10px;	
        padding: 10px 0px 10px 0px;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #cccccc;	
}

.small-text { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.small-text a {
	text-decoration: none;
	color: BLUE;
}

.small-text a:hover {
	color: #ffffff;
	background-color: #000000;
} 


.standard-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	line-height:20px;
	margin-top:0px;
        text-align:left;
}

.text-flyout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
        font-style:italic;	
        color: #0000FF;
        text-align: center;
        margin:10px 50px 10px 50px;	
        padding: 10px 10px 10px 10px;
	border-width: 4px 0px 4px 0px;
	border-style: solid;
	border-color: #000000;

}

.hours td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
        color: #000000;
}

.navText {
	font: normal 13px  Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height:17px;
}

.page-top-image {
	background: url(images/gregs-engine-top-link.gif) no-repeat left center;
	padding-left: 30px;
}


/* Unordered List Styles */

.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

li.mail {
	background-image: url(images/icon-mail.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 5px 0 3px 40px;
	margin: .4em 0;
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: normal;
        font-style: normal;         
        color: #000000;
}

li.email {
	background-image: url(images/icon-email.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 5px 0 3px 40px;
	margin: .4em 0;
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: normal;
        font-style: normal;         
        color: #000000;
}

li.phone {
	background-image: url(images/icon-phone.png);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding: 5px 0 3px 40px;
	margin: .4em 0;
	font-family: verdana, arial, helvetica;
	font-size: 14px;
	font-weight: normal;
        font-style: normal;         
        color: #000000;
}



/* H Styles */


h1 {
	color: #000000;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	padding: 0px 0px 25px 0px;

}

h2 {
	color: #8f8f8f;
	font-size: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	padding: 0px 0px 25px 0px;
}

h3 {
	color: #94D639;
	font-size: 20px;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #94D639;
	background-color: #FFFFFF;
}

h4 {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

h5 {
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

H6 { 
	width: 100%; 
	background: url(images/gregs-engine-h6-bground.gif);
	font-size: 14px; 
	margin: 0px; 
	padding: 0px;	
	color: white; 
        line-height: 23px;        
        text-align: center;
}
