@charset "UTF-8";

/* ----- UNIVERSIAL CSS ----- */
/* Global reset */ 

*, html, div, dl, dt, dd, ul, ol, li { margin: 0px; padding: 0px; }

table { border-collapse: collapse; border-spacing: 0px; }

fieldset, img { border: 0px; }

address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }

caption, th { text-align: left; }

h1, h2, h3, h5, h5, h6 { font-size: 100%; }


/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold; }

em { font-style: italic; }

a { outline: none; } /* Gets rid of Firefox's dotted borders */

a img { border: none; } /* Gets rid of IE's blue borders */


.alignright { float: right !important; margin: 0px 0px 5px 10px !important; }

.alignleft { float: left !important; margin: 0px 10px 5px 0px !important; }

/* Site COLORS
   
*/


/* ----- Site LAYOUT ----- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;	
	background: #926535;
}

#siteContainer {
	width: 850px;
	margin: 10px auto;
	padding: 0px;
	position: relative;
	text-align: center;
	background-color: #ffffff;
    border-left: solid 10px #ffffff;
    border-right: solid 10px #ffffff;
    border-top: solid 10px #ffffff;
    border-bottom: solid 10px #ffffff;
}

#siteHeader1 {
	width: 850px;
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	background: #6b3918 url(img/header.gif) no-repeat;
}

#siteHeader2 {
	width: 850px;
	height: 200px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	background: #cccccc;
}

.homeSubnav {
	width: 850px;
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	background: #cccc99 url(img/subnav.gif) no-repeat;
}

.generalSubnav {
	width: 850px;
	height: 50px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	background: #cccc99 url(img/subnav2.gif) no-repeat;
}

#siteContentContainer {
	width: 850px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	background-color: #ffffff;
}

#siteContent {
	width: 550px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	position: relative;
	float: left;
	text-align: left;
}

#siteSidebar {
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	position: relative;
	float: right;
	text-align: right;
    font-size: 12px;
    background: #d5ca9a url(img/new-sidebar-top-back.gif) no-repeat;
}

.sidebar_end {
    width: 270px;
    height: 53px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
    background: #d5ca9a url(img/new-sidebar-bottom-back.gif) no-repeat;
}

#siteFooter {
	width: 850px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: left;
	background: #6b3918 url(img/footer.gif) no-repeat;
}

/* ----- Site STYLES ----- */
#siteHeader1 h1 {
	text-indent: -9000px;
}

.item {
	margin: 0px 0px 60px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

.item h1 {
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	color: #000000;
	font-size: 16px;
}

.item h1 a {
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
}

.item .info {
	width: 350px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-size: 9px;
	color: #45739f;
	border-bottom: 1px dotted #9c9284;
}

.item .info a {
	color: #ffffff;
	background: #45739f;
	margin: 0px 0px 0px 0px;
	padding: 1px 3px 1px 3px;
}

.item h2 {
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	color: #000000;
	font-size: 14px;
	border-bottom: 8px solid #e0e0ce;
}

.entry {
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.entry p {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 0px;
	line-height: 1.5em;
}

.entry h4 {
	width: 500px;
	margin: -5px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	color: #917c6e;
	font-size: 9px;
	border-top: 8px solid #e0e0ce;
	text-transform: uppercase;
}

.entry h3 {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 0px;
	color: #000000;
	font-size: 12px;
}


.entry a {
	color: #45739f;
	text-decoration: none;
}

.entry a:hover {
	color: #45739f;
	text-decoration: underline;
}

.entry ol {
	margin: 0px;
	padding: 5px 10px 5px 35px;
}

.entry ol li {
	margin: 0px;
	padding: 3px 10px 3px 5px;
}

.entry ul {
	margin: 0px;
	padding: 5px 10px 5px 35px;
}

.entry ul li {
	margin: 0px;
	padding: 3px 10px 3px 5px;
	list-style-type: square;
}

.entry blockquote {
       margin: 0px 0px 0px 20px;
       padding: 5px 5px 5px 10px;
       text-align: justify;
}

.entry-spacer {
	height: 10px;
	background: #ffffff;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 0px 0px;
}


#siteSidebar h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
	color: #6b3918;
	font-size: 14px;
        text-transform: uppercase;
}

#siteSidebar a {
	text-decoration: none;
	color: #45739f;
}

#siteSidebar a:hover {
	text-decoration: none;
	background: #45739f;
	color: #ffffff;
}

.entry a {
	color: #03c;
	text-decoration: none;
}

.entry a:hover {
	color: #03c;
	text-decoration: underline;
}

a {
	color: #03c;
	text-decoration: none;
}

a:hover {
	color: #03c;
	text-decoration: none;
}

a img {
	border:none;
}

#siteSidebar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 25px 0px;
}

#siteSidebar li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 10px 1px 10px
}

.clearer {
	clear: both;
}

.menu {
	text-align: right;
}

.menu a {
	margin: 0px;
	padding: 0px;
	color: #ff9900;
}

.menu a:hover {
	background: #ff9900;
	color: #ffffff;
}

.menu ul {
	display: inline;
}

.menu li {
	float: left;
	list-style: none;
}

.moretext {
        font-style: italic;
}
