p.big {line-height:150%}

/* Begin CSS Popout Menu */

#nav1-container
	{
	width: 100%;
	float:left;
	}

#nav1
	{
	width: 100%;
	float:right;
	background-color:#cdaf69;
	}

#nav1 a:link, #nav1 a:visited	/* menu at rest */
	{
	display:block;
	margin:0;
	padding: 2px 1em 2px 1em;
	text-decoration:none;
	font-weight:bold;
	color: #800000;
	border-right:1px solid #800000;
	}

#nav1 ul.last a, #nav1 ul.last a:visited	/* menu at rest */
	{
	display:block;
	margin:0;
	padding: 2px 1em 2px 1em;
	text-decoration:none;
	font-weight:bold;
	color: #800000;
	border-right:1px none #800000;
	}

#nav1 a div, #nav1 a:visited div {
	font-size:90%;
	text-decoration:none;
}

#nav1 ul ul a:link, #nav1 ul ul a:visited	/* menu at rest */
	{
	color: #800000;
	font-size:90%;
	text-decoration:none;
	font-weight:normal;
	display:block;
	margin:0;
	padding: 0.5em 1em 0.5em 1em;
	}


.level2 {
	border-bottom:1px solid #800000;
}

#nav1 ul ul a {
	background-color: #B99666;
	padding:0.25em 0.5em 0.25em 0.5em;
	font-weight:normal;
}

#nav1 ul ul a.level2:hover {
	color: #EFDEC5;
	background-color: #003300;
	text-decoration:underline;
}
	
#nav1 ul
	{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}

#nav1 ul.last
	{
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:right;
	}

#nav1 ul div
	{
	margin:0px 0px 0px 0px;
	padding:8px 0 8px 0;
	}

#nav1 ul.last div
	{
	margin:0px 0px 0px 0px;
	padding:8px 0 8px 0;
	}

#nav1 ul li a.level1
	{
	display:block;
	}

#nav1 ul li
	{
	list-style:none;
	}

#nav1 ul ul
	{
	position:absolute;
	top:auto;
	display:none;
	padding: 1em 1em 1em 1em;
	margin:-1em 0 0 -1em;
	border-right:1px none #ffffff;
	}

#nav1 ul ul a
	{
	white-space:nowrap;
	}
div#nav1 li:hover
	{
	cursor:pointer;
	}

div#nav1 li:hover ul ul,
div#nav1 li li:hover ul ul,
div#nav1 li li li:hover ul ul,
div#nav1 li li li li:hover ul ul
{display:none;}

div#nav1 li:hover ul,
div#nav1 li li:hover ul,
div#nav1 li li li:hover ul,
div#nav1 li li li li:hover ul
{display:block;}

li.nav1on {
	background-color:#003300
}

/* End CSS Popout Menu * - DELETE THIS SECTION ONCE I REMOVE THIS OLD MENU.../
















/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   width:100%;
   font-family:Verdana, Geneva, sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:0;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.8em .64em .7em;
   font-size:1em;
   line-height:1em;
   background:none;
   text-decoration:none;
   color:#fbebd3;
   font-weight:bold;
   border-right:1px none #800000;
}
#centeredmenu ul li a:hover {
   background:#B99666; /* Top menu items background colour */
   color:#DDDDDD;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#B99666; /* Top menu items background colour */
   color:#800000;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hidden by default */
   position:absolute;
   top:2.5em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
   border-bottom:1px solid #B99666;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:.8em;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#eee;
   color:#800000;
   line-height:1.4em; /* overwrite line-height value from top menu */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#B99666; /* Sub menu items background colour */
   color:#EEE;
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}


/* MY OWN ADDITION OF RIGHT BORDER NOT BEING ON LAST ITEM */
#centeredmenu ul li a.last {
   border-right:1px none #800000;
}


/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
   border-bottom:1px solid #B99666;
}


.wide_form{}
    .wide_form br{clear:left;}
    .wide_form input,label,textarea,select{float:left;margin:0 10px 10px 0;}
    .wide_form input,selet,textarea{width:250px;}
    .wide_form label{width:220px;}


