@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#4DD85D;
	background-image:url(../images/template/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0; /* 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: #000000;
}
#splash {
	background:#4DD85D;
	background-image:none;	
}
.oneColFixCtrHdr #container {
	width: 824px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	width: 824px;  height: 360px; margin-top:5em;
	background:url(../images/template/johanna-bg.png) no-repeat;
	
}
.oneColFixCtrHdr #mainContent-splash {
	background:none;
	text-align:center;
	padding-top:4em;
	
}
.oneColFixCtrHdr #footer {
	padding: 35px 35px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}

#footer {
	margin-bottom:100px;	
}

#johannaContent {
	padding:35px;	
}

/* Navigation */

.leftSpanNav {
	width:142px; float:left;	
}
.rightSpanNav {
	width:528px; text-align:right; float:right;
}
#footer ul {
	list-style: none; padding:0; margin:0; margin-top:14px;
}
#footer ul li {
	display: inline; padding-left:40px;
}



/* Content Areas */

#leftColumn {
	width:260px; float:left; color:#666666;
}
#subnavPanel {
	width: 250px;	
}
#rightColumn {
	width: 455px; float:right; color:#666666;
	font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:143%;
}
#oneColumn {
	padding-top:95px;
	text-align: center;
	color:#FFD5D5;
	font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:143%;
}

#oneColumn ul, #oneColumn ul li ul {
	padding: 0; margin:0; list-style-type:none;
	padding-top:20px; padding-right:45px; 
}
#oneColumn ul li {
	display: inline; padding-left:55px; 
}
#oneColumn li {
	padding-bottom:8px\9	
}
#oneColumn ul li ul {
	margin-left:10px;	
}
#oneColumn a .is_active {
	color:#E08686 !important;	
}



#leftColumn ul, #leftColumn ul li ul {
	padding: 0; margin:0; list-style:none;
}
#leftColumn li {
	padding-bottom:8px\9	
}
#leftColumn ul li ul {
	margin-left:10px;	
}
#leftColumn a .is_active {
	color:#E08686 !important;	
}

.scroll-pane {
	height: 285px;
	overflow: auto;
	float: left;
	width: 455px;
}

p {
	margin:0;
}

/* Styling */

.size_7 {
	font-size:7px;	
}
.size_11 {
	font-size:11px;	
}
.size_12 {
	font-size:12px;	
}
.size_13 {
	font-size:13px;	
}
.size_16 {
	font-size:16px;	
}
.size_24 {
	font-size:24px;	
}

.is_active {
	color:#CCC !important;	
}
.is_subactive {
	color:#CCC;	
}
.is_white {
	color:#FFF;	text-decoration: none;
}
.is_disabled {
	color:#CCC;	
}


.is_hidden{
	display:none;
}


#language, #language-splash  {
	width:	770px; text-align:right; margin:0 auto; padding-top:10px;
}
#home-language {
	width:	770px; 
}
#language a {
	color:#66CC00;	
}


#language-splash a {
	color: #66CC00;
}

a, a:visited, a:active {
	color: #66CC00; text-decoration: none;
}
a:hover {
	color: #66CC00; text-decoration: none;
}

#footer ul li a {
	color:#fff;
}

#footer ul li a.is_active {
	color:#CCC;
}


.align_bottom {
	position:absolute; bottom:0;	
}

#print-footer, #print-header {
	display:none;	
}
