/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 5px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #22254F;
}

/* 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: left;
	color: #333333;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #8B3729;
	font-size: 18px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBCF93;
	margin: 20px;
}
h2 {
	font-size: 12px;
	color: #4374AA;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-right: 30px;
	margin-top: 0px;
	background-color: #F9FAFA;
	padding: 2px;
	text-indent: 3px;
	clear: both;
	text-transform: uppercase;
	border-bottom: 1px solid #EEEEEE;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	margin: 0px;
	padding: 0px;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #853325;
}
applet {
	position: absolute;
	top: 174px;
	left: 50px;
}

address {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #EBCF93;
	padding: 20px 0px;
	margin: 0px 0px 15px;
	text-align: center;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	color: #7297BF;
}
iframe {
	margin-left: 10px;
}
/* ----------------- 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: 990px;
	height: 212px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
div#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	padding: 0px;
}
/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 720px;
}

div#content img {
	clear: right;
	float: right;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
div#content img.right {
	clear: right;
	float: right;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 1px;
	border: 1px solid #EEEEEE;
}


div#address {
	float: right;
	width: 268px;
	margin: 0px;
	vertical-align: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-align: center;
}
div#address strong {
	color: #EBCF93;
	text-transform: uppercase;
}
div#rightlinks {
	float: right;
	width: 300px;
}


/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 990px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 28px;
}

div#footer li a#current, div#footer li a#current:hover{
	color: #FFFFFF;
}

/* UL TAG */
div#footer ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

div#footer li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#footer li a {
	display: block;
	width: auto;
	padding:8px 28px;
	color:#EBCF93;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #963F30;
	font-weight: bold;
}

div#footer li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Arial, Helvetica, sans-serif;
	color: #999999;
	margin: 5px auto 0px;
	padding: 0px;
	width: 990px;
}
div#copyright a {
	font-size: 9px;
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
}

/* NAVIGATION CONTAINER */
div#nav {
	width: 990px;
	clear: both;
	position: absolute;
	top: 184px;
	left: 0px;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #EBCF93;
	background-color: #2F336E;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:85%;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display: block;
	width: auto;
	padding:8px 28px;
	color:#EBCF93;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #963F30;
	font-weight: bold;
}

div#nav li a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

ul#list {
	font-size: 12px;
	color: #999999;
	margin-left: 80px;
	margin-right: 40px;
	margin-bottom: 20px;
}

ul#list li {
	margin-bottom: 5px;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}
iframe.map {
	border: 1px solid #999999;
	margin-bottom: 20px;
	margin-left: 30px
}
.clear {
	clear: both;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #3B4080;
}
