/*
Design by M.M.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #FFFFFF;
	/*background-image: url(images/bg_dark.png);*/
}


h1 {
	font-size: 20px;
	color:#69B023;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
	padding-bottom: 15px;
	padding-left: 5px;
}

h2 {
	font-size: 15px;
	color:#FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
}

h3 {
	font-size: 14px;
	padding-top: 20px;
	color:#444444;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:600;
}

p, ul, ol {
	line-height: 18px;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	padding-left: 3em;
	background: url(images/quote.png) no-repeat;
	color:#009933;
	font-weight: 600;
}

a:link {
	color: #000000;
}

a:active {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 10px 0;
}

/* Menu */

#menu {
	width: 950px;
	height: 40px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 700;
	text-align: center;
	font-size: 100%;
	color: #FFFFFF;
	background-image: url(images/nav-bg1.gif);
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	vertical-align: middle;
	letter-spacing: 1px;

}

#menu a:hover {
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #00FF00;
	background-image: url(images/nav-bg2.gif);
}

#menu .active a {
	text-transform: uppercase;
	text-align: center;
	font-size: 100%;
	color: #00FF00;
	background-image: url(images/nav-bg2.gif);
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 1px;
}

/* Header */

#header {
	width: 950px;
	height: 80px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#header h1 {
	float: right;
	width: 280px;
	height: 63px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
}

#header h2 {
	float: left;
	width: 840px;
	height: 200px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(images/banner2.jpg) no-repeat;
}

#header h3 {
	float: left;
	width: 840px;
	height: 200px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(images/banner3.jpg) no-repeat;
}

#header h4 {
	float: left;
	width: 840px;
	height: 200px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(images/banner4.jpg) no-repeat;
}

#header h5 {
	float: left;
	width: 840px;
	height: 200px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(images/banner5.jpg) no-repeat;
}

#header h6 {
	float: left;
	width: 840px;
	height: 200px;
	margin: 0;
	padding: 0 0 0 0;
	background: url(images/banner6.jpg) no-repeat;
}

#header a {
	text-transform: lowercase;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 950px;
	/*background-image: url(images/bg_main.png);*/
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#spacer1 {
	width: 950px;
	height: 15px;
	/*background-image:url(images/bg_main1.png);*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#spacer2 {
	width: 950px;
	height: 15px;
	/*background-image:url(images/bg_main2.png);*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

/* Content */

#content {
	float: left;
	width: 730px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

.post {
	margin-bottom: 0px;
	padding: 15px;
}

.hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D8D8D8;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 15px;
	color: #444444;
}

#sidebar h3 {
	font-size: 85%;
	color: #FFFFFF;
}

#sidebar ul {
	margin: 0;
	padding: 15px;
	list-style: none;
}

#sidebar li {
}

#sidebar a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 950px;
	height: 40px;
	background: url(images/footer.png) no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

#footer p {
	color:#000000;
	margin: 0;
	padding: 10px 0 0 20px;
	text-align: left;
	font-size: 12px;
}

#footer a:link {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
}

#footer a:active {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
}

#footer a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: 700;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: 700;
}

#sidebar img{
	border-style: solid;
    border-width: 1px;
	border-color: grey;
}

.txtBox {
	border: 1px solid #A0A0A0;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #000000;
}

.errorBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #FF0000;
	font-weight: 700;
}

.greenBox {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	padding-left: 5px;
}
