﻿body {
}

#wrapper
{
    width: 887px;
    margin: 0 auto;
}

#header
{
    background: #000000 url(../images/header.jpg);
    height: 330px;
}

/*-naviagation styles------------------------------------------*/
#navigation
{
    height: 40px;
    line-height: 37px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: Arial;
    font-size: 13px;
    font-weight: 600;
    padding: 0 0 0 0;
    background: #000000 url(../images/tab_background.jpg) no-repeat;
}

#navigation a
{
    color:#ffffff;
    margin: 0 0 0 40px;
    text-decoration: none;
}

#navigation a:hover
{
    color: #666666;
    margin: 0 0 0 40px;
    text-decoration: none;
}

/*-widerightcolumn---------------------------------------------*/
#wideleftwrapper
{
    background: #316ecb url(../images/content_bg.gif) no-repeat;
	overflow: hidden;
}

#wideleftcolumn
{
	width: 500px;
	float: left;
}

#narrowrightcolumn
{
	margin-left: 160px;
}

/*-singlecolumn------------------------------------------------*/
#singlecolumnwrapper
{
	background: #316ecb url(../images/content_bg.gif) no-repeat;
	overflow: hidden;
}

#singlecolumn
{
	float: left;
}

/*-footer styles-----------------------------------------------*/
#footer
{
	background-image: url(../images/footer_bg.jpg);
	overflow: hidden;
	height: 150px;
}

.footer_div_placer
{
	margin: 10px 15px 10px 15px;
}

#footer p
{
    font-size: 20px;
    vertical-align: bottom;
}

#disclaimer
{
	text-align: center;
	margin: 0 0 80px;
}

#disclaimer p
{
	color: #2656c0;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}
	

.div_placer
{
	margin: 30px 15px 30px 15px;
}


/*-content styles----------------------------------------------*/
h1
{
	font-family: Myriad Pro;
	font-size: 30px;
	color: #ffffff;
	margin: 0 0 10px 0;
}

h2
{
	font-family: tahoma;
	font-size: 14px;
	font-style: italic;
	color: #ffffff;
	margin: 10px 0 5px 0;
}

p
{
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	line-height: 150%;
}

a
{
	color: #ffffff;
	text-decoration: underline;
	font-size: 14px;
}

a:hover
{
	color: #CCCCCC;
	text-decoration: none;
	font-size: 14px;
}

ul
{
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 10px;
	text-indent: -15px;
}

ul li
{
	margin-bottom: 6px;
	font-family: tahoma;
	font-size: 12px;
	color: #ffffff;
}

.float_left
{
	margin: 0 10px 0 10px;
	float: left;
}

.float_right
{
	margin: 0 10px 0 10px;
	float: right;
}
    

