@charset "utf-8";
/*-------------------------------------------------------------*/
/* CSS Document                                                */
/* Template Name: Greenr     	                               */
/* Designed By: Santhosh                                       */
/* Homepage: www.themebin.com                                  */
/*-------------------------------------------------------------*/

body {
background: #333;
	text-align: justify;
	font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	color: #ccc;
}

h1 {
	font-size: 24px;
}

h2 {
	color: #fff;
	font-size: 14px;
}

h3 {
	color: #006600;
	font-size: 12px;
	padding-left: 17px;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #009933;
	text-decoration: none;
}

u { 
color: #009933;
	text-decoration: underline;
}

/* Header */

#logo {
	color: #fff;
	padding: 25px 5px 5px 20px;
	position: relative;
	width: 550px;
}


#desc {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px 5px 20px;
	position: relative;
	width: 550px;
}

#header{
	background: #333 url(body.png) center no-repeat;
	height: 115px;
	position: relative;
	width: 935px;
	margin: 0 auto;
	top: -16px;

}

#wrap {
	width: 935px;
	margin: 0 auto;
	padding: 0;
	background: center url(wrap.png) repeat-y;
}

/* Nav */

#nav {
	padding-top: 30px;
	background: none;
	height : 25px;
	position: relative;
	margin-left: 20px;
}

#nbar {
	position: relative;
	width: auto;
	height: 24px;
	margin: 0;
	padding : 0 0 0 0;
	font: bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}

#nbar ul {
	float: left;
	list-style : none;
	margin: 0;
	padding: 0;
}

#nbar ul li {
	display: inline;
}

#nbar ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
}

#nbar ul li a:hover {
	color: #009933;
}

#nbar ul li#selected a {
	color: #009933;
}


/* Content */

#contentwrap {
	width: 935px;
	margin: 0 auto;
}

#ctop {
	background: #333 url(ctop.png) center no-repeat;
	height: 64px;
}

#wrap2 {
	width: 910px;
	margin: 0 auto;
}

#content-wrap-bottom {
	background: #333 url(content-bottom.png) center no-repeat;
	height: 54px;
}

#content {
	width: 650px;
	padding: 20px 0 0;
}

/* Sidebar */

#sidebar {
	width: 225px;
	float: right;
	margin-right: 3px;
	padding: 5px 13px 5px 10px;
	text-align: justify;
}

#sidebar h1 {
	color: #009933;
	font-size: 17px;
	background: url(h1.png) no-repeat;
	padding-left: 22px;
	border-bottom: dotted 1px #333;
}

#sidebar .widgetspace {
	padding: 5px 5px 0 10px;
	margin: 0px;
	background: url(side-footer.png) bottom no-repeat;
	padding-bottom: 28px;
}


#sidebar ul.menu {
	list-style: none;
	text-decoration: none;
	margin : 3px 0 2px 0;
	padding: 0;
}

#sidebar ul.menu li {
	background: url(bullet.png) no-repeat;
	padding : 2px 0 0px 20px;
	margin : 0 2px;
}

#sidebar ul.menu a {
	text-decoration : none;
	background-image : none;
}


#sidebar ul.menu a:hover {
}

/* Addition Stuffs */

blockquote {
	background: #333;
	border-left: solid 3px #009933;
	padding: 5px 5px 5px 25px;
}

code {
	margin : 4px 8px;
	padding : 8px;
	text-align : left;
	display : block;
	overflow : auto;
	font : 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
}

ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
	color: #009933;
}

ul span, ol span {
	color: #009933;
}


/* Images */

img {
	border: dotted 1px #111;
	background: #000;
}

img.float-right {
	margin : 5px 0 10px 10px;
	padding: 2px;
}

img.float-left {
	margin : 5px 10px 10px 0;
	padding: 2px;
}

/* Forms and Text Fields */

form {
	margin : 10px;
	padding : 0 5px;
	border : 1px solid #333;
	background-color : #111;
}

label {
	display : block;
	font-weight : bold;
	margin : 5px 0;
	color: #333333;
}

input {
	padding : 2px;
	border : 1px solid #333;
	font : normal 1em Verdana, sans-serif;
	color : #ccc;
	background:#fff url(gradtop.gif) repeat-x top;
	background-color : #222;
}

textarea {
	width : 400px;
	padding : 2px;
	font-family : Verdana, sans-serif;
	border : 1px solid #333;
	background-color: #222;
	height : 100px;
	display : block;
	color : #fff;
}

input.button {
	margin : 0;
	font : bolder 10px Arial, Sans-serif;
	border : 1px solid #333;
	padding : 2px 3px;
	background : #222;
	color: #009933;
}

.clearfix {
	clear: both;
	overflow: hidden;
}

#footer {
	border-bottom: 2px solid #3399FF;
	text-align: center;
	font-size: 10px;
}
