/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 15px 0px 20px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	color: #0000cc;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	text-align: justify;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #43d038;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1822fc;
}
h2 {
	font-weight: bold;
	font-size: 12px;
	color: #fc181a;
	margin-left: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-transform: none;
	margin-top: 0px;
}

h3 {
	font-weight: bold;
	font-size: 18px;
	color: #fc181a;
	margin-left: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	text-transform: none;
	margin-top: 0px;
}

.clear {
	clear: both;
}

li{
	color: #0000cc;
	font-size: 12px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #9C9C9C;
	font-weight: bold;
}
a:visited {
	color: #9C9C9C;
}
a:hover {
	text-decoration: underline;
	color: #1822fc;
}
a:active {

}
address {
	font: normal 11px Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	float: right;
	width: 160px;
	padding: 0px;
	margin: 40px 5px 0px 0px;
	text-align: left;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -70px 0px 0px -9px;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	position: relative;
	width: 770px;
	height: 150px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/* Creates the div container for the site. */
div#container {
	background-color:#FFFFFF;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 6px solid #FFFFFF;
}
/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 770px;
}

div#audio {
	background: #FFFFFF;
	position: relative;
	float: right;
	clear: right;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin-top: 10px;
	padding: 0px;
	width: 570px;
}

div#content img {
	padding: 5px;
	margin: 0px 27px 20px 0px;
	text-align: left;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	padding: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
}

div#content img.left {
	float: left;
	clear: left;
	padding: 5px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-repeat: no-repeat;
	height: 11px;
	background-position: left bottom;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Arial, Helvetica, sans-serif;
	color: #1822fc;
	margin: 0px auto;
	padding: 0px;
}
div#copyright a {
	font-size: 10px;
	color: #1822fc;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0px;
	margin: 0px;
	display:inline;
	width: 770px;
	float:left;
	border-bottom: 1px solid #1822fc;
	line-height: 22px;	

}
ul#mainnav li {
	display: inline;
	list-style: none;
	line-height: 20px;	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: inline;
	color: #0000cc;
	text-decoration: none;
	border-bottom: 1px solid #1822fc;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	text-indent: 10pt;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFFFFF;
	background: #1822fc;
	border-bottom: 1px solid #1822fc;
}

ul#list {
	font-size: 10px;
	color: #0000cc;
	margin-left: 45%;
	margin-bottom: 20px;
	margin-right: 20px;
}

ul#list li {
	font-size: 12px;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

ul#list2 {
	font-size: 10px;
	color: #0000cc;
	margin-left: 70px;
	margin-bottom: 20px;
	margin-right: 30px;
}

ul#list2 li {
	font-size: 12px;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

img.audio {
	text-align: right;
	float: right;
	margin:5px;
	margin-right: 0px;
	margin-bottom:20px;
	border: 1px solid #cccccc;
}
address a:link {
	color: #1822fc;
	font-size: 12px;
	font-weight: bold;
}
h6	 {
	color: #1822fc;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
}
h4 {

	font-weight: bold;
	font-size: 12px;
	color: #1822fc;
	margin-left: 30px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-transform: none;
	margin-top: 0px;
}

div#column1{
}
div#column2{
	float: right;
	margin-right: 20px;
	width: 300px;
}
hr {
	padding: 0px;
	margin-left: 20px;
	color: #1822fc;
	height: 1px;
}
h5 {
	color: #1822fc;
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
p.quote {
	font-style: italic;
	margin-bottom: 0px;
}
iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	border: 1px solid #999999;
}

div#buttons {
	border: 0px solid #ffffff;
	height: 20px;
	width: 350px;
	float: left;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	padding: 10px 70px 10px 10px;
	border:0px solid red;
}

div#bodyleft {
	width: 740px;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	border-right: 0px solid #005629;
}

div#box {
	width: 650px;
	margin: 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	float: left;
	border: 0px dotted #005629;
}

div#checkbox {
	width: 320px;
	margin: 0px 0px;
	padding: 0px;
	text-align: left;
	float: left;
	border: 0px dotted #005629;
}
