/*================== General Styles ==================*/

body {
	background: #efe8ce url("../images/body-bg.png") repeat-x left top;
	font: 13px/1.6 "Georgia", Times, serif;
	color: #444;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #7a5444;
	padding: 0 0 .1em .1em;
	border-bottom: 1px solid #bcaf8f;
}

h3 {
	margin: 1.5em 0 -.3em 0;
	color: #1f538d;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	color: #7a5444;	
	margin-bottom: -.7em;		
}

h5 {
	color: #7a5444;
	font: 14px/1.3em "lucida sans unicode", "lucida grande", sans-serif;
	margin: 0.8em 0 0 0;			
}

p {
	margin: 0.8em 0;
}

#copy ul {
}

a {
	color: #5482a3;
}

#container {			
	width: 838px;			
	margin: 0px auto 0;		
	background: url("../images/container-bg.jpg") no-repeat left top;
}

#content {
	min-height: 413px;
	_height: 413px;	
	background: url("../images/content-bg.jpg") no-repeat center bottom;
	padding-bottom: 53px;
}

#copy {	
	margin: 0 auto;
	width: 744px;
}

#copy_body {	
	width: 476px;
	float: right;
	border-left: 1px solid #bcaf8f;
	padding-left: 20px;
}

#copy_body p{	
	padding-right: 18px;
}
	
#content_footer {
	clear: both;
}

#sidebar {
	width: 230px;
	float: left;
	margin-top: 40px;
	color: #1f538d;
	font: 12px/1.7em "lucida sans unicode", "lucida grande", sans-serif;
}

#copy #sidebar p.photo-1 {
	margin: 0;
}

#copy #sidebar p.photo-2 {
	margin: 0;
	padding-top: 6px;
	behavior: url("../taglib/css/iepngfix.htc");
}

/*================== HEADER ==================*/

#header{
	height: 105px;
}

h1{
	float: left;
}

h1 a{
	width: 168px;
	height: 105px;
	display: block;
}

h1 a span{
	display: none;
}

#nav {
	float: left;
	width: 630px;
	height: 38px;
	font: 14px/38px "lucida sans unicode", "lucida grande", sans-serif;
	text-align: center;
}

#nav ul li {
	display: inline;
	padding: 0 1.15em;
}

#nav ul li a {	
	display: inline;
	text-decoration: none;
	height: expression('0%');	
}	

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul.top {
	margin-right: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#nav ul.top a{
	color: #7a5444;
	text-transform: uppercase;
}

/*================== FOOTER ==================*/

#footer {
	font: 10px/1em "lucida sans unicode", "lucida grande", sans-serif;
	color: #7a5444;
	text-align: center;
	clear: both;
	padding-bottom: 20px;
}

#footer a {
	color: #7a5444;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
