@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, p, ul, li {
	margin: 0px;
	padding: 0px;
}
img {border:0;}
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #666;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#wrapper {
	text-align: left;
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 160px;
	width: 820px;
}

#header h1 {
	padding-left: 55px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
}
/* Hide the header text from sighted viewers with span */
#header span {
	position: absolute;
	left: -3000px;
}
#innerwrapper {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 820px;
	padding: 0px;
}

#nav {
	float: left;
	font-size: 16px;
	background-image: none;
	background-repeat: no-repeat;
	height: 100%;
	width: 220px;
	line-height:32px;
	font-family: "Franklin Gothic Medium", "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	font-variant: normal;
	padding: 0px;
}

#nav p {
	padding-left: 20px;
	font-size: 1.0em;
	text-align: left;	
}

#nav ul {
	margin: 0;
	list-style: none;
	top: 60px;
	left: 20px;
	right: 0px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1em;
	text-align: left;
	width: 160px;

}

#nav li {
	float:left;
	margin:0;
	font-size: 1em;
	width: 160px;
	list-style-image: none;
	list-style-position: outside;
	display: list-item;
	list-style-type: none;
	background-image: url(../images/gray_bullet_rt_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	
	padding-left: 20px;
	font-weight: normal;
	padding-bottom: 2px;
	border-bottom: 1px dotted #e3dae5;;
	
/*	display: inline; \*/

}

/* #nav li, #footer li {padding:5px; background: url(../images/dots.gif) left bottom repeat-x;} */

#nav a:link, #nav a:visited {
	text-decoration:none;
	
	padding-right: 30px;
	color: #e3dae5;
	margin-top: 10px;
	margin-bottom: 10px;

}

#nav a:hover, #nav a:active, #nav a:focus {
	color:#aa7c98;
}

#nav #current {
	background-color:#aa7c98;
	color:#333;
}

#nav #current a, #nav #current a:link, #nav #current a:visited, #nav #current a:active{
	color:#aa7c98;
}

#content {
	background-image: none;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	width: 600px;
	padding: 0px;

}



#content h1 {
	color: #5c4039;
	padding-left: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 125%;
	font-family: "Franklin Gothic Medium", "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	line-height: 150%;

}

#content h2 {
	color: #62344e;
	padding-left: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 110%;
	font-family: "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	line-height: 125%;

}

#content h3 h4 h5 h6{
	color: #AA7C98;
	padding-left: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 100%;
	font-family: "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	line-height: 125%;

}

#content p {
	font-size: 75%;
	line-height: 150%;
	margin-top: 5px;
	margin-right: 30px;
	margin-left: 60px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;

}

#content a:link, #content a:visited {
	color:#7e6a65;
	text-decoration:none;
	font-weight: bold;
	padding-bottom:2px;
	border-bottom:1px dotted #7e6a65;

}

#content a:hover, #content a:focus, #content a:active {

	color:#564039;

	text-decoration:none;

	font-weight: bold;

	padding-bottom:2px;

	border-bottom:1px solid #564039;

}



#content ul li{
	list-style-type:none;
	display: block;
	line-height: 125%;
	text-align: left;
	font: 75%/100% "Lucida Grande", Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #555;
	margin-left: 20px;
	padding: 0 0 2px 0;
	text-indent: 50px;
	background: url(images/gray_bullet_rt_arrow.gif) no-repeat;
	width: 550px;
	height: 25px;
	list-style-position: inside;
	list-style-image: url(/www/images/gray_bullet_rt_arrow.gif);
	
}

#content p a:link.readmore {
	font: 12px/16px "Lucida Grande", Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #564039;
	text-decoration: none;
	border-bottom: 1px #564039 dotted;
	padding-left: 10px;
	background-color: transparent;
	background-image: url(../images/gray_bullet_rt_arrow.gif);
	background-repeat: no-repeat;

}


#content p a:visited.readmore {

	font: 12px/16px "Lucida Grande", Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #564039;

	text-decoration: none;

	background: transparent url(images/gray_bullet_rt_arrow.gif) no-repeat;

	padding-left: 20px;

}



#content p a:hover.readmore, #content p a:active.readmore {

	font: 12px/16px "Lucida Grande", Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;

	color: #564039;

	text-decoration: none;

	border-bottom: 1px #564039 solid;

	background: transparent url(images/gray_bullet_rt_arrow.gif) no-repeat;

	padding-left: 20px;

}



#footer {
	background-image: url(../images/footer_bg.gif);
	background-position: center top;
	height: 112px;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 820px;

}

#footer p {
	font-size: 75%;
	text-align: left;
	color: #3b3f40;
	margin: 0px;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 70px;
	font-weight: bold;
	line-height: 45px;

}

#footer a:link, #footer a:visited {
	color:#e3dae5;
	text-decoration:none;
	font-weight: bold;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;

}

#footer a:hover, #footer a:focus, #footer a:active {
	color:#5C4039;
	text-decoration:none;
	font-weight: bold;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.imgborder1 {border: 8px #aa7c98;}

.leftfloat {
	float: left;
	margin-right: 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;

}
.rightfloat {
	float: right;
	padding:0;
	border:0;
}
#footer h4 a {
	float: right;
	position:relative;
	padding:0;
	border:0;
	left: 0px;
	top: 0px;
	bottom: 0px;
}
#content blockquote {
	font-style:italic;
	color: #5c4039;
	font-weight: normal;
}

