/* meyer reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* end meyer reset 
-----------------------------*/
html{height:100%;background-color:#fff;}

#header{
min-height:150px;
width:100%;
background-color:#1F9314;

}
#title{
color:#fff;
margin-top:20px;
}

#logo{
float:right;
}
#content{

}
#bgwrapper{
/* customize_Content_BG */
background-color:#C0D6BD; /* customize_Content_BG */
margin-left:50px;
padding: 10px 0px;

}
#sidebar{
margin:0; 
padding:0;
}
#main{
border: 1px solid #1F9314;
/* customize_Main_BG */ 
background-color:#fff; /* customize_Main_BG */
margin-left:-1px;
padding-right:13px;
z-index:1;
}
#main p{
padding:10px;
}
#custom1{
background:green;
}
#custom2{
background:blue;
}
#custom3{
background:yellow;
}
#custom4{
background:red;
}

.inner{
padding:10px;}

#spacer{height:15px;}
/* Sidebar */

#sidebar {
float: left;
width: 180px;
color: #787878;
z-index:2;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
	letter-spacing: 2px;
	font-variant:small-caps;
}

#sidebar li ul {
margin-left: 35px;
padding-bottom:15px;
}
#sidebar ul li {
margin-top:10px;
margin-left:-20px;
}
#sidebar ul li a {
	min-height: 25px;
	display:block;
	padding-left:35px;
	padding-top:6px;
	background: #fff;
	font-size: 20px;
	font-family: 'Just Another Hand', arial, serif;
	color: #1F9314;
   -webkit-border-top-left-radius: 25px;
   -webkit-border-bottom-left-radius: 25px;
   -moz-border-radius-bottomleft:25px;
   -moz-border-radius-topleft:25px;
	border:1px solid #1F9314;
	border-right:0px;
}
#sidebar ul li a:hover, 
.nav-selected{color:#333;}


#sidebar ul li li a {
background: none;
font: 1.8em 'Just Another Hand', arial;
 
border:none;
}
#sidebar ul li ul{
}

#sidebar p {
	font:  0.8em/1.5em Arial;
	margin:0 8px;
	text-align: justify;
}
#sidebar img{border:0px;margin:0 8px;}

#sidebar a {
	border: none;
	color: #4D4D4D;
}

#sidebar a:hover {
	text-decoration: none;
	color: #8A8A8A;
}
#footer p{
padding-left:50px;
}

/* customize_miscellaneous */ /* customize_miscellaneous */
