@charset "utf-8";
/* CSS Document */
/* Created 6/2008 */
/* Author: Heritage Web Design */
/* Designer: I.Bautista (ibautista@hwsinet.com) */
/* Copyright 2008 : All Rights Reserved */


p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	background: url(images/img05.gif) repeat-x left bottom;
	text-decoration: none;
	color: #C0BFBF;
}

a:hover {
	background: none;
	color: #FFFFFF;
}

/* Header */

#header {
	width: 888px;
	height: 150px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	float: left;
	padding-top: 80px;
	padding-left: 25px;
	text-transform: lowercase;
	font-size: 2.9em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 98px 0 0 2px;
	text-transform: lowercase;
	letter-spacing: -.05em;
	font-size: 16px;
	color: #FFFFFF;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 200px;
	padding-top: 86px;
}

#search form {
	width: 200px;
	height: 41px;
	margin: 0;
	padding: 15px 0 0 18px;
	background: url(images/img03.gif) no-repeat;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	background: #FFFFFF;
	border: none;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 888px;
	height: 40px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y left top;
}

#menu ul {
	margin: 0;
	padding: 7px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	padding: 10px 20px;
	margin-right: 2px;
	background: #BDE119;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #000000;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 888px;
	margin: 0 auto;
	background: #FFFFFF url(images/img03.jpg) repeat-y left top;
	padding-top: 30px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* Content */

#content {
	float: left;
	width: 764px;
}

.post {
	width: 360px;
	float: left;
	padding-left: 20px;
	border-style: none;
}

.post .title {
	padding: 5px 0;

	background: url(images/backbox.jpg) no-repeat center top;
	color: #333333;
}
.wrap #content #content .post .meta .permalink {
	background: #69BDEF;
	color: #FFFFFF;
	line-height: 120%;
}


.post .title a {
	color: #003399;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	padding-top: 9px;
	padding-left: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#clearboth {
	clear: both;
}

.post h3 {
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	margin-bottom: 10px;
	background: url(images/back_bottom.jpg) no-repeat right top;
	padding-left: 14px;
	visibility: visible;
	margin-top: 0px;
	padding-top: 0px;
}
.post .meta {
	padding: 2px;
	background: #C4DAE8;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
	color: #FFFFFF;
	margin: 2px;
}

.post .entry {
	text-align: left;
	color: #333333;
	background: url(images/backbox.jpg) no-repeat center top;
	height: auto;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0px;
}
#postbottom {
	background: url(images/back_bottom.jpg) no-repeat right;
	height: 30px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	background: #999999;
	margin-right: 25px;
	padding-top: 20px;
	color: #7893AE;
}
.wrap #content #content .post .entry p {
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 10px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #0B57A4;
}

#sidebar li {
}

#sidebar li ul {
	padding: 23px;
}

#sidebar li li {
	background: url(images/img05.jpg) no-repeat left 50%;
	padding-left: 10px;
}

#sidebar h2 {
	padding: 5px 22px;
	background: url(images/img04.jpg) no-repeat bottom;
	font-size: 1.5em;
	color: #FFFFFF;
}

#sidebar p {
	padding: 20px;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 765px;
	margin: 0 auto;
	padding: 30px 0;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #035B9D;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #121C27;
}
html{
overflow: -moz-scrollbars-vertical;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000;
margin: 0;
padding: 0;
font-size: 12px;
/*background: #eceeee url(images/main_bg.gif) top left repeat-x;*/
background-color: #FFFFFF;
}

#nav{
background: transparent url(images/navbg.gif) top left repeat-x;
vertical-align: middle;
}

body *{
	text-align:inherit;
}


/* LAYOUT */

table.wrap{
/*margin-right:auto;
margin-left:auto;*/
width: 765px;
background-color: #FFFFFF;
}


#content{
	text-align:left;
	margin: 0px;
}

#footer{
background-color: #daf0f9;
text-align:center;
padding: 8px;
font-size: 10px;
color: #0095d5;
}

.infbox1{
background-color: #ebebeb;
border-right: 10px solid white;
padding: 5px;
text-align: left;
width: 50%;
}

.infbox2{
	padding: 0px 20px;
	text-align: left;
	background: #D9E5F5;
	border: 1px dotted #F0F5FB;
}



/* GLOBAL LINKS */

a:link, a:visited{
color: #0095d5;
text-decoration: none;
}

a:hover{
color: #005591;
text-decoration: underline;
}

/* FOOTER LINKS */

ul#flist, ul#flist li{
margin: 0;
padding: 0;
}

#flist li{
display: inline;
list-style-type: none;
}

#flist li a:link, #flist li a:visited{
color: #0095d5;
text-decoration: none;
font-size: 11px;
padding: 0 11px;
}

#flist li a:hover{
color: #005591;
text-decoration: underline;
}

/* HEADER COLORS */

h1{
font-size: 18px;
color: #035b9d;
}

h2{
	font-size: 14px;
	color: #035b9d;
	background: url(images/Copy-of-h2back.jpg) no-repeat center top;
}
.wrap #content #content .blockquote {
	margin: 0px;
}


h3{
font-size: 13px;
color: #035b9d;
}


/* FORM CLASSES */

input[type=submit], .submit{
background: #0095d5 url(images/spacer.gif);
padding: 2px;
border: 1px solid #035b9d;
color: #000;
font-weight:bold;
}

input, textarea, checkbox, select{
background: #FFF url(images/inputbg.gif) top repeat-x;
border: 1px solid #0095d5;
}

/* MISC STYLES */

.date{
font-size: 11px;
font-style: italic;
color: #035b9d;
}

.headline{
font-weight: bold;
font-size: 13px;
}

#cta{
text-align: center;
font-weight:bold;
}



a.none, a.none:visted{
text-decoration:none;
}
#post .p {
	padding-left: 10px;
	border-style: none;
}

