/* CSS Document */

body {
background: url('images/background.jpg') center repeat-y;
margin: 0;
padding: 0;
font-family: lucida grande, arial, helvetica, sans-serif;
}
#breadcrumb {
text-align: right;
font-size: 10px;
}

#wrapper {
width: 819px;
margin: 0 auto;
padding: 0 0 0 3px;
font-size: 11px;
}

#header {
background: url('images/header.jpg') no-repeat;
height: 130px;
margin: 0 0 20px 0;
padding-left: 2px;
}
#content_box {
margin: 0;
padding: 0;
}
#content_region {
float: left;
min-height: 300px;
width: 649px;
background: #fff url('images/content_bg.jpg') left top no-repeat;
padding: 10px;
line-height: 20px;
}

#content_region img {
margin: 5px;
}
#content_region h2 {
font-size: 16px;
margin: 5px 0;
border-bottom: 1px solid #ccc;
line-height: 20px;
}
#content_region h3 {
color: #000;
font-size: 11px;
margin: 0;
padding-left: 20px;
background: url('images/arrow.png') no-repeat;
}
#content_region ul {
list-style: none;;
}
#content_region ul li {
padding-left: 20px;
margin-top: 5px;
line-height: 12px;
background: url('images/bullseye.png') no-repeat;
}
blockquote {
	margin:1.5em;
	padding:1.5em 1.5em 0em 1.5em;
	background:#fff url(images/bg_blockquote.jpg) no-repeat top left;
	border:1px solid #ccc;
}

#footer {
clear: both;
margin: 0;
padding: 0;
color: #fff;
line-height: 20px;
text-align: center;
font-size: 10px;
clear: both;
width: 819px;
height: 25px;
background: #658D34;
border-top: 2px solid #273C0C;
}
#logo {
padding: 20px 10px 0 0;
float: right;
}
#welcome {
float: left;
width: 400px;
padding: 75px 0 0 10px;
font-size: 18px;
color: #fff;
text-shadow: #000;
}

#accountbox {
	border: 1px solid red;
	clear: both;
	float:right;
	width: 250px;
	padding: 0 5px;
	text-align: center;
}
#accountbox img {
border: 0;
}
#schedule {
clear: both;
}
#schedule img {
border: 0;
}

/* NAV REGION 
#nav_region {
float: left;
width: 150px;
margin: 0;
padding: 20px 0;
font-weight: bold;
}
#nav_region ul#nav, #nav_region ul#nav ul {
margin: 0;
padding: 0;
list-style: none;
}
#nav_region ul#nav li {
font-size: 11px;
border-bottom: 1px solid #fff;
border-left: 2px solid #273C0C;
line-height: 20px;
background: #ABBC58 url('images/bullet.gif') no-repeat;
padding-left: 25px;
}
#nav_region ul#nav li a:visited, #nav_region ul#nav li a:link {
color: #000;
text-decoration: none;
}
#nav_region ul#nav li:hover, #nav_region ul#nav li a:hover {
background: #273C0C;
text-decoration: none;
color: #fff;
}
*/


#nav_region{

float:left;
margin:20px 0;
width: 148px;
padding:0;
font-size:11px;
}

 #nav{list-style: none;
	margin: 0;
	padding: 0;}

#nav ul {
     padding: 0;
     margin:0;
     list-style: none;
     z-index:99;
     position:relative;
     overflow:visible;
}

#nav li {
     margin:0;
     position: relative;
	 width: 148px;
	 line-height: 20px;
     float:left;
     background-color:#ABBC58;
	 border-bottom: solid 1px #fff;
	 border-left: 2px solid #5A843F;
     display:block;
     height:auto;
}

#nav ul li{ border-width:1px 1px 0 0;}

#nav ul ul li{ border-width:1px 1px 0 1px;}

#nav ul ul li:last-child{border-bottom:1px solid #6779c5;}

#nav a {
     text-decoration:none;
     display:block;
	 padding-left: 10px;
	 color: #000;
}

#nav a:hover, #nav li:hover{
     background-color:#618D44;
	 color: #fff;
}
#nav a.current:link, #nav a.current:visited {
	background-color:#618D44;
	color: #fff;
} 
#nav ul li:hover, #nav ul li a:hover{
     background-color:#CCC;
}

#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
     margin-top:-1.8em;
     margin-left:12em;
}

/* non-IE browsers see this */
#nav ul li>ul, #nav ul ul li>ul{
     margin-top:-1.4em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
}

