.footnote, .footnote a {
    color: #fff;
}




.border {
    border: 0px;	
	margin-bottom: 10px;
}

#marker_heading h1 {
float:left;
text-indent:-5000px;
}

#marker_content {
text-indent:-5000px;
}

#header {
    background: transparent url(../images/header.jpg) top left no-repeat;
    height: 201px;
}

#sub-header {
    background: transparent url(../images/sub-header.jpg) top left no-repeat;
    height: 59px;
}

#content {
    line-height: 1.1em;
    padding: 0 30px 50px 30px;
    
}

#title {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin: -30px -10px 20px 10px; /* Override container's padding */
    padding: 4px 10px;
    text-transform: uppercase;
}

#footer 
{
    background-color: #ee3124;
    color: #fff;
    font-weight: normal;
    width: 715px;
    padding: 30px 0 20px 0;
    border-right: solid 1px #000;
        clear: both;
    font-size: 90%;
    margin-top: 10px;
    text-align: center;
}

#navlinks
{
    color: #fff;
}
#navlinks a 
{
    color: #fff;
    font-weight: bold;
}

#navlinks a:hover
{
    color: #fff;
    text-decoration: underline;
}

/*--- Main Navigation ---*/

#nav {
    height: 26px;
    background: url(../images/nav-bg.gif) repeat-x;
    font-size: 12px;
}

#nav a:link, #nav a:visited {
    color: #fff;
}

#nav a:hover, #nav a:active {
    background: url(../images/nav-bg-hover.gif) repeat-x;
    color: #fff;
}


#nav ul {
    margin: 0;
}

#nav ul li {	
	display: block;
	float: left;
    list-style-type: none;
	text-align: center;
}

#nav a {
    padding-top: 7px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 119px;
}

#nav .contactNav {
    padding-right: 2px;
}

#frame {
    width: 717px; /* 770 - (2 x border width [27]) */
    margin: 0 auto;
    text-align: left;
}