@charset "utf-8";
/* CSS Document */

/* LOGO COLORS
RED - 	C61C22
BLUE - 	005AAA
GREEN -	50B848
*/
	
* {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
body {background-color:#000000;}
div#outer {
	/*width: 1050px;*/
	width: 65em;
	margin-left: auto;
	margin-right: auto;
	}
#logo {
	display:none;
	}	
a:link {
	color:#005AAA;
	}
a:visited {
	color:#50B848;
	}
a:active, a:hover {
	color:#C51C22;
	}
p, h1, h2, h3, h4, h5, h6 {
	margin-left:80px;
	margin-right:220px;
	padding-bottom:10px;
	}
h1 {
	font:1.6em;
	}
h2 {
	font:1.4em; 
	background-color:#005AAA; 
	color:#FFFFFF;
	padding-bottom:5px;
	}
h3 {
	font:1.2em; 
	color:#005AAA; 
	margin-left:100px;
	}
h4 {
	font:1em; 
	margin-left:100px;
	}
p {
	font:1em; 
	margin-left:100px;
	margin-right:220px;
	}
			
#header {
	background-image:url('file:///C:/Users/Roger/Documents/My%20Web%20Sites/atlantatkd/_library/images/template/logoheader.png');
	background-repeat:no-repeat;
	background-position:center top;
}
#header h1 {
	display:none;
	}
#contact {
 	padding-top:5.6em;
	padding-left:30em;
	padding-bottom:4em;
	text-align:right;
 	 }	
#contact p {
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
	line-height:1.5em;
	margin-right:80px;
	}	 

/* TABBED NAVIGATION */	
ul#menu {
	list-style:none;
	margin:15px 50px 0 51px;
	font:110%;
	float:left;
	width:100%;
	}
ul#menu li {
	float:left;
	margin:2px 2px 0 2px;
	/* padding:0 11px 0 11px; */
	border-top:2px solid #C61C22;
	border-right:2px solid #C61C22;
	border-left:2px solid #C61C22;
	border-bottom:2px solid #C61C22;
	font-weight:bold;
	}
ul#menu a:link, ul#menu a:visited {
	display:block;
	color:#000000;
	background-color:#FFFFFF;
	text-decoration:none;
	padding:4px;
	}
ul#menu a:hover {
	background-color:#005AAA;
	color:#FFFFFF;
	}

/* HORIZONTAL RULES */	
#toprule {
	padding-top:100px; 
	padding-bottom:1px; 
	background-image:url('file:///C:/Users/Roger/Documents/My%20Web%20Sites/atlantatkd/_library/images/template/rule.png'); 
	background-repeat:no-repeat; 
	background-position:center;
	}
#bottomrule {
	padding-top:10px; 
	padding-bottom:2px; 
	background-image:url('file:///C:/Users/Roger/Documents/My%20Web%20Sites/atlantatkd/_library/images/template/rule.png'); 
	background-repeat:no-repeat; 
	background-position:center;
	}

/* FOOTER */
/* CONTENT */
#content {
	margin-top:-40px;
	background-image:url('file:///C:/Users/Roger/Documents/My%20Web%20Sites/atlantatkd/_library/images/template/centerline.png');
	background-repeat:repeat-y;
	background-position:center top;
}
#content li {
	list-style-image:url('file:///C:/Users/Roger/Documents/My%20Web%20Sites/atlantatkd/_library/images/bullets/bluenet_chk.gif');
	margin-left:150px;
	vertical-align:text-bottom;
	}
#content ul {
	padding-bottom:12px;
	}
#testimony {
	margin-left:100px;
	margin-right:100px;
	font-style:italic;
	}

#footer {
	background-image:url('file:///C:/Users/Roger/Documents/My%20Web%20Sites/atlantatkd/_library/images/template/footer.png');
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:5em;
	}
#fcontent {
	clear:both;
	font-size:.8em;
	line-height:.8em;
	}
#fcontent p.first {
	padding-top:10px;
	}		
table.index {
	margin-left:6.1em;
	}
.index td {
	border: solid thin #999999;
	}
.index p {
	margin:0;
	padding:10px;
	}
#ads {
	position:absolute;
	left:1020px;
	top:333px;
	width:94px;
	height:461px;
	z-index:1;
}
#ads p {
	margin:0;
	padding:5px;
	}
	




