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

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0; padding:0;
	font-size:medium;
	color: #000;
	background:url(graphics/mainbg.jpg) top left repeat-x;
	background-color: #f4edee;
}
p, h2, h3 {margin-top:0;}
#wrapper {
	width:1000px;
	border:1px solid #000;
	margin:0 auto;
	background:url(graphics/contentbg.png) top left repeat-y;
}
#topbar {
	width:100%;
	height:31px;
	background:url(graphics/topbg.gif) top left repeat-x;
	font-size:12px;
}
#topnav {
	float:left;
	margin:8px 0 0 5px;
}
#datebox {
	float:right;
	margin:8px 5px 0 0;
}
#topbar a:link, #topbar a:visited {
	color:#333;
	background-color:transparent;
	text-decoration:none;
}
#topbar a:hover {
	text-decoration:underline;
}
#header {
	width:1000px;
	height:125px;
	background:url(graphics/header.png) top left no-repeat;
}
#header h1 {
	position:absolute;
	top:-1000px;
}
#navbar {
	width:1000px;
	height:50px;
	background:url(graphics/navbg.png) top left repeat-x;
}
/*############################################
########### Navigation Start #################
############################################*/

#nav{
	margin:0; padding:0;
	list-style:none;
	font-weight:bold;
	margin-left:5px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#nav li{
	float:left;
	position:relative;
	font-size:17px;
	font-weight:bold;
	line-height:50px;
}

#nav a{
	display:block;
	color:#fff;
	background:transparent;
	text-decoration:none;
	padding: 0 13px;
	background:url(graphics/navsep.gif) top right no-repeat;	
}
#nav a#last {background:url(graphics/transp.gif) top right no-repeat;}
#nav a:hover{
	color:#d0b3b4
}
#nav li.active a {
	color:#d0b3b4;
}

/*--- DROPDOWN ---*/
#nav ul{
	background:#6a6a6a; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0);
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	z-index:99;
}
#nav ul li{
	padding-top:0; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
	font-size:15px;
	line-height:25px;
	z-index:99;	
}
#nav ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	background:none;
}
#nav li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
	z-index:99;	
}
#nav li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
		color:#d0b3b4;
}
#nav li:hover ul { /* color drop-down background */
	background-color:#6a6a6a;
	background-color:rgba(106,106,106,50);
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	border-left:1px solid #000;
	z-index:99;	
}
#nav li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#nav li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	text-decoration:underline;
}
/*############################################
########### Navigation End ###################
############################################*/

#main {
	width:1000px;
	margin-bottom:10px;
}
#content {
	float:right;
	width:800px;
	background:url(graphics/contentgrad.png) top left repeat-x;
}
#content div {margin:7px 5px 2px 7px;}
#leftbar {
	float:left;
	width:199px;
}
#leftbar div {
	margin:7px 2px 2px 2px;
}

#subleft {
	margin:0; padding:0;
	list-style:none;
	font-weight:bold;
	border-top:2px solid #fff;
	float:left;
	width:100%;
	margin-bottom:5px;
}

#subleft li {
	background-color:#ccc;
	color:#000;
	border-bottom: 2px solid #fff;

}
#subleft a {
	display: block;	
	color:#fff;
	background-color:transparent;
	text-decoration:none;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;	
}
#subleft a:hover {
	background-color:#d0b3b4;
	
}

#foottop {
	clear:both;
	width:1000px;
	height:40px;
	border-top:1px solid #000;
	color:inherit;
	background-color:#ededed;
}
#foottop div {
	margin:1px 5px;
}
#footer {
	width:1000px;
	height:50px;
	border-top:1px solid #000;
	color:#fff;
	background-color:#6c6c6c;
	font-size:11px;
}
#footer div {margin:4px 5px 2px 5px;}
#footer a:link, #footer a:visited {
	color:#fff;
	background-color:transparent;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#d3web {
	float:right;
	width:120px;
	text-align:center;
}
.header {
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
.imgbrdr { border:1px solid #737e95; }
.smaller {font-size: 90%;}
.larger {font-size: 110%;}
