﻿/* CSS Document */

body {
	background-color:#fff;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:12px;
	color:#444444;
	margin:0;
}

#header {
	background-image: url(../images/backgrounds/menu.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 4px;
}
#header-container {
	width: 765px;
	margin: 0 auto;
	padding: 0px;
}
#header h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:46px;
	color:#000;
	padding:0!important;
	padding:16px 0 0 0;
	margin:15px 0 0 0;
}
#header h1 a {
	text-decoration: underline overline;
	color: #333333;
	font-size: x-large;
	font-weight: bolder;
}
#header h1 a:hover {
	border:none;
}
#header img {
	float: left;
	margin: 0 20px 0 0;
	background-image: none;
}
#header ul {
	margin: 53px 0 60px 0 !important;
	margin: 52px 0 60px 0;
	padding: 0;
	float: right;
}
#sidebar input:hover {
	border:1px solid #ccc;
	color:#666;
}
#sidebar input:focus {
	border:1px solid #999;
	color:#333;
}

#content input:hover {
	border:1px solid #ccc;
	color:#666;
}
#content input:focus {
	border:1px solid #999;
	color:#333;
}

#content textarea:hover {
	border:1px solid #ccc;
	color:#666;
}
#content textarea:focus {
	border:1px solid #999;
	color:#333;
}
#header a {
	color:#43CBAE;
	text-decoration:none;
}
#header a:hover {
	border-bottom:1px dotted #333;
}
#header li {
	float: left;
	display: block;
	list-style: none;
	background-image: url('../images/backgrounds/menuahover.gif');
}
#header li a {
	display: block;
	width: 120px;
	text-align: center;
	color: #008CBA;
	text-decoration: none;
	background-image: url(../images/backgrounds/menua.jpg);
	background-repeat: no-repeat;
	padding: 5px 0 9px 0;
}
#header li a:hover {
	background-image:url(../images/backgrounds/menuahover.jpg);
	border:none;
	padding:6px 0 8px 0;
}
.clear {
	clear:both;
}
#container {
	width: 865px;
	margin: 0 auto;
}
#sidebar {
	float: left;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777;
	line-height: 20px;
	border-bottom: 1px solid #eee;
}
#sidebar h1 {
	color: #008CBA;
	font-size: x-large;
	font-family: "Goudy Old Style";
	line-height: 32px;
	text-align: center;
	margin-right: 20px;
}
#sidebar li {
	list-style: none;
}
#sidebar li a {
	display: block;
	padding: 5px;
	margin: 0 0 1px 0;
	background-color: #F4DFE6;
	border-right: 10px solid #fff;
	color: #CB43A5;
	text-decoration: none;
	border-left: 2px solid #ddd;
}
#sidebar li a:hover {
	background-color: #FFFFFF;
	color: #333;
	border-right: 10px solid #eee;
}
#sidebar p {
	border-bottom: 0;
	padding: 0 5px 0 5px;
	color: #008CBA;
	line-height: 28px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0;
}
#content {
	margin: 0 0 0 220px;
	border-left: 1px solid #eee;
	color: #808080;
	font-size: x-large;
	font-family: Garamond;
}
#content h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: normal;
	color: #666;
	letter-spacing: -1px;
	background-image: url(../images/backgrounds/h1.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-left: 20px;
	text-indent: 0px;
	line-height: normal;
	text-align: center;
}
#content h3 {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: x-large;
	font-weight: normal;
	color: #008CBA;
	letter-spacing: -1px;
	margin-left: 10px;
	margin-right: 5px;
}
#content p {
	padding:20px 50px 20px 50px;
	line-height:20px;
}
#sidebar img {
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 40px;
	background-image: inherit;
}
#content a:hover {
	background-color:#ddd;
	border-bottom:1px solid #bbb;
	color:#000;
}
#content img {
	border-color: #FFFFFF;
	float: right;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 11px;
}
#footer {
	padding:15px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:50px 0 50px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	clear:both;
}
#footer a {
	color:#666;
}
#footercontent {
	width:700px;
	margin:0 auto 0 auto;
}