﻿/*defaults*/
body {
	background:#1e4377 url('../images/back.jpg') repeat-x;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0;
	font: 80% Arial, Helvetica, Sans-Serif;
	line-height: 160%;
}
p {
	margin: 0;
	padding: 0 0 15px 0;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #225799;
	text-decoration: none;
}
/*structural elements*/
#container {
	margin: 0px auto;
	text-align: center;
	width: 900px;
}

#holder {
	width: 100%;
	margin:10px 0px 0px 0px;
	padding: 10px 20px 5px 20px;
	background: #FFFFFF;
	text-align: left;
}
#logo {
	background: url('../images/logo-mini.jpg') no-repeat 0px 0px;
	border-bottom: 1px solid #DADADA;
	padding: 18px 0px 25px 60px;
	margin: 0px 40px 0px 0px;
	font-size: 225%;
	font-weight: normal;
}

#logo a{
text-decoration:none;
}

#navigation {
	background-color: #FFFFD9;
	margin: 0px 0px 0px 0px;
}
#header {
	background: #DADADA url('../images/slideback.jpg') repeat-x ;
	height: 200px;
	clear: both;
}

#content {
	float:left;
	width: 680px;
	padding-right:10px;

}
#sidebar {
	float: right;
	width: 200px;
	padding:30px 0px 0px 0px;
}
#copyright {
	float: right;
}
/* headings */
h1 {
	font-size: 200%;
	font-weight: normal;
}
h6 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
	line-height: 110%;
}
h5 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
	line-height: 110%;
}
h4 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
	line-height: 110%;
}
h3 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 0;
	line-height: 110%;
}
h2 {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0.5em 0 0.25em 0;
	line-height: 110%;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h4.first {
	margin-top: 0;
}
h3.first {
	margin-top: 0;
}
h2.first {
	margin-top: 0;
}
h4.top {
	margin-top: 2em;
}
h3.top {
	margin-top: 2em;
}
h2.top {
	margin-top: 2em;
}
/* // headings */
#logo h1 {
	font-weight: normal;
	font-size: 170%;
	margin: 0;
	padding: 10px 0px 0px 65px;
	color: #225799;
}
/*navigation*/



#navigation ul {
	margin:0;
	padding: 0;
}
#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#navigation a {
	color: #225799;
	padding: 5px 5px 5px 5px;
	margin: 0 20px 0 0;
	text-decoration: none;
		font-weight:bold;
	font-size: 15px;
}
#navigation a:hover {
	color: #ffffff;
	background: #275e96;
	border-bottom:3px orange solid;
}

#footer {
	clear: both;
	width: 100%;
	font-size: 80%;
	background: #DADADA;
	padding: 5px;
	text-align: left;
	border-top: 2px solid #2765AF;
}
#footer ul {
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0;
	padding: 5px;
	list-style: none;
	display: block;
}
#footer a {
	color: #000000;
	font-weight: bold;
	padding: 0 5px 0 0;
	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 */
.box1 {
	width: 230px;
	margin-bottom: 10px;
	padding-right: 4px;
	margin-right: 5px;
	border-right: #ccc dotted 1px;
	float: left;
}
.sitenote {
	display: block;
	padding: 10px;
	border: 1px solid #bae2f0;
	background: #e3f4f9;
	margin: .5em 0;
	line-height: 130%;
}


.line33
{
	width:30%;
	padding:10px;
	float:left;
/*	background-color:#D3E2F5;*/
}




/*sliding*/
.slidebox a{
color:#ffffff;
}

.slidebox{
	color:#ffffff;
	position:relative;
}

.slidebox ul, .slidebox li
{
	margin:0;
	padding:0;
	list-style:none;	
	
}

.slidebox ul li,.slidebox ul {
	width:900px;
	height:200px;
	overflow:hidden; 
	position:relative;
}