/*
 * Landscapes by Design 1.3 
 * Author: Bentzinger Consulting - http://www.bentzingerconsulting.com/
 * Date: 1-27-2007
 */

/*
 * Tag Styles 
 */

body {
	background: url('images/pagebackground.gif') 50% 0 repeat-y;
	background-color: #666666;
	color: #666666;
	font-family: Tahoma;
	font-size: 10pt;
	margin: 0;
}

img {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a { 
	color: #666666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #666666;
}

h1 {
	color: #3E0B41;
	font-size: 14pt;
	margin-bottom: 0;
	padding-bottom: 0;
}

h2 {
	color: #165829;
	font-size: 12pt;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3 {
	color: #3E0B41;
	font-size: 10pt;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*
 * ID Styles 
 */
#pagewrap {
	text-align: left;
	width: 900px;
}

#header {
	height: 183px;		/* Security hazard incase of overflow */
}

#headerbg {
	display: block;
	height: 100%;
	padding: 0;
	margin: 0;
	width: 100%
}

#wrap {
	background: #ffffff;
	height: auto !important;	/* IE 6 min-height fix */
	min-height: 400px;
	width: 100%;
}

#menu {
	float: left;
	line-height: 16px;
	text-align: right;
	padding: 0 0 10px 0;
	width: 182px;
}

#menu p {
	margin: 0 10px 7px 0;
}

#menu p a {
	color: #666666;
	font-size: 8pt;
	font-weight: bold;	
	text-decoration: none;
}

#menu p a:hover, #menu p a.current {
	background: #165829;
	color: #ffffff;
	display: block;	
	margin-right: -10px;
	padding-right: 10px;
}

#content {
	margin: 0 0 0 187px;
	padding: 10px 10px 0 10px;
}

#content p {
	margin: 0 0 0 15px;
}

#content ul {
	margin-top: 0;
	padding-top: 0;
}

#footer {
	clear: both;
	margin: 0 0 0 187px;
	text-align: center;
}

#footer p {
	margin-bottom: 5px;
}

#footer p a {
	color: #666666;
}

/*
 * Class Styles 
 */

.right {
	float: right;
}

.left {
	float: left;
}

.snug {
	padding: 0;
	margin: 0;
}

.indent {
	
} 

.copy { 
	font-size: 8pt;
}

.copy a:hover {
	text-decoration: none;
}

a.pichead {
	color: #3E0B41;
}