body {
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 0.85em;
	background: #0D6360 url(../images/bg_cont.jpg) repeat-x;
}

h1 {
	color: #973123;
	font-size: 1.2em;

}

h2 {
	margin: 0;	
}

#super-container {
	width: 969px;
}

#header {
	padding:0;
	margin: 0;
	float: none;
	/*background: url(../images/header.jpg) no-repeat;*/
	background-color: transparent;
	width: 969px;
	height: 135px;
}

#logo {
	float:left;
	margin-left:-18px;
	padding-top:9px;
}

#header-sidebar {
	width: auto;
	float: right;
	color: #00504c;
	padding-right: 7px;
}
	#header-sidebar .block {
		width: auto;
		float: right;
		clear: both;
	}
	
#language-switch {
	margin: 22px 0 22px 0;
}

#page-tools {
	margin: 6px 30px 0 0;
}

a.pagetools:link, a.pagetools:visited {
	color: #00504c;
}

#search-box {

}

#search-box input[type="text"] {
	width: 183px !important;
	/*width: 176px !important;*/
}

.sidebar-box {
	padding-top: 4px;
}

#sidebar-picture {
	padding: 8px;
}

#sidebar-picture div {
	float: none !important;
	margin: 0 !important;
}

#events-box div.sidebar_block_body > div {
	width: auto !important;	
}

#title-container {
	padding: 0em 2em 0em 2em;
}

#body-container {
	line-height: 1.6em;
}

#body-content {
	background: url(../images/body_bg_cont.jpg) repeat-y;
}

.bodyContent {
	color: #FFFFFF;
}

.bodyContent a {
	color: #EEFAF8;
}

.bodyContent a:hover {
	color: #0D9A83;
}


#left-sidebar {
	/*width: 231px;*/
	margin-top: 41px;
}

#right-sidebar-container {
	float: right;
	margin:0 0 2em 2em;
}

#right-sidebar {
	width: 	218px;
	/*float: right;*/
	margin-right: 12px;
}

#typography {
	margin: 41px 1em 0 1em;	
}

#body-container ul {
}
	#body-container li {
		list-style-image: url(../images/bullets/list-image.gif);
		
	}

#navContainer {
	margin: 0;
	padding: 0em 0em 0em 1.0em;
	line-height:1.4em;
	
}

	#navContainer li {
		list-style: none;
		background: url(../images/bullets/arrow-right.gif) no-repeat 0 0.35em;
		padding: 1px 0.5em 0 0.8em;
		margin-bottom: 0px;
	}
		#navContainer li a {
			font-size: 1.0em;
			font-weight: bold;
			text-decoration: none;
			color: #17493e;
		}
		#navContainer li a:hover, .navContainer-li-a-hover {
			color: #0D9A83;			
		}
		
		#navContainer li ul {
			padding: 0em 12px 0.5em 0px;
			margin-left: 0px;
			display: none; /******************** change this back to hidden ***/
		}
			#navContainer li ul li {
				padding-top: 0.1em;
				margin-bottom: 0px;
			}
				#navContainer li ul li a {
				}
				#navContainer li ul li a:hover {
					
				}

/******************* Homepage-specific (conditional template) styles *******************/				

#homepage-right-sidebar {
	width: 	489px;
	height: 301px;
	margin-right: 1px;
	float: right;
}

#homepage-bottom-panel-body-content {
	background: url(../images/homepage_bottom_panel_body_bg_cont.jpg) repeat-y;
	padding: 0 0.5em;
	color: #00504c;
}

#homepage-bottom-panel-body-content .sidebar-box {
	padding-top: 0;
}

#homepage-bottom-panel-body-content .block-body-content a {
	font-size: 1.1em;
	font-weight: bold;
	color: #00504c;
	text-decoration: none;
}

#homepage-bottom-panel-body-content .block-body-content a:hover {
	text-decoration: underline;
}

