﻿html { margin: 0px; padding: 0px; }
body { 
	margin: 0px;
	padding: 0px;
	background: url('images/bg.GIF') repeat-y center;
	text-align: center;
	color: #43484e;
	font: 80% Verdana, Arial, Helvetica, sans-serif, serif;
}

a:link { color: #252512; }
a:visited { color: #7e8a0d; }
a:active, a:hover { color: #7e8a0d; }

blockquote {
	width: auto;
	border-left: solid 8px #c8cba8;
	border-right: solid 8px #c8cba8;
	padding: 5px 15px 2px 15px;
	background: #e3e5cd;
	font: normal 120% Verdana, Arial, Helvetica, sans-serif, serif; }
}

/* Hides from IE5-mac \*/
* html blockquote {height: 1%;}
/* End hide from IE5-mac */ 

h1, h2, h3, h4, h5, h6 { font-family: Verdana, Arial, Helvetica, sans-serif, serif; }
h1 {
	color: #7e8a0d;
	font-size: 180%;
	font-weight: normal;
}
h2 {
	color: #7e8a0d;
	font-size: 160%;
	font-weight: normal;
}
h3 {
	color: #7e8a0d;
	font-size: 160%;
	font-weight: normal;
}

h4{
	color: #7e8a0d;
	font-size: 160%;
	font-weight: normal;
}
h5 {
	color: #7e8a0d;
	font-size: 160%;
	font-weight: normal;
}
h6 {
	color: #7e8a0d;
	font-size: 160%;
	font-weight: normal;
}

hr { 
	color: #877b79; 
	background: #877b79; 
	height: 1px; 
	padding: 0px; 
	border: 0px;
}

img { border: 0px; }

/*********** custom classes **********************/

.center { text-align: center; }

.clear { clear: both; }

.thumbnail {
	width: 200px;
	margin-right: 20px;
	float: left;
	height: 250px;
}

/*********** custom layout styles ****************/

#container {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#body1 {
	width: 730px;
	float: left;

}
	#body1content {
		padding: 10px 20px;
	}

	#iframe {
		margin: 0px;
		padding: 0px;
		width: 729px;
		height: 300px;
		border-top: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
		border-left: none;
		border-right: none;
		border-collapse: collapse;
	}
	
#body2 {
	width: 170px;
	float: left;
	padding: 10px;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
}
	html>body #body2 { width: 150px; }
	
	.menu {
		margin: 0px;
		padding: 0px;
		list-style: none;
		font-weight: bold;
	}
	
	.menu li { margin-bottom: 5px; }
	
	.menu a:link, .menu a:visited {
		display: block;
		width: 150px;
		height: auto;
		background: url('images/vertical.gif') no-repeat;
		text-decoration: none;
		color: #252512; 
		padding-left: 15px;
		/* box model hack */
		voice-family: "\"}\"";
		voice-family:inherit;
		width: 135px;
	}
		html>body .menu a:link, html>body .menu a:visited { width: 135px; }
	
	.menu a:active, .menu a:hover {
		color: #7e8a0d;
		background-position: 0px -70px;
	}

#flashcontent {
	padding: 20px;
	background: #252512;
	color: #fff;
}

#footer {
	border-top: solid 1px #877b79;
	padding-top: 10px;
}

@media print {
	body { background-image: none; background-color: #fff; padding: 10px; }
	#container { width: 100%; }
	#body1 { width: 100%; float: none; }
	#body2 { float: none; width: 100%; }
	#flash, #footer, .menu { display: none; }

}
