* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1em;
	line-height: 140%;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #FC3E1A;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	padding: 10px;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	padding: 0px 0 0 100px;
	background: url(images/logo-2.png) no-repeat 0px 0px;
	background-position: center;
}	

#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 {
}

#logo p {
	margin: 0;
	padding: 0 0 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Two different types of pages... One with the 4 divisions.. the other with three */
.four-divs {
	margin: 0;
	padding: 0;
	background: #c5dfff url(images/img01-2.gif) repeat-x;
}

.three-divs {
	margin: 0;
	padding: 0;
	background: #c5dfff url(images/img01-3.gif) repeat-x;
}

/* Menu */

#menu {
	margin:0px auto;
	width: 760px;
	height: 60px;
	text-align:center;
}

#menu ul {
	margin: 0px auto;
	padding: 0;
	width: 520px;
	list-style:none;
	line-height: normal;

}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 43px;
	padding: 20px 15px 0 20px;
	text-decoration: none;
	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#menu a:hover {
	color: #00719c;
}

#menu .current_page_item a {
	background: url(images/img03.gif) no-repeat center bottom;
}

/* Wide Post */
/* This is FOR THE MAIN PAGE */

.wide-post {
	width: 860px;
	margin: 0 auto;
	padding: 0 30px;
	height:350px;
	font: 1.2em "Georgia", Arial, Helvetica, sans-serif;
	color:#262262;
}

.wide-post h1 {
	padding: 10px 30px 20px 30px;
	font: 2.5em "Arial", Helvetica, sans-serif;
	color: #c5dfff;
}

.wide-post .title a {
	text-decoration: none;
	color: #c5dfff;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post p {
	padding: 0 30px 0 350px;
	font: 1.1em "Georgia", Arial, Helvetica, sans-serif;
	color:#262262;
}

.wide-post a {
	color:#ffffff;
}

.wide-post .bottom {
	height: 20px;
	background: left bottom;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #262262;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
	color: #6f95ff;
}

.wide-post .links a {
	text-decoration: none;
	color:#6f95ff;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(images/img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}

/* Three Content Columns */

.three-columns {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0;
}

.three-columns .column-one {
	float: left;
	width: 260px;
	margin-right:40px;
}

.three-columns .column-two {
	float: left;
	width: 260px;
}

.three-columns .column-three {
	float: right;
	width: 260px;
	margin-left: 40px;
}

.three-columns .title {
	height: 30px;
	padding: 0px 15px;
	text-align:center;
	font: 2.2em "Georgia", Helvetica, sans-serif;
	color: #262262;
}

.three-columns .entry {
	background: #a5cdff url(images/img13.gif) repeat-x;
	height: 310px;
}

.three-columns .entry p {
	margin: 0;
	padding: 5px 15px;
	font:.85em "Trebuchet MS", Helvetica, sans-serif;
	line-height: 150%;
	color: #354981;
}

.three-columns .entry ul {
	margin: 0;
	padding: 0px 20px 0px 20px;
	list-style:none;
}

.three-columns .entry li {
	padding: 5px;
	font:.85em "Trebuchet MS", Helvetica, sans-serif;
	color:#354981;
}

.three-columns .entry a {
	color:#ffffff;
}

/* Other Pages */

.otherpage{
	width: 860px;
	margin: 0 auto;
	padding: 0 30px;
	height: auto;
	font: 1.2em "Georgia", Arial, Helvetica, sans-serif;
	color:#262262;
}

.otherpage a {
	color:#6699ff;
}

.otherpage hr {
	height: 1px;
	border: 0;
	color: #333;
	background-color: #333;
	width: 80%;
	padding:10px 0 10px 0;
}

.otherpage h1 {
	padding: 10px 30px 0px 0px;
	font: 2.3em "Arial", Helvetica, sans-serif;
	color: #262262;
}

.otherpage h2 {
	padding: 0 30px;
	font: 1.6em "Georgia", Arial, Helvetica, sans-serif;
	color:#262262;
}

.otherpage img {
	margin-left: auto;
	margin-right: auto;	
	padding: 10px 0 10px 0;
}

.otherpage p {
	padding: 0 30px;
	font: 1.0em "Georgia", Arial, Helvetica, sans-serif;
	color:#262262;
}

.otherpage ul {
	margin: 0;
	padding: 0px 20px 10px 80px;
	list-style: square;
}

.otherpage li {
	padding: 2px;
	font:.85em "Trebuchet MS", Helvetica, sans-serif;
	color:#262262;
}

/* Dividing Div */

#divider {
	height: 5px;
	border-bottom:1px solid #262262;
	width:80%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
}

/* Contact Columns */

.contact-columns {
	width: 860px;
	margin: 0 auto;
	padding: 20px 0;
}

.contact-columns .column-one {
	float: left;
	width: 260px;
	margin-right:40px;
}

.contact-columns .column-two {
	float: left;
	width: 260px;
}

.contact-columns .column-three {
	float: right;
	width: 260px;
	margin-left: 40px;
}

.contact-columns .title {
	height: 30px;
	padding: 0px 15px;
	/*background: #c5dfff url(images/img12.gif) no-repeat;*/
	text-align:center;
	font: 2.2em "Georgia", Helvetica, sans-serif;
	color: #262262;
}

.contact-columns .entry {
	background: #a5cdff url(images/img13.gif) repeat-x;
	height: 200px;
}

.contact-columns .entry p {
	margin: 0;
	padding: 5px 15px;
	font:.85em "Trebuchet MS", Helvetica, sans-serif;
	line-height: 150%;
	color: #354981;
}

.contact-columns .entry ul {
	margin: 0;
	padding: 0px 20px 0px 20px;
	list-style:none;
}

.contact-columns .entry li {
	padding: 5px;
	font:.85em "Trebuchet MS", Helvetica, sans-serif;
	color:#354981;
}

/* Submenu */

#submenu {
	clear: both;
	padding: 20px 0;
	background: #535657 url(images/img16.gif) repeat-x left bottom;
	color: #A9B6BB;
}

#submenu ul {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#submenu li {
	display: block;
	float: left;
	width: 180px;
	padding: 0 12px 0 0;
}

#submenu li ul {
	width: auto;
	margin: 0;
}

#submenu li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 5px 0 5px 10px;
	background: url(images/img17.gif) no-repeat left center;
	border-bottom: 1px solid #424546;
}

#submenu h2 {
	margin: 0 0 5px 0;
	border-bottom: 2px solid #424546;
	font-size: 1.2em;
}

#submenu a {
	text-decoration: none;
	color: #A9B6BB;
}

#submenu a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	/*height: 95px;*/
	padding: 10px 0px 10px 0px;
	background: #262262 url(images/img18.gif) repeat-x;
}

#footer .three-columns {
	width: 860px;
	height: 90px;
	margin: 0 auto;
	padding: 0px;

}

#footer .three-columns .column-one {
	float: left;
	width: 259px;
	height: 90px;
	margin-right:40px;
	border-left: 1px solid #405797;
}

#footer .three-columns .column-two {
	float: left;
	width: 259px;
	height: 90px;
	border-left: 1px solid #405797;
}

#footer .three-columns .column-three {
	float: right;
	width: 259px;
	height: 90px;
	margin-left: 40px;
	border-left: 1px solid #405797;
}

#footer p {
	text-align: left;
	font: smaller Arial, Helvetica, sans-serif;
	color: #6f95ff;
	line-height:normal;
	padding: 0px 15px;
}

#footer a {
	color: #ffffff;
}