@charset "utf-8";
/* CSS Document */

body
{
	padding: 0;
	margin: 0;
	color: #666666;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 10pt;
	line-height: 150%;
	background-color: #fff;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #990000;
}

a:hover
{
	text-decoration: none;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	margin-top: 20px;
	position: absolute;
	top: -236px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#container    
{
	border: 20px solid #ccc;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url('images/directory_container_right.jpg');
	background-repeat: no-repeat;
	border-right: 20px solid #ccc;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #000;
}

#containerleft a:hover
{
	text-decoration: none;
	color: #990000 ;
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 350px;
	height: 350px;
	background: #fff;
	overflow: auto;
	padding: 10px;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -2px;
	font-size: 200%;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
	width: 75%;
}
a.effect1:link {
	color: #ff0099;
	text-decoration: underline;
}
a.effect1:hover {
	color: #0099ff;
	text-decoration: none;
}
a.effect1:visited {
    color: #ff66ff; 
	text-decoration: underline;
}
a.effect1:active {
	text-decoration: underline;
}
a.effect2:link {
    color: #999999; 
	text-decoration: none; 
}
a.effect2:visited {
    color: #ff66ff; 
	text-decoration: none; 
}
a.effect2:hover {
	color: #0099ff;
	text-decoration: none;
}
a.effect3:link {
	color: #ff0099;
	text-decoration: none;
}
a.effect3:hover {
	color: #0099ff;
	text-decoration: underline;
}
a.effect3:visited {
	color: #ff66ff;
	text-decoration: none;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #666666;
}

#footer a
{
	text-decoration: none;
	color: #990000;
}

#footer a:hover
{
	text-decoration: none;
	color: #000;
}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(images/titlebarblack.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebarred.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
	color: #A70303;
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

#navcontainer ul li
{
	display: inline;
		color: #990000;
}

#navcontainer ul li a
{
	padding: 6px 10px;
	color: #ff0099;
	text-decoration: none;
	float: left;
}

#navcontainer ul li a:hover
{
	background-color: #CCCCCC;
	color: #ffffff;
}
