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

body {
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #5FA8F8;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

/* 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 {
	text-align: center; /* Not necessary if not using text-align center in body tag for older IE browsers. */
	text-decoration: none;
}

/* Redefines the p tag */
p {
	font-size: 13px;
	line-height: 1.5;
	color: #666666;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #EC6D05;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #045CC1;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

h2 {
	font-size: xx-large;
	color: #5FA8F8;
	padding: 2px;
	font-weight: bold;
	border: 1px solid #D3B03F;
	text-transform: uppercase;
	text-align: center;
	background-color: #4E2300;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h3 {
	color: #0066FF;
	font-size: 12px;
	font-weight: bold;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

h4 {
	color: #5FA8F8;
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
	text-align: center;
	font-style: italic;
}

address {
	font-style: normal;
}

address a:link, addressx a:visited {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: none;
	color: #7200C5;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #0099FF;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	text-align: right;
}

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

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

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

/* Creates the div for the content */
div#content {
	margin: 0px;
	width: 558px;
	padding: 0px;
}
/* Creates the div for the address */
div#address {
	text-align: left;
	color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #40226A;
	border-bottom-color: #40226A;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	height: 140px;
	width: 730px;
	line-height: 1.3;
}

div#audio {
	position: absolute;
	left: 559px;
	top: 199px;
	height: 20px;
	width: 156px;
	margin: 0px;
	padding: 0px;
}

div#directions {
	position: absolute;
	left: 475px;
	top: 495px;
	padding: 0px;
	margin: 0px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	width: 770px;
	color: #999999;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 9px;
}

div#footer a:link, div#footer a:visited {
	color: #095CB5;
	font-weight: bold;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 0px;
	text-transform: uppercase;
}

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

/* Styles the copyright div */
div#copyright {
	text-align: center;
	color: #FFFFFF;
	padding: 0px;
	width: 770px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	font-weight: bold;
}

div#copyright img {
	border: none;
}

/* NAVIGATION */
div#nav {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 765px;
	margin: 0px;
	padding: 0px;
}
	
/* ------------------------- MAIN NAVIGATION ----------------------------- */

ul#mainnav {
	position: absolute;
	top: 7px;
	left: 10px;
	width: 770px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	clear: both;
}

ul#mainnav li {
	margin: 0px;
	float: left;
	list-style: none;
	border-bottom: none;
}

ul#mainnav li a {
	color: #0033CC;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	display: block;
	margin: 0px;
	padding: 2px 10px 3px 10px;
	font-size: 13px;
	font-weight: bold;
	border-right: 1px dotted #ffffff;
}

ul#mainnav li a:hover, ul#mainnav li a#current:link, ul#mainnav li a#current:visited  {
	color: #000066;
}

ul#mainnav li a.last {
	border-right: none;
}

/* ----------------- LIST ITEMS ----------------- */

ul {
	margin: 0px;
	padding: 5px 0px 8px 30px;
	list-style-image: url(images/bullet.gif);
	text-align: right;
}

ul.left {
	margin: 0px 0px 0px 20px;
	padding: 5px 30px 8px 30px;
	float: left;
	width: 375px;
	text-align: left;
}

li {
	font-size: 13px;
	color: #095CB5;
	line-height: 1.3;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #EE6D05;
}

li ul li{
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


.clear {
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

div#form {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 55px;
}

div#calendar {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#news {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
hr {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
}

div#map {
	border: 2px solid #ED6C04;
	height: 400px;
	width: 724px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

div#content {
	width: 770px;
	float: left;
}

div#box {
	border: 1px solid #D3B03F;
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	background-color: #D9E4EE;
	margin-bottom: 0px;
	padding: 10px;
}

div#box p {
	color: #4E2300;
	line-height: 14px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding: 0px;
	text-align: center;
}

div#callout {
	border: 2px dotted #D3B03F;
	padding: 15px;
	background-color: #FBF6E4;
	margin: 15px;
}

div#callout p {
	color: #4E2300;
	line-height: 12px;
	font-size: 10px;
	padding: 0px;
	text-align: left;
	margin: 0px;
}

div#box a:link, div#box a:visited {
	color: #804308;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

div#box a:hover {
	text-decoration: underline;
	color: #4E2300;
}

.companyname {
	text-transform: uppercase;
	color: #ed6c06;
	font-weight: bold;
}

.contentimgcenter {
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.rightsideimg {
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin: 0px;
}
.leftsideimg {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 0px;
}

div#left {
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#cta {
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div#flash {
	padding: 0px;
	margin: 0px;
	height: 140px;
	width: 189px;
	position: absolute;
	left: 8px;
	top: 54px;
}
/* ----------------- WEB AUDIO APPLET ----------------- */
div#applet {
	width: 210px;
	height: 130px;
	background-image: url(images/webaudio.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	padding: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 0px;
	clear: both;
	text-align: center;
}
 
div#applet div {
	position: absolute;
	top: 66px;
	left: 75px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 102px;
	left: 70px;
	width: 72px;
	height: 9px;
}
/* ----------------- GALLERY ----------------- */
div#gallery {
	background-color: #ECECEC;
	border: 1px dotted #bcbcbc;
	height: 245px;
	margin: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.galleryimg {
	float: left;
	border: 1px solid #3F5EA4;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
