body {
	background-color: #666699;
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 14px;
	/*background-image: url('/Images/bg_branch.png');*/
	text-align: center;
	padding-top: 0px;
	border-top: 0px solid white;
	border-bottom: 0px solid white;
	margin-top: 0px;
	margin-bottom: 0px;
}


/* Common Page Layout stuff */
#container {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:  #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	background-repeat: repeat-y;
	border-bottom: 5px solid #333333;
}
#container_table {
	width: 900px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px auto 0px auto;
	empty-cells: show;
}
#container_table_left {
	background-image: url('../Images/sitewide/container_bg_left.png');
	min-width: 50px;
	width: 50px;
}
#container_table_right {
	background-image: url('../Images/sitewide/container_bg_right.png');
	min-width: 50px;
	width: 50px;
}
#container_table td{
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#header {
	background-image: url("../Images/sitewide/header_logo.jpg");
	background-repeat: no-repeat;
	height: 200px;
	width: 100%;
	background-color: #FFFFFF;
}
#header_page_title {
	font-family: Lucida Sans Unicode;
	text-align: center;
	padding-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 32px;
	color: #000066;
	min-height: 7;
}
#header_page_sub_title {
	font-family: Lucida Sans Unicode;
	font-size: 20px;
	text-align: center;
	color: #000066;
}

#main_content {
	margin-top: 0px;
	padding: 5px;
	padding-right: 5px;
	text-align: left;
}

#footer {
	border-top: 3px solid #00A15E;
	padding-top: 5px;
	margin: 5px;
	font-size: 10px;
}

#slideshow {
	float: right;
	margin: 5px;
	height: 180px;
	width: 280px;
	padding: 5px 10px 5px 40px;
	border-left: 1px solid #00A15E;
	background-color: #FFFFFF;
}

#slides {
	/*border-right: 1px solid  #00A15E;
	border-left: 1px solid  #00A15E;
	border-top: 1px solid  #00A15E;
	border-bottom: 1px solid  #00A15E;*/
}
.subpage_nav ul {
	padding: 0px;
	list-style-position: outside;
}

.subpage_nav li {
	font-family: Lucida Sans Unicode;
	font-size: 25px;
	font-weight: bold;
	list-style-type: none;
	height: 40px;
}

.subpage_nav li a {
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #00A261;
	background-image: url('../Images/sitewide/subpage_nav.gif');
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
}

.subpage_nav li a:hover {
	color: #000066;
	background-image: url('../Images/sitewide/subpage_nav_hover.gif');
	background-repeat: no-repeat;
}

h1 {
	background-image: url('../Images/sitewide/subpage_nav.gif');
	font-family: Lucida Sans Unicode;
	background-repeat: no-repeat;
	font-size: 25px;
	text-align: left;
	padding: 5px 5px 5px 40px;
	color: #000066;
	margin: 10px;
}

.shaded_row1 {
	border-top: 1px solid #00A15E;
	background-color: #ffffcc;
	padding: 5px;
}

.shaded_row2 {
	border-top: 1px solid #00A15E;
	background-color: #dddddd;
	padding: 5px;
}
/* navigation bar stuff */
#header_navbar {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	border-bottom: 1px solid #00A15E;
	border-top: 1px solid #00A15E;
	text-align: center;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;

}

#nav a {
	display: block;
	/*width: 55px;*/
	text-decoration: none;
	color: #000099;
}

#nav a:hover {
	color: #FFFFFF;
	background-color: #00A15E;
}

#nav li:hover {
	color: #FFFFFF;
	background-color: #00A15E;
}

#nav li {
	float: left;
	text-align: left;
	list-style: none;
	padding: 4px 40px 4px 0px;
}

#nav li ul {
	position: absolute;
	padding-top: 2px;
	width: 120px;
	left: -999px;
}

#nav li ul li {
	width: 150px;
	border: 1px solid #000066;
	background-color: #dddddd;
	padding: 3px 1px 3px 1px;
}

#nav li ul li a{
	width: 150px;
	text-decoration: none;
}
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* second level navigation */
#nav li ul ul {
	margin: -18px 0px 0px 151px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999px;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

