/*=========== Color Pallette ===========
red: #fc2603;
dark red: #990000;
med gray: #606060;
black: #000;
=========== END: Color Pallette ===========*/


/*=========== Reset ===========*/
table, img
{
margin: 0;
border: 0;
}
/*=========== END: Reset ===========*/


html
{
font-family: arial, helevtica, sans-serif;
font-size: 0.8em;
color: #666;
}

body
{
background: #606060 url(/images/bg-gradient-des.gif) repeat-x left top;
margin: 0 0 2.0em 0;
}

#wrapper
{
width: 980px;
margin: 0 auto;
}

#pf-top, #pf-footer-logos /* hide printer-friendly divs */
{
display: none;
}

#top
{
border-bottom: 8px solid #000;
}

#top h1.logo 
{
width: 980px; 
height: 153px;
background: #fff url(/images/top2.png) no-repeat left top;
margin: 0;
padding: 0;
text-indent: -9999px;
}

#top h1.logo a 
{
width: 980px; 
height: 153px;
display: block;
}

#nav
{
border-top: 2px solid #fc2603;
border-bottom: 2px solid #fc2603;
background: #404040;
}


/*========== Homepage Content ==========*/
#hp-content
{
clear: both;
}

/*
#hp-flash
{
float: left;
width: 525px;
height: 298px;
}

#hp-space-text
{
float: right;
width: 455px;
height: 298px;
}
*/

#hp-newsbar
{
clear: both;
border-top: 2px solid #fc2603;
height: 48px;
}
/*========== END: Homepage Content ==========*/


#content-row
{
overflow: auto;
_overflow: none; /* IE6 Hack */
min-height: 400px;
_height: 400px; /* IE6 Hack */
background: #fff url(/images/bg-content-row.jpg) repeat-y right top;
}

#left-column
{
float: left;
width: 730px;
}

#left-column-body
{
padding: 0 2.0em 1.0em 2.0em;
}

#right-column
{
float: right;
width: 245px;
}

#right-column-body
{
padding: 1.0em 2.0em;
}


#footer
{
padding: 0 0 22px 0;
background: #fff url(/images/bottom.jpg) no-repeat left bottom;
}

#footer-body
{
border-top: 2px solid #fc2603;
border-bottom: 2px solid #fc2603;
padding: 0.75em 2.0em;
background: #000;
height: 30px;
/*overflow: auto;
_overflow: visible;  IE6 Hack */
}

#footer-logos
{
float: left;
width: 60%;
}

#footer-logos img
{
margin: 0 2.5em 0 0;
}

#footer-text
{
float: right;
width: 36%;
padding: 0.5em 0 0 0;
text-align: right;
color: #fff;
}

