@charset "utf-8";
/* End hide from IE5-mac */

body, h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	background-image: url(images/header-bg.png);
	background-repeat: repeat-x;
	background-color: #EAEAEA;
}
a {
	color: #1a4269;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #313031;
}


#wrapper {
	width: 1000px;
	margin: auto;
}
#header {
	height: 213px;
}
#logo {
	height: 128px;
}
#logo img {
	padding-top: 15px;
	border: none;
}
#social {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

#header  h3 {
	margin-top: -3px;
	font-size: 16px;
	padding-left: 190px;
}
.nav {
	width: 1000px;
	height: 30px;
}
.nav a {
	padding: 0 10px 0 5px;
	color: #FFF;
	line-height: 30px;
	float: right;
}
#menu {
	height: 55px;
	width: 1000px;
}
#menu h1 {
	font-size:16px;
	text-align: center;
	line-height: 27px;
	font-weight: normal;
}
#menu a {
	padding-right:40px;
	text-decoration:none;
	color:#1a4269
}
#menu a:hover {
	text-decoration:underline;
}

#main {
	width: 1000px;
}
#space {
	width: 1000px;
	height: 5px;
}
#left {
	float: left;
	width: 750px;
	background-color: #EAEAEA;
	padding-top: 15px;
}
#sub-menu {
	background-repeat: no-repeat;
	background-color: #C6C6C6;
	padding-top: 15px;
	padding-bottom: 15px;
}
#sub-menu    p {
	width: 200px;
	list-style: none;
	margin-left: 12px;
}
#sub-menu  p  a {
	padding: 0 0 0 15px;
	color: #1a4269;
	font-size: 18px;
	line-height: 25px;
}
#sub-menu      p      a:hover        {
	text-decoration: underline;
}
#sub-menu li {
	color: #000;
	list-style: none;
	padding-bottom: 3px;
	padding-left: 25px;
}
#sub-menu ul li {
}

#sub-menu li a {
	color: #1a4269;
}

#sub-menu ul {
	width: 200px;
	margin-left: 3px;
}
#sub-menu img {
	margin-left: 15px;
	padding-top: 15px;
}
#sub-menu-b  {
	width: 200px;
	margin-left: 3px;
	background-image: url(images/menu-bottom.png);
	height: 47px;
}
#home {
	width: 1000px;
	background-color: #EAEAEA;
	float: right;
	padding-top: 10px;
}
#home  p {
	padding: 10px 20px 10px 20px;
}
#home h2 {
	padding-left: 20px;
	margin-bottom: 15px;
}





#content-wrap {
	width: 1000px;
	min-height: 500px;	
}


#content {
	width: 745px;
	background-color: #EAEAEA;
	float: right;
	margin-right: 5px;
}
#content p {
	text-align: justify;
}
#content p + p { margin-top: 1em; }
#content h2 {
	font-size: 22px;
}
#content ul {
	padding: 10px;
}
#content li {
	list-style: disc inside;
}


#content .image {
	padding: 7px;
}


#right {
	float: right;
	background-color: #EAEAEA;
	width: 250px;
}
#sidebar {
	background-color: #EAEAEA;
	width: 250px;
}
#sidebar-box {
	width: 236px;
	margin: 0 0 3px 11px;
	background: #EAEAEA url(images/sidebar.gif) no-repeat;
	height: 196px;
}
#sidebar-box p {
	color: #FFFFFF;
	padding: 15px 10px 0 10px;
}
#sidebar-box a {
	color: #FFFFFF;
	text-decoration: underline;
}
#sidebar-box a:hover {
	text-decoration: none;
}
#sidebar h3 {
	color: #000;
	border-top: solid #c4c4c4;
	padding-top: 15px;
}





#footer {
	clear: both;
	color: #000000;
	background-color: #EAEAEA;
}
#footer a {
	color: #1a4269;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
#footer p {
	color: #313131;
	padding-left: 15px;
}
#footer-top {
	width: 1000px;
	background-image: url(images/footer-top.png);
	height: 33px;
}
#footer-left {
	width: 450px;
	float: left;
}
#footer-right {
	float: right;
	width: 525px;

}
#footer-space {
	width: 1000px;
	height: 60px;
	background-color: #EAEAEA;
}
#ad p {
	text-align: right;
	vertical-align: top;
	padding: 20px;
}
#ad {
	width: 1000px;
	height: 110px;
}
.clear {
	clear: both;
	height: 10px;
}
/* Featured */
#featuredPosts {
	overflow:hidden;
	padding-left: 20px;
}

#featuredPosts .item {
	float:left;
	width:450px;
	margin-right:50px;
	position:relative;
	background-color: #FFFFFF;
	height: 435px;
	
}

#featuredPosts .lastItem {
	margin-right:0;
	padding-right:0;
}
#featuredPosts  .item  h2 {
	font-size: 16px;
	padding: 0 0 0 20px;
	margin-top: 10px;
}

#featuredPosts .item img {
	border: none;
}

#featuredPosts .item p {
	margin-bottom:0.3em;
}
#featuredPosts .item a {


}

#home /* POST BOXES */

 .postBox {
	float:left;
	margin:0 20px 30px 20px;
	width:290px;
	padding-bottom:5px;
	text-shadow:none;
	background-color: #CCCCCC;
}
#home  .lastBox {
	margin-right:0;
}

#home .postBoxInner, #home .postBoxInnerHover {
	border:8px solid #cccccc;
	background:#F7F9F9;
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	height:230px;
	font-size:12px;
}

#home .postBoxInner div.excerpt {
	height:100px;
}

#home .postBoxInnerHover {
	background:#FFF;
	border:8px solid #EEF2F2;
}

#home .postBoxInner img {
	border:none;
}

#home .postBoxInner p {
	margin:0 0 1.5em;
}

#home .postBox .postBoxInner h2 {
	font-size:16px;
	padding:15px 0 10px;
	margin-bottom:0;
}

