html, body, div {font: 9pt/14pt Arial, verdana, serif; color: #000;}

body {background:url(../images/background2.jpg) repeat; margin:0;
border:0 none; padding:0;}

img {border: none;}


/* ------------------- IDs ---------------------------- */

/*#page {
	width: 1000px;
	margin: 0 auto;
	position: absolute;}*/

#header {width: 754px; height: 75px; position: absolute; top: 0px; left: 0px; z-index: 2;}

#clip {width:150px; height: 150px; top: 75px; left: 0px; position: absolute; z-index: 3;}

#breadbox {width: 602px; height: 25px; top: 76px; left: 151px; position: absolute; background-color: #E6E6DE;}


/* ------------------- Navigation ----------------------- */

#side {
	width: 150px; 
	position: absolute; 
	padding: 0; 
	border-bottom: 1px solid #fff; 
	top: 225px; 
	left: -1px;
	background-color: #D1D0AF; 
	z-index: 3;
	height: auto;
	}

#nav {
	/*width: 135px; */
	width: 145px;
	float: left; 
	margin: 0; 
	padding: 0;
	}

/*#nav p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #000; 
	margin: 0px 20px 9px 20px; 
	text-align: left;}*/

#navcontainer ul {
	list-style: none;
	padding: 0 0 0 8px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #787870;
	top: 0; /*lines up submenus directly across from their parent item*/
	}

/*#nav ul {
	list-style: none; 
	padding: 0 0 0 10px; 
	margin: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #787870;}*/

/*#nav li {margin: 0; padding: 0;}*/

#navcontainer li {
	float: left;
	position: relative;
	width: 143px;
	background-color: #D1D0AF;
	}
#navcontainer li ul li {
	width: 180px;
	border-left: 1px solid #af9f8c;
	z-index: 5;
	}
	
/*Needed to position 2nd level lists*/
#navcontainer li ul {
	position: absolute;
	left: -999em; /*same as display: none, but works in Opera*/
	margin-left: 12.4em; /*determines the amount of space between a submenu and it's parent*/
	}
	
/*IE HACK*/
#navcontainer li ul {
	position: absolute;
	left: -999em; /*same as display: none, but works in Opera*/
	margin-left: 12.2em; /*determines the amount of space between a submenu and it's parent*/
	}
	
/*Allows the nested list to display when it's parent item is hovered on and positions the nested menu directly next to the parent*/
#navcontainer li ul ul {
	left: -999em;
	}
	
#navcontainer li a,
#navcontainer li a:link,
#navcontainer li a:active,
#navcontainer li a:visited {
	height: auto;
	margin: 0;
	display: block;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #af9f8c;
	/*top right bottom left*/
	padding: 4px 0 4px 12px;
	}
	
#nav a.mainmenu,
#nav a.mainmenu:link,
#nav a.mainmenu:active,
#nav a.mainmenu:visited {
	height: auto;
	margin: 0;
	display: block;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #af9f8c;
	background: url(../images/bullet.gif) no-repeat 2px 10px;
	/*top right bottom left*/
	padding: 4px 0 4px 12px;
	}
	
/*#nav li a,
#nav li a:link,
#nav li a:active,
#nav li a:visited {
	height: 25px; 
	margin: 0; 
	display: block; 
	color: #333;
	text-decoration: none; 
	border-bottom: 1px solid #af9f8c;
	background: url(../images/bullet.gif) no-repeat 2px 10px;
	padding: 4px 0 0 12px;}*/
	
#navcontainer li a:hover {
	color: #333;
	/*font-weight: bold;*/
	text-decoration: underline;
	border-bottom: 1px solid #af9f8c;
	}

/*#nav li .last {border-bottom: 1px solid #F5F5E0;}

#nav li a:hover {
	color: #333; 
	font-weight: bold;
	text-decoration: underline; 
	border-bottom: 1px solid #af9f8c;
	background: url(../images/bullet2.gif) no-repeat 2px 10px;
	padding: 4px 0 0 12px;}*/

#nav a.mainmenu:hover {
	color: #000;
	text-decoration: underline;
	background: url(../images/bullet2.gif) no-repeat 2px 10px;
	padding: 4px 0 4px 12px;
	}

/* -------------------- Sub Menus --------------------------- */
#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul {
	left: -999em;
	}
		
/*lists submenus under hovered parent item*/
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
	}

/* -------------------- Classes --------------------------- */
.crumbs {font-family: arial; font-size: 10px;}

.crumbsRed {font-family: Arial; font-size: 10px; color: #990000;}

.category {font-family: Arial; font-size: 14px; color: #000; font-weight: bold;}

.categorySM {font-family: Arial; font-size: 12px; color: #000; font-weight:bold;}

.tablecenter {vertical-align:middle;}

/*.colorFont { color:#FFFF00;}*/

/*abbreviations use dotted underline*/
.abbr {border-bottom-width: 1px; border-bottom-style: dotted;}