﻿@import url('layout.css');
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
}
#container {
	width: 850px;
	margin: 0 auto;
	background-color: #CBDEF0;

}
#header {
	float: left;
	width: 850px;
	background-color: #5EAAF6;
}

#breadcrumb {
    float: left;
    width: 850px;
    background-color: #5EAAF6;
}

#top_navigation {
	float:left;
	width: 850px;
	background-color: #f7f2ea;
}

#main {
	float:left;
	width: 650px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	overflow: auto;
	padding: 10px;
	background-color: #CBDEF0;
}

#right {
	float: right;
	width: 180px;
	background-color: #f7f2ea;
}

#footer {
	text-align: center;
	clear: both;
	width: 850px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0;
	overflow: auto;
	background-color: #93A9D5;
}

/* Styles for Navigation */
/* Site Path */
.pathNodes {
   color: #666666;
   text-decoration: none;
   border-bottom: dotted 1pt; 
}

.currentNode {
    font-weight: bold;
    color: #666666;
}

.pathSep {
    color: #666666;
    padding-left: 4px;
    padding-right: 4px;
}

/* Menu Bar */
.staticMenu {
    background-color: Transparent;
    float: right;
}

.staticMenuItem {
    width: 11em;
    background-color: #f7f2ea;
    border-width: 1px;
    border-color: #efefef #aaab9c #ccc #efefef;
    border-style: solid;
    color: #777777;
    /*padding: 0.5em 0 0.5em 1em;*/
}
    
.staticHover {
    color: #800000;
    background: #f0e7d7;
}

.dynamicMenu {
    background-color: #f7f2ea;
    border-bottom: solid 1px #ccc;
    z-index: 100;
}

.dynamicMenuItem {
    width: 11em;
    background-color: #f7f2ea;
    color: #777;
    border-width: 1px;
    border-color: #f7f2ea #aaab9c #f7f2ea #efefef;
    border-style: solid;
}

.dynamicHover {
    color: #800000;
    background: #f0e7d7;
}



/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #010477;
	text-decoration: underline;
}
#footer a:hover {
	color: #010477;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


/* Staff Page 
#main th {
    width: 225px;
    text-align: center;
}

#main td {
    width: 225px;
    text-align: left;
    vertical-align: text-top;
}
*/