*{ margin:0;padding:0; }

body {margin-left: 0px; margin-top: 15px; margin-right: 0px;	margin-bottom: 0px; background-image:url(images/bg.jpg); background-repeat: repeat-x; font-family:Arial, Helvetica, sans-serif;color:#333; background-color:#c3c3c3;}

.text { font-family: "Verdana"; color: #ddd; font-size: 14px; }
.text_title { font-family: "Verdana"; color: #fff; font-size: 15px; font-weight:bold }

a { color:#fff; font-weight:normal; }

a img { border:none; }

p {
	font-size:11px;
	margin-bottom:15px;
	line-height:18px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	color:#B40024;
	font-size:20px;
	font-weight:bold;
}

.wrap {
	margin:	10px auto;
	width:758px;
	background:#fff;
}

.header {
	float:left;
	width:100%;
	margin-bottom:20px;
}

.mainNav,
.mainNav li {
	float:left;
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
.mainNav {
	width:100%;
	height:38px;
}

	.mainNav a {
		display:block;
		padding-top:38px;
		background-image:url(images/alcorp-nav.gif);
		background-repeat:no-repeat;
		height:0;
		overflow:hidden;
	}
	
	a.home {
		width:155px;
		background-position:0 0;
	}
		a.home:hover,
		#home a.home {
			background-position:0 -38px;	
		}
	
	a.about {
		width:211px;
		background-position:-155px 0;
	}
		a.about:hover,
		#about a.about {
			background-position:-155px -38px;	
		}
	
	a.projects {
		width:189px;
		background-position:-366px 0;
	}
		a.projects:hover,
		#projects a.projects {
			background-position:-366px -38px;	
		}
	
	a.contact {
		width:203px;
		background-position:-555px 0;
	}
		a.contact:hover,
		#contact a.contact {
			background-position:-555px -38px;	
		}
	

#banner {
	float:left;
	width:100%;
	height:307px;
	position:relative;
	overflow:hidden;
}

#content {
	float:left;
	width:718px;
	border:10px solid #D4C1A1;
	background:#857A68;
	padding:10px;
	color:#fff;
}

	#content h1 {
		color:#fff;	
		text-shadow:1px 1px 0px #666;
		margin-bottom:10px;
	}
	
	#content p {
		font-size:14px;	
		text-shadow:1px 1px 0px #666;
	}
	
	#projects #content table {
		margin:0 auto;
		text-shadow:1px 1px 0px #666;
	}

#banner img {
	z-index:0;
	display:none;
}

#banner img.visible {
	display:block;
}	

#homeTextBox {
	margin:20px 0 0 0;
	width:360px;
	height:200px;
	z-index:1;
	left:auto;
	background:url(images/homeTextBox.png);
	position:absolute;
	right:0;
	top:30px;
}

	#homeTextBox h1 {
		position:absolute;
		left:10px;
		top:13px;
	}
	
	#homeTextBox p.intro {
		font-size:11px;
		color:#fff;
		width:270px;
		text-align:right;
		position:absolute;
		top:51px;
		left:auto;
		right:10px;
		font-weight:bold;
	}
	
	#homeTextBox p.description {
		font-size:11px;
		line-height:15px;
		color:#45403c;
		width:335px;
		position:absolute;
		top:116px;
		left:auto;
		right:10px;
	}
	
	#homeTextBox a {
		color:#B40024;	
		font-size:11px;
		width:335px;
		text-decoration:none;
		position:absolute;
		bottom:17px;
		right:10px;
	}
	#homeTextBox a:hover {
		text-decoration:underline;	
	}
	
	
.bottom {
	float:left;
	width:728px;
	margin-top:2px;
	border-top:5px solid #a9a9a9;
	padding:15px;
}

	.bigAd {
		width:340px;
		float:left;
	}
	
	.bottomMain {
		width:380px;
		float:right;
	}
	
		.bottom h2 {
			color:#B40024;
			font-size:12px;
			font-weight:bold;
			margin:0;
			padding:0 0 0 10px;
			background:#EBEBEB;
			border-bottom:1px solid #bcbcbc;
			line-height:20px;
			text-decoration:none;
			margin-bottom:10px;
		}
		
		.bottom h2 a {
			color:#B40024;
			text-decoration:none;
		}
		.bottom h2 a:hover {
			text-decoration:underline;	
		}
		
		.bottomMain .left {
			float:left;
			width:185px;
		}
			.bottomMain h3 {
				font-weight:normal;
				font-size:13px;
				line-height:16px;
				color:#494949;
				padding-right:11px;
				background:url(images/tinyArrow.png) no-repeat right bottom;
				float:left;
				margin:0;
				padding:0 11px 0 0;
			}
			
			.bottomMain h3 a {
				text-decoration:none;
				color:#494949;
			}
			.bottomMain h3 a:hover {
				text-decoration:underline;	
			}
			
			.bottomMain .LR {
				font-size:11px;
				color:#6b6b6b;
			}
			
			.bottomMain h3 + h3 {
				margin-top:10px;	
			}
			
			.bottomMain p {
				clear:both;
				font-size:11px;
				line-height:13px;
				margin-bottom:10px;
				padding-left:13px;
			}
			
			
		.bottomMain .right {
			float:right;
			padding-left:10px;
			border-left:1px solid #a9a9a9;
		}
	



.footerBar {
	float:left;
	clear:both;
	background:url(images/footerBar.gif) repeat-x;
	color:#fff;
	height:27px;
	width:100%;
}
	.footerBar p {
		line-height:27px;
		font-size:11px;
		color:#fff;
		margin:0;
		padding:0 0 0 10px;
	}

