/* /////////////// Globals ////////////////////// */

body {
	position: relative;
	background: #fff url(../images/bgBody.gif) repeat-y;
	color: #413f3b;
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, "Geneva", Helvetica, Verdana, sans-serif;
}
input,
textarea,
select {
	font-size: 13px;
	line-height: 1.5em;
	font-family: Helvetica, Arial, Verdana, sans-serif;	
}
 /* ////////////////// Container /////////////////// */
#shanty {
	position: relative;
}
#sideBar {
	color: #6b6155;
	width: 301px;
	float: left;
	padding: 180px 0 0;
	background: #f3edda url(../images/logoRudolph.gif) no-repeat;
}
#sideBar .org {
	margin: 0 0 -10px -5px;
}
#userpanel {
	text-align: right;
	padding-right: 23px;
}
#userpanel a {
	text-decoration: none;
	color: #6b6155;
}
#userpanel .decrease {
	font-size: 11px;
}
#userpanel .increase {
	font-size: 15px;
}
#userpanel {
	font-size: 13px;
}
#horizontal_carousel {
}
#contentWrapper {
	background: #e9e7e1 url(../images/bgContent.gif) right bottom no-repeat;	
	margin-left: 303px;
	min-width: 706px;
	min-height: 690px;
}
#content {
	width: 583px;
	padding: 205px 42px 41px;
}
#content p,
#conent h1,
#content h2,
#content h3,
#content h4 {
	padding-bottom: 1em;
}
#content a {
	color: #c30;
}
#content a:hover {
	text-decoration: none;
}
#content a:visited {
	color: #413f3b;
}
#content ul,
#content ol {
	padding-left: 2em;
}
#hCard {
	position: absolute;
	bottom: 88px;
	font-size: 11px;
	padding: 0 0 0 14px;
}
#hCard .adr {
	float: left;
	margin-right: 20px;
	font-weight: bold;
}
#footer {
	margin-left: 302px;
	padding: 0 12px 0 44px;
	text-align: right;
	line-height: 34px;
}
#footer li {
	display: inline;
}
#footer a {
	padding: 0 11px;
	color: #6d6c6b;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#navigation {
	font-weight: bold;
	font-size: 14px;
}
#navigation .olParent1 {
	margin-bottom: 42px;
}
#navigation ol {
	list-style-type: none;
}
#navigation ol a {
	display: block;
	background: #afaba0;
	line-height: 17px;
	margin-top: 6px;
	text-decoration: none;
	color: #fff;
	padding-left: 14px;
}
#navigation ol .current ol a {
	color: #413f3b;
}
#navigation ol .current a,
#navigation ol ol .current a,
#navigation ol a:hover,
#navigation ol ol a:hover {
	background: #fff;
	color: #c30;
}
#navigation ol ol a {
	margin-bottom: 1px;
}
#navigation ol .current a {
	margin-top: 6px;
}
#navigation ol .current ol a {
	margin-top: 0;
}
#navigation ol ol a {
	margin-top: 0;
}
#navigation ol ol {
	margin-top: 1px;
}
#navigation ol ol a {
	color: #413f3b;
	background: #fff;
	margin-bottom: 1px;
	padding-left: 28px;
}
#navigation ol ol .current a {
	color: #c30;
}
/* //////////////// Formular /////////////////////// */
label {
	display: block;
	margin-top: 1em;
}
.fbsubmit {
	margin-top: 1em;
	background: #c30;
	color: #fff;
	border: 1px solid #fff;
	padding: 3px 10px;
}
.error_message {
	background: #c30;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px;
}
/* /////////////////// Helpers /////////////////////*/

.barrierReef {
    position: absolute;
    left: -5000px;
}
.printOnly {
	display: none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
.clearfix {display:block;}
	/* End hide from IE Mac */

* html .clearfix {height:1px;}
