@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	border: 0;
	font-size: 13px;
	color: #5A5245;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	padding: 5px 0;
	margin: 0;
}

ul{
	list-style: square;
	list-style-position: inside;
}

ul li{
	margin: 5px 0 10px 20px;
}

h2{
	font-size: 18px;
	margin: 10px 0 15px;
}

.highlight{
	font-weight: bold;
	line-height: 18px;
}

.clr{
	clear: both;
}

/**/

#header_container,
#main_container,
#footer_container
{
	width: 980px;
	margin: 0 auto;
}

/* Header */
#header_wrap{
	height: 171px;
	width: 100%;
	background: url(../images/top-banner.gif) top left repeat-x scroll;
}

.logo{
	width: 327px;
	height: 116px; 
	display: block;
	margin: 30px 0 0;
	float: left;
}

.logo a{
	width: 327px;
	height: 116px; 
	display: block;
	background: transparent url(../images/logo.png) top left no-repeat scroll;
}

.logo h1{
	display: none;
}

.image_placeholder{
	padding: 7px;
	background: #d8d5cd;
	float: right;
	margin: 17px 25px 0 0;
}

/* Main Container */
#main_wrap{
	min-height: 500px;
	background: url(../images/shadow-bottom.gif) bottom left repeat-x scroll #f5f5f3;
}

#main_wrap_b{
	background: url(../images/shadow-top.gif) top left repeat-x scroll;
	min-height: 500px;
}

#main_container{
	padding: 30px 0 0;
}

/* Left Menu */
#left_menu{
	width: 250px;
	float: left;
	margin: 5px 30px 0 0;
}

/* Form */
#subscribe{
	margin: 0 10px 30px;
	width: 230px;
}

#subscribe label{
	font-size: 13px;
	font-style: italic;
}

#subscribe input.text{
	width: 225px;
	height: 21px;
	border: dashed 1px #adadad;
	margin: 3px 0;
	padding: 3px 2px 0;
}

#subscribe input.submit{
	background: 0;
	border: 0;
	margin: 0;
	padding: 0;
	float: right;
	color: #5A5245;
	font-style: italic;
}

#subscribe input.submit:hover{
	border: solid #5A5245;
	border-width: 0 0 1px;
}

/* Block Quote */
blockquote {
	background: transparent url(../images/blockquote-top.png) left top no-repeat scroll;
	width: 215px;
	padding: 5px 0 0 20px;
	font-size: 18px;
}
blockquote div {
	background: transparent url(../images/blockquote-bottom.png) right bottom no-repeat scroll;
	padding: 0 10px 5px 0;
}

/* Main Contact */
.main_content{
	float: left;
	width: 700px;
	margin: 0 0 30px;
}

/* Footer */
#footer_wrap{
	background:url(../images/footer-banner.gif) top left repeat-x scroll;
	height: 203px;
}

#footer_container {
	color: #fff;
	font-size: 12px;
	padding: 15px 0 0;
}
