@import url('common.css');
@import url('side_modules.css');

h2.mailing_list {
	color:#1A3A70;
	font-family:rockwell;
	font-size:1.7em;
	left:16px;
	margin:5px 0 0;
	position:relative;
	top:7px;
}

div.inside_holder {
	position:relative;
	margin:0;
	width:100%;
	height:auto;
	}
	
div#inside_one {
	background-color:none;
	}
	
div#inside_two {
	background-image:url(../images/asi_08.jpg);
	background-color:#fefefe;
	background-repeat:repeat-x;
	}
	
div#inside_three {
	height:77px;
	background-image:url(../images/asi_20.jpg);
	background-repeat:repeat-x;
	}
	
div#inside_four {
	height:60px;
	background-color:#2c8776;
	}

div#asi_header{
	position:relative;
	width:925px;
	height:135px;
	margin:0 auto;
	}

div#asi_logo {
	position:absolute;
	width:332px;
	height:118px;
	top:4px;
	left:10px;
	z-index:5;
	}
	
div#main_navigation {
	position:absolute;
	right:0px;
	bottom:0px;
	}

	
div#asi_middle {
	position:relative;
	height:auto;
	width:925px;
	margin:0 auto;
	padding:40px 0 0 0;
	}
	
	div#middle_left {
		position:relative;
		float:left;
		width:330px;
		height:auto;
		margin-top:-4px;
		}

div#middle_right {
	position:relative;
	float:right;
	width:580px;
	height:auto;
	margin-top:7px;
	}
	
div#middle_shadow {
	position:absolute;
	z-index:0;
	width:675px;
	height:128px;
	top:285px;
	left:-50px;
	}
	
div#middle_photo {
	position:relative;
	width:560px;
	height:340px;
	background-color:#187867;
	border:10px solid #187867;
	border-top-width:0;
	}
	
div#middle_flash{
	position:relative;
	top:10px;
	}
	
div#middle_content {
	position:relative;
	width:560px;
	line-height:1.5em;
	margin:40px auto 0 auto;
	}
	
	
/* footer */
	.footer_white {
		color:#fff;
		}
		
	.bold {
		font-weight:bold;
		}
	
p#copyright {
	position:relative;
	width:100%;
	text-align:center;
	font-size:.8em;
	color:#fff;
	margin:0;
	top:25px;
	}
	
p#p_sitemap {
position:relative;
width:100%;
text-align:center;
}

p#p_sitemap span {
margin:0 10px;
position:relative;
top:30px;
}

.bold {
	font-weight:bold;
	}
.upper {
	text-transform:uppercase;
	}
/* footer */