html, body {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color:#625624;
	margin:0;
	padding:0;
	height:100%;
}
.cssHide {
	display:none;
	visibility: collapse;
	overflow: hidden;
}
a:hover, a:active, a:focus { /*This removes the dotted lines around selected buttons and links in IE7 and IE8*/
	outline: none;
}
:focus {
	outline: none;/*This removes the faded lines around selected buttons and links in Google Chrome and Safari*/
	-moz-outline-style: none;/*This removes the dotted lines around selected buttons and links in IE7 and IE8*/
}
* {
	margin: 0;
}
.special {
visibility:hidden;   
display:none; 
}
#outerContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -2em;
}
#headerContainer {
	background: url(../themes/aquarelle/images/header_fill.png) left top repeat-x;
	width: 100%;
	height:197px;
	margin:0;
	padding:0;
}

#innerContainer {
	background: transparent url(../themes/aquarelle/images/container.png) left top repeat-y;
	width: 819px;
	position: relative;
	margin: -8px auto 0 auto; /* Center layout */
}


#innerContainerfull {
	background: transparent url(../themes/aquarelle/images/container_full.png) left top repeat-y;
	width: 819px;
	position: relative;
	margin: -8px auto 0 auto; /* Center layout */
}

/* --------------------------------------------------------------------
	login
-------------------------------------------------------------------- */
#login {
	margin-top:60px;
	margin-bottom:150px;
	text-align:center;
}

#login input[type="text"], #login input[type="password"] {
	border: 1px solid #cccccc;
	padding: 2px;
	font-size: 11px;
	line-height:10pt;
	margin-right:5px;
	float:left;
}
#login input[type="checkbox"] {
	border: 0;
}

#login .inbox {
	width:120px;
}

#login br {
	line-height: 6px;
}
#login .button {
	cursor:pointer;
	padding: 2px;
}
#login fieldset {
	margin:0 auto;
	padding:10px;
	width:500px;
}
#login .loginLabel {
	margin-left: 35px;
	margin-right: 5px;
	width: 155px;
	float: left;
	text-align: right;
	line-height: 1.5;
}
#login legend {
	background-color: #fff;
	border:1px solid #666666;
	color:#666666;
	font-size:90%;
	padding:0.2em 0.5em;
	text-align:right;
}


/*-----------------------------------------------------------------------------
	Header
-----------------------------------------------------------------------------*/
#a_fleur {
	background: transparent url(../themes/aquarelle/images/a_fleur.png) left no-repeat;
	position: absolute;
	overflow:hidden;
	width:155px;
	height:224px;
	z-index: 200;
	left: 17px;
	top: 12px;
}
#header {
	background:transparent url(../themes/aquarelle/images/header.png) left top no-repeat;
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 790px;
	height: 197px;
	z-index: 100;
}

/*-----------------------------------------------------------------------------
	body pieces
-----------------------------------------------------------------------------*/
#content {
	float: left;
	width: 594px;
	margin-left:1px;
	text-align: left;
}
#overlay {
	background: transparent url(../themes/aquarelle/images/body_overlay.png) left top no-repeat;
	width:590px;
	overflow:hidden;
	min-height:550px;
}
#bottom {
	background: transparent url(../themes/aquarelle/images/bottom.png) left top no-repeat;
	width:819px;
	height:30px;
	position:relative;
	margin:0 auto 6em; /*the 6em adds the -4em removed for push in outerContainer*/
}
#bottomfull {
	background: transparent url(../themes/aquarelle/images/bottom_full.png) left top no-repeat;
	width:819px;
	height:30px;
	position:relative;
	margin:0 auto 5em;
}
#mapborder {
	background: transparent url(../themes/aquarelle/images/aquarelle_mapborder.png) left top no-repeat;
	width:412px;
	height:262px;
	padding-top:6px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#map {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:400px;
	height:250px;
	border:1px #fff solid;
	overflow:hidden;
}

