@charset "UTF-8";
/* CSS Document */


body {
	background-color:#031F5E; /* midnight blue */
	background-image:url(images/allstarback.png);
	background-repeat:repeat;
	border:0px;
	margin:0px;
	padding:0px;
	
	font-size:.95em;
}

#homeheader {
	margin:0px;
	padding:0px;
	width:100%;
	background-image: url(images/topback.png);
	background-repeat: repeat-x;
	text-align:center;
}

#container {
	background:url(images/bodyback.jpg);
	background-color:#031F5E; /* midnight blue */
	background-position:center;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	width:100%;
	top:180px;
	border:3px;
	border:#000000;
	text-align:center;

	
}

/* old container
#container {
	background:url(images/bottomback.png);
	background-color:#00FFFF;
	background-position:bottom;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	width:100%;
	top:180px;
	border:3px;
	border:#000000;
	text-align:center;
	
}
*/

#overbar {
	/*background-color:#999900;*/
	background-image:url(images/overbar.png);
	background-repeat:repeat-x;
	height:49px;
	width:100%;
	border:0px;
	margin:0px;
	display:block;
	position:relative;
}

.navbar {
	background-color:#FFF;
	width:630px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	top:-49px;
	margin-bottom:10px;
	overflow:hidden;
	border:0px;
	display:block;
	position:relative;
	
}
	
.navbar img {
	margin:0px;
	padding:0px;
	border:0px;
	position:relative;
	top:0px;
}

a#gohome,
a#goabout,
a#gocontact,
a#gonews,
#leftbar,
#rightbar {
	text-indent:-5000px;
	display:block;
	height:25px;
	text-decoration:none;
	float:left;
}

a#gohome {
	background:url(images/images/navorking_03.jpg) 0px 0px no-repeat;
	width:138px;
	}

a#gonews {
	background:url(images/images/navorking_02.jpg) no-repeat;
	width:71px;
	}

a#goabout {
	background:url(images/images/navorking_04.jpg) no-repeat;
	width:75px;
	}

a#gocontact {
	background:url(images/images/navorking_05.jpg) no-repeat;
	width:91px;
	}


a#gohome:hover,
a#goabout:hover,
a#gocontact:hover,
a#gonews:hover {
	background-position:0px -25px;

	}

#home #gohome,
#news a#gonews,
#about a#goabout,
#contact a#gocontact {
	background-position:0px -50px;
	}




#maincopy {
	/* position:relative; */
	/*background-color:#CCFF00;*/
	top:172px;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:80px;
	display:inline-block;
	width:900px;

}

#maincopy p { 
	text-align:justify;

}

p {
	margin-top:0px;
	margin-bottom:10px;
	line-height:1.3em;
}

.lfside {
	background-color:#CDDFEE; /*half light blue*/
	background-image:url(images/lf_side_back.png);
	background-repeat:repeat-y;
	float:left;
	width:265px;
	height:auto;
	display:block;
	margin-right:20px;
	text-align:left;
}

.rtside {
	background-color:#CDDFEE; /*half light blue*/
	background-image:url(images/lf_side_back.png);
	background-repeat:repeat-y;
	float:right;
	width:200px;
	height:auto;
	display:block;
	margin-left:25px;
	position:relative;
	padding:15px;
}

.rtside p {
	text-align:left !important;

}

.rtside h4 {
	margin-top:0px;
	margin-bottom:3px;
}

.innerside {
	margin:10px;
	}

/* link color */


a {
	color:#004991;
}

a:visited {
	color:#2E3E51;
}

a:hover {
	color:#9CBFDE;
}

.rtside a:hover {
	color:#0000FF;
}

h1, h2, h3, h4 {
	color:#041E5E;
	text-align:left;
}

h2 {
	margin-top:0px;
	}

h3 {
	margin-top:2px;
	margin-bottom:0px;
	/* text-transform:uppercase; */
	font-size:150%;
	font-weight:bold;
	padding-bottom:0px;
}

h4 {
	margin-bottom:2px;
	padding-top:8px;
}

.teammember {
	clear:both;
	float:none;
	display:block;
	position:relative;
	height:90px;
	width:250px;
	}
	
.teammember i {
font-size:95%;
}

.portrait {
	float:left;
	margin-right:4px;
	}
	
.portrait {
	border-color:#041E5E;
	border-width:1px;
	border-style:solid;
	}
	
p img {
	float:left;
	border-color:#041E5E;
	border-width:1px;
	border-style:solid;
	margin:10px;
	}

.address {
	font-size:75%;

}

.newsarea {
	width:550px;
	float:left;
	text-align:left;
	margin-bottom:30px;
	position:relative;
	left:50px;
}

ul, li {
	margin-left:5px;
	padding-left:2px;
	margin-bottom:10px;
	text-align:left;
	
	}

#aasmlogo {
	position:relative;
	float:left;
	top:-20px;
}

#footer {
	position:relative;
	text-align:center;
	bottom:50px;
	margin-left:auto;
	margin-right:auto;
	width:500px;
	left:-25px;
}

