﻿body 
{
    background: #0C427E url('images/bg_body4.jpg') repeat-x top center;
    margin:0px;
    padding:0px;
    text-align: center;
}

p 
{
	font-size: 9pt;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 7px 0px 7px 0px;
}

default 
{
	font-size: 9pt;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 7px 0px 7px 0px;
}

h1 
{
	font-size:13pt;
	padding:0px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color:#1163BD;
	line-height:inherit;
}

a:link, a:visited, a:hover
{
	color: #999999;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	margin: 7px 0px 7px 0px;
}

hr 
{
    border: none 0;
	border-top: 1px dashed #DCD9C7;
	width: 100%;
	height: 1px;
	text-align: left;
	padding: 0px;
}

/*** CONTAINERS HEADER ******************************************************/
#container_header 
{
    margin: 30px auto;
    width: 774px;
    height: inherit;
}

/*** HEADER ***/
#header 
{ 
    width: 774px;
    height: 100px;
    background: url('images/logo.gif') no-repeat;
}

ul.menu 
{
	font-family: Verdana, Arial;
	font-size: 9pt;
	color: #0C427E;
	width: auto;
	margin: 80px 0px 0px 0px;
	padding: 0px;
	float: right;
}

ul.menu li 
{
	list-style: none;
	width: auto;
	margin: 0px 8px 0px 8px;
	display: inline;
	float: left;
	}
	
#header a:link 
{
    font-family: Verdana, Arial;
    font-size: 9pt;
    color: #0C427E;
    text-decoration: none;
    font-weight: 600;
}

#header a:visited 
{
    font-family: Verdana, Arial;
    font-size: 9pt;	
    color: #0C427E;		
    text-decoration: none;
    font-weight: 600;
}

#header a:hover 
{
    font-family: Verdana, Arial;
    font-size: 9pt;
    background-color: #0C427E;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 600;
}

/*** BANNER ***/
#banner 
{ 
    width: 774px;
    height:96px;
    background: url('images/flash.jpg') no-repeat;
}

/*** CONTAINERS BODY ******************************************************/
#container_body 
{
	margin: -31px auto;
    width: 774px;
    height: inherit;
    background-color: #FFFFFF;
}

#main_body 
{ 	
    height: inherit;
    margin: 10px 10px 10px 10px;
    text-align: left;
}

/*** CUTOUT ***/
#cutout 
{
	padding: 15px 10px 10px 40px;
	float:right;
	width: 200px;
	height: auto;
	background: url('images/cutout.gif') no-repeat top left;
}

p.cutout 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style: italic;
	color: #00529B;
	line-height:30px;
}

/*** SERVICES ***/
.services 
{
	width: 162px;
	height: auto;
	margin:10px 5px 0px 5px;
	padding: 0px;
	float: left;
	text-align: left;
}

.services h2 
{
	width: 150px;
	height: 30px;
	background: url('images/services_blue.jpg') no-repeat top left; 
	font-size:9pt;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 7px 0px 0px 7px;
}
	
.services ul.bullet 
{
	margin: 0px;
	padding:0px 0px 0px 17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#999999;
}

.services ul.bullet li
{
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style: disc url('images/li_arrow.gif') outside;
}
	
/*** CONTAINERS FOOTER ******************************************************/
#container_footer 
{
	margin: 30px auto;
    height: 35px;
    background: url('images/bg_bottom.jpg') no-repeat top center;
    width: 774px;
    text-align: center;
}

/*** COPYRIGHT ***/
#copyright 
{
	font-size:10px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}