html { 
	/* margin and padding to 0 - brings page to edge of browser chrome - eliminates different margins for different browsers */
	/* text-align center on html and body tags centers the page content on the screen, regardless of screen resolution */
	margin : 5px;  
	padding : 5px;
	text-align: center; 
}
body {
	margin : 0; 
	padding : 0;
	text-align: center;
	/* sets blue background color, black standard text color, standard font size and font family */
	background-color: #0D6DAB;
	color:#000;
	font: 76%/140% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div#container {
	/* still keeping pages centered on the screen, sets positioning begin point for everything that follows and overall page width */
	position: relative;
	text-align: center;
	width: 800px;
}
div#header {
	/* set the dimensions for the header image, pulls in the header image as a background */
	width:800px;
	height: 116px;
	background: url(../images/header_bg.jpg) no-repeat;
}
div#header a {
	/* turns the header image into a clickable area - link back to the home page */
	display: block;
	width: 800px;
	height: 116px;
}
div#addressLine {
	/* only affects the HAPL name and address line right below the header image */
	clear: left;
	float: left;
	width: 790px;
	height: auto;
	background-color: #FFF;
	background: url(../images/addressLine_bg.gif) repeat-x;
	background-position: bottom;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 6px;
	text-align: right;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #A34222;
}
div#content {
	/* content is a container or wrapper element for the main page material */
	position: relative;
	clear: left;
	float: left;
	width: 800px;
	background-color: #fff;
	color:#000;
}
div#content table#main {
	/* sets properties for the main table */
	width: 800px;
	border: 0;
}
div#content td#navigation {
	/* sets properties for the navigation colum of the main table */
	width: 198px;
	text-align: left;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted #C03E2D;
	vertical-align: top;
}
div#content td#navigation ul {
	/* sets properties for the look of the navigation links - which are in an unordered list */
	/* margin, padding and list-style properties clear all default list indentations and bullet images */
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	/* sets the look of the text links of the navigation */
	font: 13px Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
}
div#content td#navigation li {
	/* sets margins and padding around individual navigation items & links, puts page bullets before each item */
	height: 30px;
	background: url(../images/nav_page.gif) no-repeat;
	padding-left: 22px;
	padding-top: 4px;
}
/* the next two items change out the icons for the hours and contact us links */
div#content td#navigation li#hours {
	background: url(../images/nav_hours.gif) no-repeat;	
}
/* the next three itemsset the link and hover colors for the navigation */
div#content td#navigation li#contact {
	background: url(../images/nav_contact.gif) no-repeat;	
}
/* normal links are always underlined...  following removes the underlines from the navigation, except on hover */
div#content td#navigation li a {
	text-decoration: none;
}
div#content td#navigation li a:visited {
	text-decoration: none;
}
div#content td#navigation li a:hover {
	text-decoration: underline;
}
div#content td#columnCenter {
	/* sets the properties for the center column of the page */
	width: 394px;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}
div#content td#columnRight {
	/* sets the properties for the right column of the page */
	border-left: 1px dotted #C03E2D;
	width: 157px;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
div#footer {
	/* sets the properties for the footer area of the page */
	clear :both;
	position: relative;
	text-align: center;
	width: 800px;
	height: auto;
	background-color: #FFF;
	background: url(../images/footer_bg.gif) repeat-x;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 11px;
}
/* following h# tags redefine the standard (default browser) h# formatting */
h1 { 
	font-size: 140%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #A34222;
	font-weight: normal;
	background: url(../images/pushpin.gif) no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #0D6DAB;
}
h2 {
	font-size: 120%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	line-height: 110%;
	color: #0D6DAB;
	font-weight: bold;
	padding-bottom: 5px;
	margin-top: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #A34222;
}
h3 {
	font-size: 110%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 115%;
	color:#0D6DAB;
	margin: .5em 0 .5em 0;
}
h4 { 
	font-size: 100%;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 .5em 0;
}
/* sets the properties for look and behavior of links */
a:link {
	color: #0D6DAB;
	text-decoration: none;
}
a:visited {
	color: #0D6DAB;
	text-decoration: none;
}
a:hover {
	color: #A34222;
	text-decoration: none;
}
/* sets the properties for standard unordered lists - uses a custom bullet image for lists */
ul {
	margin: 0;
	padding: 0;
	list-style-type: square;
	list-style-image: url(../images/bullet.gif);
	list-style-position:inside;
}
/* a class to remove the horizontal rule from below h1 or h2 tags */
.removeUL {
border: none;
}
/* a class to apply to images that you want to appear on the left, with text flowing around to the right */
.imageLeft {
	float: left;
	border: 1px solid #0D6DAB;
	margin-right: 10px;
	margin-bottom: 5px;
}
/* a class to apply to images that you want to appear on the right, with text flowing around to the left */
.imageRight {
	float: right;
	border: 1px solid #0D6DAB;
	margin-left: 10px;
	margin-bottom: 5px;
}
/* when an image is also a link, clears the default blue border, prevents underlining, adds whitespace aroung it */
/* mostly usefule for inline images, icons and bullets */
a img { 
	border: 0; 
	padding-left: 2px; 
	padding-right: 4px;
	text-decoration: none;
}
/* when an image is also a link, prevents underlining on hover state, ensures cursor changes to pointer indicating link */
a img:hover {
	cursor:pointer;
	text-decoration: none;
}
