*
{
	padding: 0;
	margin: 0;
	font-size: 100.01%;
}
html
{
	font-size: 62.5%;
}
body
{
	background:#f0f7fa;
	font: 1em Arial, Verdana, sans-serif;
	color: #005b7f;
	margin: 0;
}
form, ul, li
{
	margin:0;
	padding:0;
}

/* =========================
 Page layout
========================= */
#container
{
	margin:0 auto;
	width:970px;
}
#header
{

}
#content
{
	clear:both;
	margin:0 16px;
}
.columnLeft
{
	float:left;
	width:682px;
}
.columnRight
{
	float:right;
	width:240px;
}
#footer
{
	margin-top:26px;
}
.clear
{
	clear:both;
}
.pad
{
	padding:5px;
}

/* =========================
 Header
========================= */
#header .buttons
{
	height:30px;
	margin: 0 16px;
}
#header .buttons ul li
{
	float:left;
	list-style:none;
	margin: 8px 8px 0 0;
}
#header .buttons ul span
{
	display:none;
}
#header .buttons ul a, #header .buttons ul div
{
	height:14px;
	display:block;
	width:16px;
}
#header .buttons ul .bHome a
{
	background: url("../images/bgButtons.gif") 0 0 no-repeat;
}
#header .buttons ul .bHome a:hover
{
	background: url("../images/bgButtons.gif") 0 -14px no-repeat;
}
#header .buttons ul .bHomeDisabled div
{
	background: url("../images/bgButtons.gif") 0 -28px no-repeat;
}
#header .buttons ul .bContact a
{
	background: url("../images/bgButtons.gif") -16px 0 no-repeat;
}
#header .buttons ul .bContact a:hover
{
	background: url("../images/bgButtons.gif") -16px -14px no-repeat;
}
#header .buttons ul .bMap a
{
	background: url("../images/bgButtons.gif") -32px 0 no-repeat;
}
#header .buttons ul .bMap a:hover
{
	background: url("../images/bgButtons.gif") -32px -14px no-repeat;
}
#header .buttons ul .bAdmin a
{
	background: url("../images/bgButtons.gif") -48px 0 no-repeat;
}
#header .buttons ul .bAdmin a:hover
{
	background: url("../images/bgButtons.gif") -48px -14px no-repeat;
}
#header .search
{
	float:right;
	margin-top:4px;
}
#header .search #searchT
{
	font-size:10px;
	width:150px;
	vertical-align:middle;
}
#header .search #searchB
{
	padding-left:4px;
	vertical-align:middle;
}
#header .logo
{
	background: url("../images/bgHeader.jpg") center top no-repeat;
	clear:both;
}
#header .logo .columnRight
{
	margin-right:16px;
}
#header .logo ul
{
	clear:left;
	margin-left:16px;
}
#header .logo li
{
	float:left;
	list-style:none;
}
#header .logo li a
{
	color:#fff;
	display:block;
	font: 160% Arial, Verdana, sans-serif;
	line-height:35px;
	margin-right:2px;
	padding:0 12px;
	text-decoration:none;
}
#header .logo li a:hover, #header .logo li.selected a
{
	background: #a2b842 url("../images/bgMenu.gif") center top repeat-x;
}
#header h1
{
	float:left;
	height:40px;
	margin:8px 0 40px 16px;
	text-transform:uppercase;
	width:452px;
}
#header h1 a
{
	background: url("../images/bgLogo.gif") center top no-repeat;
	display:block;
	height:40px;
	width:452px;
}
#header h1 span
{
	display:none;
}
#header .banner
{
	background: url("../images/bgBanner.gif") center top no-repeat;
	height:156px;
	width:240px;
}
#header .banner p
{
	font-size:130%;
	padding: 55px 90px 20px 10px;
}

/* =========================
 Content
========================= */
#content
{
	font-size:1.2em;
}

a
{
	color:#448cca;
}
a:hover
{
	color:#c00;
}
h2
{
	color:#f7941d;
	font-size:2.0em;
	margin-bottom:16px;
}

#content p
{
	margin-bottom:1em;
}

.boxBlue, .boxGreen, .boxOrange
{
	background: url("../images/boxBlueT.gif") center top no-repeat;
	margin-bottom:20px;
}
.boxGreen
{
	background-image:url("../images/boxGreenT.gif");
}
.boxOrange
{
	background-image:url("../images/boxOrangeT.gif");
}
.boxBlue h3, .boxGreen h3, .boxOrange h3
{
	color:#005b7f;
	font-weight:normal;
	margin-bottom: 10px;
}
.boxGreen h3
{
	color:#a2b842;
}
.boxOrange h3
{
	color:#f7941d;
}
.boxBlue .content, .boxGreen .content, .boxOrange .content
{
	background: url("../images/boxBlueB.gif") center bottom no-repeat;
	padding:10px 10px 16px 10px;
}
.boxGreen .content
{
	background-image:url("../images/boxGreenB.gif");
}
.boxOrange .content
{
	background-image:url("../images/boxOrangeB.gif");
}

