/* CSS Reset */ html{color:#333333;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
/* CMS Reset */ #article h1{font-size:185.5%}#article h2{font-size:123.1%}#article h3{font-size:12px; color:#333333;}#article h1,#article h2,#article h3{margin:0.4em 0}#article h1,#article h2,#article h3,#article h4,#article h5,#article h6,#article dt{font-weight:normal}#article optgroup{font-weight:400}#article abbr,#article acronym{border-bottom:1px dotted #000;cursor:help}#article em{font-style:italic}#article del{text-decoration:line-through}#article blockquote,#article ul,#article ol,#article dl{margin:1em}#article ol,#article ul,#article dl{margin-left:2em}#article ol li{list-style:decimal outside}#article ul li{list-style:disc outside}#article dl dd{margin-left:1em}#article th,#article td{border:1px solid #000;padding:.5em}#article th{font-weight:700;text-align:center}#article caption{margin-bottom:.5em;text-align:center}#article sup{vertical-align:super}#article sub{vertical-align:sub}#article p,#article fieldset,#article table,#article pre{padding-bottom:1em}#article button,#article input[type=checkbox],#article input[type=radio],#article input[type=reset],#article input[type=submit]{padding:1px}
#article h1,#article h2,#article h3,#article h4,#article h5,#article h6 { color:#2c6218;}
html {
	background:url(../images/bg.jpg) repeat-x #90ce2d;
}

body {
    font-family: arial;
    margin: 0;
    text-align: justify; /* To center the container in IE */
}

#wrapper{ /* To give shape to the site, we like a nice clean fixed width, centred */
    background: #FFF;
    margin: 0 auto; /* To center the div */
    text-align: left; /* Bring the text back to normal from the IE centering in body */
    width: 100%; /* remember that padding and borders add to this */
}

#header{
    
    height: 261px;
    margin: auto;
    width: 680px;
}
#header:hover {
    cursor: pointer;
    cursor: hand;
    }

#logo-wrapper {
	margin:auto;
	height:292px;
	width:245px;
	background: url(../images/logo.png) no-repeat;
}
#logo {
	padding-left:36px;
	width:909px;
	height:165px;
}

#header-right{
    float: right;
    font-size: 24px;
    line-height: 1.1;
    padding-top: 40px;
    text-align: right;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
}
#header h2{ /* The content within the header is only for print, on the screen we don't show it */
    display: none;
}

/* Navigation is located in the menu.css or MenuMatic.css file */

#content-wrapper {
	width:950px;
	margin: auto;
	display: table;
	background:url(../images/content-bg.png) repeat-y;
}

#content-top {
	width:950px;
	background:url(../images/content-top.png) no-repeat;
	height:18px;
	margin:auto;
	margin-top: 31px;
}

#content {
	width:680px;
	float:left;
	margin-top: -9px;
}

#content-btm {
	width:950px;
	background:url(../images/content-btm.png) no-repeat;
	height:18px;
	margin:auto;
	clear: both;
}

#banner-wrapper {
	background:url(../images/banner-bg.jpg) repeat-x;
	height:350px;
	width:100%;
}
#banner{
	background:url(../images/banner.jpg) no-repeat;
	height:350px;
	width:950px;
	margin:auto;
}

#title {
	width: 670px;
	height: 32px;
	background:url(../images/title-bg.png) repeat-x;
	color: #fff;
	font-size:18px;
	padding: 8px 0 0 10px;
}
#article {
    width: 660px;
	margin:auto;
	padding-top: 15px;
}
#article img {
	padding:5px;
}

#article.right{
	float:right;
    width:680px; /* 720 - 20px margin - 20px padding */
}
#article h1{
	color:#666666;
    margin: 0;
    padding:17px 0;
	font-family:"Arial";
}

#sidebar {
    float:left;
	margin-left: 10px;
    width:250px; /* 230 - 10px margin - 2px border*/
	line-height:1.5;
	background:url(../images/sidebar-bg.png) #2f661b repeat-x;
}

#sidebar p {
	border-bottom:1px solid #cccccc;
	padding:10px 0;
}

#widget {
    color: #FFFFFF;
	background:url(../images/signin-bg.png) #90ce2d repeat-x;
	padding: 0 10px;
}

#widget h1 {
	color: #2c6218;
	font-size: 18px;
	padding: 5px 0;
}
#widget input[type=text] {
	border: 1px solid #2c6218;
	color: #2c6218;
	height: 26px;
	margin-bottom: 10px;
	padding-left:10px;
	width: 215px;
	vertical-align:middle;
}

#widget input[type=submit] {
	color: #2c6218;
	border: none;
	height: 28px;
	width: 53px;
	background:url(../images/btn-login.png) no-repeat;
	margin-bottom: 10px;
}

#footer-wrapper{
	background:url(../images/footer-bg.png) repeat-x;
	height:80px;
	width:100%;
	clear:both;
	margin-top: 30px;
	border-top: 1px solid #b89c18;
}
#footer{
    clear:both;
	width:950px;
    font-size:12px;
	padding:10px;
	margin:auto;
	height:35px;
	margin:auto;
}
#footer a{
    color:#416b30;
    text-decoration:none;
}
#footer a:hover{
    text-decoration:underline;
}
#footer li{
    color:#416b30;
    display:inline;
    margin:.4em 0;
    padding:.2em 0em;
}
#footer .right{
    float:right;
}
#footer .left{
    float:left;
}

.footer-text {
	color:#666666;
}
#gallery {
    border: 1px solid #e0e0e0;
    margin-top:10px;
    width: 100%;
}
#gallery td {
    padding: 3px;
    text-align: center;
    width: 33%;
    border: 1px solid #e0e0e0;
}
#gallery img {
    border: 1px solid #e0e0e0;
}


div#nav ul li.menu_1{
background:url(../images/nav-bg-yellow.png) repeat-x;
height: 29px;
}
div#nav ul li.menu_2{
background:url(../images/nav-bg-orange.png) repeat-x;
height: 29px;
}
div#nav ul li.menu_3{
background:url(../images/nav-bg-red.png) repeat-x;
height: 29px;
}
div#nav ul li.menu_4{
background:url(../images/nav-bg-green.png) repeat-x;
height: 29px;
}
div#nav ul li.menu_5{
background:url(../images/nav-bg-blue.png) repeat-x;
height: 29px;
}