/**Main Site DIV**/
#indent {
	text-indent: 40px;
	margin-left: 25px;
	margin-right: 25px;
}
#navigation {
	position: fixed;
	width:100%;
	height: 49px;
	left:0px;
	padding-top: 4px;
	background-image: url('../images/layout/navi.png');
	background-repeat: repeat-x;
	text-align: center;
	
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5em;
	font-style: italic;
	font-weight: 300;
	color:#ece9e6;
	text-decoration: none;
}
#navigation a:link {color:#ece9e6;}
#navigation a:visited {color:#ece9e6;}
#navigation a:hover {color:#d7d4d0;}
#navigation a:active {color:#ece9e6;}

#wrapper {
	width:100%;
	height:auto;
}
#content {
	width: 70%;
	min-width: 850px;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 80px;
	margin-bottom: 220px;
}
#content p {font-size: 1.1em;}
#center {
    width: 50%;
    margin: 0 auto;
}
#greenbox {
	width: 20%;
	text-align: left;
	vertical-align: top;
	min-width: 200px;
	min-height: 500px;
	padding: 5px 5px;
	margin: 5px 15px;
	float: left;
	background-color: #5b9469;
	border: 3px dashed #4a6e53;
}
#greenbox h2 {color:#f0f7f2;}
#greenbox li {list-style-image: url('../images/layout/whitebullet.gif');}
#greenbox a {color:#ffffff;}
#greenbox a:hover {text-decoration:underline; color:#d1e6d6;}
.expstickybar{
position:fixed;
color: white;
padding: 5px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
visibility:hidden;
background: #5b9469;
z-index: 10000;
width:auto; /*set width of bar to width of entire window*/
font-weight:bold;
}
.expstickybar a{color:#d3dad3;}
.expstickybar a:hover{text-decoration:underline;}
.expstickybar ul {list-style-image: url('../images/layout/whitebullet.gif');}
.expstickybar li {color:#ffffff;}

#footer-cont-desk {
	float: left;
	min-width: 150px;
}