/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	background: #c1dad7 url(images/bg-site.jpg) no-repeat top right;
	font: 12px Verdana, Tahoma, Geneva, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #31322e;
}

/* Sets the margin and padding to zero */
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, 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, td {
	border-collapse: collapse;
	vertical-align: top;
}

/* Styles h1, h2, h3, h4, h5 tags */
h1, h2, h3, h4 {
	font-family: "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-top: 10px;
	margin: 0px 20px -5px 25px;
}
h1 {
	color: #00807c;
	font-size: 36px;
}
h2, h3, h4 {
	color: #002649;
}
h2 {
	font-size: 30px;
}
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 25px;
}

td {
	line-height: 18px;
}

address {
	line-height: 14px;
	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: #0156a3;
}
a:visited {
	text-decoration: underline;
	color: #013c72;
}
a:hover {
	text-decoration: none;
	color: #0161b8;
}
a:active, a.selected {
	text-decoration: none;
	color: #024b8d;
}
	
/* ----------------- 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: #ffffff url(images/bg-layout.jpg) repeat-y; /* Faux column bg for page */
	width: 990px;
	position: relative;
}

/* Creates DIV container for header. */
div#header {
	background: #ffffff url(images/bg-header.jpg) no-repeat;
	width: 990px;
	z-index: 1;
	height: 155px;
}

/* Creates DIV container for intro paragraph */ 
div#intro {
	background: #003e76 url(images/bg-intro.jpg) no-repeat;
	clear: both;
	height: 240px;
	width: 990px;
	padding: 10px 0;
	margin: 0 auto;
	color: #fff;
}

/* Creates DIV container for intro paragraph */ 
div#video {
	background: #fff;
	height: 240px;
	width: 426px;
	float: right;
	margin: 0px 25px 0px 20px;
}
	
/* Creates DIV container for sidebar content */ 
div#info {
	position: absolute;
	height: 22px;
	margin: 0px;
	float: right;
	left: 653px;
	top: 163px;
	width: 332px;
	background-color: #FFFFFF;
	padding-top: 5px;
}

div#sidebar {
	background: #d6d9c1 url(images/bg-sidebar.jpg) no-repeat;
	color: #62635e;
	width: 305px;
	float: right;
	padding: 0px;
}
div#sidebar a {
    font-weight: bold;
}
div#sidebar a:link, div#sidebar a:visited {
	text-decoration: underline;
	color: #51524e;
}
div#sidebar a:hover, div#sidebar a:active {
	text-decoration: none;
	color: #40413d;
}
div#sidebar address {
	padding: 10px 20px 10px 15px;
}
div#sidebar p {
	line-height: 18px;
	margin: 5px 20px 10px;
	font-size: 11px;
	color: #fff;
}
/* Creates DIV container for cta button in the sidebar */ 
div#sidebarcta {
	background: #003e76 url(images/bg-sidebarcta.jpg) no-repeat;
	margin: 10px 20px 10px 15px;
	_margin: 10px 10px 10px 15px;
	width: 268px;
	border: 1px solid #a0a291;
}

/* Creates DIV container for main content */ 
div#content {
	background: url(images/bg-content.jpg) no-repeat;
	width: 685px;
	float: left;
	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 25px;
}
div#content ol {
	line-height: 18px;
	margin: 5px 20px 10px 45px;
}
div#content ul li {
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;	
}
div#content ol li {
	padding-left: 10px;
}

/* Creates DIV to set back to top link */
p#back {
	margin: 5px 20px 5px 25px;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	clear: both;
}
p#back a {
	text-align: right;
}

/* DIVs to create columns for paragraphs. */
div#leftcolumnhalf {
	background: url(images/bg-column.jpg) no-repeat right center;
	float: left;
	width: 340px;
	_width: 330px;
	margin: 10px 0px 5px 5px;
}
div#rightcolumnhalf {
	float: right;
	width: 340px;
	_width: 330px;
	margin: 10px 0px 5px;
}

