body, div, h1, h2, h3, h4, h5, h6, p, a, ol, ol li, ul, ul li
{
	margin: 0px;
    padding: 0px;
}
body {
    background: #ebebec;
    font-family: Arial;
	text-align: center;
	}
img { border: 0; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
/*-------------------------------------------------------------*/
#navigation-list ul, #banner-list ul, #footer-menu ul
{
    list-style: none;
}
/*-------------------------------------------------------------*/
#main-container
{
    background: #ffffff;
    border: 1px solid #3f3f3f;
	display: inline-block;
	width: 898px;
	text-align: left;
}
	/*---------------------------------------------------------*/
	#header-container  
	{
	    background: #ab0926 url(./images/headerBG.png) no-repeat top left;
	    min-height: 133px; _height: 133px; padding-top: 6px; }
	    #header-container, #header-tag { padding-left: 33px; padding-right: 33px; }
		#logo-container { float: left; }
		#header-tag  
		{
		    background: transparent url(./images/headerTagBG.png) repeat-y top left;
		    min-height: 25px;
		    _height: 25px;
		    text-align: center; 
		}
		    #header-tag h1
		    {
		        color: #ffffff;
		        font-size: 17px;
		        padding: 3px 0 2px;
		        text-transform: uppercase;
		    }
	/*---------------------------------------------------------*/
	#main-content  
	{
	    display: inline-block; 
	    min-height: 600px;
	    _height: 600px;
	    padding: 20px 40px; 
	    width: 818px;
	}
		/*-----------------------------------------------------*/
		#sidebar-left { position: absolute; width: 145px; }
			/*-------------------------------------------------*/
			#navigation-list { background: #f7f7f7; border: 1px solid #404040; }	
			    #navigation-list dl { margin: 0; padding: 0; }
				    #navigation-list dl dt:first-child a { border: none; }
				    #navigation-list dl dt a
				    {
				        border-top: 1px solid #b2b2b2;
				        color: #404040;
				        display: inline-block;
				        font-size: 12px;
				        padding: 3px 0 3px 5%;
				        text-decoration: none;
				        width: 95%;
				    }
				    #navigation-list dl dt.active a  { color: #BE0926; }
				            #navigation-list dl dd.first { border-top: 1px solid #b2b2b2; }
				            #navigation-list dl dd  
				            {
								background: transparent url(./images/dash_bullet.jpg) no-repeat 6px 12px;
				                margin: 0;
				                padding: 3px 0; 
								padding-left: 18px;
				            }
				            #navigation-list dl dd a  
				            {
				                padding: 0 10px 0 0; 
				            }
				            #navigation-list dl dd a
				            { color: #999999; font-size: 11px; }
				            #navigation-list dl dd.active a
				            { color: #BE0926; }
		/*-----------------------------------------------------*/
		#sidebar-right
		{
		    background: #e6e6e6;
		    float: right;
			width: 120px;
		}
			#right-banners-place-holder
			{
				background: transparent url(./images/showBG.jpg) no-repeat top left;
				border: 1px solid #b3b3b3;
				min-height: 600px;
				_height: 600px;
				width: 120px;
			}
		/*-----------------------------------------------------*/
		#center-content
		{
			float: left;
			margin-left: 170px;
			padding-bottom: 5px;
			width: 506px;
		}
		    #center-content p
			{
				color: #404040;
				font-size: 16px;
				padding: 1.5px 0;
			}
			#center-content a 	{ color: #BE0926; }
			/*-------------------------------------------------*/
		    #banner-list { display: inline-block;}
		        #banner-list ul li
		        {
		            border: 1px solid #46413b;
		            float: left;
		            margin-right: 5px;
		        }
		        #banner-list ul li img { display: block; }
/*-------------------------------------------------------------*/
#footer { background: #404040 url(./images/footerBG.png) no-repeat bottom left;
           clear: both; height: 30px; padding: 20px; text-align: center;}
    #footer p, #footer-menu ul li, #footer ul li a
    {
        color: #ffffff;
        font-size: 10px;
    }
    #footer-menu ul { display: inline-block; list-style: none; height: 15px; }
        #footer-menu ul li { float: left; margin-right: 10px; }
/*-----header definition---------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	color: #414141;
	font-weight: normal;
	padding: 2px 0;
}
h1 { font-size: 28px; padding: 5px 0; }
h2 { font-size: 24px; padding: 12px 0; }
/*------other styles definition---------------------------------*/
.clear-both { clear: both; }