@charset "utf-8";



/* Universal Tags */

* {
	padding: 0;
	margin: 0;
}

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #181C1D;
}

p {
	font-size: 1.2em;
	margin-bottom: 12px;
	line-height: 1.7em;
}

p a {
	font-size: 1.1em;
}

pre, code {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	margin-bottom: 12px;
	background-color: #DDD;
}

h1 {
	background-image: url(../images/h1_bg.jpg);
	text-indent: -9999px;
	margin-top: 20px;
	height: 120px;
}

h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 2.6em;
	font-weight: normal;
}

h3 {
	background-image: url(../images/rightcol_h3_bg.gif);
	background-repeat: no-repeat;
	margin-left: -20px;
	height: 32px;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 1.8em;
	padding-top: 8px;
	padding-left: 20px;
	margin-bottom: 10px;
	width: 310px;
}

h5 {
	color: #A57E39;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: normal;
}
	h5 a {
		color: #000000;
	}
h6 {
	position: absolute;
	color: #D9C098;
	left: 267px;
	top: 51px;
	font-size: 1.8em;
	letter-spacing: -0.06em;
}

	
	
a {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DABE96;
}

a:hover {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* Divs */

#wrapper {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	position: relative;
	height: 180px;
}

#content {
	clear: both;
}

#mainLeft {
	float: left;
	width: 560px;
	margin-left: 20px;
}

#mainRight {
	float: right;
	background-color: #FFFFFF;
	background-image: url(../images/rightcol_top_curves.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 280px;
	margin-right: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
	#mainRight p {
		color: #5D2E04;
		line-height: 1.5em;
	}

#pathway {
	margin-bottom: 15px;
}

#footer {
	height: 84px;
	background-image: url(../images/footer_bg.jpg);
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 16px;
}
	#footer p {
		color: #FFFFFF;
		font-size: 1.1em;
		margin-bottom: 2px;
	}
	#footer a {
		color: #FFFFFF;
	}

#search {
	background-image: url(../images/rightcol_h3_bg.gif);
	background-repeat: no-repeat;
	margin-left: -20px;
	height: 30px;
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 1.8em;
	padding-top: 10px;
	padding-left: 20px;
	margin-bottom: 30px;
	width: 310px;
}

	

/* Navigation */

ul#nav {
	float: right;
	margin-top: -10px;
}

ul#nav li {
	float: left;
	display: inline;
	margin-right: 15px;
}

ul#nav a {
	display: block;
	font-size: 1.5em;
	padding-left: 10px;
	color: #000000;
	height: 20px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

ul#nav a span {padding-right: 10px;	height: 20px; display: block; padding-top: 1px;}

ul#nav a:hover, ul#nav a.active {
	color: #fff;
	background: url("../images/left_tab_hover.jpg") left top no-repeat;
	padding-left: 10px
} 
 
ul#nav a:hover span, ul#nav a.active span {
background: url("../images/right_tab_hover.jpg") right top no-repeat;
padding-right: 10px;
}



/* Classes */

.article, .blogitem, .wallitem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #814F0A;
	margin-bottom: 30px;
}


/*  Errormessages   */


#errormessage {
	clear:both;
}

.errormessage {
	padding-top:   8px;
	padding-left: 35px;
	min-height:   25px;
	margin-bottom: 5px;
	font-weight: bold;
}

.fatalcolor {
	background:#E6C0C0 url(../images/alerts.png) no-repeat scroll 4px -133px; 
	border: 4px double white;
	color: #CC0000;
}

.severecolor {
	background:#E6C0C0 url(../images/alerts.png) no-repeat scroll 4px -187px;
	border: 4px double white;
	color: #CC0000;
}

.warncolor {
background:#FFFF00 url(../images/alerts.png) no-repeat scroll 4px -78px;
	border: 4px double white;
}

.informcolor {
	background:#C3D2E5 url(../images/alerts.png) no-repeat scroll 4px -24px;
	border: 4px double white;
	color:#0055BB;
}

