@import url(forms.css);
@import url(misc.css);
@import url(navigation.css);
@import url(components.css);
@import url(modules.css);

.contentpaneopen a { color: #000000; font-weight: bold;}
.contentpaneopen a:link { color: #000000; font-weight: bold;}
.contentpaneopen a:hover { color: #000000; font-weight: bold; text-decoration: underline;}
.contentpaneopen a:visited { color: #000000; font-weight: bold;}

.contentheading a, .contentheading a:link { color: #000000;}

p    { 	line-height: 1.5em; }

h3 {color:#B64228;margin-bottom:-5px;}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #34312f;
	background-attachment: fixed;
	background-color: #5c4729;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#container {
	width: 1021px;
	text-align: left;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(../images/header-bg-1.png);
	height: 234px;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
	background-repeat: no-repeat;
	margin-top: 120px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 255px;
	margin-top: -189px;
	padding-top: 15px;
	padding-right: 72px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent {
	margin-top: 0;
	margin-right: 345px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 60px; width:610px;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 72px;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 60px;
	width: 901px;
	text-align: left;
	margin-top: -1px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;clear:both;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

 /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
.clearfloat {
	clear:both;
	height:0%;
	font-size: 1px;
	line-height: 0px;
}
#inner-container {
	background-image: url(../images/content-bg.png);
	background-repeat: repeat-y;
	background-position: left top;float:left;
}
#logo {
	background:url(../images/logo.png) no-repeat left top;
	height: 320px;
	width: 436px;
	margin-left: 145px;
	margin-top: -90px;
	float: left;
}
#wrap { clear:both; height:1%; }

blockquote {
	color: #2b5394;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #9d9999;
        margin-left: 70px;
	padding-left: 12px;
        padding-right: 50px;
        line-height: 18px;
}
.contentheading, .componentheading {
	font-size: 18px;
	color: #0b0000;
        margin-bottom:2px;
}
.contentheading a, .componentheading a {
        color: #0b0000;
        text-decoration: none;
}
.iteminfo { margin-top:2px; }

.articleinfo {
	margin: 2px 0 0 0;
	padding:0;
}
.pagenav {
	padding: 3px 5px 3px 3px;

}

/* Custom Modules */

.moduletablenewslinks { height:90px;}

.moduletablefooter { float: right; padding-top:19px; padding-right:30px;}

.moduletablefooter a {color: #ffffff; text-decoration: none; }

.moduletablesearch {
	margin-top: 15px;
	height: 22px;
	text-align:right;
}