.captcha label
{
	margin-bottom:20px;
}
.captcha img
{
	background:#eee;
	border:solid 1px #999;
	margin-bottom:10px;
}

.comments h3
{
	color:#f7941d;
	font-size:1.6em;
	margin-bottom:1em;
}
.comments .comment
{
	list-style:none;
}
.comments .gravatar
{
	float:left;
	margin-right: 5px;
	border: 1px solid #ccc;
	vertical-align:middle;
}
.comments .author
{
	color:#999;
	font-size:1.0em;
	padding:5px 0 0 5px;
}
.comments .author a
{
	color:#f7941d;
}
.comments .author a:hover
{
	color:#c00;
}
.comments .author b
{
	padding-right:5px;
}
.comments .text
{
	background: url("../images/bgComment.gif") left top no-repeat;
	font-size:1.1em;
	margin:5px 0 0 30px;
}
.comments .alt .text
{
	background-image: url("../images/bgCommentAlt.gif");
}
.comments .pad
{
	padding:10px;
}
.comments .notes
{
	float:right;
	width:500px;
}
.errors
{
	border:solid 2px red;
	margin-bottom:1em;
}
.errors li
{
	color:red;
	margin:0.5em 2em;
}
.form label
{
	display:block;
	float:left;
	font-size:1.2em;
	width:140px;
}
.form .t
{
	width:250px;
}
.form .t, .form textarea
{
	background: #fff;
	border:solid 1px #999;
	font: 1.3em Arial, Verdana, sans-serif;
	padding:2px;
}
.form .button
{
	cursor:hand;
	cursor:pointer;
	font: 1.4em Arial, Verdana, sans-serif;
	padding:2px;
	width:120px;
}
.form textarea
{
	height:150px;
	width:680px;
}

.google468
{
	margin-bottom:2em;
	text-align:center;
}

.noline
{
	text-decoration:none;
}

.other
{
	color:#999;
	font-size:1em;
	margin-bottom:16px;
	list-style:none;
}
.other a
{
	color:#a2b842;
}
.other a:hover
{
	color:#c00;
}
.other .next
{
	float:right;
	text-align:right;
}

.pager
{
	color:#ccc;
	font-size:1.2em;
	margin-bottom:16px;
	list-style:none;
}
.pager li
{
	display:inline;
	margin-right:10px;
}
.pager .next
{
	float:right;
}

.post
{
	margin-bottom:2em;
}
.post h2
{
	color:#a2b842;
	font-size:2.0em;
	margin:0;
}
.post h3
{
	color:#a2b842;
	font-size:1.6em;
	margin:0;
}
.post h2 a, .post h3 a
{
	color:#a2b842;
	text-decoration:none;
}
.post h2 a:hover, .post h3 a:hover
{
	color:#c00;
	text-decoration:underline;
}
.post .icons
{
	background: url("../images/bgIcons.gif") center top no-repeat;
	clear:both;
	height:24px;
}
.post .icons li
{
	color:#999;
	float:left;
	line-height:16px;
	list-style:none;
	margin-left:10px;
}
.post .icons a
{
	display:block;
	padding-left:20px;
	text-decoration:none;
}
.post .icons a:hover
{
	color:#c00;
}
.post .icons li.comment a
{
	background: url("../images/iComment.gif") left top no-repeat;
}
.post .icons li.commentAdd a
{
	background: url("../images/iCommentAdd.gif") left top no-repeat;
}
.post .icons li.date
{
	background: url("../images/iCalendar.gif") left top no-repeat;
	padding-left:20px;
}
.post .icons li.feed a
{
	background: url("../images/iFeed.gif") left top no-repeat;
}
.post .icons li.edit
{
	float:right;
}
.post .icons li.edit a
{
	background: url("../images/iEdit.gif") left top no-repeat;
	display:block;
	height:16px;
	width:16px;
}
.post .icons li.edit a span
{
	display:none;
}
.post .more
{
	margin-left:10px;
}
.post .more a
{
	color:#a2b842;
	text-decoration:none;
}
.post .more a:hover
{
	color:#c00;
}
.post .more b
{
	text-decoration:underline;
}
.post .tags
{
	color:#999;
	font-size:1.2em;
	margin:0 0 1em 5px;
}
.post .tags li
{
	color:#999;
	display:inline;
	line-height:16px;
	list-style:none;
	margin-left:5px;
}
.post .tags a
{
	color:#f7941d;
}
.post .tags a:hover
{
	color:#c00;
}
.post .tags li.date
{
	background: url("../images/iCalendar.gif") left top no-repeat;
	font-size:0.9em;
	padding-left:20px;
}
.text
{
	clear:both;
	font-size:1.2em;
	margin-bottom:10px;
}
#content .text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .text p, .text li, .text table
{
	margin-bottom:1em;
}
#content .text h1, #content .text h2, #content .text h3, #content .text h4, #content .text h5, #content .text h6
{
	color:#f7941d;
}
#content .text h1, #content .text h2, #content .text h3
{
	font-size:1.4em;
}
#content .text h4
{
	font-size:1.2em;
}
.text ul, .text ol
{
	margin:1em 4em;
}
.text table ul, .text table ol
{
	margin-left:2em;
}
.text ul ul, .text ol ul
{
	list-style:disc;
}
.text .grid
{
	border-collapse:collapse;
	font-size:0.8em;
}
.text .grid td
{
	border:solid 1px #ccc;
	padding:0.5em;
	vertical-align:top;
}
.text img
{
	border:0;
}

