/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #333333;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/* 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: #666666;
	margin-right: 43px;
	margin-left: 40px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #C23421;
	font-size: 18px;
	font-weight: bold;
	text-indent: 10pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F3D777;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 10px;
}
h2 {
	color: #C23421;
	margin-left: 35px;
	margin-right: 38px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

h3 {
	margin-left: 40px;
	margin-right: 38px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom: 0px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #C23421;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #F9BC19;
}

address {
	color: #FFFFFF;
	padding: 10px 22px 15px 20px;
	margin: 0px;
	text-align: left;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	clear: left;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}
/* ----------------- 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;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 128px;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 584px;
}

div#content img {
	text-align: left;
	padding: 2px;
	border: 1px solid #F9D762;
	margin-right: 10px;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-right: 43px;
	margin-top: 0px;
	margin-bottom: 20px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	height: 20px;
	background-color: #F9BC19;
	font-size: 9px;
	color: #C23421;
	text-align: center;
}

div#footer a {
	font-size: 9px;
	color: #C23421;
	text-decoration: underline;
	font-weight: normal;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 5px auto 0px;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

div#leftnav {
	float: left;
	width: 186px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div#leftnav strong {
	color: #F9BC19;
	text-transform: uppercase;
}

ul#leftnav {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #761A0C;
	color: #F9BC19;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 6px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 14pt;
	background-image: url(images/nav_off.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #9D2110;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B92813;
}
ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #8E1909;
	background-image: url(images/nav_current.gif);
	background-color: #F9BC19;
}

ul#leftnav li a:hover {
	background-image: url(images/nav_hover.gif);
	background-color: #8e1909;
}

ul#list {
	font-size: 12px;
	color: #666666;
	margin-left: 80px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 37px;
	border: 1px solid #666666;
	clear: both;
}

.clear {
	clear: both;
}
.name {
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #335223;
}
strong {
	color: #C23421;
}
applet {
	position: absolute;
	right: 86px;
	top: 80px;
}

.right {
	float: right;
	padding-right: 80px;
}


.left {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 1px solid #000000;
	clear: both;
}

iframe.calendar {

	padding: 0px;
	clear: left;
	float: left;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.map {
	margin-bottom: 20px;
	border: 1px solid #666666;
}

