/* @override http://cms.siratechnologies.com/index.php?css=site/stylesheet.v.1243863035 */

/* general */

body {
	background: #fff;
	margin: 0;
	font-size: 62.5%;
	font-family: Verdana, sans-serif;
}

a,a img {
	border: none;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

a:hover {
	border: none;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote {
	padding: 0 !important;
	margin: 0 20px!important;
}

blockquote p {
	width: 565px !important;
	
}
/* end of general */


/* header */

#header {
	background: #fff;
	height: 121px;
}

	#logo {
		position: absolute;
		height: 66px;
		width: 199px;
		top: 17px;
		left: 11px;
	}
/* end of header*/


/* navigation */

#nav {
	background: url('/images/sidebar/spacer.jpg') repeat-y;
	width: 246px;
	float: left;
	display: none;
	margin: -3px 0 -3px 0;
}

#nav ul li img{
	
	margin: -2px 0 0 0 !important;
	padding: 0 !important;
	}

.mouseover {
	position: absolute;
	display: none;
}

.large {
	height: 45px !important;
}

a:hover .mouseover{
	display:inline !important;
}

.withborder {
	width:233px;
	margin-bottom: 0 !important;
}


.last{
	border-bottom: 0 !important;
}

 .last {
	margin-bottom: -2px;
}
/* end of navigation */


/* main content */

#content{
	width: 100%;
	float: left;
}

#main {
	background: #fff;
	left: 254px;
	width: 638px;
	min-height: 615px;
	float: left;
	display: inline;
	margin: 5px 0 0 10px;
}

#main h2 {
	font-size: 2em;
	padding: 5px 0 0 10px;
}


#main h3{
	padding: 0 0 0 10px;
}

#main li {
	border-bottom: 1px solid #000;
	font-size: 1.2em;
	margin: 10px 20px;
	padding: 0 0 16px 0;
	width: 585px;	
}

#main p {
	font-size: 1.2em;
	margin: 10px 20px;
	padding: 0 0 16px 0;
	width: 585px;	
}

.green {
	color: #000 !important;
	font-weight: bold;
}

#motto {
	background: url('/images/background.png');
	text-align: center;
	width: 638px;
	margin: 0 0 -10px 0;
}

.newslink {
	margin-bottom: -20px !important;
}

#main hr {
	border: 1px solid #ccc;
	margin: -15px 20px 20px 20px;
}

/* end of main content */

/* footer */

#footer {
	background: #000;
	color: #fff;
	height: 150px;
	font-size: 1em;
	width: 100% !important;
	text-align: center;
	clear: left;
	float: left;
	display: none;
}

#footer a,#footer a:hover{
	color: #fff;
		font-weight: normal;
}

#footer ul {
	width: 763px;
	margin:0 auto;
	padding: 20px;
}

#footer li {
	display: inline;
}

#footer li:after {
	content: " -";
}