/* CSS Document */

body {
	margin:0px;
	background:url(../images/bg_pattern.gif) top left repeat-y;
	background-color:#333366;
	background-attachment:fixed;
	font-family:Verdana;
	font-size:11px;
}


/***********************************
THIS IS FOR THE BIG AMCAB LOGO IMAGE
***********************************/
	.image_scroll_box {
		position:fixed;
		top:0px;
		left:0px;
		height:302px;
		width:302px;
	}
	
	#image_scroll {
		width:302px;
		height:302px;
		border:0px;
	}

/***********************************
THIS IS FOR THE NAVIGATION LINKS
***********************************/

	.nav_box {
		position:fixed;
		top:302px;
		left:21px;
		width:237px;
		background:url(../images/nav_pattern.gif) top left repeat-y;
	}
	
	.links {
		width:200px;
		position:relative;
		color:#FFFFFF;
		left:15px;
	}
	
	.links a {
		display:block;
		padding:5px 0px 5px 0px;
		border-bottom:1px dashed #ccc;
		color:#FFFFFF;
		text-decoration:none;
		font-family:Verdana;
		font-size:11px;
	}
	
	.links a:hover {
		color:#fff;
		font-weight:bold;
	}
	
	.nav_box_bottom {
		position:relative;
		width:237px;
		height:15px;
		background:url(../images/nav_bottom.gif) top left no-repeat;
	}
	

	#watermark {
		position:fixed;
		bottom:5px;
		left:785px;
		color:#999;
		font-size:10px;
		font-family:Verdana;
	}

	#mundtmark {
		position:fixed;
		top:600px;
		left:60px;
		color:#fff;
		font-size:10px;
		font-family:Verdana;
		opacity: .5;
		filter: alpha(opacity=50);
	}
	
	#mundtmark a {
		font-weight:bold;
		text-decoration:none;
		color:#fff;
		border-bottom:1px dashed #ccc;
		opacity: .5;
		filter: alpha(opacity=50);
	}

	#mundtmark a:hover {
		opacity: 1;
		filter: alpha(opacity=100);	
	}	
	.pagedata {
		position:relative;
		top:10px;
		left:300px;
		width:460px;
		text-align:justify;
		line-height:1.5em;
		padding-bottom:33px;
	}
	
	.pagedata a {
		display:block;
				color:#333366;
		text-decoration:none;
		font-family:Verdana;
		font-size:11px;
	}
	
	.pagedata a:hover {
		color:#333366;
		font-weight:bold;
	}
	
	.generic_icons {
		position:fixed;
		top:15px;
		left:790px;
		/* 16x14 image size */
		width:20px;
	}
	
	.generic_icons a {
		display:block;
		width:20px;
		height:20px;
		padding-bottom:3px;
		border:0px;
	}
	
	.generic_icons a img {
		width:20px;
		height:20px;
		border:0px;
	}
	
	.phone_number {
		position:fixed;
		top:520px;
		/*<bottom:55px;*/
		left:60px;
		color:#fff;
		font-size:10px;
		font-family:Verdana;
	}

/* amcab directory */

.amcab_directory {
	border:1px;
	border-bottom:1px solid #ccc;
}

.amcab_directory tr {
}
.amcab_directory td {
	font-size:11px;
	font-family:Verdana;
	color:#000;
	padding:3px;
	border-bottom:1px solid #ccc;
	text-align:left;
}
