/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #020202;
}


/* 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;
	color: #666666;
}
/* Redefines the p tag */
p {
	font-size: 16px;
	line-height: 1.3em;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 35px;
	margin-top: 0px;
}

h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #5C7EB8;
	text-transform: uppercase;
	margin: 25px 25px 20px;
	padding: 5px;
	background-color: #EBE9E9;
	border: 1px solid #E2E0E0;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ED5318;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	margin: 0px;
	text-indent: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D94811;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D94811;
	text-align: left;
}
h3 {
	font-size: 14px;
	line-height: 16px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
	margin-top: 0px;
	color: #DE2F1D;
	text-transform: uppercase;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F08C21;
}
h4 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #294176;
	text-transform: uppercase;
	margin: 0px 35px 20px;
}
iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: 0px 0px 0px 130px;
}
iframe.map {
	padding: 0px;
	float: none;
	margin: 0px 0px 20px 35px;
	border: 1px solid #666666;
}
applet {
	border: 1px solid #000000;
	position: absolute;
	top: 65px;
	right: 62px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #607EB6;
}

address {
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
	text-transform: uppercase;
}

address a:link, address a:hover, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #999999;
	font-weight: bold;
}
/* ----------------- 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;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 134px;
}
div#header img.location {
	position: absolute;
	top: 0px;
	right: 0px;
	border: none;
}

/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	margin: 0px 0px 20px;
	padding: 0px;
	vertical-align: top;
}
div#leftside strong {
	color: #999999;
}


ul#leftnav {
	padding: 0px;
	margin: 0px;
	width: 206px;
	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;
	color: #666666;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	text-transform: uppercase;
	text-align: left;
	padding-top: 9px;
	padding-bottom: 9px;
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20px;
	width: 224px;
}
ul#leftnav li a:hover {
	color: #FFFFFF;
}

ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #6485BD;
}


/* Creates the div container for the site. */
div#container {
	background: #FFFFFF 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 {
	width: 766px;
	float: right;
	text-align: left;
	background-image: url(images/contenttop.gif);
	background-repeat: no-repeat;
	background-position: top;
}

div#content img {
	padding: 1px;
	margin: 0px 0px 20px;
	border: 1px solid #D2D0D0;
}
div#leftside {
	float: left;
	width: 224px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
div#leftside img {
	border: none;
}

div#address {
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A9D2FD;
	margin-right: 30px;
	margin-left: 30px;
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	height: 42px;
	color: #F5C950;
	font-size: 9px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-position: top;
}
div#footernav {
	clear: both;
	margin: 0px auto;
	height: 27px;
	color: #F5C950;
	font-size: 9px;
	background-image: url(images/footernav.gif);
	background-repeat: no-repeat;
	padding: 0px;
	position: relative;
	top: 15px;
}
div#footernav ul {
	list-style:none;
	font-size:85%;
	text-transform:capitalize;
	margin: 0;
	padding: 0px;
} 

div#footernav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#footernav li a {
	display: block;
	width: auto;
	color:#666666;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-right: 56px;
	padding-left: 57px;
	padding-top: 7px;
	margin: 0px;
	padding-bottom: 5px;
	background-image: url(images/footernav.gif);
	background-repeat: no-repeat;
}

div#footernav li a.lesspadding, div#splashnav li a.lesspadding {
padding: 7px 40px 5px 40px;
}

div#footernav li a:hover {
	color: #FFFFFF;
}

/* Creates the div container for the footer. */
div#footersplash {
	clear: both;
	margin: 0px auto;
	color: #F5C950;
	font-size: 9px;
	padding: 0px;
	height: 20px;
}
div#splashnav {
	clear: both;
	margin: 0px auto;
	height: 27px;
	color: #F5C950;
	font-size: 9px;
	background-image: url(images/footernav.gif);
	background-repeat: no-repeat;
	padding: 0px;
	position: relative;
	top: 0px;
}
div#splashnav ul {
	list-style:none;
	font-size:85%;
	text-transform:capitalize;
	margin: 0;
	padding: 0px;
} 

div#splashnav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#splashnav li a {
	display: block;
	width: auto;
	color:#666666;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	padding-right: 56px;
	padding-left: 57px;
	padding-top: 7px;
	margin: 0px;
	padding-bottom: 5px;
	background-image: url(images/footernav.gif);
	background-repeat: no-repeat;
}

div#splashnav li a:hover {
	color: #FFFFFF;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 10px auto 20px;
	padding: 0px;
	clear: both;
	width: 990px;
}
div#copyright a {
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}

ul#list {
	font-size: 12px;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 70px;
}

ul#listfloat {
	float: left;
	width: 200px;
	font-size: 12px;
	padding: 0px;
	margin: 0 10px 20px 70px;
}

ul#list li, ul#listfloat li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}
div#rightcontact {
	float: right;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
div#flash {

}
.center {
	text-align: center;
}
.map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 35px;
}
.clear {
	clear: both;
}
.name {
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
}
.blue {
	color: #5C7EB8;
}
div#content img.right {
	margin: 0px 35px 20px 20px;
	float: right;
}

div#content img.left {
	margin: 0px 20px 20px 35px;
	float: left;
}

div#content p.moretoppadding {
	padding-top: 100px;
}


