@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #282828;
	background-color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;

}

h2 {
	font-size: 19px;
	font-weight: bold;
	line-height: 20px;
	margin-top: 0.667em;
	margin-bottom: 0.667em;
	padding-bottom: 10px;
	color: #535388;
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
}

#header {
	width: 850px;
	height: 215px;
	
}

#navigation {
	width: 850px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	background-color: #CCCCCC;
}

#navigation ul {
		margin: 0;
		padding: 0;
}

#navigation li {
		display: inline;
		padding-right: 15px;
		padding-left: 4px;
}
#navigation a:link, a:visited, a:active {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
	}
#navigation a:hover {
	color: #B22828;
	font-weight:bold;
	}
		
#breadcrumb {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	width: 850px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	}

#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {
	text-decoration: none;
	color: #000000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: normal;
}

#breadcrumb a:hover {
	text-decoration: none;
	color: #B22828;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	font-weight: normal;
}

#maincontent {
	background-color: #ffffff;
	padding: 0 20px;
}

#maincontent a:link, a:active  {
	color:#5C8CD8;
	text-decoration:none;
	font-weight: normal;
}
#maincontent a:visited {
	color:#5C8CD8;
	text-decoration:none;
	font-weight: normal;
}

#maincontent a:hover {
	color:#CA4572;
	text-decoration:underline;
}

#thumb {
	width: 120px;
	float: left;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 2px;
}

#thumb_title {
	width: 100px;
	background-color:#7171ba;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 4px;
	height: 30px;
	text-align:center;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
	
}
	
#thumb_title a:link {
		color:#FFF;
		text-decoration:none;
}

#thumb_title a:visited {
		color:#FFF;
		text-decoration:none;
}
#thumb_title a:hover {
		color:#FFF;
		text-decoration:underline;
}
#thumb_title a:active {
		color:#FFF;
		text-decoration:none;
}
.img {
		float:right;
		margin-left: 8px;
		width: 200px;
		height: 150px;
}

.imglft {
		float:right;
		margin-left: 8px;
		}

#slidepane {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
}

#featured-node-item{
	float: left;
	width: 124px;
	background-color: #CCC;
	text-align: center;
	margin-right: 5px;
	padding-right: 3px;
	padding-left: 3px;
	height: 305px;
	}

#featured-node-item-rte {
	float: left;
	width: 124px;
	background-color: #CCC;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
	height: 305px;
}

#contentbot {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	background-color: #EEEEEB;
	font-size: x-small;
	color: #999999;
	text-align: right;
	padding-right: 5px;
	height: 20px;
	}

img {
	border-style: none;
}

.clearfloat { /* 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 */
	clear:both;
	padding-top:5px;
   /* height:0;
    font-size: 1px;
    line-height: 0px;*/
}
.quote {
	font-size: .8em;
	font-style: italic;
}
