body  {
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	font: 100% "proxima-nova-1","proxima-nova-2", sans-serif;
/*	font: 100% "ff-netto-web-pro-1","ff-netto-web-pro-2", sans-serif;*/

	font-size: 90%;
	background: #e1e6eb; /* lt-blue-grey */
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#666;
}
a img {border:none;}

#container { 
	width: 95%;  /* this will leave some space on either side of the page  */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;
*/	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#2f5663; /*site color - dark teal*/

} 
#wrapcontent{
	background-color:#FFFFFF;
/*	border-left: 1px dashed #2f5663;
	border-right: 1px dashed #2f5663;*/
	background-image:url(menubgnd.gif);
	background-position:left;
    background-repeat:repeat-y;
/*	padding-top:1em;*/
/*	min-height: 40em; this is to force the page as long as the menu items */
}

#header {
	height: 115px;
	background-image:url(banner.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
/*#header img, #menu img {
	padding-left:20px;
}*/
#header h1 {
	margin-left: -1000px;
}
#menu a:visited, #footer a:visited,
#menu a:link, #footer a:link{
	font-weight: bold;
	color:#cc3300;
	color:#fbf801; /*yello*/
		color:#ffa088; /*coral*/
}

#menu {
	width: 150px;
	float:left;
	color:#cc3300; /*orange-red*/
	font-size: .9em;
	background-image:url(slices/toplogo_01.png);
	background-repeat:no-repeat;
	padding-bottom: 2em;	
/*	min-height: 36em;*/

/*	border-right: 1px #2f5663 dotted;
		background-color:#F8F3ED;*/

}
#menu li  {
	list-style:none;
	margin-left:-1em;
	width: inherit;
}
h2.drawer-handle {
	list-style:none;
	margin-left:-1em;
	width: inherit;
	font-weight: normal;
	font-size: 1em;
	margin-left: .25em;
	margin-bottom: 0;
	margin-top: .25em;
}
h2.open , h2.drawer-handle:hover{
	font-weight:bold;
	font-size: 110%;
	}

#menu li li {
	margin-left:-5.1em;
/*	font-style:italic;*/
    padding-left: 3em;
	font-size: 95%;
	color:#CCC; /*for sub-items with no links*/
	/*text-align:right;*/
}

li.drawer ul li {
	margin-left:-5.1em;
/*	font-style:italic;*/
  padding-left: 3em;
	font-size: 95%;
	color:#CCC; /*for sub-items with no links*/
	/*text-align:right;*/
}
/* Nav menu hover */
/*#menu ul li ul li {display:none;}*/
#menu ul li:hover ul li {display:block;}
#menu li li:hover {
	font-size: 105%;
	background-image: url(rope2.png);
	background-repeat:no-repeat;

}
#menu li li a:hover, #menu li:hover {
		color:#332a2a;
		color:#4b241b;
}


#rightside{
/*	margin-left:150px;*/
}

#sidebar{
	float:right;
	width: 150px;
	text-align:right;
	border-left: 1px #2f5663 dotted;
/*	margin: 1em;
	padding-bottom: 2em;*/
}
#sidebar p {
	padding: 1em;
	font-size: 90%;
	}
	
#maincontent{
	margin-left:150px;
	padding: 1em 1em 0 1em;
	border-right: 1px dotted #2f5663;
	background-color:#FFFFFF;
	margin-bottom: -1em;
	background-image:url(slices/toplogo_02.png);
	background-repeat:no-repeat;
	font-size:95%;
	color:#666;
	padding-bottom: 3em;
}
/*#footerimg{
	height:39px;
	background-color:#FFF;
	}*/

#footer{
	background-color:#2f5663;
	height: 1.5em;
	padding-right: 5px;
	padding-top: .75em;
	font-size: .8em;
	text-align:right;
	font-style:italic;
	color:#FFF; /*white*/
}
.social{
/*	float:right;*/
	padding-right: 1em;
/*	text-align:right;*/
	margin-top: -3em;

	}
.social a img {border:0;}
.endfloat{
	clear:both;
}
.end{
	clear:both;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.hidden{
	display: none;
}
#container #maincontent .photo {
	text-align: center;
}
h3.slider:hover {
	background:#A42100;
	background:#999;
/*	padding-left:.5em;*/
	}
h3.slider {	
	color:#FFF;
	
	background:#2f5763;
	padding-left: 1em;
	}