p.rss a
{
	background: url("../images/feedLarge.gif") left center no-repeat;
	display:block;
	font-size:120%;
	padding-left:34px;
	text-decoration:none;
}
p.rss a:hover
{
	background-image:url("../images/feedLargeOver.gif");
	color:#c00;
}
p.rss a b
{
	font-size:140%;
	text-decoration:underline;
}

.sections li, .pages li, .archive li
{
	color:#999;
	list-style:none;
	margin-bottom:0.6em;
}
.sections a, .pages a, .archive a
{
	background: url("../images/iFolder.gif") left top no-repeat;
	color:#f7941d;
	font-size:1.2em;
	padding-left:22px;
	text-decoration:none;
}
.sections a:hover, .pages a:hover, .archive a:hover
{
	background-image:url("../images/iFolderPage.gif");
	color:#c00;
	text-decoration:underline;
}
.sections .current-cat a
{
	background-image:url("../images/iFolderPage.gif");
	font-weight:bold;
}
.sections ul
{
	margin:5px 0 10px 22px;
}
.sections ul li
{
	margin-bottom:0.3em;
}
.sections ul a
{
	font-size:1.1em;
}
.pages a
{
	background-image:url("../images/iPage.gif");
	display:block;
}
.archive a
{
	background-image:url("../images/iCalendar.gif");
	color:#448cca;
}
.archive a:hover
{
	background-image:url("../images/iCalendarDay.gif");
	color:#c00;
}

.single .text
{
	margin:20px 0;
}

#wp-calendar
{
	margin-bottom:1em;
	width:100%;
}
#wp-calendar th
{
	background:#005b7f;
	color:#f0f7fa;
}
#wp-calendar tbody td
{
	background:#edf1f2;
	color:#ccc;
	font-size:1.2em;
	padding:2px 0;
	text-align:center;
}
#wp-calendar tbody td.pad
{
	background:transparent;
}
#wp-calendar tfoot, #wp-calendar caption
{
	display:none;
}

/* =========================
 Footer
========================= */
#footer
{
	background: url("../images/bgFooter.gif") center top no-repeat;
	height:60px;
}
#footer p
{
	color:#728b05;
	font-size:1.2em;
	padding:10px 0 0 16px;
}
#footer p a
{
	color:#728b05;
}
#footer ul
{
	float:right;
	list-style:none;
	width:400px;
}
#footer ul li
{
	float:right;
	margin:10px 16px 0 0;
}
#footer ul span
{
	display:none;
}
#footer ul a
{
	height:31px;
	display:block;
}
#footer ul .bCC a
{
	background: url("../images/bgCC.gif") center top no-repeat;
	width:88px;
}
#footer ul .bWP a
{
	background: url("../images/bgWP.gif") center top no-repeat;
	width:75px;
}

/* =========================
 Hacks
========================= */
/* IE6 */
* html #header .logo, * html #header .logo ul, * html #content .comment,  * html #content .comment .text
{
	height: 1%;
}
/* IE7 */
#header .logo, #header .logo ul, #content .comment, #content .comment .text
{
	display: inline-block;
}
/* Other */
#header .logo, #header .logo ul, #content .comment, #content .comment .text
{
	display: block;
}