/*defaults*/

body {
	background: #FFF /*url('../images/bg.jpg') repeat-x 0 0;*/
	color: #000000;
	margin: 20px 0 20px auto;
	padding: 0;
	font-family: helvetica, arial, verdana, "Trebuchet MS", san serif;
	font-size: 90%;
}

p {
	margin: 0;
	padding: 0 0 15px;
	text-align: justify;
}

a {
	color: #46786f;
	text-decoration: none;
}

a:hover {
	color: #c84630;
	text-decoration: none;
}
/*structural elements*/

#container {
	margin: 0 auto 0px;
	text-align: center;
	width: 900px;
	padding-top: 0;
}

#holder {
	width: 100%;
	padding: 15px 20px 5px;
	background: #FFFFFF;
	text-align: left;
}

#logo {
	background: url('../images/logo.png') no-repeat  0;
	padding-left: 0;
	padding-right: 0;
	height: 70px;
}

#topright {
	float: right;
	position: absolute;
	right: 0;
	font-size: 1em;
	text-align: right;
}

#header {
	padding: 0;
	height: 200px;
}

#content {
	float: left;
	width: 620px;
	padding: 15px 10px 0 0;
	line-height: 160%;
	text-align: justify;
}

#contentall {
	float: left;
	width: 900px;
	padding: 15px 10px 0 0;
	line-height: 160%;
	text-align: justify;
}

#news {
	float: right;
	width: 250px;
	padding: 20px 0;
	line-height: 140%;
	text-align: justify;
}

.newsItem {
	padding: 20px 20px 5px;
	background: #FFF;
	border: 1px solid #555;
	font-size: 90%;
	margin-bottom: 20px;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 75%;
	background: #46786f;
	border-top: 0px solid #46786f;
	text-align: center;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*headings*/

.newsItem h3 {
	color: #46786f;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 130%;
	font-weight: normal;
}

#content h1 {
	font-size: 170%;
	font-weight: normal;
	line-height: 130%;
	margin: 0;
	padding: 0 0 20px 0;
}

#logo h1 {
	font-weight: normal;
	font-size: 170%;
	margin: 0;
	padding: 0;
	color: #46786f;
}

/* @group Navigation */

/* Toolbar Styles */

#navcontainer {
	font-size: 1.2em;
	background: #46786f;
	height: 39px;
	position: relative;
	z-index: 2;
	text-indent: 5px;
	font-variant: small-caps;
	margin-bottom: 5px;
	margin-top: 10px;
}

#navcontainer #current {
	background-color: #c84630;
	color: #fff;
	width: 107px;
}

#navcontainer .currentAncestor {
	border-right-style: solid;
	border-right-color: #FFF;
}

/* Parent - Level 0 */

#navcontainer ul {
	padding: 0;
	list-style: none;
	margin: 0px;
}

#navcontainer li {
	position: relative;
	width: 112px;
	height: 35px;
	display: inline;
	float: left;
	padding-bottom: 4px;
}

#navcontainer a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	width: 107px;
	height: 35px;
	text-align: left;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
}

#navcontainer a:hover {
	color: #ffffff;
	text-decoration: none;
	width: 107px;
	background-color: #c84630;
}

/* Fix IE. Hide from IE Mac \*/

* html #navcontainer ul li {
	float: left;
	height: 1%;
}

* html #navcontainer ul li a {
	height: 27px;
}

/* End */

/* Child - Level 1 */

#navcontainer ul ul {
	position: absolute;
	left: 0;
	top: 39px;
	display: none;
	background-color: #46786f;
	width: 107px;
	z-index: 3;

}

#navcontainer ul ul a {
	font-size: 0.78em;
	height: 21px;
	text-align: left;
	background-color: #46786f;
	color: #FFF;
	border-right-style: none;
	padding-bottom: 16px;
	border-bottom: 1px solid #30554e;
	border-top: 1px solid #30554e;
}

#navcontainer ul ul a:hover {
	background: #EEE;
}

html>body #navcontainer ul ul a {
	height: 20px;
}

html>body #navcontainer ul ul a:hover {
	background: #c84630;
}

#navcontainer ul ul #current {
	background: #46786f;
	border-right-style: none;
}

html>body #navcontainer ul ul #current {
	background: #46786f;
}

/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	left: 120px;
	top: 0;
}

#navcontainer ul ul ul ul li {
	
}

#navcontainer ul ul ul ul a {
	
}

#navcontainer ul ul ul ul a:hover {
	
}

div#navcontainer ul ul, div#navcontainer ul ul ul, div#navcontainer ul li:hover ul ul, div#navcontainer ul li:hover ul ul ul, div#navcontainer ul li:hover ul ul ul ul, div#navcontainer ul li:hover ul ul ul ul ul {
	display: none;
}

div#navcontainer ul li:hover ul, div#navcontainer ul ul li:hover ul, div#navcontainer ul ul ul li:hover ul, div#navcontainer ul ul ul ul li:hover ul, div#navcontainer ul ul ul ul ul li:hover ul {
	display: block;
}

/* @end */

/* Breadcrumb */

#breadcrumbcontainer {
	font-size: 0.9em;
}

#breadcrumbcontainer ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0px 0;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	
}

#breadcrumbcontainer a:hover {
	
}

/*footer styling, pre-styled so you can "whack" another navigation menu in there if you like*/

#footer ul {
	margin: 0;
	padding: 0;
}

#footer li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#footer a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
