@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: #f6efe6;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	color:#656565;
	text-align:center;
	width:100%;
}
div#wrapper {
	margin: 25px auto 8px auto;
	width:900px;
	text-align:left;
	background-repeat:no-repeat;
	background-color: #f6efe6;
}
div#header {
	background-image:url(../images/header-07.jpg);
	background-repeat:no-repeat;
	height:187px;
}
div#content {
	line-height:18px;
	border:1px solid #dedede;
	background-color: #fff;
	background-image:url(../images/bg-content.gif);
	background-repeat:repeat-y;
}



/*//// HEADER //////*/

#header h2 {
	color:#fff;
	font-size:36px;
	padding:70px 0 0 250px;
	line-height:50px;
	font-family:"Times New Roman", Times, Georgia, serif;
	letter-spacing:2px;
}



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

div#menu {
	width: 204px;
	float:left;
	text-align:left;
	padding-top: 55px;
	padding-bottom: 70px;
	font-size:12px;
	font-weight:bold;
	text-transform:lowercase;
}
.menu, .menu-top, .menu-current, .menu-top-current, .menu2, .menu2-current, .menu3, .menu3-current {
	width: 204px;
	border-bottom:1px solid #e1e1e1;
	padding: 4px 0 3px 0;
	text-decoration:none;
	}
.menu-top, .menu-top-current {
	border-top: 1px solid #e1e1e1;
	}
.menu a:link, .menu-top a:link {
	color:#083794;
	text-decoration:none;
	margin-left:40px;
	}
.menu2 a:link, .menu3 a:link {
	text-decoration:none;
	color:#083794;
	margin-left:55px;
	}
.menu-current a:link, .menu-top-current a:link {
	text-decoration:none;
	color:#36723b;
	margin-left:40px;
	}
.menu2-current a:link, .menu3-current a:link {
	text-decoration:none;
	color:#36723b;
	margin-left:55px;
	}
.menu a:visited, .menu-top a:visited {
	text-decoration:none;
	color:#083794;
	margin-left:40px;
	}
.menu2 a:visited, .menu3 a:visited {
	text-decoration:none;
	color:#083794;
	margin-left:55px;
	}
.menu-current a:visited, .menu-top-current a:visited {
	text-decoration:none;
	color:#36723b;
	margin-left:40px;
	}
.menu2-current a:visited, .menu3-current a:visited {
	text-decoration:none;
	color:#36723b;
	margin-left:55px;
	}
.menu a:hover, .menu-top a:hover, .menu2 a:hover, .menu3 a:hover {
	text-decoration:none;
	color: #3668c8;
	}
.menu-current a:hover, .menu-top-current a:hover, .menu2-current a:hover, .menu3-current a:hover {
	text-decoration:none;
	color:#083794;
	}


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

div#text {
	width:600px;
	margin-left:204px;
	padding-top:116px;
	padding-left:46px;
	background-image:url(../images/imagine.gif);
	background-repeat:no-repeat;
}
h6 {
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
	color:#74a053;
	text-align:center;
	font-weight:normal;
	padding:20px 0;
}
h6 a:link {
	color:#74a053;
	text-decoration:underline;
	padding-right: 30px;
}
h6 a:visited {
	color:#74a053;
	text-decoration:underline;
	padding-right: 30px;
}
h6 a:hover {
	color:#483227;
}
p {
	line-height:22px;
	padding-bottom: 12px;
}
p.centered {
	text-align:center;
}
#text li {
	line-height:22px;
	margin-left:5px;
	list-style-type:circle;
}
.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;
}	
a.plain {
	color:#656565;
	font-weight: normal;
	font: 12px Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	text-decoration:none;
	line-height:22px;
}
a.plain:visited {
	color:#656565;
	text-decoration:none;
}
a.plain:hover {
	color:#656565;
	text-decoration:underline;
}

/*//// FOOTER //////*/

div#footer {
	background-image:url(../images/bg-footer.gif);
	background-repeat:repeat-y;
	color:#989898;
	font-size:11px;
	padding: 5px 20px 5px 250px;
}

/*//// FOOTER-2 //////*/

div#footer-2 {
	background-image:url(../images/bg-content.gif);
	background-repeat:repeat-y;
	height:20px;
}


/*//// 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: #74a053;
	text-decoration:none;
}
