/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
html {
	background: #477074;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

body {
	background: #eaf2f2 url(images/bg-site.jpg) repeat-x;
	font: 12px Verdana, Tahoma, Geneva, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #333333;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, fieldset, address, blockquote, th, td {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

/* Removes borders for images and fieldsets */
img, fieldset {
	border: 0;
}

/* Removes borders for tables and table cells */
table, tr, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4 {
	font-family: "AGBookRounded Regular", "AG Old Face Regular", "Arial Rounded MT", Arial, sans-serif;
	font-weight: normal;
	color: #344a4c;
	padding-top: 10px;
	margin: 0px 20px -5px;
}
h1 {
	font: normal 36px "Bookman Old Style", Bookman, Georgia, "Times New Roman", Times, serif;
	padding-top: 9px;
	color: #4f3434;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 20px;
	margin: 5px 20px 10px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 20px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
p#back a {
	text-align: right;
}

td {
	line-height: 18px;
}

address {
	line-height: 16px;
	font-size: 11px;
	font-style: normal;
}

/* Style unordered lists and colmuns of text */
ul {
	list-style: none;
}	
	
/* Styles A links */
a:link {
	text-decoration: underline;
	color: #477074;
}
a:visited {
	text-decoration: underline;
	color: #294d50;
}
a:hover {
	text-decoration: none;
	color: #587f83;
}
a:active, a.selected {
	text-decoration: none;
	color: #395f63;
}
	
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Styles the DIV that serves as the container for the layout. Setting the left and right margins to auto will center DIV. */
div#container {
	background: #eaf2f2; /* Faux column bg for page */
	width: 990px;
	margin: 0px auto;
}

/* Creates DIV container for header. */
div#header {
	background: #eaf2f2 url(images/bg-header.jpg) no-repeat;
	position: relative;
	width: 990px;
	margin: 0px auto;
	clear: both;
	height: 379px;
}

/* Creates DIV container for call to action */ 
div#logo {
	height: 90px;
	width: 990px;
	z-index: 1;
	padding: 0;
	margin: 0;
}
div#logo a {
	height: 90px;
	width: 990px;
	color: #fff;
	display:block;
	text-decoration: none;
}

/* Creates DIV container for call to action */ 
div#cta {
	height: 219px;
	width: 990px;
	z-index: 1;
	padding: 0;
	margin: 0;
}

/* Creates DIV container for sidebar content */ 
div#sidebar {
	background: url(images/bg-sidebar.jpg) no-repeat;
	color: #495b5c;
	width: 330px;
	float: left;
	padding: 0;
	margin: 0;
}
div#sidebar h4 {
	font: 18px "Bookman Old Style", Bookman, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	background: #4d3535 url(images/sidebar-heading.jpg) repeat-x bottom;
	padding: 10px 20px;
	margin: 5px 0 10px;
}
div#sidebar a {
    font-weight: bold;
}
div#sidebar a:link, div#sidebar a:visited {
	text-decoration: underline;
	color: #f2f2f2;
}
div#sidebar a:hover, div#sidebar a:active {
	text-decoration: none;
	color: #ffffff;
}
div#sidebar address {
	padding: 0px 20px 100px;
}

/* Creates DIV container for main content */ 
div#content {
	background: url(images/bg-content.jpg) no-repeat;
	width: 660px;
	float: right;
	padding: 0px 0px 10px 0px;
}
div#content a {
	font-weight: bold;
}
div#content ol, div#content ul {
	line-height: 18px;
}
div#content ul {
	margin: 5px 20px 10px;
}
div#content ol {
	line-height: 18px;
	margin: 5px 20px 10px 40px;
}
div#content ul li {
	background: url(images/bullet.gif) no-repeat;
	padding-left: 15px;
	list-style: none;	
}
div#content ol li {
	padding-left: 10px;
}

/* DIVs to create columns for paragraphs. */
div#leftcolumnhalf {
	background: url(images/bg-column.gif) repeat-y right;
	float: left;
	width: 330px;
	_width: 320px;
	margin: 10px 0px 10px;
}
div#rightcolumnhalf {
	float: right;
	width: 330px;
	_width: 320px;
	margin: 10px 0px 10px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0;
	width: 655px;
	clear: both;
}

