div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
    margin: 40px auto;
    background: url(/images/bg.gif) repeat-x;
	/*background: url(/images/underline.gif);
	background-position: 5px 7px;*/
    text-align:center;
	font-size: 75%;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
}

html>body {
	font-size: 12px;
}

#content {
    margin: auto;
    text-align: left;
    width: 900px;
    border-bottom: 1px solid #eee;
    background: url(/images/content_bg.gif) repeat-y;
}

#home_content {
    margin: auto;
    text-align: left;
    width: 900px;
    border-bottom: 1px solid #eee;
    /*background: url(/images/homepage/home_bg.gif) repeat-x; */
    background: #fff;
}

#left {
    /*border: 1px dotted red;*/
    width: 210px;
    float: left;
}

#left img {
    margin-left: 20px;
    display: block;
}

#left img.logo {
    margin: 0 0 10px 0px;
}

#middle {
    width: 690px;
    float: left;
    min-height: 620px;
	position: relative;
}

#middle #content_container {
    padding: 0 20px 20px 20px;
}


#middle #header_wrapper {
	height: 200px;
}

#middle #photo {
	position: relative;
	float: left;
}

#middle #photo #header {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #fff;
	letter-spacing: -0.05em;
	font-size: 1.5em;
	text-shadow: 0 0 0 #000; 
}

#middle p img {
    border: 3px solid #eee;
	margin: 0 20px;
}


#middle ul, #middle ol {
	margin-left: 20px;
	margin-right: 40px;
}

#middle table {
	margin: 20px 0;
	font-size: 0.8333em;
}

#middle table th {
	font-weight: bold;
	vertical-align: bottom;
	text-align: left;
}

#middle table td {
	padding-bottom: 1em;
	width: 33%;
}

#middle table td {
	vertical-align: top;
	text-align: left;
}

#middle #top_right {
	float: right;
	background: url("/images/top_right_bg.gif") repeat-x;
}
#middle img {
    display: block;
}


#middle #related {
	float: right;
	width: 140px;
	padding: 0 10px 10px 10px;
	margin: 0 0 20px 20px;
    font-size: 0.8333em;
	line-height: 1.5em;
	background: #8ea170;
	color: #fff;
}

#middle #related strong {
	color: #333e23;
}

#middle #related a {
	color: #fff;
}

#middle #related p {
	margin: 10px 0 0 0;
}

#right {
    border: 1px dotted purple;
    width: 170px;
    float: left;
    padding-left: 10px;
	padding-top: 10px;
    min-height: 600px;
	color: #999;
}
#right img {
    display: block;
}
#right p {
    margin-left: 10px;
	margin-right: 20px;
	font-size:0.8333em;
	line-height:1.8em;
	margin-top: 1.8em;
}

#right #legal_nav {
    padding-bottom: 162px;
}
#footer {
    text-align: left;
    margin: auto;
    width: 860px;
    padding: 10px 20px;
    font-size: 0.8333em;
    color: #333;
}
p {
	font-size:1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

#middle ul, #middle ol {
	font-size:1em;
	margin-bottom: 1.5em;
	line-height: 1.5em;
}

#left ul {
	margin-bottom: 0em;
}

h1 {
    color: #6f874a;
	font-size:1.1667em;
	line-height: 1.286em;
	margin: 1.1667em 0 1.286em 0;
	padding-bottom: 1.286em;
	letter-spacing: -0.05em;
	border-bottom: 1px solid #eee;
	font-weight: normal;
	text-shadow: 0 0 0 #000;
}

h2 {
	color: #333;
	font-weight: bold;
	margin: 0px 0px;
	font-size:1em;
	line-height: 1.5em;
	margin-top: 1.5em;
	letter-spacing: -0.05em;
}

a:link,
a:visited {
	color: #6f874a;
}
a:hover {
	color: #87774A;
	text-decoration: none;
}

#left ul, #left li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: auto;
	line-height: 0em;
}
#left li a:link,
#left li a:visited {
	color: #333;
}
#left li a:hover {
	color: #87774A;
	text-decoration: none;
}
#left ul, #left li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: auto;
}
#left ul li ul {
	padding: 0 0 10px 20px;
	margin: 0 20px 0 20px;
	background: #f7fbf2;
	font-size: 0.95em;
	line-height: 1.579em;
}
#left ul li ul li {
	margin: 0;
	padding: 0;
	font-size: 0.95em;
	line-height: 1.579em;
}
#related table {
	width: 100%;
	margin: 0;
	font-size:1em;
	padding: 0;
}
#related table td {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------
FIXES
-------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}