body {
	background: #FFFFFF;
	font: 0.75em "Century Gothic", Helvetica, Geneva, sans-serif;
	margin: 0;
	padding: 0;
}

html>body #navcontainer li a {
	width: auto;
}

img{
	border: none;
}

img.quote_left{
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

img.quote_right{
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#accessibility{
	height: 20px;
	padding: 4px 4px 0px 0px;
	text-align: right;
}

#column_right{
	background: #EDE6DC;
	color: #AF297D;
	height: 98%;
	left: 750px;
	padding-top: 5px;
	position: fixed;
	top: 0px;
	width: 180px;
}

#column_right div{
	padding: 10px;
}

#content{
	color: #AF297D;
	font-size: 1.2em;
	left: 370px;
	position: absolute;
	top: 110px;
	width: 350px;
	padding-bottom: 60px;
}

#footer{
	background: url(../graphics/gradient_footer.jpg) #FFFFFF repeat-x top;
	bottom: 0px;
	color: #876E24;
	height: 50px;
	left: 160px;
	padding-top: 5px;
	position: fixed;
	text-align: center;
	width: 770px;
	overflow: hidden;
	z-index: 999;
}

#footer a{
	color: #876E24;
	text-decoration: none;
}

#footer a:hover{
	font-weight: bold;
	text-decoration: underline;
}

#logo{
	background: url(../graphics/logo.gif);
	float: left;
	height: 87px;
	margin-right: 25px;
	width: 70px;
}

#menu_heading{
	background: url(../graphics/gradient_menu.jpg) repeat-y;
	color: #AF297D;
	font-size: 1.2em;
	font-weight: bold;
	padding: 3px;
	width: 184px;
}

#navcontainer {
	margin-bottom: 1em;
	position: absolute;
	top: 110px;
	left: 160px;
	padding: 0 0 1em 0;
	width: 12em;
}

#navcontainer li {
	margin: 0;
}

#navcontainer li a {
	color: #8A731F;
	display: block;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	width: 100%;
}

#navcontainer li a:hover {
	color: #AF297D;
	border-left: 3px solid #AF297D;
	padding-left: 3px;
}

#navcontainer .active{
	color: #AF297D;
	border-left: 3px solid #AF297D;
	padding-left: 3px;
	display: block;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: none;
	width: 100%;	
}

#navcontainer ul {
	border: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

#storytelling{
	bottom: 33px;
	left: 160px;
	position: fixed;
}

#title{
	float: left;
	height: 87px;
	left: 150px;
	top: 50px;
	width: 314px;
}

.testimonial_source{
	color: #8A731F;
	font-style: normal;
}

#testimonial{
	font-style: italic;
	text-align: left;
}

#title_addendum{
	color: #AF297D;
	font-size: 1.7em;
	vertical-align: bottom;
}

a.bold_hover:hover{
	font-weight: bold;
	color: #AF297D;
}

a.bold_hover{
	color: #AF297D;
	font-weight: normal;
	text-decoration: none;
}

#wrap{
	line-height: 1.6em;
	margin: 0 160px 00px 160px;
	padding: 10px 10px 0px 10px;
	text-align: justify;
	width: 756px;
}

/*** slide show ***/
#slideshow {
    position:relative;
    height:284px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 284px;
    background-color: #FFF;
	
	color: #AF297D;
	font-size: 0.9em;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 254px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}