/* fusionic.css - secure computing for a connected world (TM) */

	#frame {
		width:760px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		text-align:left;
		background:#ffffff
		}

	#topmenu {
		background:#666666;
		}

	#topheader {
		background:#ffffff;
		}
		
	#homeleft {
		width:240px;
		padding:0px;
		float:left;
		text-align:left;
		background:#ffffff;
		}
	
	#homecenter {
		width:240px;
		padding:0px;
		float:left;
		text-align:left;
		background:#ffffff;
		border:1px;
		border-color:#000000;
		}
	
	#homeright {
		width:270px;
		padding:0px;
		float:left;
		text-align:left;
		background:#ffffff;
		}
	
	#contentheader {
		width:580px;	
		float:right;
		text-align:right;
		}
	
	#contentleft {
		width:180px;
		height:600px;
		padding:0px;
		float:left;
		background-image:url(images/menubk.png);
		background-repeat:repeat-x;
		}
	
	#contentcenter {
		width:400px;
		padding:0px;
		float:left;
		text-align:left;
		background:#ffffff;
		}
	
	#contentright {
		width:170px;
		padding:0px;
		float:left;
		text-align:left;
		background:#ffffff;
		}
		
	#contentbottom {
		width:760px;
		padding:0px;
		float:left;
		text-align:center;
		background:#ffffff;
		}

	#contentfooter {
		width:760px;
		padding:0px;
		float:left;
		background:#666666;
		}
		
	#vanity {
		position:relative;
		width:760px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		margin-bottom:0px;
		padding:0px;
		text-align:center;
		}		
			
h1 {
	margin:0px 10px 10px 25px;
 	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	line-height: 20px;
	color: #2D4457;
	}
	
h2 {
	margin:0px 10px 0px 10px;
 	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
	line-height: 20px;
	color: #2D4457;
	}
	
h3 {
	margin:0px 10px 10px 10px;
 	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	line-height: 15px;
	color: #2D4457;
	}
					
h4	{
	margin:0px 10px 10px 10px;
 	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	line-height: 15px;
	color: #666666;
	}

body {
	margin-left: 5%; margin-right: 5%;
	background-image:url(images/bg.jpg);
	background-color:#08243A;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #252525;
	}

p {
	margin:0px 10px 10px 10px;
	letter-spacing:0.8px;
	}

p.indent {
	margin:0px 10px 10px 40px;
	}

p.home {
	margin:0px 10px 10px 25px;
	}

p.footer {
	color:#AAAAAA;
	text-align:left;
	line-height: 20px;
	margin: 0px 10px 5px 25px;
	}

p.menu {
	line-height: 10px;
	margin: 5px 0 5px 25px
	}
	
p.right {
	line-height: 12px;
	margin:10px 10px 10px 10px;
	}
	
p.quote {
	line-height: 12px;
	font-style:italic;
	margin:10px 10px 10px 10px;
	} 		 	
	
p.pdf {
	background: #EEE url(images/pdf.gif) no-repeat;
	height:60px;
	margin:0;
	border-bottom: 4px solid #fff;
	padding: 0 25px 0 80px;
	}	

img {
	border:#333333;
	margin: 0 0px 0 0px;
	}	

img.floatright {
	float:right;
	clear:right;
	border:none;
	margin: 5px 5px 5px 10px;
	}

img.floatleft {
	float:left;
	clear:left;
	border:none;
	margin: 5px 10px 5px 0;
	}
	
img.top {
	margin:25px 0 0 0;
	border:none;
	}
	
img.content {
	margin:7px 0 0 0;
	border:none;
	}

img.logofooter {
	float:right;
	clear:right;
	border:none;
	margin: 2px 5px 2px 10px;
	}

a:link {

    color: #002740;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
	}

a:visited {

    color: #336699;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
	}

a:hover {
    color: #333333;
    text-decoration: underline;
    background-color: #F1FAFA;
    font-weight: bold;
    font-style: normal;
	}

a:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #333333;
    font-weight: bold;
    font-style: normal;
	}

a.topmenu:link {

    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
	}

a.topmenu:visited {

    color: #ABC0C0;
    text-decoration: none;
    background-color: #666666;
	font-weight: bold;
    font-style: normal;
	}

a.topmenu:hover {
    color: #666666;
    text-decoration: underline;
    background-color: #FFFFFF;
    font-weight: bold;
    font-style: normal;
	}

a.topmenu:active {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #336699;
    font-weight: bold;
    font-style: normal;
	}
	
a.vanity:link {

    color: #444;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
	}

a.vanity:visited {

    color: #444;
    text-decoration: none;
	font-weight: bold;
    font-style: normal;
	}

a.vanity:hover {
    color: #888;
    text-decoration: underline;
    font-weight: bold;
    font-style: normal;
	}

a.vanity:active {
    color: #B35639;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
	}	

hr.pale {
    height:12px;
    width:760px;
    color:#ABC0C0;
	background-color:#ABC0C0;
	border:0;
    margin: 0 0 0 0px;  
   }
   
hr.navy {
    height:8px;
    width:760px;
    color:#2D4457;
	background-color:#2D4457;
	border:0;
    margin: 0 0 0 0px;  
   }
   
hr.blue {
    height:4px;
    width:760px;
    color:#336699;
	background-color:#336699;
	border:0;
    margin: 0 0 0 0px;  
   }
   
hr.grey {
    height:4px;
    width:760px;
	color:#666666;
	background-color:#666666;
	border:0;
    margin: 0 0 0 0px;  
   }     
   
   
   
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}

#navcontainer li { margin: 0 0 3px 0; }

#navcontainer li.sub {
	font-size:10px;
	text-indent:5px;
	}

#navcontainer a {
	display: block;
	padding: 2px 2px 2px 24px;
	border: 0px;
	width: 152px;
	background-color: #999;
	}

#navcontainer a:link, #navlist a:visited {
	color: #EEE;
	text-decoration: none;
	}

#navcontainer a:hover{
	border: 0px;
	background-color: #2D4457;
	color: #fff;
	}

#active a:link, #active a:visited, #active a:hover {
	border: 0px;
	background-color: #336699;
	color: #EEE;
	}

#activesub a:link, #activesub a:visited, #activesub a:hover {
	border: 0px;
	background-color: #EEEEEE;
	color: #333;
	font-size:10px;
	text-indent:5px;
	font-weight:700;
	}	