/* CSS Document */

body {
	margin:0;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:0.74em;
	color:#555555;
	background-color:#FFFFFF;
	background: url(/g/backgrounds/bodybg.png);
	background-repeat: repeat-x;
	text-align:left;
}

input, textarea, select {
	width: 600px;
	padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: black;
	border: none;
	border: 1px solid #ccc;
	margin-top: 5px;
}

select {
	width: 300px;
	padding: 3;
}

input:focus, textarea:focus, select:focus {
	background-color: #ffffaa;
	color: 000;
	border: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.custbutton {
	width: 100px;
	height: 24px;
	background: url(/g/butbg.gif) no-repeat scroll top left;
	padding:-1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	border:1px none;
	margin-top: 8px;
	margin-bottom:8px;
}

a {
	color:#4D87CE;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	color:#2a65ad;
}

ol,ul {

}

li {
	list-style-image:url(/g/backgrounds/li.gif);
	line-height:20px;
	text-align:left;
}

#menu {
	width:100%;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#94AE62;
	margin-bottom:50px;
	color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-variant:small-caps;
	background-image:url(/g/backgrounds/menu.png);
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
}

#menu a:hover {
	border-bottom:1px solid #ffffff;
	border-left:1px solid #728d40;
	border-right:1px solid #e9ffb7;
	padding-left:9px;
	padding-right:9px;
	color:#000000;
	background-color:#FFFFFF;
	background-image:url(/g/backgrounds/a_hover.jpg);
}

#header {
	width:750px;
	margin:0 auto 0 auto;
	margin-bottom:40px;
}

#header img {
	float: right;
}

#header h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
	margin:0;
	padding:0;
	padding-top:5px;
	color:#736451;
	margin-bottom:10px;
	text-align:left;
}
#header h2 {
	font-family: "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:16px;
	/*text-transform:uppercase;*/
	text-align:right;
	font-weight:normal;
	margin:0;
	padding:0;
	color:#000000;
	border-bottom:1px solid #eeeeee;
}

#header h3 {
	margin: 0 auto 0 auto;
	background: url(/g/header.png);
	background-repeat: no-repeat;
	height: 150px;
}

#content {
	width:720px;
	margin:0 auto 0 auto;
	text-align:left;
}

.introduction {
	font-family:Helvetica, Arial, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#99B198;
	text-indent:25px;
	background-image:url(/g/backgrounds/desc.jpg);
	background-position:bottom left;
	padding-left:0;
	padding-right:200px;
	padding-bottom:35px;
	padding-top:0;
	background-repeat:no-repeat;

}
.logo {
	float:right;
	margin-right:30px;
}
.clearer {
	clear:both;
}

#sidebar {
	width:120px;
	float:right;
	font-size:95%;
	color:#6C534A;
	text-align:left;
}
#sidebar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
	text-align:right;
}
.submenu {
}
.submenu a {
	display:block;
	width:100%;
	background-image:url(/g/backgrounds/submenua.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:5px;
	padding-right:0;
}
.submenu a:hover {
	background-color:#eeeeee;
	background-image:url(/g/backgrounds/submenuh.gif);
	background-position: left;
	background-repeat:repeat-x;
	color: black;
}
#mainbar {
	margin-right:155px;
	padding-right:35px;
	background-image:url(/g/backgrounds/mainbar.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

#mainbar h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
}

#mainbar h2 {
	font-family:"Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:16px;
	font-variant:small-caps;
	font-weight:normal;
	border-bottom:1px dotted #eeeeee;
	color:#88aaff;
}

#mainbar p {
	padding:10px;
	line-height:20px;
	text-align: justify;
}

#mainbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer {
	width:100%;
	background-color:#b6cf84;
	border-top:4px solid #d8efa6;
	border-bottom:4px solid #94ae62;
	padding-top:5px;
	padding-bottom:5px;
	color:#555;
}
#footer a {
	color:#006600;
}
#footer a:hover {
	color:#009900;
}

#metapad {
	padding-left: 10px;
}

#metanav {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 25px;
}

#metanav a, #metanav a:visited {
	width: 80px;
	height: 18px;
	padding: 5px;
	text-decoration: none;
	color: #999;
}

#metanav a:hover {
	text-decoration: underline;
	color: #0033ff;
}

#fullbar {
	margin-right:20px;
	padding-right:20px;
}

#fullbar h1 {
	font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:25px;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:1px solid #eeeeee;
	color:#728c40;
}

#fullbar p {
	padding:10px;
	line-height:20px;
	text-align: justify;
}

#fullbarbar .articleimg {
	float:right;
	padding:5px;
	border:1px solid #eeeeee;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
}

#mailnote {
	border: 5px #F8F8F8 solid;
	background-color: #ddeeff;
	color: black;
	font-family: courier;
	font-size: 13px;
	padding: 8px;
	text-align: left;
}
