/* CSS Document */
/*CSS file for Eagle Business Finance templates */
/* Hacks for IE browsers - for IE MAC \ */
* html .clearfix { height: 1%; } /* for IE5, 6 */
.clearfix {display: inline-block;} /* for IE7 */
.clearfix {display: block;}
/* end of hide from IE MAC */
/* End of hacks file */
.clearfix:after { /* for browsers that support :after */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/*The order of each listing has an impact on the result*/
body {
	background-image: url(images/background_water.jpg);
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	font-size: 62.5%; /* gives a base of 10px for font adjustment */	
}
#container {
	width: 960px;
	margin: auto;
	font-size: 1.4em;
}
#main_table {
	width: 100%;
	padding: 0px;
	border-width: 0px;
}
#rounded_top {
	color: #FFFFFF;
	background-image: url(images/rounded_corners_960.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
#rounded_botton {
	font-size: .8em;
	color: #080351;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	background-image: url(images/rounded_corners_960.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.table_remainder {
	background-color: #FFFFFF;
	vertical-align: top;	
}
#contact_table {
	width: 475px;
}
#logo_float_left {
	float: left;
	margin-right: 10px;
	margin-left: 20px;	
}
.menu_nav {
	width: 200px;
	padding: 0 20px 0 0;
}
.menu_nav li {
	background-color: #99CCFF;
	color: #080351;
	list-style: none;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	margin-bottom: 5px;
	border: 1px solid #080351;
	background-image: url(images/menu_background1.jpg);
}
.menu_nav a {
	display: block; /* make entire box a hot spot */
}
.menu_nav a:link {
	text-decoration: none;
}
.menu_nav a:visited {
	text-decoration: none;
}
.menu_nav a:hover {
	text-decoration: none;
}
.menu_nav a:active {
	text-decoration: none;
}
#main_content {
	font-size: 1.0em;
	text-align: left;
	padding: 0 20px 20px 0;
}
#ameriSOURSE1 td {
	background-color: #CC0033;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-left-color: #999;
}
#ameriSOURSE2 td {
	background-color: #FFFFFF;
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#ameriSOURSE3 td {
	background-color: #0033FF;
	font-size: 0.8em;
	color: #FFF;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
#ameriSOURSE4 td {
	background-color: #FFFF00;
	font-size: 1em;
	font-weight: bold;
	color: #03F;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-bottom: 5px;
}
#ameriSOURSE2 li {
	color: #000;
	font-size: 0.8em;
	list-style-image: none;
	list-style-type: disc;
	text-align: left;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	font-weight: bold;
}
a:link {
	color: #080351;	
}
a:visited {
	text-decoration: underline;
	color: #080351;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
#formebf {
	text-align: right;
	width: 440px;
	padding-right: 10px;
	border: thin solid #080351;
}
.center {
	text-align: center;	
}
#product_nav {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 10px 0 0 46px;
	list-style: none;
	background: url(images/single_pixel.gif) repeat-x left bottom; /* single line */
}
#product_nav li {
	font-size: 1.0em;
	padding: 0px;
	margin: 0 4px 0 0;
	float: left;
}
#product_nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 4px 8px;
	color: #080351;
	text-decoration: none;
	border: 1px solid #080351;
	font-weight: bold;
	background: #FFCCCC url(images/tab_background1.gif) repeat-x left top;
}
#product_nav a:hover {
	color: #FF0000;
	padding-bottom: 4px;
	background-image: url(images/tab_background2.gif);
	border-bottom-color: #FFFFFF;
}
h1 { /* Header Text */
	color: #080351;
	font-style: italic;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;	
}
h2 { /* Title Text */
	color: #080351;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	font-style: normal;
}
h3 {
	font-size: 1.0em;
	margin-bottom: 3px;
}
p {
	font-size: 1.0em;
}
/*.float_left {
	float: left;
}
.float_right {
	float: right;
}*/.float_right {
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float_left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.float_right_NEFA {
	float: right;
	margin-top: 25px;
	margin-left: 25px;
	margin-bottom: 25px;
}