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

body{
	background-color:#f5f3e3;
	margin-top:0;
}

img{
	border:0px;
}

.getGreen{
	color:#789B3A;
}

#longLine{
	height:436px;
	width:10px;
	position:absolute;
	left:220px;
	top:86px;
	border-right:#000000 1px dotted;
}

.greyText{
	color:#666666;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

#mainContainer{
	margin-left:auto;
	margin-right:auto;
	width:940px;
	height:600px;
	background-image:url(../images/main_background.png);
	background-repeat:repeat-y;
	position:relative;
}

#mainContainerBottom{
	height:25px;
	width:940px;
	position:absolute;
	top:575px;
	background-image:url(../images/main_bottom.png);
	background-repeat:no-repeat;
}

#menuContainer{
	width:860px;
	height:35px;
	border-bottom:#333333 1px dotted;
	position:absolute;
	left:40px;
	top:10px;
}

#menuCatCont{
	width:860px;
	height:30px;
	background-color:#E1E1E1;
	position:absolute;
	top:3px;
	left:0px;
}


.menuButtonContainer{
	height:24px;
	float:left;
	padding-left:12px;
	padding-right:12px;
	padding-top:6px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	border-right:#000000 1px dotted;
	display:block;
}

.menuButtonContainer a{
	color:#767676;
	text-decoration:none;
	border-bottom: #767676 1px dotted;
}

.menuButtonContainer a:hover{
	color:#000000;
	background-color:#F2F2F2;
}

#menuButtonSelected{
	background-color:#FFFFFF;
}

#textSelected{
	background-color:#99C43C;
	color:#000000;
	text-decoration:none;
}

#subMenuContainer{
	width:860px;
	height:20px;
	position:absolute;
	left:40px;
	top:45px;
}

#subMenuCatCont{
	width:860px;
	height:20px;
	border-bottom:#99C43C 1px solid;
	position:absolute;
	top:3px;
	left:0px;
}

.subMenuButtonContainer{
	height:16px;
	float:left;
	padding-left:12px;
	padding-right:12px;
	padding-top:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	border-right:#000000 1px dotted;
	display:block;
}

.subMenuButtonContainer a{
	color:#000000;
	text-decoration:none;
}

.subMenuButtonContainer a:hover{
	background-color:#f4f2de;
}

#subTextSelected{
	background-color:#99C43C;
	text-decoration:none;
}


#logoHolder{
	height:50px;
	width:127px;
	background-image:url(../images/APD_logo.png);
	background-repeat:no-repeat;
	position:absolute;
	top:74px;
	left:40px;
}

#logoHolder2{
	height:50px;
	width:127px;
	background-image:url(../images/APD_logo.png);
	background-repeat:no-repeat;
	position:absolute;
	top:84px;
	left:40px;
}

#logoLine{
	height:10px;
	width:140px;
	border-top: #000000 1px dotted;
	position:absolute;
	top:145px;
	left:40px;
}



#mainFooter{
	position:relative;
	height:50px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;

}

#addressHolder{
	width:880px;
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:2px;
	border-top:#666666 1px solid;
	padding-top:4px;
	position:absolute;
	text-align:center;
	top:555px;
	left:30px;
}

#creditsHolder{
	height:25px;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	text-align:center;
}