﻿body
{
	padding: 0px;
	background: #F6FBFE url(img01.jpg) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3
{
	margin-top: 0px;
}

h1
{
	font-size: 2.4em;
}

h2
{
	font-size: 1.8em;
}

h3
{
	font-size: 1.4em;
}

p, ol, ul
{
	/* margin-bottom: 1.8em; */
	line-height: 160%;
}

a
{
	color: #393939;
}

a:hover
{
	text-decoration: none;
	color: #393939;
}

a img
{
	border: none;
}

hr
{
	display: none;
}

/* Header */

#header
{
	width: 1000px;
	height: 80px;
	margin: 0px auto;
	background: url('img02.jpg') no-repeat left top;
}

#header a
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo
{
	width: 1000px;
	height: 102px;
	margin: 0px auto;
	background-color: White;
}

/* Menu */

#menu
{
	float: left;
	margin: 11px 0 0 0;
}

#menu ul
{
	margin: 0px 0 0 0;
	padding: 0px 20px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li
{
	float: left;
	margin: 0px 0px 0px 0px;
}

#menu a
{
	display: block;
	width: auto;
	height: 23px;
	font-size: 13px;
	padding: 7px 15px 0px 15px;
	font-weight: bold;
}

#menu a:hover
{
	background: #029AC9;
}

#menu .first
{
	background: none;
}

#menu .active a
{
}

/* Page */

#page
{
	width: 1000px;
	margin: 0px auto;
	background: url(img03.jpg) repeat-y left top;
}

div.features
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

div.spacer
{
	clear: both;
}

.features_n
{
	float: left;
	width: 50%;
	line-height: 25px;
}

/* Content */

#content
{
	float: left;
	width: 730px;
}

.post
{
	margin: 0px 10px 30px 10px;
}

.post .title
{
	height: 30px;
	margin: 0px;
	padding: 5px 0px 0px 30px;
	color: #232F01;
}

.post .title a
{
	color: #232F01;
}

.post .support
{
	margin-left: 5px;
	margin-bottom: 30px;
}

.post .support2
{
	margin-left: 92px;
	margin-bottom: 30px;
}

.post .support img
{
	width: 72px;
	height: 72px;
	float: left;
	margin: 0px 15px 20px 0px;
	vertical-align: middle;
}

.post .entry
{
	margin-left: 30px;
}


.post .meta
{
	margin-left: 30px;
	font-weight: bold;
}

.post .byline
{
	margin-top: -35px;
	margin-left: 70px;
	border-bottom: #BFC9AE dashed 1px;
	color: #5E5E5E;
}

/* Sidebar */

#sidebar
{
	float: right;
	width: 270px;
}

#sidebar ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul
{
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar li li
{
	padding: 5px 7px;
	margin-left: 24px;
	border-bottom: #BFC9AE dashed 1px;
}

#sidebar h2
{
	padding: 6px 30px;
	background: #146BA6;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a
{
	text-decoration: none;
	color: #232F01;
}

#sidebar a:hover
{
	text-decoration: underline;
}

/* Search */

#search
{
}

#search form
{
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset
{
	margin: 0px;
	padding: 0px 0px 0px 30px;
	border: none;
}

#search #s
{
	width: 140px;
}

/* Footer */

#footer
{
	clear: both;
	width: 1000px;
	height: 100px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
	background: url(img04.jpg) no-repeat left top;
}

#footer p
{
	margin: 0px;
	padding: 40px 0px 0px 20px;
	line-height: normal;
	font-size: smaller;
}

#footer a
{
	color: #FFFFFF;
}

img.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
}

p.newsfooter
{
	border-bottom: #BFC9AE dashed 1px;
	padding: 0px 0px 5px 0px;
}

.quotel
{
	background-position: left bottom;
	background: #FFFFFF url('bl.gif') no-repeat left bottom;
	width: 90%;
	min-width: 100px;
}
.quoter
{
	background: url('br.gif') bottom right no-repeat;
}
.quotetl
{
	background: url('tl.gif') top left no-repeat;
}
.quotetr
{
	background: url('tr.gif') top right no-repeat;
	padding: 10px;
}
.quoteb
{
	padding: 0px 0px 10px 50px;
	background: url('b.gif') 30px top no-repeat;
}

