/* CSS Document */

body {
	background:#fff;
	font: 13px/1.95em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin:30px auto;
	color:#666;
	padding-top:20px;
	border:3px solid #eee;
        width:960px;
}

html {

	background:#f6f6f6;
}

* {
	margin:0;
	padding:0;
	outline:none;
}

#footer {
	padding:20px 50px;
	margin-top:50px;
	clear:both;
	border-top:2px solid #eee;
	font:80% Verdana;
	line-height:25px;
}

#footer a {
	color:#999;
}

#footer .validate {
	float:right;
}

table {
	width:100%;
	padding:10px;
	border:1px solid #eee;
}

th {
	color:#6CCC26;
	border-bottom:1px solid #eee;
	padding:5px;
}

td {
	padding:5px;
	text-align:center;
	background:#fafafa;
}

#container {
	width:95%;
	margin:0 auto;
}

#content ul {
	margin:10px 0 15px 35px;
}

#content ul li {
	border-bottom:1px solid #eee;
	padding:5px;
	color:#444;
}

#content img {
	background:#fff;
	padding:1px;
	border:3px solid #eee;
	margin:10px;
}

#sidebar {
	margin-left:75%;
	border-left:1px solid #eee;
	padding-left:30px;
}

#sidebar ul {
	list-style:none;
}

#sidebar ul li {
	background:#f5f5f5;
	margin:1px 0 0 0;
	color:#ccc;
}

#sidebar ul li a {
	color:#444;
	font:80% Verdana;
	text-decoration:none;
        padding:10px;
        display:block;
}


#sidebar ul li a:hover {
	color:#333;background:#aaa;
}

#sidebar p {
	font:80% Verdana;
	line-height:18px;
	margin:10px 0 20px 0;
}



#sidebar h4 {
	font:140% Arial;
	margin:30px 0 10px 0px;
	color:#222;
}

#content {
	width:70%;
	float:left;
	margin-bottom:50px;
}


#content h3 {
	margin:20px 0 5px 0px;
}

blockquote {
	background:#f6f6f6;
	padding:7px 10px;
	border:1px solid #eee;
	font:100% Georgia;
        line-height:25px;
}

#content p {
	line-height:22px;
	margin:20px 0;
	word-spacing:2px;
}

#content p a {
	color:#222;
	text-decoration:none;
	border-bottom:1px dotted #ccc;
}

#content p a:hover {
	border-bottom:1px solid #aaa;
}

#content h2 {
	font:190% Times;
	margin-top:25px;margin-bottom:-10px;
        font-weight:bold;
}


#header {
	width:100%;
	margin:0 auto;
	padding:10px 0;
}

#header .right {
	float:right;
}

#header h2 {
	font:290% Times New Roman;
	letter-spacing:-2px;
	margin-bottom:-5px;
	margin-left:35px;
}

#header h2 a {
	color:#000;
	text-decoration:none;
}


#header h2 a:hover span {
	color:#A3E800;
}

#header h3 {
	font:80% Verdana;
	color:#999;
	display:inline;
	margin-left:35px;
}

ul#nav {
	background:#8EDF53;
	padding:10px;padding-left:30px;
	font-size:100%;
	border-top:3px solid #6CCC26;
	border-bottom:3px solid #6CCC26;
	font-weight:bold;
	margin:25px 0 0 0;
}

ul#nav li {
	display:inline;
	list-style:none;
	margin-right:10px;
}

ul#nav li a {
	padding:10px 14px;
	color:#fff;
	text-decoration:none;
}

ul#nav li a:hover {
	background:#7EDB39;
	color:#fff;
}

ul#nav #active a {
	background:#fff;
	color:#333;
	border-right:2px solid #6CCC26;
	border-bottom:2px solid #6CCC26;
}

#sidebar p {
	border-top:3px solid #6CCC26;
	border-bottom:3px solid #6CCC26;
	color:#fff;
	background:#8EDF53;
	padding:10px;
}

#sidebar p  a {
	color:#fff;
}


fieldset#contact-form {margin:20px 0px 20px 10px;padding:10px;color:#000;width:380px;background:#eee;border:2px solid #aaa;}
fieldset#contact-form label {font-size:13px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;padding:3px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:360px;padding:3px;}
fieldset#contact-form #contact-button {font-size:14px;height:30px;margin-left:30px;}

input:focus, textarea:focus {background:#fff;border:1px solid #555;}
#header-img {width:940px;margin:20px auto -25px auto;}