/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block;}
mark, rp, rt, ruby, summary, time {display:inline;}

/* Global properties ======================================================== */
html {width:100%; height:100%;}

body {font-family:Arial, Helvetica, sans-serif;font-size:14px;line-height:25px;color:#7f7f7f;min-width:1000px;height:100%;background:#55594a; center top repeat #0e0f0f;}
.ic {border:0;float:right;background:#55594a;color:#f00;width:50%;line-height:10px;font-size:10px;margin:-220% 0 0 0;overflow:hidden;padding:0}
.bg {width:100%; background:#55594a;}

.main {
	width:1000px; 	
	margin:0 auto;
}

a {color:#cc2800; outline:none;}
a:hover {text-decoration:none;}

.col-1, .col-2 {float:left;}

.wrapper {width:100%; overflow:hidden;}
.extra-wrap {overflow:hidden;}
 
p {margin-bottom:22px;}
.p1 {margin-bottom:8px;}
.p2 {margin-bottom:15px;}
.p3 {margin-bottom:30px;}
.p4 {margin-bottom:40px;}
.p5 {margin-bottom:50px;}

.reg {text-transform:uppercase;}

.fleft {float:left;}
.fright {float:right;}

.alignright {text-align:right;}
.aligncenter {text-align:center;}

.it {font-style:italic;}

.color-1 {color:#fff;}
.color-2 {color:#000;}
.color-3 {color:#666;}

/*********************************boxes**********************************/
.indent {padding:46px 0 0 30px;}
.indent-top {padding-top:10px;}
.indent-left {padding-left:20px;}
.indent-right {padding-right:20px;}

.indent-bot {margin-bottom:20px;}
.indent-bot2 {margin-bottom:18px;}
.indent-bot3 {margin-bottom:45px;}

.prev-indent-bot {margin-bottom:10px;}
.prev-indent-bot2 {margin-bottom:5px;}
.img-indent-bot {margin-bottom:25px;}
.margin-bot {margin-bottom:35px;}

.img-indent {float:left; margin:0 20px 0px 0;}	
.img-indent2 {float:left; margin:0 13px 0px 0;}	
.img-indent3 {float:left; margin:11px 20px 0px 0;}
.img-indent-r {float:right; margin:-43px 0px 0px 30px;}	

.buttons a:hover {cursor:pointer;}


.link,
.button,
.button2,
h1 a {text-decoration:none;}	

/*********************************header*************************************/
header {
	width:100%;
	height:100%;
	background:#55594a;
	position:absolute; 
	z-index:12;
			background:url(../images/ATClogo.jpg) top center no-repeat;
}

h1 {
	padding:25px 0 24px 1px; 
	float:center;
}
	h1 a {
		display:block; 
		width:458px;
		height:94px;
		text-indent:-9999em;
		background:url(../images/logo.png) center center no-repeat;
	}
	
.title-1 {
	display:block;
	font-size:29px; 
	line-height:2em; 

	letter-spacing:-2px;
	margin-bottom:5px;
}

/*********************************content*************************************/
#content {
	width:100%; 
	height:100%
	padding:40px 0 60px;
	background:#55594a;
	position:relative;
	z-index:1;
}

.spacer-1 {
	width:100%; 
	background:#55594a;
}



		
/****************************footer************************/
footer {
	width:100%; 
	height:50px;
	padding:0px 0 30px;
	background:#55594a;
	z-index:2;
}
	footer span {display:block;}
