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

body, h1, h2, h3, h4, p, ul, li {
/*	text-align: center; */
	margin: 0px;
	padding: 0px;
	border: 0px;
}
img {border:0;}
body {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #999;
	background-repeat: repeat-x;
	
}
.leftfloat {
	float: left;
	margin-right: 8px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.clearfloat {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}

.imgborder1 {border: 8px #aa7c98;}


.rightfloat {
	float: right;
	padding:0;
	border:0;
}

#wrapper {
	text-align: left;
	width: 960px;
	margin: 0px;
}

#header {
	background-image: url(../images/home_header_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	width: 960px;
	height: 190px;
	background-color: #999999;
}

#header h1 {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FEF4DB;
	position: absolute;
	height: 20px;
	width: 200px;
	left: 750px;
	top: 130px;
	padding: 0px;
}
/* Hide the header text from sighted viewers with span */
#header span {
	position: absolute;
	left: -3000px;
}
#innerwrapper {
	background-image: url(../images/home_body_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	float: left;
	width: 960px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

#nav {
	float: left;
	font-size: 14px;
	background-image: none;
	background-repeat: no-repeat;
	height: 100%; 
	width: 180px;
	line-height:28px;
	font-family: "Franklin Gothic Medium", "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	font-variant: normal;
	padding: 0 0 0 12px;
	
	color: #FEF4DB;
}
#nav p {
	padding-left: 30px;
	font-size: 1em;
	text-align: left;
	color: #FEF4DB;
}

#nav ul {
	margin: 0;
	list-style-type none;
	top: 25px;
	left: 25px;
	right: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1em;
	text-align: left;
	width: 144px;
	color: #FEF4DB;
	

}

#nav li {
	float:left;
	margin:0;
	font-size: 1em;
	width: 144px;
	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-bottom: 0px;
	padding-left: 20px;
	font-weight: normal;
	border-bottom: 1px dotted #e3dae5;
	color: #FEF4DB;
/*	display: inline; \*/

}

#nav a:link, #nav a:visited {
	text-decoration:none;
	padding-bottom: 2px;
	/* border-bottom: 1px dotted #e3dae5; */
	padding-right: 20px;
	color: #E3DAE5;
	margin-top: 10px;
	margin-bottom: 10px;

}

#nav a:hover, #nav a:active, #nav a:focus {
	color:#E8D8B5;
}

#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-position: center top;
	float: left;
	width: 460px;
	
	padding-left: 25px;
	padding-right:10px;

}


#content h1 {
	color: #624663;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: xx-small;
	font-family: "Franklin Gothic Medium", "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	line-height: 100%;

}
/* Hide the Home Page Content h1 text from sighted viewers with span */
#content h1 span {
	position: absolute;
	left: -3000px;
}
#content h2 {
	color: #BA9C62;
	font-size: 125%;
	font-family: "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	line-height: 125%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}

#content h3 h4 h5 h6{
	color: #AA7C98;
	padding-left: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 115%;
	font-family: "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	line-height: 125%;

}

#content p {
	color: #fff;
	font-size: 75%;
	line-height: 125%;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-left: 10px;

	
}

#content a:link, #content a:visited {
	color:#EBDBBA;
	text-decoration:none;
	font-weight: bold;
	padding-bottom:2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EBDBBA;
}

#content a:hover, #content a:focus, #content a:active {

	color:#e3dae5;
	text-decoration:none;
	font-weight: bold;
	padding-bottom:2px;
	border-bottom:1px solid #e3dae5;

}


#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: #75747a;
	margin-left: 20px;
	padding: 0 0 2px 0;
	text-indent: 50px;
	background: url(images/gray_bullet_rt_arrow.gif) no-repeat;
	width: 400px;
	height: 25px;
	list-style-position: inside;
	list-style-image: none;
	
}

#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;
}

#content blockquote {
	font-style:italic;
	color: #5c4039;
	font-weight: normal;
}

#news {
	background-position: center top;
	float: left;
	width: 230px;
/*	height: 555px; */
	padding-left: 20px;
	padding-right:23px;

}


#news h1 {
	color: #956B23;
	padding-left: 10px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	font-size: xx-small;
	font-family: "Franklin Gothic Medium", "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	line-height: 100%;
	background-position: center;

}

#news h2 {
	color: #D9C9A9;
	font-size: 125%;
	font-family: "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	line-height: 125%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;

}

#news h3 h4 h5 h6{
	color: #AA7C98;
	padding-left: 60px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 115%;
	font-family: "Trebuchet MS", "Century Gothic", Tahoma, sans-serif;
	line-height: 125%;

}

#news p {
	color: #333;
	font-size: 85%;
	line-height: 100%;
	padding: 5px;
	
}

#news a:link, #news a:visited {
	color:#624663;
	text-decoration:none;
	font-weight: bold;

}

#news a:hover, #news a:focus, #news a:active {
	color:#8E7984;
	text-decoration:none;
	font-weight: bold;
	
}


#news ul{
	list-style-type:none;
	display: block;
	line-height: 100%;
/* 	
	text-align: left;
	color: #333;
	margin-left: 0px;
	text-indent: 10px;
	width: 180px;
	height: 32px;
	list-style-position: inside;
	list-style-image: url(../Images/gray_bullet_rt_arrow.gif); 
	font-size: 85%;
	font-weight: normal;
	background-image: url(images/gray_bullet_rt_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding: 10; */
	
	
}

#news li {
	float:left;
	margin:0;
	font-size: 0.75em;
	width: 200px;
	height: 110%;
	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: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #624663;
}

#news 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;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #624663;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #624663;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #624663;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


#news 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;
}



#news p a:hover.readmore, #news 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;
}

#news blockquote {
	font-style:italic;
	color: #5c4039;
	font-weight: normal;
}

#footer {
	background-image: url(../images/home_footer_bg.png);
	height: 74px;
	width: 960px;
}


#footer p {
	font-size: 75%;
	text-align: center;
	color: #D9C9A9;
	margin: 0px;
	font-weight: bold;
	line-height: 100%;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#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;

}
