@charset "UTF-8";
/* CSS Document */
body {
	background: url(images/bgtop.jpg) top center repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 14px;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
input {

}
h1, h2, h3, h4 {
	padding: 0;
	margin: 0;

}
a {
	color: #1A4091;
}
h1 {
	border-bottom: 2px solid #efefef;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-weight: normal;
	font-size: 22px;
	color: #1A4091;
}
h2 {
	font-weight: bold;
	font-size: 18px;
	color: #8EB43B;
	padding-bottom: 5px;
}
h3 {
	color: #1A4091;
	font-size: 18px;
	font-weight: bold;
}
.left {
	float: left;
	clear: left;
}
.right {
	float: right;
	clear: right
}
.clear {
	width: auto;
	clear: both;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background: transparent;
}
#header {
	padding-top: 10px;
	padding-bottom: 20px;
	background:  transparent url(images/bgbanner.png) bottom center repeat-x;
	width: auto;
}
#search {
	border: 1px solid #cccccc;
	background: #ffffff;
	margin-top: 10px;
	height: 38px;
}
#search input {
	outline: none;
	border: none;
	background: transparent;
	float: left;
	clear: left;
	font-size: 12px;
	padding: 12px 0 0 10px;
	width: 160px;
}
#searchbutton {
	background: #1a4091 url(images/searchbutton.png) center center no-repeat;
	height: 38px;
	width: 38px;
}
#texttop {
	text-align: right;
	line-height: 20px;
}
#navbar {
	padding-top: 10px;
}
#navbar ul {
	list-style: none outside;
	padding: 0;
	margin: 0;
	float: none;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	background: url(images/navmain.jpg) center center repeat-x;
}
#navbar li {
	list-style: none outside;
	padding: 15px 0 15px 0;
	width: 19.9%;
	font-size: 16px;
	font-weight: bold;
	color: #1A4091;
	margin: 0;
	float: left;
	border-right: 1px solid #eeeeee;
	text-align: center;
	background: url(images/navmain.jpg) center center repeat-x;
}
#navbar li.activenav {
	background: url(images/navactive.jpg) center center repeat-x;
}
#navbar li.last {
	border: none;
}
#navbar li a {
	text-decoration: none;
	color: #1A4091;
}
.bannerwrapper {
	background: rgba(180, 210, 246, 0.3);
	padding: 6px;
	margin-top: 20px;
}
#banner {
	background:url(images/bannerbg2.jpg) left bottom no-repeat;
}
#bannerright {
	height: 110px;
	background: url(images/bannerright.png) top right no-repeat;
	width: 220px;
	text-align: right;
	padding-bottom: 40px;
	padding-left: 100px;
	padding-top: 40px;
	padding-right: 20px;
	color: #3d3d3d;
}
#content {
	padding-top: 20px;
	padding-bottom: 20px;
}
#contentleft {
	width: 67%;
}
#sidebar {
	width: 25%;
	padding: 15px;
	border: 6px solid #ffffff;
	box-shadow: 0 0 10px #dddddd;
	background: url(images/sidebarbg.jpg) right top repeat-y; 
	font-size: 13px;
}
#sidebar ul, #sidebar li, #contentleft ul, #contentleft li {
	padding: 0;
	margin: 0;
	list-style: none outside;
}
#contentleft li {
	list-style: disc outside;
	margin-left: 15px;
}
#sidebar li  {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/arrowside.jpg) left 8px no-repeat;
	border-bottom: 1px solid #ffffff;
}
#footer {
	background: url(images/footerbg.jpg) top center repeat-x;
	padding-top: 30px;
	padding-bottom: 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #ffffff;
	font-size: 12px;
}

@media only screen and (max-height: 850px) {
	#footer {
		position: relative;
	}
	
}

