@charset "UTF-8";
/* Fluid layout */

ul.MenuBarHorizontal {
	padding: 0;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
html, body { /* html is mentioned here for the benefit of IE*/
height: 100%;
}
body {
	font-size: 70%;
	background: #fff url(../images/bg-w.jpg) repeat-x;
	color: #fff;
}
p {
	font: 1.2em/1.4em Georgia, "Times New Roman", Times, serif;
	color: #43220D;
	text-indent: 2em;
}
h1 {
	font: 2.2em Georgia, "Times New Roman", Times, serif;
	color: #6A1C1B;
	margin-bottom: 2px;
}
h2 {
	font: 1.8em Georgia, "Times New Roman", Times, serif;
	color: #5F2612;
	margin-bottom: 6px;
}
h3 {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	color: #5B4930;
	margin-bottom: 4px;
}
h3 a:link, h3 a:visited {	
	color: #900;
	border-bottom:none;
}
h4 {
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	color: #8A0B03;
	margin-bottom: 6px;
}
li {
	font: 1.2em/1.6em  Georgia, "Times New Roman", Times, serif;
}
ul {
	margin-left: 25px;
}
img {
	border: none;
}


/* table */

body table {
	font: 1.2em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}
caption {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	color: #063;	
}
.td-date {
	color: #900;
	text-align: left;
}
.table-info {
	color: #444B55;
	text-align: center;
	padding: 2px;
	line-height: 1.2em;
	letter-spacing: 0.2em;
}
.cellOne {
	background: #F0F0F0;
}
.cellTwo {
	background: #E2E2E2;	
}
.table-info a:link,  .table-info a:visited {
	color: #309;
	text-decoration: none;
	border-bottom: thin dotted #C00;
}
.table-info a:hover {
	color: #93F;
	text-decoration: none;
	border-bottom: thin dotted #93C;
}


.clear {
	clear: both;	
}
a:link {
	color: #586746;
	text-decoration: none;
	border-bottom: thin dotted #690;
}
a:visited {
	color: #586746;
	text-decoration: none;
	border-bottom: thin dotted #690;
}
a:hover {
	color: #c3c;
	background-color: #CDD4BA;
	text-decoration: none;
}

#big-wrapper {
min-width: 780px;
/*max-width: 1260px;
*/
width:expression(document.body.clientWidth < 782? "780px" : document.body.clientWidth > 1262? "1260px" : "auto");
}
#page-wrap {	
	margin: 0px auto;
	
}
#page-wrap #inside {	
		margin: 0px 10px;
		padding-top: 0px;
		padding-bottom: 10px;
		text-align: center;
		background: url(../images/head3.png) no-repeat right top;
}
#menu-top {
	width: 100%;
	padding:0;
	background: #CCF;
	text-align: center;
}
#main-content {
	text-align: center;
	overflow: auto;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#main-content-top {
	width:600px;
	height: 30px;
	text-align: left;
	padding:0;
}
#main-content-middle {
	width:900px;
	padding:1.5em;
	text-align: left;
}
#right-sidebar {
	width: 200px;
	float: right;
	padding-top: 150px;
}  

#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font: 1em sans-serif;
	color: #44190C;
	background: #CCF;
}

/* Nav Bar Stuff */

#nav {
	background: #ABBEF4;
	width: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#nav ul {
	list-style: none;
	background: #ABBEF4;
	padding: 3px 6px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	text-decoration: none;
	text-align: center;
	border-right: thin solid #CCCCFF;
		padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#nav ul li a:link, #nav ul li a:visited {
	background: #ABBEF4;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: none;
}
#nav ul li a:hover {
	color: #CCFF00;
	background: #686CC5;
	text-decoration: none;
		padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#nav ul li.current a:link, #nav ul li.current a:visited {
	color: #4D251C;
	font-style: italic;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	background: #FFFFFF;
	border-top: thin solid #ABBEF4;
}
/* NavFooter */

#navFooter {
	width: 100%;
	height: 3em;
	font-size: 0.8em;
	text-align: center;
}
#navFooter ul {
	
}
#navFooter ul li {
	
	display: inline;
}
#navFooter ul li a {
	text-decoration: none;
	padding: 0.25em;
	border-left: thin solid #586746;
}
#navFooter ul li a:link {
	color: #586746;	
}
#navFooter ul li a:visited {
	color: #586746;	
}
#navFooter ul li a:hover {
background-color: #CDD4BA;
	color: #8A0B03;
}
#navFooter ul li.current a:link, #navFooter ul li.current a:visited {
	color: #8A0B03;
}
/*Home Page Slides Tab*/


#navH {
	width: 700px;
	padding: 0px 5px 2px;
	text-align:left;
	/* font: bold 1.2em Georgia, "Times New Roman", Times, serif;*/
	margin-left: 150px;
	font-size: 1.2em;
}
#navH ul {
	list-style: url(../images/bullet1.png);	
}
#navH ul ul{
	list-style: url(../images/bullet1.png);	
}
#navH ul li {
	display: list-item;
}
#navH ul li a {
	background: #F2F2F2;
	border-style: none;
	text-decoration: none;
}
#navH ul li a:link, #navH ul li a:visited {
	color: #464435;
	border-bottom: thin dotted #900;
}
#navH ul li a:hover {
	color: #900;
	background: #CDD4BA;
}
#navH ul li.current a:link, #navH ul li.current a:visited {
	color: #990000;
}


.navHLeft {
	text-align: left;
	float: left;
	width: 400px;	
}
.left {
	text-align: left;
}

.navHRight {
	text-align: left;
	float: right;
	width: 300px;	
}

#navV {
	padding: 1em;
	text-align: left;
	float: left;
	width: 150px;
}
