/* CSS Document */

div.dotted {
border-bottom:1px dotted #990000;
}
#alphabet a {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000066;
text-decoration:none;
font-weight:bold;
padding-left: 8px;
}
#alphabet a:hover {
color:#990033;
font-size:11px;
text-decoration:underline;
font-weight:bold;
}
/*menu styles:*/
#nav		{font-size: 11px;
			font-family: verdana, sans-serif;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	background-color:#006666;
	list-style: none;
	line-height: 1;
	z-index:1;
}

#nav a {
	display: block;
	width: 12.5em;
	color: #000000;
	text-decoration: none;
	background-color:#FFFDE6;
	font-weight: bold;
	padding: 0.25em;
}

#nav a:hover
			{color: #ffffff;
			background-color: #999999;}

#nav li { /* all list items */
	float: left;
	margin-left: 5px;
	width: 13em;
	border: solid #999999 1px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	margin-left: -1px;
	width: 12em;
	left: -999em;
}

#nav li ul li	/* drop down list items */
			{margin: 0px;
			/*padding: 2px;*/
			border: solid #999999 1px;
			border-collapse: collapse;
			background: #ffffff;
			}
			

#nav li ul a /*drop down links*/
			{
			font-weight: lighter;
			
			color: #000000;}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
.indexmain { background-image:url(images/index.jpg); background-position:top; background-repeat:repeat-x; border:1px solid #333333; float:left; margin-top:10px; font-size:12px; }
.double { width:240px; height:280px; padding:0.5em; text-align:center; padding-top:0.3em }
.triple { width:150px; height:200px; padding:0.5em; text-align:center; padding-top:0.3em; }
.quad { width:105px; height:190px; padding:0.5em; text-align:center; padding-top:0.3em; }
.after { margin-left:1em; }
a.indexpic {margin-top:20px; display:block; }
p.aboutus { font-size:12px; }