/* Creates DIV container for footer content */ 
div#footer {
	background: #477074 url(images/bg-footer.jpg) repeat-x;
	font-size: 10px;
	width: 100%;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0;
	color: #dce6e6;
}
div#footer a {
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #e8f0f0;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #ffffff;
}
div#footer img {
	float: right;
	margin-top: 0px;
	margin-right: 20px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	padding: 10px 0px 5px;
	width: 990px;
}
ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	text-align: center;
	display: block;
	width: auto;
	padding: 1px 20px;
	margin: 0;
	border-right: 1px dotted #dce6e6;
	}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: none;
}
ul#utilitynav li a.last {
	border: 0;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 10px;
	width: 970px;
	clear: both;
}
div#copyright img {
	margin-top: -50px;
	margin-right: 0px;
}

div#signin {
	font-size: 10px;
	margin: 0px auto;
	padding: 0 0 5px 0;
	width: 990px;
	clear: both;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

ul#mainnavtop {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, sans-serif;
	width: 990px;
	height: 35px;
	padding: 0;
	margin: 0;
}

/* Removes the default bullets. */
ul#mainnavtop li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	float: left;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnavtop li a:link, ul#mainnavtop li a:visited, ul#mainnavtop li a:active {
	background: #714c4c url(images/bg-toplink.jpg) repeat-x;
	border-right: 1px solid #714c4c;
	color: #ffffff;
	display: block;
	padding: 10px 96px 11px;
	text-decoration: none;
}

/* Creates our hover status. */
ul#mainnavtop li a:hover {
	background: #967676 url(images/bg-tophover.jpg) repeat-x;
	border-right: 1px solid #967676;
	color: #eaf2f2;
	width: auto;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnavtop li a.current:link, ul#mainnavtop a.current:visited {
	background: #4b2525 url(images/bg-topcurrent.jpg) repeat-x;
	border-right: 1px solid #4b2525;
	color: #ffffff;
	width: auto;
}

ul#mainnavtop li a.last {
	border: 0;
}

/* Apply the ul#mainnav style to our entire <ul>.*/

ul#mainnavbtm {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, sans-serif;
	width: 990px;
	height: 35px;
	padding: 0;
	margin: 0;
}

/* Removes the default bullets. */
ul#mainnavbtm li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
	float: left;
}

/* Styles our links. Setting the display to block ensures our links will stack back on top of one another as block level elements. The width sets the "hit" area of the links.  */
ul#mainnavbtm li a:link, ul#mainnavbtm li a:visited, ul#mainnavbtm li a:active {
	background: #456e72 url(images/bg-btmlink.jpg) repeat-x;
	border-right: 1px solid #456e72;
	color: #ffffff;
	display: block;
	padding: 10px 68px 11px;
	text-decoration: none;
}

/* Creates our hover status. */
ul#mainnavbtm li a:hover {
	background: #2c5053 url(images/bg-btmhover.jpg) repeat-x;
	border-right: 1px solid #2c5053;
	color: #ffffff;
	width: auto;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnavbtm li a.current:link, ul#mainnavbtm a.current:visited {
	background: #9dc3c7 url(images/bg-btmcurrent.jpg) repeat-x;
	border-right: 1px solid #9dc3c7;
	color: #4e3535;
	width: auto;
}

ul#mainnavbtm li a.last {
	border: 0;
}

/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */
img.rt {
	float: right;
	margin: 10px 20px 5px;
}
img.rtborder {
	border: 1px solid #4f5c5c;
	float: right;
	margin: 10px 20px 5px;
}
img.lft {
	float: left;
	margin: 10px 0px 5px 20px;
}
img.lftborder {
	border: 1px solid #4f5c5c;
	float: left;
	margin: 10px 0px 5px 20px;
}
img.ctrborder {
	border: 1px solid #4f5c5c;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px auto;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to center text and images */
.caption {
	text-align: center;
	font-size: 11px;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font-size: 12px;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	color: #4f3434;
	font-weight: bold;
}

/* Class to emphasize the business name in the content */
.addressheading {
	font: 18px "Bookman Old Style", Bookman, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* Class to place the audio button (if flash is in the header) */
.audio {
	width: 290px;
	height: 20px;
	margin: 0;
	position: absolute;
	left: 680px;
	top: 35px;
}
/* Class to add borders for certain headings */
.addborder {
	border-bottom: 1px solid #b6c6c6;
}

