/*****************/
/*     Styles    */
/*****************/

* html a:hover
{
visibility:visible
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing:140%;
	color: #666;
	background-color: #fff;

}

p {
	margin: 0px 0px 10px 0px;
}

.nomargin {
	margin: 0px 0px 0px 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px 0px;
	font-style: normal; 
	color: #003359;
	font-weight: normal; 
	text-decoration: none; 

}

h1 {  
	font-size: 16px; 
}

h2 {  
	font-size: 16px; 
	color: #666;
}

h3 {  
	font-size: 15px; 
}

h4 {  
	font-size: 14px; 
}

h5 {  
	font-size: 13px; 
}

h6 {  
	font-size: 12px; 
}


a, a:link, a:visited {
	color: #3a4a58;
	text-decoration: none;
}

a:hover	{
	color: #000;
	text-decoration: none;
}
	
a.noborder {
	border-bottom: none;
	text-decoration: none;
}

img {
	border: none;
}


	#HomeButtonLayer a.homebutton, #HomeButtonLayer  a.homebutton:visited {
		display:block;
		padding:0px 0px 0px 15px;
		margin:0px;
		color:#394A58;
		background:url(../images/button_home_background.gif) center left no-repeat;
	}

	#HomeButtonLayer a.homebutton:hover {
		display:block;
		padding:0px 0px 0px 15px;
		margin:0px;
		color:#394A58;
		background:url(../images/button_home_background_f2.gif) center left no-repeat;
	}

	#HomeTextRightLayer h2 {
		color:#003359;
		font-size:16px;
	}

	#HomeTextRightLayer h3 {
		color:#AA2611;
		font-size:11px;
		display:inline;
	}

	#HomeTextRightLayer h4 {
		color:#003359;
		font-size:11px;
		display:inline;
	}

	#HomeTextRightLayer strong {
		color:#003359;
		display:inline;
	}
	
	#HomeTextRightLayer a, #HomeTextRightLayer a:visited {
		color:#003359;
	}

	#HomeTextRightLayer #HomeTextRightLayer a:hover {
		color:#003359;
	}

	#HomepageFooterLayer a, #HomeTextRightLayer a:visited {
		color:#FFF;
		text-decoration:none;
	}
	
	#HomepageFooterLayer a {
		color:#fff;
		text-decoration:none;
	}
	
	#HomepageFooterLayer a:hover {
		color:#A4AEB5;
		text-decoration:none;
	}

	#HomepageFooterLayer a.button,#HomepageFooterLayer a.button:visited {
		display:block;
		padding:0px 0px 0px 25px;
		margin:0px;
		background:url(../images/allion_footer_graphic.jpg) center left no-repeat;
	}

	#HomepageFooterLayer a.button:hover {
		display:block;
		padding:0px 0px 0px 25px;
		margin:0px;
		background:url(../images/allion_footer_graphic_f2.jpg) center left no-repeat;
	}
	
	#FooterLayer a, #FooterLayer a:hover {
		color:#ccc;
		text-decoration:none;
	}

	#InternalFnavLayer a,#InternalFnavLayer a:visited,#InternalFnavLayer a:hover {
		color:#FFF;
		text-decoration:none;
	}

	#InternalFooterLayer a,#InternalFooterLayer a:visited,#InternalFooterLayer  a:hover {
		color:#394A58;
		text-decoration:none;
	}



/* Custom styles */

	#FnavLayer a, #FnavLayer a:link, #FnavLayer a:visited {
		color:#999;
	} 

	#FnavLayer a:hover {
		color:#AD1525;
	} 

/*
#divname, .classname {
	display properties(margin, width, z-index, etc...)
	
	font styles (font-width, color, text-alignment, etc...)
	
	theme related (border, background, etc...)
}
*/
