@charset "utf-8";
/* CSS Document */

.container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

* {
	padding: 0px;
	border-width:0px;
	border-collapse:collapse;
	margin: 0px;
	border-style:none;
}

h2{
	font-size: 18px;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

li a {
	color: #000;
}

a:hover {
	color: #000;
}

.header {
	text-align: left;
	height: 100px;
	padding-right: 10px;
	width: 750px;
	vertical-align: baseline;
	font-size: 12px;
}

.navigaion {
	text-align: right;
	height: 16px;
	vertical-align: middle;
	padding: 75px 0 0;
/*	background: #1f216f; */
	color: #666666;
}
.navigaion li {
	line-height: 1em;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 10px;
	margin-left: 10px;
}
body {
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-family: "Gill Sans", Arial, Helvetica, sans-serif;
}
.sidebar {
	background-color: #6e7378;
/*	background-image: url(images/sidebarBG.jpg); */
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 219px;
/*	min-height: 509px; */
	color: #fff;
	padding: 25px;
}
.contentCont {
	float: right;
	width: 470px;
/*	min-height: 509px; */
/*	background-image: url(images/contentBG.gif); */
	background-repeat: repeat-x;
	background-position: top;
	background-color: #6e7378;
	padding: 10px;
	margin: 20px 0;
	border-left-style: dashed;
	border-left-width: 1px;
	border-left-color: #fff;
}
.clear {
	clear: both;
}
.baseline {
	background-color: #1f216f;
	height: 24px;
}
.main {
	background-color: #6e7378;
}
.content {
/*	background-color: #e1e1e1; */
	width: 440px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	margin-top: -3px;
}

.widget_subpages li{
	padding-left: 20px;
}

.sidebar li{
	list-style-type: none;
}

.entry {
/*	margin-top: 10px; */
	font-size:12px;
}

.entry p {
	padding-top: 10px;
}

.footer {
	padding: 5px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.current_page_item a{
	color: #000;
}

.page-item-143{
	display:none;
	visibility:hidden;
}

.sidebar a{
	color: #ccc;
}

.strip{
	height: 6px;
	background-color: #1f216f;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
/* End Entry Lists */