@charset "UTF-8";
/* CSS Document */

@import url("reset.css");

/* Primary Divisions ----------------------------------------------- */

body {
	font-size: 13px;
	font-family: arial, verdana, sans-serif;
	color: #999999;
	margin-bottom: 50px;
	background: url(gfx/bodybg.jpg) repeat-x top left #ffffff;
}

#container {
	margin: 0px auto 25px auto;
	width: 900px;
}

#content {
	width: 900px;
	margin: 10px auto 20px auto;
	background: url(gfx/contentbg.jpg) repeat-y top center;
	float: left;
}

#secondary {
	width: 194px;
	margin: 10px 24px 20px 12px;
	float: left;
	text-align: right;
}

#primary {
	width: 650px;
	float: right;
}

/* Footer ---------------------------------------------------------------- */

#footer {
	float: right;
	margin-bottom: 20px;
}

#footer ul {
	text-align:right;
	list-style: none;
	border-bottom: 1px solid #999999;
	width: 585px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#footer ul li {
	font-size: 11px;
	display: inline;
	color: #999999;
	padding-left: 10px;
}

#footer ul li a, #footer ul li a:hover, #footer ul li a:visited {
	color: #999999;
	text-decoration: none;
}

#footer p, #footer p a, #footer p a:hover {
	text-align: right;
	text-decoration: none;
	font-size: 9px;
	font-style: italic;
	color: #999999;
}

#footer p {
	margin-bottom: 5px;
}


/* Header Image Replacement ----------------------------------------------- */

#header h1 {
	width: 900px;
	height: 250px;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#header h1 span {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(gfx/banner.jpg) no-repeat;
}


/* Priamry Navigation ----------------------------------------------- */

#nav {
	width: 900px;
	margin: 10px 0;
	float: left;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#nav ul li {
	padding: 0px;
	margin: 0px;
	float: left;
}

#nav ul li a {
	float: left;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	height: 21px;
	padding: 5px 12px 0px 12px;
}

#nav ul li a:link, #nav ul li a:visited {
	color: #ffffff;
}

#nav ul li a:hover, #nav ul li.current a {
	background: #333333;
	color: #ffffff;
}


/* Sub Nav -------------------------------------------------------------------   */

#sub-nav {
	margin-bottom: 40px;
}

#secondary #sub-nav h2 {
	color: #990000;
	font-size: 20px;
	width: 100%;
	border-bottom: 1px solid #990000;
	margin: 0px;
	padding-right: 5px;
	font-weight: bold;
}

#secondary #sub-nav h2 a {
	color: #9c0108;
	text-decoration: none;
}

#secondary #sub-nav ul {
	padding: 5px 5px 0px 0px;
	list-style: none;
}

#secondary #sub-nav li, #secondary #sub-nav li a {
	font-size: 12px;
	color: #990000;
	text-decoration: none;
	padding-bottom: 8px;
}

#secondary #sub-nav li a:hover, #secondary #sub-nav ul li.current a {
	color: #999999;
}

#secondary #sub-nav li.current a {
	background: url(gfx/arrow.gif) top left no-repeat;
	padding-left: 15px;
}

/* News ----------------------------------------------------------- */

#secondary #news h2 {
	color: #999999;
	font-size: 20px;
	width: 100%;
	border-bottom: 1px solid #999999;
	padding-right: 5px;
	font-weight: bold;
}

#secondary #news a {
	text-decoration: none;
	color: #999999;
}

#secondary #news a:hover {
	color: #990000;
}

#secondary #news h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 15px 5px 0 0;
}

#secondary #news p {
	font-size: 12px;
	font-style: italic;
	padding-right: 5px;
	text-transform: lowercase;
}

#secondary #news p.more, #secondary #news p.more a {
	font-size: 11px;
	color: #990000;
	
	padding-top: 15px;
}


/* Typography ----------------------------------------------------- */

#primary h2, #primary h1 {
	width: 100%;
	background: url(gfx/headingbg.jpg) no-repeat;
	height: 27px;
	padding: 3px 50px 0px 27px;
	margin: 30px 0;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}

#primary h3, #primary p, #primary ul, #primary ol {
	color: #999999;
	margin-left: 65px;
	margin-right: 50px;
}

#primary p {
	line-height: 24px;
	margin-bottom: 13px;
}


#primary h3, #primary h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 16px;
}

#primary h4 {
	color: #990000;
	margin-left: 65px;
	margin-right: 50px;
}

#primary a {
	color: #999999;
	font-weight: bold;
}

#primary a:hover {
	color: #990000;
}

#primary ul {
	list-style: disc inside;
	padding: 0 0px 10px 15px;
}

#primary ol {
	list-style: decimal inside;
	padding: 0 0px 10px 15px;
}

#primary li {
	line-height: 20px;
	padding-left: 0px;
}

#primary strong {
	font-weight: bold;
}

#primary em {
	font-style: italic;
}

#primary .center {
	text-align: center;
}

#primary .right {
	text-align: right;
}

#priamry . left {
	text-align: left;
}

/* News Section Typography ------------------------------------------------------------------------ */

#primary #primary-news p {
	margin-bottom: 0px;
	margin-top: 13px;
}

#primary #primary-news p.date {
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	display: inline;
	margin-left: 0px;
}

#primary #primary-news h3.news a {
	text-decoration: none;
}

#primary #primary-news h3.news {
	display: inline;
}

#primary #primary-news p.more a {
	font-size: 11px;
	color: #990000;
	font-style: italic;
	text-decoration: none;
}

#primary #primary-news p.more {
	margin-top: 5px;
	margin-bottom: 13px;
	text-align: right;
}

/* RSS Live Search ------------------------------------------------------------------------------- */
#searchform { width: 500px; }
#searchform fieldset { outline: none; border: 1px solid #666; background: #dedede; padding: 20px; margin: 0 20px; }
#searchform label { padding-right: 10px; font-size: 11px; font-weight: bold; font-family: Arial, Helvetica, Sans-Serif; }

#LSResult { background-color: #ccc; margin: 0 20px; }
#LSShadow { padding: 5px; }
#LSRes { background-color: #fff; padding: 10px; }
.LSRow { padding: 5px; border-bottom: 1px solid #dedede; }
#LSHighlight { background-color: #dedede; }
#LSHeader { padding: 2px 2px 8px; }
.lsDate { display: block; color: #eee; }

#LSResult a { color: #999999 }
#LSResult a:hover { color:#990000; }

/* Sitemap  ------------------------------------------------------------------------------- */


#primary ul.sitemap li ul {
	list-style: square inside;
	margin-left: 15px;
}





/* Clear Fix
--------------------------------------------------------------------------------------------------- */
.clear { clear: both; }

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */




