/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #fff;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
}


/* 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: #000;
	margin-right: 38px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	text-indent: 5pt;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 10px;
	background-image: url();
	background-position: right top;
	background-repeat: no-repeat;
}
h2 {
	color: #333333;
	margin-left: 35px;
	margin-right: 38px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

h3 {
	color: #990000;
	margin-left: 35px;
	margin-right: 38px;
	font-size: 13px;
	font-weight:normal;
	font-style: italic;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #990000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}

address {
	color: #000;
	padding: 10px 10px 15px 15px;
	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: #000;
	font-size: 11px;
}
/* ----------------- 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.jpg) no-repeat;
	position: relative;
	width: 770px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 152px;
}

/* 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;
	border-right:0px solid #fff;
	border-left:0px solid #fff;
	border-bottom:0px solid #999;
	border-top:0px solid #999;

}

/* 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 #990000;
	margin-right: 10px;
}
*/

div#content img.right {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-right: 38px;
	margin-top: 0px;
	margin-bottom: 20px;
		border: 1px solid #000;
}

div#content img.rightno {
	float: right;
	clear: both;
	margin-left: 20px;
	margin-right: 38px;
	margin-top: 0px;
	margin-bottom: 20px;
		border: 0px solid #000;
}

div#content img.left {
	float: left;
	clear: left;
	border: 1px solid #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	height: 22px;
	background-color: #;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

div#footer a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

/* Styles the copyright div */
div#copyright {
float:left;
	text-align: left;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px auto;

	padding: 0px;
	background-color: ;
	width: 500px;
	height:50px;
}
div#copyright a {
	font-size: 9px;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

div#login {
    float:right;
	text-align: right;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px auto;
	padding: 0px;
	background-color: ;
	width: 270px;
}

div#login a{
	font-size: 9px;
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}

div#bottom {
	margin: 0px auto;
	clear: both;
	width: 770px;
	}
	



div#nav {
	float: left;
	width: 186px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div#nav strong {
	color: #fff;
}

ul#nav {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
ul#nav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display: block;
	border-bottom: 0px solid #ffffff;
	color: #000;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	padding: 6px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 18pt;
	background-image: url(images/on.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
ul#nav li a.current:link, ul#nav a.current:visited {
	color: #fff;
	background-image: url(images/over.gif);
	background-color: #efd02e;
}

ul#nav li a:hover {
	background-image: url(images/over.gif);
	background-color: #efd02e;
	color:#fff;
}

div#logos { text-align:center; padding-bottom:20px;}

div#logos img {
	margin:10px;
	border:#000000 solid 1px;
	text-align: center;
}

ul#list {
	font-size: 11px;
	color: #000;
	margin-left: 60px;
	margin-bottom: 20px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	line-height: 13pt;
	list-style-position: outside;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

div#map {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 50px;
	border: 0px solid #666666;
}

.clear {
	clear: both;
}
.center {
	text-align: center;
}

.name {
	font-weight: bold;
	font-size: 12px;
}
strong {
	color: #000;
}

applet {
	position: relative;
    margin: 15px 0px 5px 15px;

}

table {font-size:9px; color:#000000;}


div#locations {width:90%; border-bottom:0px dashed #ccc; padding-bottom:10px;padding-top:10px;}
