/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #626859;
}

/* 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: #000000;
}
/* Redefines the p tag */
p {
	font-size: 13px;
	line-height: 16px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
}

h1 {
	font: italic bold 20px Georgia, "Times New Roman", Times, serif;
	color: #344454;
	text-transform: capitalize;
	margin: 15px 25px 20px;
	text-indent: 0pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}

h2 {
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 10px;
	color: #7991A8;
	text-align: center;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
	font-weight: bold;
	color: #9C4F41;
	background-color: #F9F9F9;
	text-transform: uppercase;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
}
applet {
	position: absolute;
	top: 223px;
	right: 24px;
	border: 1px solid #D9DADF;
}
iframe {
	margin-left: 50px;
}





/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #354555;
}

address {
	font: bold normal 10px Arial, Helvetica, sans-serif;
	color: #2B3A4A;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #F5C950;
}
/* ----------------- 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: 890px;
	height: 112px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
div#address {
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
/* NAVIGATION CONTAINER */
div#nav {
	width: 100%;
	top: 82px;
	position: absolute;
	text-align: left;
	left: 10px;
	width: 100%;
}
	
div#nav li a#current, div#nav li a#current:hover{
	background-image: url(images/navcurrent.gif);
	background-position: left top;
	color: #FFFFFF;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	width: auto;
	display:block;
	padding:9px 12px 8px;
	color: #7991A8;
	text-decoration:none;
	font-size: 10px;
	text-indent: 4pt;
}

div#nav li a:hover {
	color: #FFFFFF;}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}

/* Creates the div for the content */
div#content {
	width: 890px;
}
div#content img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	margin-right: 40px;
	margin-bottom: 30px;
	border: 1px solid #eeeeee;
	padding: 1px;
}

div#content img.left {
	padding: 0px;
	margin: 0px 30px 20px 40px;
	float: left;
	clear: left;
	border: 1px solid #eeeeee;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	width: 890px;
	height: 35px;
	color: #F5C950;
	font-size: 9px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
}
div#footer ul {
	list-style:none;
	font-size:85%;
	text-transform:capitalize;
	margin: 0;
	padding-left: 27px;
} 

div#footer li {
	float:left;
	line-height:normal;
}

div#footer li a {
	display: block;
	width: auto;
	color:#7991A8;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
	padding-top: 7px;
	padding-right: 23px;
	padding-bottom: 8px;
}

div#footer li a:hover {
	color: #FFFFFF;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	margin: 0px auto 20px;
	padding: 0px;
	clear: both;
	width: 890px;
}
div#copyright a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- right side ----------------- */

div#rightside {
	float: right;
	width: 238px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-color: #1E3765;
}
div#rightside img {
	border: none;
	background-color: #970000;
}

ul#list {
	font-size: 13px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 80px;
}
div#rightlist {
	width: 300px;
	float: right;
}


ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

.map {
	margin-bottom: 20px;
	clear: both;
	margin-left: 0px;
	border: 1px solid #999999;
	float: none;
	margin-top: 20px;
	margin-right: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
.name {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #344454;
}
div#rightlist2 {
	width: 500px;
	float: right;
	margin-right: 40px;
}
h4 {
	font-size: 18px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #2B3A4A;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
div#content img.center {
	padding: 1px;
	margin-left: 25px;
	border: 1px solid #eeeeee;
}
div#content img.centerdarkborder {
	padding: 3px;
	margin-left: 25px;
	border: 1px solid #000000;
	background-color: #babfb2;
}
