@charset "utf-8";
html {
	font-size: 100%;
}
body {
	font: 1em/1.6 Verdana, Arial, Helvetica, sans-serif;
	background: #FFF url(../images/background.jpg) no-repeat fixed center center;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 1.07em 0 .66em 0;
	color: #364A2F;
}

h2 {
	font-size: 2em;
	border-bottom: 1px solid #CCC;
	padding: .5em .5em .1em 0;
}
	h1,h2{font:bold 150% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase; padding-top: 1em;}

h3 {
	font-size: 1.35em;
}
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: url(../images/bg.png);
	border: 1px solid #000;
	position: relative;
}
#header {
	padding: 0 10px 0 20px;
	color: #006;
	background: url(../images/banner.jpg) no-repeat left top;
	height: 220px;
	border-bottom: thin #000 solid;
}
#header h1 {
	margin: 0;
	padding: 0.81em 0 .5em;
	font-size: 2.8em;
	text-transform: uppercase;
	letter-spacing: 0.125em;
	position: absolute;
	left: -9000px;
}
/* start global navigation */
#header #navigation {
	font-size: 110%;
	position: absolute;
	top: 160px;
}
#header #navigation ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 1em;
}
#header #navigation li {
display: inline;
}
#header #navigation a:link, #navigation a:visited {
	padding: 0em 1em;
	color: #000;
	text-decoration: none;
	margin: 0px;
	border-left: 2px solid #364A2F;
}

#header #navigation a:hover {
	color: #f00;
}/* end global navigation */
#header #navigation ul li.first a {
	border-left: none;
	padding-left: 0px;
}
#header a:link, #header a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar1 .date {
	color: #333;
}
#sidebar1 h3 {
	border-bottom: 1px solid #CCC;
}
#sidebar1 h4 {
	margin-bottom: 0px;
}
#sidebar1 p {
	margin-top: 0px;
	font-size: 0.95em;
}
#sidebar1 {
	float: right;
	width: 180px;
	padding: 0 10px;
	color: #000;
}
#sidebar1 a:link, #sidebar1 a:visited {
	text-decoration: none;
}
#mainContent {
	margin: 0 200px 0 0;
	padding: 0 20px;
}
#mainContent h2 {
	margin-top: 0px;

}

#footer {
	padding: 0 10px 40px 20px;
	border-top: 1px solid #333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	margin-top: 32px;
	clear: both;
}
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 0.8em;
	color: #333;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.date {
	font-weight: bold;
}
.date img {
	border: 1px solid #333;
	padding: 4px;
	float: left;
	margin: 0 12px 12px 0;
}
.insert {
	background: #CCC;
	padding: .25em 1.5em 1.25em 1.5em;
}
#address {
	position:absolute;
	left:18px;
	top:149px;
	width:723px;
	height:22px;
	z-index:1;
	color: #000;
}
/*sidebar*/
#sidebar1 #navigation {
	width: 180px;
}
#sidebar1 #navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#sidebar1 #navigation li {
border-bottom: 1px solid #ED9F9F;
}
#sidebar1 #navigation li a:link, #sidebar1 #navigation li a:visited {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	color: #000;
	text-decoration: none;
}
#sidebar1 #navigation li a:hover {
	color: #f00;
}
.clearfix img {
	display: block;
	margin: 0px 8px;
	float: right;
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* for IE6 */
						* html .clearfix {
	height: 1%;
}
/* for IE7 */
						*:first-child+html .clearfix {
	min-height: 1px;
}
.clearfix {
	background-color: #EEF3EC;
	margin: 16px 0;
	padding: 1px 32px 24px;
	color: #364A2F;

	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

}
.clearfix h3 {
	font: italic 2.5em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.clearfix p {
	font-size: 1.1em;
}
form {
	background: #EEF3EC;
	color: #364A2F;
	padding: 16px;
	
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;

}
/* styled form */;
fieldset {
	margin: 0 0 15px 0;
}
/* styled form labels */
label {
	display: block;
	margin: 0 0 3px 0;
	font-weight: bold;
}
/* styled form elements */
input, textarea {
	width: 600px;
	padding: 5px;
	font-size: 1.4em;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #EBEAE2 url(../images/input-bg.gif) repeat-x left top;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
/* styled form element focus */
input:focus, textarea:focus {
	background: #fff;
}
.boxbutton {
	width: 88px;
	margin: 5px 0;
	padding: 5px;
	font-size: 1.4em;
	border: none;
	background-color: #4E6A44;
	color: #EEF3EC;
	background-image: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.boxbutton:hover {
	background-color: #65CF41;
}
.boxbutton:focus {
	background-color: red;
}
.copyright {
	display: block;
	float: left;
	font-size: .8em;
	color: #666;
}
.designby {
	display: block;
	float: right;
	font-size: .8em;
	color: #666;
}
.designby a:link, .designby a:visited {
	color: black;
	text-decoration: none;
	color: #666;
}
.designby a:hover, .designby a:active, .designby a:focus {
	color: #999;

}
