/* Fix bug in Mozilla */
html { min-width: 760px; }

/* Layout */
body, div, span, th, td, p, ul, li, h1, h2, h3, h4, h5, h6, a, .p, .path, .checkul {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, Helvetica, sans-serif;;
	font-size: 12px;
	color: #666;
}

body { 
	background: #fff url("i/background.gif") top left repeat-x;
	margin: 0;
	padding: 0;
}

h1 {
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}
	
h1 a:link, h1 a:visited	{
	display: block;	
	width: 700px;
	height: 75px;
	background: url("i/header.gif") top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}
	
h1 a:hover { background: url("i/header.gif") top left no-repeat; text-decoration: none; }

h2 {
	font-size: 1.50em;
	color: #17455C;
	padding-top: 0;
}

h3 { 
	font-size: 1.20em; 
	color: #17455C; 
	margin-bottom: 0; 
	padding-bottom: 0;
}

h4 { font-size: 1.10em; }

/*L V H A */
a { color: #a82f2f; }
a:link { }
a:visited { }
a:hover { color: #000; text-decoration: none; }
a:active { }

p { 
	/*/*/ line-height: 20px; /**/
}

input, textarea, select {
	font-size: 10px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
}

input:focus,
textarea:focus,
select:focus { background: #e7e7e7; }

/* Wrapper */
div#wrapper {
	background: transparent url("i/mainbg.gif") top left repeat-y;
	width: 700px;
	text-align: left;
	margin: 0 auto;
	border: 1px solid #000;
}

div#midimage {
	background: transparent url("i/midimage.gif") top left repeat-y;
	height: 46px;
}

/* NAVIGATION */
div#topnav {
	border: 0;
	padding: 0;
	margin: 0 auto;
}

div#topnav ul {
	width: 700px;
	height: 26px;
	background: url("i/navigation.gif");
	margin: 0 auto;
	padding: 0;
	position: relative;
}
	
#topnav ul li {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position: absolute;
}

#topnav ul li, #topnav a {
	height: 26px;
	display: block;
	color: #fff;
}

#topnav ul li a {
	text-indent: -9999px; 
	text-decoration: none;
}

#nb1 { left: 0; width: 60px; }
#nb2 { left: 60px; width: 68px; }
#nb3 { left: 128px; width: 49px; }
#nb4 { left: 177px; width: 65px; }
#nb5 { left: 242px; width: 86px; }
#nb6 { left: 328px; width: 74px; }
#nb7 { left: 402px; width: 122px; }
#nb8 { left: 524px; width: 82px; }
#nb9 { left: 606px; width: 94px; }

#nb1 a:hover { background: transparent url("i/navigation.gif") 0 -26px no-repeat; }
#nb2 a:hover { background: transparent url("i/navigation.gif") -60px -26px no-repeat; }
#nb3 a:hover { background: transparent url("i/navigation.gif") -128px -26px no-repeat; }
#nb4 a:hover { background: transparent url("i/navigation.gif") -177px -26px no-repeat; }
#nb5 a:hover { background: transparent url("i/navigation.gif") -242px -26px no-repeat; }
#nb6 a:hover { background: transparent url("i/navigation.gif") -328px -26px no-repeat; }
#nb7 a:hover { background: transparent url("i/navigation.gif") -402px -26px no-repeat; }
#nb8 a:hover { background: transparent url("i/navigation.gif") -524px -26px no-repeat; }
#nb9 a:hover { background: transparent url("i/navigation.gif") -606px -26px no-repeat; }

#navlist {
	padding: 0 1px 1px;
	margin-left: 0;
	background: #f5f5f5;
	width: 14.1em;
}

#navlist li {
	list-style: none;
	margin: 0;
	border-top: 1px solid #08327a;
	text-align: left;
}

#navlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	border-left: 1em solid #7c81b9;
	text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #667; }

#navlist li a:hover {
	border-color: #08327a;
	color: #000;
	background: #e7e7e7;
}

.navbottom {
	border-bottom: 1px solid #08327a;
}

/* END NAVIGATION */

.breadcrumbs {
	border: 1px solid #e7e7e7;
	background: #f5f5f5;
	font-size: 11px;
	padding: 5px;	
}

.breadcrumbs a {
	font-size: 11px;
}

/* Contact Us Forms */

#contact table {
	background-color: #e9eef4;
	color: #000;
	width: 100%;
	margin: auto;
	border-collapse: collapse;
} 

#contact td {
	border: 1px solid #ccc;
	padding-left: 4px;
}

.labelcell {
	font-size: 11px;
	color: #000;
	background-color: transparent;
	width: 35%;
}

.fieldcell {
	background: #f5f6fa;
	color: #000;
	text-align: left;
	margin: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.submitbuttons {
	text-align: center;
	margin-top: 10px;
}

/* BEGIN Right Bar */
.rightbar {
	float: right;
	background: #f5f5f5;
	border: 1px solid #666;
	padding: 5px;
	margin: 0;
	margin-top: 20px;
	margin-left: 5px;
	width: 160px;
}

.rightbar p { text-align: center; margin-top: 5px; }
.rightbar a { color: #08327a; }
.rightbar a:hover { color: #a82f2f; }
.rightbar ul {
	padding: 0;
	margin: 0;
	padding-bottom: 0;
}
.rightbar li {
	list-style: none;
	margin: 0;
}
/* END Right Bar */

/* BEGIN Left Bar */
div#leftbar {
	float: left;
	width: 180px;
	padding: 0;
	border: 0;
	margin: 0;
	/* False margin value for all IE Win */	
	padding-left: 6px;
}

html>body div#leftbar {
	/* Correct value for browsers that aren't IE */
	min-height: 400px;
}

#leftbar p a { text-decoration: underline; }
/* END Left Bar */

/* BEGIN Content */
div#maincontent {
	margin: 0 0 0 200px;
	padding: 0;
	width: 470px;
	border: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#maincontent img { border: 2px solid #ccc; }

#breakingnews {
	float: right;
	border: 1px solid #ccc;
	margin-left: 6px;
	text-align: center;
	background: #f6f6f6;
}

#breakingnews img { border: 0; }

#maincontent dd,
#maincontent dt {
	margin-left: 0;
	padding-left: 0;
	line-height: 18px;
	margin-bottom: 10px;
}

#maincontent dt { border-bottom: 2px solid #ccc; }
#maincontent dd { border-bottom: 1px solid #ccc; padding-bottom: 10px; }

body #maincontent dt {
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 25px;
	color: #000;
	font-weight: bold;
	padding: 2px 5px;
	background: #eeeedd;
}

#maincontent dd a { text-decoration: underline; }

#admintable table {
	color: #000;
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	padding-top: 10px;
	margin-top: 10px;
}

#admintable td { padding: 4px; }

#admintable a { text-decoration: underline; }

#admintable .labelcell {
	font-size: 11px;
	color: #000;
	border-bottom: 1px solid #ccc;
	width: 70%;
}

#admintable .fieldcell { 
	text-align: right;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	color: #000;
background: #fff
}
/* END Main Content */

div#footer {
	background: transparent url("i/footer.gif") top left repeat-y;
	height: 59px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	clear: both;
}

div#footer p {
	padding-top: 17px;
}

.credits p {
	text-align: center;
	padding-top: 15px;
}

.error { color: #c00; font-weight: bold; }
.red { color: #c00; font-weight: bold; }