body
{
	margin: 0px;
	padding: 0px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373;
	background-image: url(../images/background.gif);	
}

form
{
	margin: 0;
	padding: 0;
}

input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

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: 1.8em;
	line-height: 160%;
}

ul, ol
{
}

blockquote
{
}

a
{
	color: #414141;
}

a:hover
{
	text-decoration: none;
}

hr
{
	display: none;
}

/* -------------------- Logo - green color in logo is #C1D82F -------------------- */

#logo
{
	width: 852px;
	height: 80px;
	margin: 10px auto 0 auto;
	border-top: 2px solid #C1D82F;
	border-bottom: 2px solid #606060;
	color: #414141;
}
#logo span
{
	float: right; 
	padding-top: 12px;
}
#logo h1, #logo h2
{
	margin: 0;
	padding: 0;
	color: #CCCCCC;
}

#logo h1
{
	float: left;
	padding: 0;
	margin-left: 50px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2
{
	float: right;
	padding-top: 49px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a
{
	text-decoration: none;
	color: #3F3F3F;
}

#logo img
{
	float: left;
	border-style: none;
}


/* -------------------- Splash -------------------- */

#splash
{
	width: 852px;
	height: 102px;
	margin: 5px auto 0 auto;
}

#splash img
{
	border: 1px solid #3F3F3F;
}


/* -------------------- Page -------------------- */

#page
{
	width: 852px;
	margin: 0 auto;
	padding: 30px;	
}

/* -------------------- Content -------------------- */

#content
{
	float: right;
	width: 640px;
	background: url(../images/people3.gif) no-repeat right top;
}

.post
{
	padding-bottom: 20px;	
}

.post .title
{
	margin: 0;
	padding: 5px 20px;
	letter-spacing: 0;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 1.5em;
}

.post .title a
{
	text-decoration: none;
}

.post .entry
{
	padding: 10px 20px;	
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: top left;
}

.post ul
{
	list-style: none;
}

.post li
{
	list-style-type: circle;
	list-style-image: url(../images/green_bullet.gif);
}

blockquote {
	background: transparent url(../images/blockquote_left.gif) left top no-repeat;
	margin: 5px 20px 10px 20px;
	padding-left: 50px;
}

blockquote p {
	background: url(../images/blockquote_right.gif) right bottom no-repeat;
	margin: 0;
	padding-right: 50px !important;
	font-style: italic;
	font-weight: bold;
}





/* -------------------- Sidebar -------------------- */

#sidebar
{
	float: left;
	width: 180px;	
}

#sidebar ul
{
	margin: 0;
	padding: 0;
	list-style: none;	
}

#sidebar li
{
	margin-bottom: 10px;
	padding: 1px;	
}

#sidebar li ul
{
	padding: 0;	
}

#sidebar li li
{
	margin: 0;
	padding: 1px;
}

#sidebar a
{
	display: block;
	background: #FFFFFF url(../images/button_off.gif) repeat-x left;	
	color: #666666;
	padding: 2px 2px 2px 30px;
	border: solid 1px #E9E9E9;
	text-decoration: none;	
	font-weight: normal;
}

#sidebar a:hover
{
	display: block;
	background: #FFFFFF url(../images/button_on.gif) repeat-x left;
	color: #3F3F3F;
	padding: 2px 2px 2px 30px;
	border: solid 1px #999999;
	text-decoration: none;	
	font-weight: normal;
}

#sidebar .currentPage a
{	
	display: block;
	background: #FFFFFF url(../images/button_on.gif) repeat-x left;
	color: #3F3F3F;
	padding: 2px 2px 2px 30px;
	border: solid 1px #999999;
	text-decoration: none;	
	font-weight: normal;
}


/* -------------------- Search -------------------- */

#search form
{
	padding: 20px;
}

#search br
{
	display: none;
}

#search #s
{
	width: 135px;
}

/* -------------------- Footer -------------------- */

#footer
{
	clear: both;
	width: 852px;
	height: auto;
	margin: 0 auto;
	padding: 5px 10px;	
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
}

#footer p
{
	margin: 0;
	padding: 0 2px;	
	line-height: normal;
	float: left;
}

#address
{
	float: left;
	width: 426px;	
	margin: 0;
	padding: 0 0 0 0;
}

#contact
{
	float: right;
	width: 426px;
	margin: 0;
	padding: 0 0 0 0;	
}

#contact a
{
	color: #C1D82F;
}

#copyright
{
	clear: both;
	padding: 10px;
	text-align: center;	
	font-size: smaller;
}
