/* GENERAL STYLES */
/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #315182;}
a:hover {color: #315182;}

img {
border: 0;
}

body {
	background: #E9EAEA  repeat-x left bottom;
	color: #444;
	font-size: 11px;
	font-family:verdana,arial,helvetica,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

h1,h2,h3 {padding-top: 0px;padding-bottom: 6px;}

h1
{
font-size:17px;
}
/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 780px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #fff;
	height: 80px;
	margin: 0 auto;
	padding: 10px 10px 0px;
	width: 780px;
}
.header .left, .header .right {
	background-color: #333;
	color: #FFF;
	height: 80px;	
}
.header .left {
	background-color: #315182;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 80px;
width: 100%;
	text-align: left;	
	
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 0px;}
.header .right h2 {padding-top: 0px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {	
border-top:  1px solid #FFFFFF;
	background-color: #CCCCCC;
}
.navigation a {
	background-color: #CCCCCC;
    font-weight:bolder;
	color:#444;
	display: block;
	float: left;
	line-height: 20px;
	padding: 0px 15px 0px 12px;
	text-decoration: none;
}
.navigation a:hover {
background-color: #315182;
color: #FFFFFF;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	min-height:470px;
}

/* Content right */
.contentright {
	float: right;
	width: 305px;
	margin: 10px 0;
}

.contentright .headerright {
	height:15px;
	font-weight:bolder;
	padding-left:20px;
	color:#444;
}

.contentright .news {
	height:50px;
	background-color:#FFFFFF;
	padding-left:20px;
}

.contentright li 
{
    list-style-type:none;
}

.contentright .newsfooter {
	height:30px;
	background-color:#FFFFFF;
	padding-left:20px;
}

.contentright .image{
    height:60px;
    padding-left:20px;
    
}
/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 430px;
}
.content .descr {
	color: #664;
	margin-bottom: 6px;
}
.content li 
{
    list-style-image:url(../img/li.gif);
	margin-left: 18px;
}

.content .imgright {
padding: 5px;
margin-left: 4px;
float: right;
}
.content .imgleft {
padding: 5px;
margin-left: 4px;
float: left;
}


.content p
{
color: #444;
}
.summary
{
 margin-bottom:10px;
}

/* footer */
.footer {
	background-color: #315182;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 20px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}




 #customerBanners {  
    height:  80px;  
    width:   160px;  
    padding-left:20px; 
    margin-left:20px; 
    display:none;

} 
 
#customerBanners img {  
    background-color: #FFFFFF;  
    top:  0; 
    left: 0 
} 


.Doc2Form fieldset ol {
	list-style:none;
	margin: 0;
	padding: 10;
	}

.Doc2Form fieldset ul {
	list-style:none;
	margin: 0;
	padding: 10;
	}
.Doc2Form Label
{
	margin-top:10px;
	width: 400px; 
	display:block;
	}



/* EDITOR PROPERTIES */