/*-----------------------------------------------------------------------------
	Side Navigation
-----------------------------------------------------------------------------*/
#sidebar {
	width: 178px;
	float: left;
	height:100%;
	color: #FFF;
	margin-left: 14px;
}
#a_logo {
	background: transparent url(../themes/aquarelle/images/a_logo.png) center no-repeat;
	width:133px;
	height:219px;
	margin: 50px auto 10px auto;
}
#address {
	background: transparent url(../themes/aquarelle/images/address.png) no-repeat;
	width:117px;
	height:91px;
	margin: 50px auto 25px auto;
}
.navlinks {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:bold;
	width:178px;
	text-align:center;
	margin: 0px auto 0px auto;
}
.navlinks ul {
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.navlinks ul li {
	padding:0px;
	margin:1px 0px 1px 0px;
	*margin-bottom: 3px; /* IE hack */
}
.navlinks li a {
	padding: 6px 0px 6px 0px;
	display:block;
	text-decoration: none;
	line-height:16px;
	height:18px;
	font-size:14px;
	
}
.navlinks li a:hover {
	background: transparent url(../themes/aquarelle/images/button_over.png);
	text-decoration: none;
	color: #ffffff;
}
.navlinks li.button_divider {
	background: transparent url(../themes/aquarelle/images/button_divider.png) no-repeat;
	height:1px;
	line-height:1px;
	font-size:1px;
	margin:0px;
	padding:0px;
	*margin-top:-6px; /* IE hack */
}
.navlinks li a span {
	color:#FFF;
}
.navlinks li a:hover span {
	color: #FFFCF2;
}
/*-----------------------------------------------------------------------------
	main content
-----------------------------------------------------------------------------*/

#maincontent .post h2 {
	margin-bottom: 5px;
}
/* Padding inside columns */
#maincontent {
	padding: 25px 15px 20px 20px;
	font-size:12px;
	font-style:normal;
}
#maincontent.info {
}
.content {
	padding: 25px 0px 20px 0px;
}
.navigation, .navigation a {
	color: #000;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
.post {
	margin-bottom: 25px;
}
.required {
	color: #CC3333;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.info {
	font-weight: normal;
}
blockquote {
	font-style: normal;
	padding: 0;
	color: #000;
	padding: 0 20px 0 30px;
}
a {
	color: #000;
}
a:hover {
	color: #FFF;
}
/*blockquote p {
	padding: 0 20px 0 30px;
}*/

br {
	line-height:10px;
}

hr {
	background: #CCC;
	height: 1px;
}
img {
	background-color:transparent;
	margin:0px;
	padding:0px;
	border:0px;
}
#maincontent p {
	padding-top:10px;
	padding-bottom:10px;
}
a.button {
	float: left;
} /* Fix for buttons */
input {
	padding-left: 0;
	border: 1px solid #000;
	background-color:#FFF;
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
}
select {
	border: 1px solid #000;
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
}
ul {
	margin-left: 15px;
	list-style-type: none;
}
ul li {
	padding: 2px 0 2px 9px;
}
ol {
	margin-left: 35px;
}
label, .label {
	font-weight: bold;
}
textarea {
	height: 150px;
	width: 400px;
	border: 1px solid #000;
	background-color:#FFF;
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter:alpha(opacity=60);
}
.small, .tiny {
	font-size: .9em;
}
.nomargin {
	margin: 0;
}
a.button, button {
	font-weight: normal;
}
#maincontent h3, #maincontent h3 a {
	font-size: 1.3em;
	line-height: 1.2;
	color: #000;
	letter-spacing: 0px;
	text-decoration: none;
}
#maincontent h2, {
 color: #000000;
 border-top: 1px solid #CCC;
 margin-bottom: 15px;
}
h2 a {
	color: #000;
	text-decoration: none;
}
.box {
	background-color: transparent;
	border:#000 1px solid;
}
#squiggle {
	background: transparent url(../themes/aquarelle/images/squiggle.png) no-repeat;
	width:63px;
	height:15px;
	margin:15px auto 10px auto;
}
.titlebg {
	background: transparent url(../themes/aquarelle/images/title_bg.png) no-repeat;
	padding:0px;
	margin-top:0px;
	height:49px;
	margin-bottom:30px;
}
.titlefull {
	color: #000;
	padding:8px 10px 0px 10px;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	font-style:italic;
}
.header_italic {
	color: #000000;
	margin-bottom: 15px;
	font-size:16px;
	font-weight:bold;
	font-style:italic;
}
.header {
	color: #000000;
	margin-bottom: 15px;
	font-size:16px;
	font-weight:bold;
}

/*-----------------------------------------------------------------------------
	Footer
-----------------------------------------------------------------------------*/
#footer, #push {
	height: 4em;
}

#push {
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size:0px; /*IE hack*/
	visibility:hidden;
	overflow: hidden;
	width: 100%;
}
#footer {
	width:100%;
	background-color:#322C06;
	border-top:1px solid #dddbc5;
	height:2em;
}
#footer .copyright {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10px;
	text-align: center;
	color:#FFF;
	text-align:center;
	padding-top:7px;
}
#footer .footeradmin {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:10px;
	text-align: center;
	color:#FFF;
	text-align:center;
	padding-top:5px;
}
#footer a {
	text-decoration: none;
	color:#FFF;
}
#footer a:hover {
	text-decoration: none;
	color:#AB963F;
}
/*-----------------------------------------------------------------------------
	Clear
-----------------------------------------------------------------------------*/
.clear { /* generic container (i.e. div) for floating buttons */
	clear: both;
	line-height: 0px;
	height: 0px;
	font-size:0px; /*IE hack*/
	visibility:hidden;
	overflow: hidden;
	width: 100%;
}
