@charset "utf-8";

* {
   padding:0;
   margin:0;
}

body {
	background-color: #000;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/ALCOM_bg1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}

/* sticky footer section */
html, body {
	height: 100%;
}

.wrapper {
	min-height: 755px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px; /* the bottom margin is the negative value of the footer's height */
	background-image: url(images/ALCOM_HeaderBar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.contactwrapper {
	min-height: 1055px;
	height: auto !important;
	height: 100%;
	margin: 0 auto -220px; /* the bottom margin is the negative value of the footer's height */
	background-image: url(images/ALCOM_HeaderBar.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#nav {
	height: 335px;
	width: 1000px;
	background-image: url(images/rotator/rotate.php);
}

.footer, .push {
	height: 220px; /* .push must be the same height as .footer */
}
#textbox {
	float: left;
	height: 350px;
	width: 480px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 20px;
	text-align: justify;
}
#brandbox {
	float: right;
	height: 350px;
	width: 480px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contactbox {
	float: left;
	height: 650px;
	width: 480px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 18px;
	text-align: justify;
}
#contactimagebox {
	float: right;
	height: 650px;
	width: 480px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#employmentbox {
	float: left;
	height: 650px;
	width: 480px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 18px;
	text-align: justify;
}

#header {
	height: auto;
	width: auto;
}
.container {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#footer {
	background-image: url(images/ALCOM_FooterBar.png);
	height: 220px;
	width: auto;
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #0b0b0b;
	padding-top: 0px;
}

.bodylinks:link {
	text-decoration: none;
	color:#cc0000;
}
.bodylinks:visited {
	text-decoration: none;
	color:#cc0000;
}
.bodylinks:active {
	text-decoration: none;
	color:#cc0000;
}
.bodylinks:hover {
	text-decoration: underline;
	color:#cc0000;
}

h1 {
	font-size: 12pt;
	color: #cc0000;
}

h2 {
	font-size: 16px;
	color: #b50909;
}
.nav_right {
	float: right;
	padding-right: 33px;
}
.nav_left {
	float: left;
	padding-left: 33px;
}
.nav_left2 {
	float: left;
	padding-left: 23px;
	clear: right;
}
.nav_right2 {
	float: right;
	padding-right: 0px;
}
.nav_right3 {
	float: right;
	padding-right: 23px;
}
#copyright {
	float: right;
	height: auto;
	width: auto;
	font-size: 10px;
	text-align: right;
}
#bottomlinks {
	float: left;
	height: auto;
	width: auto;
	font-size: 10px;
	text-align: left;
}

