﻿@charset "utf-8";
/* CSS Document */

*
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:0.95em;
	margin:0px;
	padding:0px;
	color:#000000;
	text-align:left;
}

body
{
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    line-height:1.5em;
	font-size:0.95em;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-align:left;
	background-image:url(images/header-bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin:0px auto 0px auto;
}

a
{
    color:#000000;
    font-size:0.95em;
    	text-decoration:underline;
}

a:hover
{
    color:#2C5C9A;
	text-decoration:underline;
}

a img
{
    border:none;
}

html
{
height:100%;
font-size:0.95em;
background-color:#FFFFFF;
}


#mainContainerTop
{
	width:900px;
	height:auto;
	text-align:left;
	margin:0 auto 0 auto;
}

#logo
{
    width:900px; 
    height: 72px;
    float:left;
    margin: 15px 0 0 0;
}

#header-text
{
    width: 300px;
    height: auto;
    float: left;
    margin: 20px 0 20px 20px;

}

#header-banner
{
    width: 441px;
    height: 173px;
    float: left;
    margin: 0 0 15px 60px;

}

#mainContainerMid
{
	width:900px;
	height:auto;
	text-align:left;
	margin:0 auto 0 auto;
}


#top-navigation-bar
{
    width:100%;
    height: 37px;
    float: left;
    background-image: url(images/topNav.jpg);

}

#menu-top
{
    width: 900px;
    height: 37px;
    text-align: right;
    color: #ffffff;
    margin: 0 auto 0 auto;
   
}

#top-menu-content
{
    width: 500px;
    height: 37px;
    text-align: right;
    float: right;
    color: #ffffff;
    margin: 10px 50px 0 0;
   
}

#menu-top a
{
    color: #ffffff;
    text-decoration: none;
}

#menu-top a:hover
{
    color: #d2131a;
    text-decoration: none;

}

#menu-top a:active
{
    color: #d2131a;
    text-decoration: none;

}

#left_menu
{ 
    width:120px; 
    height:400px; 
    float:left; 
    padding-top:6px; 
}

#left_menu a{  text-decoration:none; color:#404040;}
#left_menu a:hover{  text-decoration:none; color:#d2131a;}
#left_menu a:hover, .left_menu a.active{  text-decoration:none; color:#d2131a;}

.left_mnu{ width:118px; line-height:7px; padding:0px 0 7px 10px;}
.left_mnu_border{ background:url(images/left_menu_bar.gif) top no-repeat; width:109px; height:10px;}
 

#mainBg
{
    width: 900px;
    height: auto;
    float: left;
    background-image: url(images/mainBG.gif);
    background-repeat: repeat-y;
    margin: 0 0 0 0;

}


#mainContent
{
    width: 635px;
    height: auto;
    float: left;
    margin: 10px 0 0 50px;

}

#footer
{
    width:100%;
    height:192px;
    background-image: url(images/footer-bg.jpg);
    background-repeat: repeat-x;
    float: left;
}

#footer-content
{
    width: 900px;
    height: 35px;
    margin: 15px auto 0 auto;
}

#copyright
{
    width: 450px;
    height: 35px;
    float: left;
    text-align: left;
    color: #ffffff;
}

#sitemap
{
    width: 400px;
    height: 35px;
    float: left;
    text-align: right;
    color: #ffffff;
    margin: 0 0 0 0;
}

#sitemap a 
{
    color: #ffffff;
    text-decoration: none;

}

#sitemap a:hover
{
    color: #d2131a;
    text-decoration: none;

}

#sitemap a:active
{
    color: #d2131a;
    text-decoration: none;

}
