/*
CSS Style Sheet
Site: www.allianceconstruction.com
Company: www.mediatechproductions.com
Author: Casey Landreth
*/
HTML, BODY
{
	margin: 0px;
	height: 100%;
	font-family: Arial;
	font-size: 10pt;
}
TABLE
{
	margin: 0px;
	padding: 0px;
}
IMG
{
	display: block;
}
TD
{
	font-size: 10pt;
}
LI
{
	list-style-image: url("/images/li.gif");
}
A
{
	color: #0055A5;
}
A:HOVER
{
	color: #939393;
}
HR
{
	color: #85AED4;
	background-color: #85AED4;
	border: 0px;
}
/* Layout */
#header
{
	width: 100%;
	height: 91px;
	z-index: 2;
	position: absolute;
}
#midNav
{
	background-color: #0055A5;
	height: 30px;
	width: 100%;
	z-index: 1;
	position: absolute;
	top: 91px;
}
#content
{
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#footer
{
	font-size: 7pt;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-weight: bold;
}
#footer A
{
	text-decoration: none;
	color: #0055A5;
}
#footer A:HOVER
{
	color: #939393;
}
#bodyText
{
	padding: 0px 10px 10px;
}
/* Text Styles */
.txt10
{
	font-size: 10pt;
}
.txt8
{
	font-size: 8pt;
}
.blueBold
{
	color: #0055A5;
	font-weight: bold;
}
.txtRed
{
	color: #FF0000;
}
/* Misc Classes */
.blueBorder
{
	border: 2px solid #0055A5;
}
.pad
{
	padding: 0px 10px;
}
.ftp
{
	border: 1px solid #0055A5;
	overflow-x: hidden;
}
/* Footer */
#mediaTech
{
	color: #CCCCCC;
	text-transform: none;
}
#mediaTech A
{
	color: #CCCCCC;
	text-decoration: none;
}
#mediaTech A:HOVER
{
	color: #0055A5;
}
/* Forms */
INPUT
{
	border: 1px solid #0055A5;
	background-color: #FAFAFA;
}
TEXTAREA
{
	border: 1px solid #0055A5;
	background-color: #FAFAFA;
}
SELECT
{
	border: 1px solid #0055A5;
	background-color: #FAFAFA;
}
.button
{
	background-color: #0055A5;
	color: #FFFFFF;
	font-weight: bold;
}
