/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 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;
	color: #6F5C44;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	text-transform: none;
	padding: 0px;
	margin: 0px 45px 20px 10px;
}

h1 {
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-transform: capitalize;
	font-size: 22px;
	font-weight: bold;
	color: #E7004F;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F6CB57;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #E7004F;
	background-color: #FFFFFF;
	text-indent: 4pt;
	border: 1px dashed #F6CB57;
	margin: 0px;
	padding: 5px;
	text-transform: uppercase;
}
h3 {
	font-size: 11px;
	font-style: italic;
	margin-left: 97px;
	margin-top: 0px;
	font-weight: normal;
}
h4 {
	font-size: 11px;
	margin-left: 97px;
	margin-top: 20px;
	font-style: italic;
	font-weight: normal;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}

address {
	padding: 0px;
	margin: 20px 0px 20px 10px;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	color: #6F5C44;
	font-family: Arial, Helvetica, sans-serif;
}

address a:link, address a:visited, address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
/* ----------------- 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.gif) no-repeat;
	position: relative;
	width: 770px;
	height: 164px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: right;
	padding-top: 0px;
	width: 565px;
	text-align: left;
}

div#left {
	float: left;
	vertical-align: top;
	padding-left: 22px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 54px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #4D4231;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a:link, div#copyright a:visited {
	font-size: 9px;
	color: #4D4231;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright a:hover {
	font-size: 9px;
	color: #4D4231;
	text-decoration: underline;
	font-weight: normal;
}

div#audio {
	background-image: url(images/audio.gif);
	background-repeat: no-repeat;
	height: 57px;
	width: 167px;
	padding-left: 9px;
}
applet {
	position: relative;
	top: 28px;
	right: 9px;
}

/* ----------------- left NAVIGATION ----------------- */

ul#nav {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
ul#nav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display: block;
	text-decoration: none;
	padding: 5px 0px;
	text-indent: 10px;
	margin: 0px 11px 0px 0px;
	font-size: 12px;
	color: #6F5C44;
	width: 168px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F2B71A;
	text-transform: capitalize;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

ul#nav li a:hover {
	background: #F2B71A;
}

ul#nav li a.current:link, ul#nav a.current:visited {
	color: #EA0054;
	background-color: #FFFFFF;
}

ul#list {
	font-size: 12px;
	margin-left: 40px;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
ul#list li {
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
}

iframe {
	margin-top: -20px;
	margin-left: -10px;
}
iframe.map {
	padding: 0px;
	clear: left;
	float: left;
	margin: 0px 0px 20px 50px;
	border: 1px solid #666666;
}

div#content img {
	margin-right: 5px;
	border: 1px dotted #F6CB57;
	padding: 5px;
	background-color: #FFFFFF;
}
div#content img.cta {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

div#flash {
	background: #FFFFFF;
	width: 443px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
td {
	font-size: 12px;
}

div#border {
	padding: 0px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: left;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
}
div#rightlist {
	float: right;
	vertical-align: top;
	margin: 0px 60px 0px 0px;
	padding: 0px;
}

.clear {
	clear: both;
}
hr {
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: 90px;
	border-top: 1px dashed #F6CB57;
	border-bottom: 0px;
	line-height: 0px;
	height: 0;
}
div#menu {
	text-align: left;
	padding-left: 40px;
}
iframe.calendar {
	margin-left: -20px;
}


.name {
	color: #EA0054;
}
