/* NOT SURE IF THIS IS USED */
/* PLEASE DO NOT USE ON ANY NEW PAGES! */

/* =============================== */
/* == COMMON ELEMENT ATTRIBUTES == */
/* =============================== */

/* RESET DEFAULT ATTRIBUTES */
html, body, div, form, input, textarea, select, h1, h2, h3, h4, h5, p, table, tr, td, caption, fieldset, legend, address, img, ul, ol, li, hr {
	margin: 0;
	padding: 0;	
	}
div, tr, td, caption, fieldset, legend {
	text-align: left;	
	}
img {
	border: none;
	}
table {
	border-collapse: collapse;
	border: none;
	}
	
/* DEFINE NEW ATTRIBUTES */
body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .7em;	
	color: #333;
	}
	select, input {
		font-size: 1em;
		}
	h1, h2, h3, h4 {
		font-family: Georgia, "Times New Roman", serif;
		}
	h1, h2, h3, h4, h5, p, blockquote, ul, ol, table, address {		
		margin-bottom: 15px;
		}
	blockquote, ul, ol {
		margin-left: 40px;
		margin-right: 40px;
		}	
	h1 {
		/* REM GML margin-bottom: 7px; */
		font-size: 1.6em;
		font-weight: normal;		
		}
	h2 {
		/* REM GML margin-top: 25px; */
		margin-bottom: 3px;
		font-size: 1.3em;
		font-weight: normal;
		}
	h3 {
		font-size: 1.4em;
		font-weight: normal;		
		}
	h4 {
		font-size: 1.1em;		
		}	
	h5 {
		font-size: 1.1em;
		margin: 0;
		}
	ul {
		list-style-type: square;		
		}
	hr {
		height: 1px;		
		margin: 10px 0 20px 0;	
		}
	address {
		font-style: normal;
		}		
	caption {
		text-align: left;
		font-weight: bold;
		}
	th {						
		text-align: left;					
		}
	td {		
		empty-cells: show;
		vertical-align: top;						
		}	
	fieldset {		
		margin-bottom: 10px;
		padding: 15px;		
		}
	legend {		
		padding: 0 3px 5px 3px;		
		}
	
/* SET COMMON ID/CLASS STYLES */
.hidden {
	visibility: hidden;
	}
.end {
	clear: both;
	}
li.pdf {
	list-style-image: url(../images/icons/pdf.gif);
	}
li.msword {
	list-style-image: url(../images/icons/word.gif);
	}
li.jpeg {
	list-style-image: url(../images/icons/jpeg.gif);
	}
li.rss {	
	list-style-image: url(../images/icons/rss.gif);
	}
li.mp3 {
	list-style-image: url(../images/icons/mp3.png);
	}
li.drivingdirections {					
	list-style-image: url(../images/icons/drivingdirections.gif);
	}
li.currentweather {
	list-style-image: url(../images/icons/currentweather.gif);
	}
li.emailafriend {
	list-style-image: url(../images/icons/emailafriend.gif);
	}
li.groupfriendly {
	list-style-image: url(../images/icons/groupfriendly.gif);
	}
li.photogallery {
	list-style-image: url(../images/icons/photogallery.gif);					
	}
	

