@charset "utf-8";

/* global */
*
{
	margin:0px;
	z-index:2;
}
body,html
{
	height:auto !important;
	height:100%;
	min-height:100%;
}
#centered_content
{
	width:1000px;
	text-align:left;
	height:100%;
}
#ruler
{
	z-index:0;
	width:936px;
	background:url(images/img-1px.gif) right repeat-y;
	position:absolute;
	height:100%;
}
#overlay
{
	position:relative;
	width:100%;
}

/* block spans and divs */
span.block
{
	display:block;
}
div.float
{
	float:left;
}

/* LAYOUT */
.main_container
{
	width:680px;
	text-align:left;
	margin-left:100px;
	background-color:#FFFFFF;	
}

	/* HEADER BAR */
div.header
{
	height:136px;
}
#topleft_spacer
{
	width:219px;
}
#top_header
{
	width:707px;
	background:url(images/img-1px.gif) bottom repeat-x;
}
#top_header_right
{
	width:10px;
	background:url(images/img-1px.gif) right repeat-y;
}
#top_header_splash
{
	background:url(images/img-splash.gif) top no-repeat;
	width:236px;
	height:135px;
	float:right;
}
#top_header_right_corner
{
	width:10px;
	background:url(images/img-br.gif) bottom no-repeat;
}
#top_header_outsplash
{
	width:28px;
	background:url(images/img-drop.gif) no-repeat top;
	
}

	/* NAVIGATION */
#nav_container
{
	height:65px;
}
#navlinks
{
	margin-top:10px;
}

	/* HEADING */
#heading_container
{
	height:30px;
}
	
	/* CONTENT */
#content_container
{
	margin-left:-50px;
	float:left;
	padding: 50px 50px 50px 150px;
	background:url(images/img-1px.gif) left repeat-y;
	height:auto !important;
	min-height:400px;
	width:677px;
	background-color:#FFFFFF;
}

	/* FOOTER */
#footer_container
{
	height:50px;
	width:99%;
}
.footer
{
	height:50px;
}
.footer_top_bar
{
	height:10px;
	font-size:1px;
}
#bottomleft_spacer
{
	width:109px;
}
#bottom_footer_left_corner
{
	width:10px;
	background:url(images/img-bl.gif) top no-repeat;
}
#bottom_footer_top_bar
{
	background:url(images/img-1px.gif) bottom repeat-x;
	width:807px;
}
#bottom_footer_right_corner
{
	width:10px;
	height:19px;
	background:url(images/img-tr.gif) bottom no-repeat;
	background-color:#FFFFFF;
}
#footer_container_text
{
	width:600px;

}
#footer_contents
{
	width:836px;
	margin-left:100px;
	padding:10px 0px 10px 0px;
	text-align:center;
	background:url(images/img-1px.gif) right repeat-y;
}

/* PHOTO */
#photo
{
	float:left;
	width:159px;
	height:159px;
	position:relative;
	top:-61px;
	left:60px;
}

/* SIDEBAR */
#sidebar
{
	width:200px;
	float:right;
	position:relative;
	top:-90px;
}

/* CONTENT */
#content
{
	width:420px;
}

/* rounded corners boxes */
.rndc_container
{
	float:left;
	width:100%;
	background-color:#ffffff;
}

.rndc_upperRow
{
	float:left;
	width:100%;
	height:10px;
	font-size:1px;
	background:url(images/img-1px.gif) repeat-x top;
}

.rndc_topLeftCorner
{
	float:left;
	height:10px;
	width:10px;
	background:url(images/img-tl.gif);
}

.rndc_topRightCorner
{
	float:right;
	height:10px;
	width:10px;
	background:url(images/img-tr.gif);
}

.rndc_centerBorderLeft
{
	float:left;
	width:100%;
	background:url(images/img-1px.gif) repeat-y left;
}

.rndc_centerBorderRight
{
	float:right;
	width:100%;
	background:url(images/img-1px.gif) repeat-y right;
}

.rndc_centerContent
{
	float:left;
	padding:0px 0px 0px 10px;
}

.rndc_lowerRow
{
	float:left;
	width:100%;
	height:10px;
	font-size:1px;
	background:url(images/img-1px.gif) repeat-x bottom;
}

.rndc_bottomLeftCorner
{
	float:left;
	height:10px;
	width:10px;
	background:url(images/img-bl.gif);
}

.rndc_bottomRightCorner
{
	float:right;
	height:10px;
	width:10px;
	background:url(images/img-br.gif);
}

/* FORMATTING */
#nav_container
{
	font-size:20px;
	color:#999999;	
}
#heading_text
{
	font-family:Arial;
	font-weight:normal;
	font-size:30px;
	color:#247700;
}
.navlink
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;	
	color:#999999;
	text-decoration:none;
}
.navlink:hover
{
	border-bottom:3px solid #999999;
}
body, .common
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

.entry
{
	font-size: 1.05em;
	line-height: 1.4em;
}

.entry p
{
	margin-top: 15px;
	margin-bottom: 15px;
}
html>body .entry ul 
{
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}	

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.postmetadata
{
	text-align:left;
}

.navigation
{
	float: left;
	width:99%;
	margin-bottom: 30px;
	margin-top: 30px;
}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.footnotes
{
	font-size:9px;
}