/* Styles DIV container for Google map */
div#mapviewer {
	text-align: center;
	margin: 5px auto 5px;
	width: 630px;
}

div#LME_maplinks {
	text-align: left;
	padding-top: 15px;
	font-size: 11px;
}

/* Styles DIY frames in Plus sites */
#iframe {
	margin: 0 0 0 5px;
	width: 675px;
	clear: both;
}

/* Creates DIV container for footer content */ 
div#footer {
	background: #c1dad7 url(images/bg-footer.jpg) no-repeat;
	font-size: 10px;
	width: 940px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	padding: 0px 25px;
	color: #627a77;
}
div#footer a {
	font-weight: bold;
}
div#footer a:link, div#footer a:visited {
	text-decoration: underline;
	color: #506562;
}
div#footer a:hover, div#footer a:active {
	text-decoration: none;
	color: #3e504e;
}
div#footer img {
	float: right;
	margin-top: 0px;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	padding: 30px 0px 5px;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 5px 0px 10px;
}
div#copyright img {
	margin-top: -25px;
}

/* ----------------- MAIN NAVIGATION ----------------- */

/* Apply the ul#mainnav style to our entire <ul>.*/

/* Sets a background color and width for our navigation box. Removes all default margins and padding. */
ul#mainnav {
	font: 11px Tahoma, Verdana, Geneva, Arial, sans-serif;
	background: #003e76 url(images/bg-mainnav.jpg) repeat-x;
	width: 980px;
	height: 35px;
	padding: 0 5px;
	margin: 0;
}

/* Removes the default bullets. */
ul#mainnav 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#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	background: url(images/bg-link.jpg) repeat-x;
	border-right: 1px solid #003e76;
	color: #ffffff;
	display: block;
	padding: 11px 10px 11px;
	text-decoration: none;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #02539d url(images/bg-hover.jpg) repeat-x;
	border-right: 1px solid #02539d;
	color: #ffffff;
	width: auto;
}

/* Creates our current custom class. Be sure to apply .current to each applicable a tag on individual pages. */
ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #00807c url(images/bg-current.jpg) repeat-x;
	border-right: 1px solid #00807c;
	color: #ffffff;
	width: auto;
}

/* ----------------- ADDITIONAL CLASSES and DIVs ------------------ */
img.rt {
	float: right;
	margin: 10px 20px 5px;
}
img.rtborder {
	border: 1px solid #60615a;
	float: right;
	margin: 10px 20px 5px;
}
img.lft {
	float: left;
	margin: 10px 0px 5px 20px;
}
img.lftborder {
	border: 1px solid #60615a;
	float: left;
	margin: 10px 0px 5px 20px;
}
img.lftwithmargin {
	float: left;
	margin: 10px 25px 5px 20px;
}
img.lftborderwithmargin {
	border: 1px solid #60615a;
	float: left;
	margin: 10px 25px 5px 20px;
}
img.ctrborder {
	border: 1px solid #60615a;
	text-align: center;
	margin: 5px auto;
}
img.ctr {
	text-align: center;
	margin: 5px 20px 5px 25px;
	_margin: 5px 10px 5px 15px;
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

/* Class to make text one pixel/point larger for the business name in the address */
.businessname {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

/* Class to emphasize the business name in the content */
.businessnamecontent {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #003e76;
}

/* Class to emphasize the business name in the content */
.addressheading {
	font: 18px "Adobe Garamond Pro", Garamond, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

/* Class to place the audio button (if flash is in the header) */
.audio {
	width: 106px;
	height: 32px;
	margin: 0;
	position: absolute;
	left: 695px;
	top: 45px;
	z-index: 2;
}

/* Class to make text one pixel/point smaller for disclaimers */
.disclaimer {
	font: 11px Verdana, Tahoma, Geneva, Arial, sans-serif;
}
