@charset "UTF-8";
/* CSS Document */

/* All content and coding copyrighted by Digital PDX. All rights reserved. 
http://www.digitalpdx.com */

/*//// GENERAL DEFAULTS //////*/


* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	color:#595959;
	text-align:center;
}
div#wrapper {
	margin: 25px auto 8px auto;
	width:960px;
	text-align:left;
	background-repeat:no-repeat;
	background-color: #fff;
}
div#top-border {
	border-bottom:16px solid #bfc27a;
}
div#content {
	line-height:18px;
	border-left:1px solid #bab5b3;
	border-right:1px solid #bab5b3;
	padding-top:13px;
}

/*//// MENU //////*/

div#menu {
	width: 132px;
	float:right;
	text-align:left;
	padding-top: 5px;
}
.menu, .menu-top, .menu-current, .menu-top-current {
	margin-left:0;
	width: 132px;
	border-bottom:1px solid #e9e9ea;
	padding: 3px 0 2px 0;
	text-decoration:none;
	}
.menu-top, .menu-top-current {
	border-top: 1px solid #e9e9ea;
	}
.menu a, .menu-top a {
	text-decoration:none;
	color:#551e33;
	}
.menu-current a, .menu-top-current a {
	text-decoration:none;
	color:#bfc27a;
	}
.menu-current a:hover, .menu-top-current a:hover, .menu a:hover, .menu-top a:hover {
	text-decoration:none;
	color: #bfc27a;
	}


/*//// Main text area //////*/

div#text {
	width:620px;
	padding-left:167px;
}
div.col-1 {
	width: 299px;
	padding-right:18px;
}
div.col-2 {
	width: 299px;
	float:right;
}
h6 {
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
	color:#551e33;
	text-align:center;
	font-weight:normal;
	padding:16px 0;
}
h6 a:link {
	color:#551e33;
	text-decoration:underline;
	padding-right: 20px;
	padding-left: 10px;
}
h6 a:visited {
	color:#551e33;
	text-decoration:underline;
	padding-right: 20px;
	padding-left: 10px;
}
h6 a:hover {
	color:#bfc27a;
}
p {
	padding-bottom: 0;
}
p.centered {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.bold-italic {
	font-weight: bold;
	font-style:italic;
}
ul {
	padding:15px 0 12px 12px;
	line-height:17px;
}
li {
	list-style-position:outside;
}
div.greenDots {
	width:675px;
	height:6px;
	clear:both;
	background-image:url(../images/greenDots.gif);
	background-repeat:repeat-x;
	margin: 20px auto;
}

a.textlink {	
	color:#595959;
	text-decoration:underline;
}
a.textlink:visited {	
	color:#595959;
	text-decoration:underline;
}
a.textlink:hover {	
	color:#74a053;
	text-decoration:underline;
}
img.ornament {
	vertical-align:text-bottom;
}
h4 {
	font-size:11px;
	color: #551E33;
	margin-bottom:0;
	padding-bottom:0;
}
.smalltext {
	font-size:9px;
	letter-spacing:1px;
}
.top-5 {
	padding-top:5px;
}

/*//// Copyright and Credits //////*/

div.credits {
	text-align:left;
	font-size: 9px;
	color: #999;
	line-height: 12px;
	margin-bottom: 120px;
	padding-left: 0;
	padding-top:15px;
	}	
	
.credits a {
	color: #999;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 0;
	text-decoration:none;
}
.credits a:visited {
	color: #999;
	text-decoration:none;
}
.credits a:hover {
	color: #bfc27a;
	text-decoration:none;
}