/* ---------------------------------------------

	Title:	Presentation Styles
	Author: 	Mike  Burnard
	Date:	2008-05-07
	Copyright (c) 2008 Forest Grove Lumber. All rights reserved.
--------------------------------------------- */

/*----------------------------------------------
	Common Colors:
	
	RED: rgb(152,30,50);
	GREEN: rgb(85,96,28);
	GREY: rgb(97,99,101);
	MUSTARD: rgb(176,111,0);
	BLUE: rgb(50,110,161);

----------------------------------------------*/
body {
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Trebuchet MS", verdana, lucida, sans-serif;
	min-width: 1048px;
}
a:link {

}
a:hover {

}
a:visited {

}
a:active {

}
strong {
	color: rgb(97,99,101);
}
blockquote {
	padding: 0;
	margin: 0;
	padding-left: 25px;
	padding-top: 1px;
	background: white url(images/blockquotebg.png) top left no-repeat;
}
cite {
	font-weight: bold;
	font-style: normal;
}
acronym, dfn, abbr {
	cursor: help;
	font-style: italic;
	border-bottom: 1px dotted rgb(50,110,161);
}
div {
	font-size: 1.4em;
}
div#header {
	background: white url(images/presologo.png) top 10px no-repeat;
	float: right;
	text-align: center;
	width: 100%;
	min-width: 1048px;
	border-bottom: 6px solid rgb(152,30,50);
	margin-bottom: 10px;
}
div#header h1 {
	color: rgb(97,99,101);
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
div#header h1 span {
	color: rgb(152,30,50);
}
div#content {
	float: left;
	width: 100%;
	min-width: 1048px;
	border-bottom: 6px solid rgb(152,30,50);

}
div#content h2 {
	margin: 0;
	padding: 0;
	color: rgb(97,99,101);
	margin: 10px;
	padding-bottom: 3px;
	border-bottom: 2px solid rgb(176,111,0);
}
div#content img {
	margin-left: 10px;
	border: 3px solid rgb(97,99,101);
}
div#content p {
	margin-left: 10px;
}
div#left_c_half {
	float: left;
	width: 50%;
	min-width: 524px;
}
div#right_c_half {
	float: right;
	width: 50%;
	min-width: 524px;
}
div#content div p {
	font-size: .8em;
	line-height: 1.4em;
}
div#content div ul {
	font-size: .8em;
	line-height: 1.4em;
}
div#content div p.caption {
	margin: 0;
	padding: 0;
	margin-left: 10px;
	font-size: .6em;
	line-height: 1.2em;
}
div#nav {
	width: 100%;
	float: left;
	border-bottom: 4px solid rgb(97,99,101);
}
div#nav p {
	font-size: .95em;
	margin-left: 10px;
}
div#nav p span {
	font-weight: bold;
	color: rgb(97,99,101);
}
div#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
}
div#nav ul li {
	display: inline;
	float: left;
	clear: none;
	padding: 0;
	margin: 5px;
}
div#footer {
	float: left;
	width: 100%;
}
div#footer p {
	margin: 0;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
}
div#footer p span {
	font-weight: bold;
	color: rgb(97,99,101);
}