/*--------------------------------- Essential stuff --------------------------------------*/



* { margin: 0px; padding: 0px; border: none; }



body {
	margin: 20px 0px;
	font-family: Georgia, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	background: url(../../images/newsite/background.jpg) repeat;
	color: #3F3224;
}


input.sunken {
border: 2px inset;
}

input.raised {border: 2px outset
}

.clearer { clear: both; }



a { text-decoration: underline; color: #AA1313; }

a:hover { text-decoration: underline; color: #967100; }



p { margin: 15px 0px; }



/*--------------------------------- Framework --------------------------------------*/



#basis {
	margin: auto;
	width: 800px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;

}



#basis-top {
	height: 170px;
	overflow: hidden;
	background: url(../../images/newsite/banner.jpg) no-repeat center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}



#basis-middle {
	padding: 0px;
	overflow: hidden;
	background: #FFFFFF repeat-y;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;

}



#basis-bottom {
	height: 110px;
	overflow: hidden;
	background: #70A9C6 repeat-y;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #006699;
	border-right-color: #006699;
	border-bottom-color: #006699;
	border-left-color: #006699;

}



/*--------------------------------- Titles and subtitles --------------------------------------*/



.title-main {
	margin: 10px 0px 10px 0px;
	text-indent: 10px;
	font: normal 26px Georgia, "Times New Roman", Times, serif;
	color: #990000;
	letter-spacing: 3px;

}



.title-section {

	margin-top: 20px;

	font: bold 15px Georgia, "Times New Roman", Times, serif;

}



/*--------------------------------- Sidebar --------------------------------------*/



#sidebar {
	float: left;
	padding: 30px 10px 30px 15px;
	width: 180px;
	font: bold 13px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;

}



#sidebar ul li {
	list-style: none;
	background: no-repeat left center;

}



#sidebar ul li a {
	display: block;
	padding: 5px 15px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	background: no-repeat;
	color: #990033;

}



#sidebar ul li a:hover {
	text-decoration: underline;
	background: url(../../images/structure/menu-line.gif) no-repeat;
}



#last-menu { background: url(../../images/structure/menu-line.gif) left bottom no-repeat; }

#sidebar1 {

	float: left;

	padding: 10px;

	width: 150px;

}



#sidebar1 ul li {
	list-style: none;
	background: left center;

}



#sidebar1 ul li a {
	display: block;
	padding: 4px 15px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	background: no-repeat;
	color: #990000;

}



#sidebar1 ul li a:hover {
	text-decoration: underline;
	background: url(../../images/structure/menu-line.gif) no-repeat;
	color: #990000;
}



#last-menu1 { background: url(../../images/structure/menu-line.gif) left bottom no-repeat; }


/*--------------------------------- Content --------------------------------------*/



#content {
	float: right;
	padding: 15px 5px 15px 0px;
	width: 565px;
	background: #FFFFFF no-repeat right bottom;

}



.content-img-left {

	margin: 5px 15px 0px 0px;

	border: 3px solid #FFF;

	float: left;

}



blockquote {
	margin: 0px 20px;
	padding: 5px 0px;
	font-style: normal;
	text-indent: 28px;
	border-top: 1px none #C0AD74;
	border-bottom: 1px none #C0AD74;
	background: no-repeat 0px 5px;

}



/*--------------------------------- Other styles --------------------------------------*/



.content-2col {

	float: left;

	margin: 20px 40px 0px 0px;

	width: 260px;

}



.content-2col ul li, #content ul li {
	margin-bottom: 5px;
	padding-left: 18px;
	list-style: none;
	background: url(../../images/newsite/whitestar.gif) no-repeat 0px 4px;

}


/*--------------------------------- topbar --------------------------------------*/



#topbar a {
	color: #AA1313;
	font-weight:bold;
	text-decoration: none;
}	
	
#topbar a:hover {
	text-decoration: underline;
	background: #CBB77F
	}
	
