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

body {
	margin: 20px 0px;
	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: #666666;
	margin-right: 35px;
	margin-left: 10px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: italic bold 24px Georgia, "Times New Roman", Times, serif;
	color: #5A9A15;
	padding: 0px;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-indent: 0px;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #C7200D;
}

address {
	font: italic bold normal 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-align: center;
	margin-left: 2px;
	margin-bottom: 20px;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
}
/* ----------------- 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;
	height: 144px;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 531px;
	clear: right;
}

/* 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;
}
div#left {
	float: left;
	width: 239px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 531px;
}

div#content img {
	padding: 5px;
	margin: 0px;
	text-align: left;
	border: 1px solid #D4D1D1;
}

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

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 24px 0px 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 22px;
	color: #FFFFFF;
	font-size: 12px;
}
div#footer a:link, div#footer a:visited {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
div#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #F6CC07;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 9px;
	color: #F6CC07;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left NAVIGATION ----------------- */

ul#leftnav {
	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 #A1240F;
	color: #FFFFFF;
	text-decoration: none;
	font: italic bold 12px Georgia, "Times New Roman", Times, serif;
	padding: 2px 0px;
	margin: 0px;
	text-align: center;
	width: 126px;
	text-transform: capitalize;
}
ul#leftnav li a:hover {
	color: #FFFFFF;
	background-color: #FD4804;
}

ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #FFFFFF;
	background-color: #5A9A15;
}

ul#list {
	font-size: 11px;
	color: #666666;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-right: 30px;
	padding: 0px;
	margin-top: 0px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
}

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

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #C7200D;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-style: italic;
	font-weight: bold;
}

iframe.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	border: 1px solid #666666;
}
div#flash {
	background: #FFFFFF;
	width: 367px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 8px solid #FFFFFF;
	height: 213px;
}
div#leftnav {
	margin-top: 103px;
	margin-left: 16px;
}
div#address {
	margin-top: 94px;
}
.name {
	color: #C7200D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}
