/*
CSS - SITE_NAME_HERE
*/


* {
	padding: 0;
	margin: 0;
}/* this will reset all elements to margin/padding = 0 */

body {
	margin: 0;
	padding: 0;
	background: #d0d0b0;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 770px;
	overflow: hidden;	
}

img {border: none;}

.clearfix:after {
    content: "."; 
    clear: both; 
    display: block; 
    height: 0; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/***************************
	HEADER
***************************/
div#header {
	width: 770px;
	margin-top: 30px;
	height: 234px;
	background: #fff;
}



/***************************
	CONTENT
***************************/
div#content {
	width: 525px;
	padding-bottom: 32767px; /* equal-height columns - http://www.positioniseverything.net/articles/onetruelayout/equalheight */
	margin-bottom: -32767px;
	float: left;
	background: #fff;
}

div#content div.text {
	margin: 44px;
}

div#content div.text h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8a4411;
	margin-bottom: 17px;
}

div#content div.text h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #C6B364;
	margin-bottom: 14px;
}

div#content div.text p {
	margin: 17px 0 17px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #909090;
}

div#content div.text a {color: #607080; text-decoration: underline;}
div#content div.text a:hover {text-decoration: none;}


div#content ul.list {
	margin: 17px 0 17px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #909090;
}

div#content ul.list li {
	list-style: none;
	background: url(../images/core/list-arrow.gif) center left no-repeat;
	padding-left: 10px;
}


/***************************
	INFOBOX
***************************/
div#infobox {
	width: 245px;
	padding-bottom: 32767px; /* equal-height columns - http://www.positioniseverything.net/articles/onetruelayout/equalheight */ 
	margin-bottom: -32767px;
	background: #fff;
	float: right;
}

div#infobox img.infobox-top {margin-top: 40px; margin-left: 22px;}

div#infobox p {
	margin: 17px 0 17px 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 22px;
	color: #909090;
}

div#infobox a {color:#8a4411; text-decoration: underline;}
div#infobox a:hover {text-decoration: none;}
div#infobox a.info-link {background: url(../images/core/infobox-link_arrow.gif) center right no-repeat; padding-right: 14px;}


div#infobox hr {
	height: 0;
	border: none;
	border-top: 1px solid #d0d0b0;
	margin-left: 22px;
}

div#infobox em {
	color: #c0a060;
	font-style: normal;
	font-weight: bold;
}



/***************************
	FOOTER
***************************/
div#footer {
	width: 770px;
	margin: 0 auto 20px auto;
	clear: both;
	background: #ececdd;
	height: 63px;
}

div#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #909090;
	padding: 26px 0 0 55px;
	float: left;
}

div#footer a {color: #909090; text-decoration: underline;}
div#footer a:hover {text-decoration: none;}

div#footer img.webfirm {float: right; margin: 16px 15px 0 0;}

