/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px auto;
	padding: 0px;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000000;
	background: #000000;
}

/* 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, lo, 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 {
	padding-right: 20px;
	padding-left: 10px;
	font: 12px/20px Arial, Helvetica, sans-serif;
}
h1 {
	color: #000000;
	text-transform: none;
	padding-top: 10px;
	border-bottom: 1px ridge #000000;
	font: bold 16px Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
}

/* ----------------- LINK STYLE ----------------- */

a:link {
color:#000000;
text-decoration:underline;
}

a:hover, a:active {
color:#A72230;
text-decoration:none;
}

 a:visited {
color:#000000;
text-decoration:underline;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 770px;
	margin: 0px auto;
	height: 162px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}

/* Styles the div that serves as the container for the content and sidebar navigation.*/
div#container {
	width: 770px;
	margin: 0px auto;
	background: url(images/content_bg.gif) repeat-y;
	float: none;
}
/* Creates DIV container for sidebar navigation */ 
div#sidebar {
	width: 130px;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	padding-top: 15px;
	margin-right: 10px;
	padding-left: 18px;
	color: #FFFFFF;


}
div#cta {
	width: 194px;
	float: right;
}

  
  .no-space {
    margin: 0px;
    padding: 0px;
  }

div#copyright {
	width: 770px;
	text-align: center;
	clear: both;
	margin: auto;
	padding-top: 10px;
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	float: none;
}
div#copyright a {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #000000;
}

div#footer {
	clear: both;
	height: 31px;
	width: 740px;
	margin: 0px auto;
	background: url(images/footer.gif) no-repeat left top;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000000;
	float: none;
	padding-top: 10px;
	padding-left: 30px;

}

div#footer a {
	color: #000000;
	text-decoration: none;
}



.floatright {
	float: right;
	border:1px solid #000;
	margin: 0px 0px 5px 8px;
}
/* ----------------- MAIN NAVIGATION ----------------- */
/* Navigation styling starts here */
div#mainnav {
	margin:0px;
	width:770px;
	background: url(images/navbar.jpg) no-repeat;
	height: 30px;
	clear: both;
	float: none;
	padding-top: 1px;
}
#addressbox {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	width: 500px;
	border: 1px solid #000000;
	clear: both;
	float: none;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 5px;
}


ul#nav {
	list-style-type:none;
	margin: 0px auto;
	text-align: center;
	padding: 0px 13px 6px 0px;
	float: none;
}

ul#nav li {
	margin:0;
	padding:0;
	display:inline;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	margin:0 auto;
	padding:1px 12px 6px;
	display:run-in;
	text-decoration:none;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	border-right: 1px inset #CCCCCC;
	color: #FFFFFF;
}

ul#nav li a:hover, ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
	border-top: 1px solid #000000;
}

.clear {
	clear: both;
}
li {
	font: 12px/18px Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.gif);

}

div#content {
	float: right;
	width: 580px;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}
address {
	text-align: center;
	padding-left: 6px;
	width: 150px;
	padding-top: 5px;
	color: #000000;
	font: normal 12px Arial, Helvetica, sans-serif;
}

applet {
	float: right;
}
div#map {
	height: 300px;
	width: 500px;
	border: 1px solid #000000;
	clear: both;
	float: none;
	margin-left: 35px;
}

#listfloatleft {
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0px 0 110px;
}

.clear {
	clear: both;
}

.login {
	float: left;
	padding-right: 15px;
	padding-left: 0px;
	padding-top: 2px;
}
h2 {
	color: #000000;
	text-transform: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: 10px;
	padding-left: 15px;
}

h3 {
	color: #333;
	text-transform: none;
	font: bold 15px Arial, Helvetica, sans-serif;
	text-align: center;
	padding-right: 10px;
	padding-left: 15px;
}
h3 a.hh3{
color:#000;
text-decoration: underline;
}


h3 a.hh3:hover{
color:#666;
text-decoration:none;
}
.floatleft {
	float: left;
	border:1px solid #000;
	margin: 0px 8px 5px 0px;
}

.borderr{
border: #000 solid 1px;}

#logos {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	width: 500px;
	clear: both;
	float: none;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
