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

	body {
		background-color:#C5C69E;
		padding:0px;
		margin:0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000000;
	}
	input, textarea, select, option {
		background-color:#FFFFFF;
		border:1px solid #C5C69E;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	img {
		border:none;
	}
	a {
		color:#5D7931;
	}
	.button {
		border:2px outset #CCCCCC;
	}
	.title {
		color:#5D7931;
		font-size:20px;
		background:none;
	}
	.subtitle {
		color:#5D7931;
		font-size:16px;
		background:none;
	}
	.alert {
		background:#FFFF99;
		color:#990000;
		text-align:center;
		padding:3px;
	}
	.header {
		background-color:#C5C69E;
		color:#5D7931;
		font-size:16px;
	}
	.learnmore {
		background-color:#C5C69E;
		padding:5px;
		float:right;
		color:#703870;
		font-size:12px;
		margin-right:15px;
	}
	.learnmore a {
		color:#703870;
		text-decoration:none;
		font-weight:bold;
	}
	.crumb {
		font-size:10px;
	}
	.clickable {
		cursor:pointer;
	}
	
	.content {
		position:relative;
		right:400px;
		width:800px;
	}
	
	.navon {
		background:url(/images/tab_on.jpg) top repeat-x;
		height:31px;
		width:auto;
		float:left;
		color:#703870;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:700;
		display:inline-block;
		text-align:center;
	}
	.navon a {
		color:#703870;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:700;
		text-decoration:none;
	}
	.navon div {
		background:url(/images/tab_on_left.jpg) no-repeat left top;
		height:31px;
		width:auto;
		text-align:center;
	}
	.navon div div {
		background:url(/images/tab_on_right.jpg) no-repeat right top;
		height:31px;
		width:auto;
		text-align:center;
	}
	.navon div div div {
		width:auto;
		height:31px;
		padding:10px;
		padding-right:15px;
		padding-top:8px;
		padding-bottom:16px;
		width:auto;
		text-align:center;
	}
	
	.navoff {
		background:url(/images/tab_off.jpg) repeat-x top;
		height:31px;
		float:left;
		color:#949557;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:700;
		text-align:center;
		width:auto;
		display:inline-block;
	}
	.navoff a {
		color:#949557;
		font-family:Arial, Helvetica, sans-serif;
		font-size:16px;
		font-weight:700;
		text-decoration:none;
	}
	.navoff div {
		background:url(/images/tab_off_left.jpg) no-repeat top left;
		height:31px;
		width:auto;
		text-align:center;
	}
	.navoff div div {
		background:url(/images/tab_off_right.jpg) no-repeat top right;
		height:31px;
		width:auto;
		text-align:center;
	}
	.navoff div div div {
		height:31px;
		padding:10px;
		padding-right:15px;
		padding-top:10px;
		padding-bottom:14px;
		width:auto;
		text-align:center;
	}
	
	.greybox {
		background:url(/images/grey.jpg);
		width:500px;
	}
	.greybox div {
		background:url(/images/grey_bottom_left.jpg) no-repeat bottom left;
	}
	.greybox div div {
		background:url(/images/grey_top_left.jpg) no-repeat top left;
	}
	.greybox div div div {
		background:url(/images/grey_bottom_right.jpg) no-repeat bottom right;
	}
	.greybox div div div div {
		background:url(/images/grey_top_right.jpg) no-repeat top right;
	}
	.greybox div div div div div, .greybox div div div div div div {
		background:none;
	}
	
	.floatbox {
		background-color:#B4D275;
		color:#332D2D;
		font-size:10px;
	}

	.topbarmenu {
	}
	
	.topbarmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border:none;
	overflow: hidden;
	width: 100%;
	}
	
	.topbarmenu li{
	background: #FFFFFF;
	display: inline;
	margin: 0;
	}
	
	.topbarmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0px; /*padding inside each tab*/
	border:none; /*right divider between tabs*/
	}
		
	/* ######### Drop Down ULs CSS ######### */


	.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid #949557;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	}
	
	.ddsubmenustyle li a{
	display: block;
	width: 100px; /*width of menu (not including side paddings)*/
	color: #949557;
	background-color: #FFFFFF;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #949557;
	}
	
	* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 100px; /*width of menu (include side paddings of LI A*/
	}
	
	.ddsubmenustyle li a:hover{
	background-color: #FFFFCB;
	color: #703870;
	}
	
	/* ######### Neutral CSS  ######### */
	
	.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 0px;
	border: 0;
	}
	
	.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
	}
	
	.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	}