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

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #333333;
}

/* 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;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 0px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #11557C;
	text-transform: uppercase;
	margin: 15px 0px 20px 20px;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 10px 5px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B6B6B;
	text-align: left;
	text-indent: 7px;
	background-color: #737373;
}
h3 {
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #DE2A2B;
	text-transform: uppercase;
	margin: 0px 25px 10px;
	padding: 5px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	margin: 0px;
	padding: 0px;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #DE2A2B;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #323131;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #355499;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 341px;
}

/* NAVIGATION CONTAINER */
div#nav {
	text-align: left;
	width: 990px;
	position: absolute;
	top: 306px;
	left: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #FFFFFF;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	width: auto;
	display:block;
	padding:10px 47px;
	color: #8DC6E0;
	text-decoration:none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-indent: 4pt;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #11557C;
}

div#nav li a:hover {
	color: #FFFFFF;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/* Creates the div for the content */
div#content {
	width: 676px;
	float: left;
	text-align: left;
}

div#content img {
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	clear: right;
	float: right;
	margin-right: 30px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

div#rightside {
	float: right;
	width: 309px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	right: 0px;
}
div#rightside img {
	border: none;
}
div#rightlist {
	clear: right;
	float: right;
	margin-right: 40px;
}
div#address {
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A9D2FD;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
div#rightcontact {
	float: right;
	margin-right: 50px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div#flash {
	text-align: left;
	position: absolute;
	top: 117px;
	left: 0px;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 990px;
	height: 26px;
	font-size: 9px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#footer ul {
	list-style:none;
	font-size:85%;
	text-transform:capitalize;
	margin: 0;
	padding: 0px;
} 

div#footer li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#footer li a {
	display: block;
	width: auto;
	color:#FFFFFF;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	margin: 0px;
	padding-bottom: 0px;
	text-indent: 5px;
}

div#footer li a:hover {
	text-decoration: underline;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 10px auto 20px;
	padding: 0px;
	clear: both;
	width: 990px;
	text-transform: uppercase;
}
div#copyright a:link, div#copyright a:visited {
	font-size: 10px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}
div#copyright a:hover {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	text-transform: uppercase;
}
div#contact2 {
	float: right;
	margin-right: 50px;
}
div#audio {
	position: absolute;
	top: 7px;
	right: 10px;
}
div#box {
	background-color: #C7D6F8;
	border: 1px solid #98B3F2;
	margin-right: 25px;
	margin-bottom: 20px;
	margin-left: 25px;
	padding: 10px;
}
div#box p {
	color: #384595;
	margin: 10px;
}
ul#list {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 60px;
}

ul#list li {
	line-height: 13pt;
	list-style-position: outside;
}


.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 1px solid #666666;
}

.clear {
	clear: both;
}
.name {
	color: #EE5102;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 a:link {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #DE2A2B;
	text-transform: uppercase;
}
div#quote {
	font-size: 12px;
	line-height: 16px;
	margin-right: 45px;
	margin-bottom: 20px;
	margin-left: 45px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #11557C;
	font-style: italic;
	font-weight: bold;
}
.nameright {
	text-align: right;
}
div#rightside p {
	color: #323131;
	text-align: left;
	margin: 0px;
	padding: 15px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 17px;
}
div#rightside img {
	margin: 0px;
	padding: 0px;
	border: none;
}
/* ----------------- 2 COLUMN FORM  ------------------- */
div#form {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-left: 35px;
}
input {
	margin-bottom: 10px;
	width: 180px;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
}
textarea {
	margin-bottom: 10px;
	width: 200px;
	height: 70px;
	color: #4F4F4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
label {
	padding: 5px 20px 0 0;
	display: block;
	text-align: left;
	color: #4F4F4F;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
textarea#comments {
	width: 85%;
	color: #4F4F4F;
	margin: 2px 0px 20px;
	padding: 0px;
	text-align: left;
	left: 0px;
}
.rightform {
	float: left;
	margin-right: 10px;
}
div#content img.left {

	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	clear: left;
	float: left;
	margin-right: 20px;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

