/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background: #102B82 url(images/bg-site.jpg) repeat-x;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
}

/* Sets the margin and padding to zero */
ul,li, h1, h2, h3, h4, p, address {
	 margin: 0;
	 padding: 0;
	 text-align: left;  /* Not necessary if not using text-align center in body tag for older IE browsers. */
}

h1, h2, h3, h4 {
	color: #001966;
	margin-left: 20px;
	margin-right: 20px;
}
	
h1 {
	font-weight: normal;
	font-size: 24px;
	border-bottom: 1px solid #9B9B9B;
	margin-bottom: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

h4 {
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 15px;
	text-align: center;
}

hr {
	background: #C3C3C3;
	border: 0;
	width: 515px;
	margin: 5px auto;
	height: 1px;
}

/* Sets the line-height for the p, td, and address tags */
p {
	line-height: 1.5;
	margin: 5px 20px 15px 20px;
}

address {
	line-height: 14px;
	font-style: normal;
}
	
/* Class to make text one pixel/point larger for the business name */
address .businessname {
	font-size: 12px;
	font-weight: bold;
}

/* Style unordered lists and colmuns of text */
ul, body>ul.leftul, body>div#leftpara, body>ul.rightul, body>div#rightpara, ul.leftul, div#leftpara, ul.rightul, div#rightpara {
	list-style: none;
}	

/* Styles A links */
a:link {
	text-decoration: underline;
	color: #001F7D;
	}
a:visited {
	text-decoration: underline;
	color: #00134D;
 }
a:hover {
	text-decoration: none;
	color: #002699;
	}
a:active, a.selected {
	text-decoration: none;
	color: #001966;
	}
	
/* ----------------- 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 {
	width: 770px;
	margin: 0px auto;
	background: #ffffff url(images/layout.gif) repeat-y; /* Faux column bg for page */
}

/* Creates DIV container for header. */
div#header {
	width: 770px;
	margin: 0px auto;
}
	
/* Creates DIV container for header. */
div#header #logo {
	width: 215px;
	float: left;
}
	
/* Creates DIV container for sidebar content */ 
div#sidebar {
	width: 215px;
	float: left;
	clear: left;
	padding-top: 80px;
	color: #594B28;
	position: relative;
}

div#sidebar a {
	color: #685934;
}

div#sidebar address {
	padding: 5px 0px 10px 15px;
}

/* Creates DIV container for main content */ 
div#content {
	width: 555px;
	float: right;
	padding: 0px 0px 10px 0px;
	background: url(images/content-bg.jpg) no-repeat left top;
}

div#content a {
	font-weight: bold;
}

div#content ul {
	line-height: 18px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-right: 15px;
}

div#content ul.left{
	float: left;	
}

div#content ul li{
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat;
	list-style: none;	
}

/* Creates DIV container for call to action */ 
div#cta {
	width: 770px;
	height: 186px;
	padding: 0;
	margin: 0;
	background: url(images/bg-header.jpg) no-repeat;
	clear: both;
}

/* Styles DIV container for Google map */
div#map {
	border: 1px solid #9B9B9B;
	text-align: center;
	margin: 5px auto 5px;
	width: 538px;
}

/* Creates DIV container for footer content*/ 
div#footer {
	font-size: 10px;
	width: 770px;
	margin: 0px auto;
	text-align: left;
	clear: both;
	background: #001966 url(images/footer-bg.jpg) no-repeat;
	color: #ffffff;
}
div#footer a {
	color: #ffffff;
	font-weight: bold;
}

/* Creates DIV container for sub-navigation */
div#subnav {
	font-size: 10px;
	margin: 0px auto;
	padding: 5px 0px 10px;
	text-align: center;
	line-height: 1.5;
}

/* Creates DIV container for copyright statement */
div#copyright {
	font-size: 9px;
	margin: 0px auto;
	padding: 10px 0px 10px;
}

div#copyright img {
	border: none;
}

/* ----------------- 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 {
	width: 761px;
	background: #ffffff;
	height: 70px;
	float: right;
	padding: 0px 4px 0px 5px;
	margin-bottom: 2px;
}

/* Removes the default bullets. */
ul#mainnav li {
	display: inline; /* Redefined here only to remove stray padding. */
	list-style: none;
}

/* 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: #ffffff url(images/link-bg.jpg) no-repeat right top;
	color: #193285;
	text-align: center;
	display: block;
	float: right;
	padding: 38px 11px 10px 11px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Creates our hover status. */
ul#mainnav li a:hover {
	background: #7D8EC4 url(images/hover-bg.jpg) repeat-y;
	color: #193285;
	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: #1F3579 url(images/current-bg.jpg) repeat-y;
	color: #ffffff;
	width: auto;
}

/* ----------------- Additional CLASSES and DIVs ----------------- */
img.rt {
	float: right;
	margin: 10px 15px 5px 10px;
}

img.lft {
	float: left;
	margin: 10px 10px 5px 20px;
}

/* DIVs to create columns for paragraphs. */
div#colpara {
	float: left;
	width: 120px;
	border-right: 1px solid #C3C3C3;
}
div#colparalast {
	float: left;
	width: 120px;
	border-right: 0;
}
div#rightpara {
	float: right;
	width: 240px;
	background: #102B82;
	color: #ffffff;
	margin: 10px 10px 15px 15px;
	padding: 20px 5px;
	border: 1px solid #001761;
}
div#rightpara ul{
	line-height: 18px;
	margin-left: 15px;
	margin-bottom: 10px;
	margin-right: 10px;	
}

div#rightpara ul li{
	padding-left: 15px;
	background: url(images/bullet2.gif) no-repeat;
	list-style: none;	
}

/* Class to stop items from floating right or left */
.clear {
	clear: both;
}

/* Class to center text and images */
.center {
	text-align: center;
}

div#login {
	float: right;	
}

iframe.noscroll {
	margin-top: -50px;	
}

iframe.negmargin {
	padding: 0px 0px 0px -50px;
	margin: 0px 0px 0px -50px;
}

div#audio {
	width: 190px;
	height: 17px;
	background-image: url(images/bg-audio.gif);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-left: 12px;
	position: absolute;
	top: 2px;
	left: 9px;
}
