/* CSS Document */

body {
	color:#333;
	background-color:white;
	margin:20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
	background-repeat: no-repeat;
	}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:26px;
	font-weight:900;
	color:navy;
	font-family: "Copperplate Gothic Bold", verdana, arial, helvetica, sans-serif;
	}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #330033;
	}
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.main-content>p {margin:0px;}
.main-content>p+p {text-indent:30px;}

a {
	color:navy;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
	}
.lftp2 {line-height:.95em;}
.lftp {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	line-height:1.05em
	}
a:link {color:navy;}
a:visited {color:#330033;}
a:hover {
	background-color:#FFFFFF;
	color: #003333;
}

.main-content {
	position:relative;
	max-width:400px;
	min-width:120px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	margin-top: 10px;
	margin-right: 210px;
	margin-bottom: 20px;
	margin-left: 170px;
	}

#tools {
	position:absolute;
	width:128px;
	top:200px;
	left:20px;
	border:1px solid black;
	padding:10px;
	z-index:2;
	voice-family: "\";}\"";
	voice-family:inherit;
	width:128px;
	background-color:#eee;
}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#tools {width:128px;}
		
#right-content {
	float:right;
	width:190px;
	right:20px;
	border:1px solid black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#right-content {width:168px;}

#top_border {
	position: absolute;
	height: 65px;
	width: 1000px;
	top: 63px;
	background-color: #CCCCCC;
}

#outer-image {
	background-image:  url(../images/leaf_fade.jpg);
	height: 211px;
	background-position: right top;
	background-repeat: no-repeat;
}

#inner-image {
	background-image:  url(../images/acd_logo3.gif);
	height: 143px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
}
#content-position {
	position: absolute;
	top: 190px;
}

/*Navigation*/
#horz_navcontainer {
	position: absolute;
	z-index: 1;
	left: 190px;
	top: 125px;
}

#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font: bold 12px Verdana;
	z-index: 2;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a.current{
}

#tabcontentcontainer{
	width:680px;
	height:40px;
	padding-left: 10px;
}

.tabcontent{
display:none;
}

.col{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

.image {
	text-align: center;
}
.footer {
	font:11px verdana, arial, helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: navy;
	text-align: center;
	line-height: 1em;
}