/* CSS Document */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, blockquote, em, font, img, ins, strike, strong, sub, sup, b, u, i, center, dl, dt, dd, ol, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, li, ul {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	outline: 0px;
	background: transparent;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	text-align: center;
}

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 22px;
	padding: 20px 0 5px 0px;
	color: #093b72;
}

h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 22px;
	margin: 20px 0 5px 5px;
	color: #353B3E;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin: 10px 0px 10px 10px;
}

li {
list-style: none;
	list-style-position: inside;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*margin: 25px 0 10px 10px;
	padding-left: 10px;
	text-indent: -20px;*/
	height: auto;
	background:none;
	padding:0px 0 5px 10px;
	margin:0px 0 5px 15px;
	line-height: 15px;
}

ul {
	list-style: none;
	height: auto;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 100%;
	height: 94px;
	background:url(images/logobackground.jpg) repeat-x;
	margin: 0;
}

#container {
	float: left;
	width: 570px;
	padding: 0 130px 0 0;
}

.post {
	padding: 10px 0 10px 0;
}

.sidebar {
	float: left;
	width: 280px;
	background: #eeeeee;
	margin: 0 0 0 20px;
	display: inline;
	height: 100%;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul ul li {
	padding: 5px 5px 5px 5px;
	line-height: 16px;
}

table#wp-calendar {
	width: 80%;
}

#footercontainer{
	width: 100%;
	background-color: #C1C1C1;
	clear: both;
	float: left;
}

#footer {
	width: 1000px;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#logo {
	width: 1000px;
	height: 94px;
	background:url(images/coresitelogo.jpg) no-repeat;
}

a {
	color: #033E80;
	text-decoration: underline;
}

a:hover {
	color: #E69135;
	text-decoration: none;
}

p.postmetadata {
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

#navcontainer {
	width: 100%;
	height: 39px;
	background-color: #63686A;
	margin: 0;
	clear: both;
}

/* Navigation */
#navigation {
	width: 1000px;
	text-align: center;
	font: 1.1em Trebuchet MS, Arial;
	font-weight:bold
}
#navigation ul {
	margin: 0;
	padding: 0px 20px 0px 0;
	list-style: none;
}
#navigation ul li {
	margin: 0px;
	padding: 7px 5px;
	float:left;
}
#navigation ul li a {
	display: block;
	text-decoration: none;
	color: #eeeeee;
	padding: 5px 15px;
	float:left;
}
#navigation ul li a:hover {
	display: block;
	text-decoration: underline;
	color: #ffffff;
}
#navigation ul li a span {
	display: block;
	padding: 9px 20px 8px 20px;
}

.rss a{
	text-decoration: none;
}