body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #B6AFA9;
	<!-- background: #c6cda5; -->
	<!-- background: #CDC9A5; -->


	
}

#container{
	background: url('images/bkg.png') no-repeat top left;
	width: 973px;
	height: 612px;
	padding: 6px;; margin-left:auto; margin-right:auto; margin-top:75px; margin-bottom:0
}

#container .outer{
	display: none;
	width: 960px;
	height: 601px;
	z-index: -100;
}
#container .inner{
	position: absolute;
	z-index: 3;
	float: left;
}

#nav{
	font-family: Century Gothic, sans-serif;
	margin-left: 71px;
	padding-top: 40px;
	height: 560px;
	width: 160px;
	background: url('images/bkg-nav.png');
	float: left
}

.inner .content{
	width: 570px;
	padding-right: 100px;
	float: left;
	height:360px;  
	margin: 50px 0px 0 60px; 
}

.overflow{
	overflow:auto;
	width: 600px;
	padding: 0 20px 0 10px;
	margin-left: -10px;
	float: left;
	height:500px;  
	overflow:auto;  
}

.translucent{
	background: url('images/bkg-nav.png');
} 

.inner .content p{
	line-height: 18px;
	margin-left: 3px;
}

#nav .links{
	height: 305px;
	text-align: right;
	padding: 15px 7px 0 7px;
}

#nav .links a{
	text-decoration: none;
	display: block;
	text-align: right;
	margin-right: 8px;
	padding: 4px 0;
	color: #000;
	text-transform: lowercase;
}

#nav .links img{
	margin: 15px 0 4px 0;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2b86a4;
}

h3 {
	font-family: Century Gothic, sans-serif;
	font-size: 14px;
	color: #12435f;
	padding: 0px;
	margin: 0px;
}

h5{
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 2px;
	color: #2b86a4;
	font-size: 13px;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom: 1px solid #2b86a4;
}

h6{
	font-family: Century Gothic, sans-serif;
	font-size: 10px;
	color: #023756;
	text-align: center;
	margin-top: 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}


h8{
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 2px;
	color: #2b86a4;
	font-size: 26px;
	text-transform: capitalize;
	font-weight: bold;
	border-bottom: 1px solid #2b86a4;
}

h9{
	display: block;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 2px;
	color: #023756;
	font-size: 17px;
	text-transform: lowercase;
	font-weight: bold;
	text-align:left;
	letter-spacing: 3px;
}

h10{
	font-family: Century Gothic, sans-serif;
	display: block;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 2px;
	color: #48bec5;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	letter-spacing: 5px;
	text-shadow: #cccccc 1px 1px 2px;
	border-bottom: 1px solid #48bec5;

}

h11{
	font-family: Century Gothic, sans-serif;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 2px;
	color: #023756;
	font-size: 18px;
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	text-shadow: #f3f3f3 1px 1px 1px;

}

h12{
	font-family: Century Gothic, sans-serif;
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 2px;
	color: #48bec5;
	font-size: 18px;
	text-transform: lowercase;
	font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	text-shadow: #f3f3f3 1px 1px 1px;

}

a {
    	text-decoration:    underline;
	color:              #3f8cb8;
}

a:hover {
    	color:   #58b004;
	text-decoration:    none;
}


blockquote {
  	background: url('images/quoleft.png') no-repeat left top;
	text-decoration: italic;
	color: #808080;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}

blockquote div {
  background: url('images/quoright.png') no-repeat right bottom; padding-left:48px; padding-right:48px; padding-top:0; padding-bottom:0
}

.pullquote {
	width: 25%;
	float:right;
	font-size:130%;
	line-height:150%;
	margin:10px;
	background: url(images/closequote.gif) no-repeat bottom right !important;
	background /**/:url(); /* removing quote graphic in IE5+ */
	padding:0px 25px 5px 0px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, Times New Roman, sans-serif;
}

.pullquote:first-letter {
	background: url(images/openquote.gif) no-repeat left top !important;
	padding:5px 2px 10px 35px!important;
	padding /**/:0px; 	/* resetting padding in IE5+ */
	background /**/: url(); /* removing quote graphic in IE5+ */
}

h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	background: #D0C8C8;
	color: #8A7575;
	padding: 10px;
	border: 5px solid #F3F1F1;
	font-weight: bold;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}


