/*------------------------

 Reset
 
------------------------*/

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,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;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

.sidebar-box li.linkcat {
	list-style-type: none;
}

.linkcat h2 {
	display: none;
}

/*------------------------

 General Declarations
 
------------------------*/

body {
	background-color: #a3c159;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 14px;
	line-height: 21px;
}
a {
	color: #666;
}

a:link {text-decoration: none; color: #87a34b}
a:visited {text-decoration: none; color: #87a34b}

a:hover {text-decoration: underline;
}

#wrap {
	background-color: #fff;
	width: 800px;
	margin: 0 auto;
}



/*------------------------

 Header
 
------------------------*/
#header {
	height: 230px;
	background: url(images/header.gif);
}

#header span {
	display: none;
}

#header a {
	width: 331px;
	height: 194px;
	float: left;
	display: inline;
	margin: 0 0 0 40px;
}

/*------------------------

 Nav
 
------------------------*/
ul#nav {
	padding: 0 0 40px 40px;
}
ul#nav li {
	display: inline;
	text-transform: uppercase;
	font-size: 14px;
}

#nav a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	padding: 0 30px 0 0;
}

#nav a:hover {
	text-decoration:underline;
}

/*------------------------

 Main Content
 
------------------------*/
#content {
	width: 560px;
	float: left;
	display: inline;
}


#content-inside {
	padding: 0 40px 0 40px;
}

#content-inside h2 {
	color: #cccccc;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}

/*------------------------

 Sidebar
 
------------------------*/
#sidebar {
	width: 210px;
	height:1000px;
	float: left;
	display: inline;
}

#sidebar a {
	color: #666;
}

#greenbird-button {
	display: block;
	background: url(images/sidebar-button.jpg);
	width: 208px;
	height: 76px;
	color: #fff #important;
	text-align: center;
}

#greenbird-button-inside {
	padding: 15px 0 0 0;
}

#greenbird-button-txt {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	display: block;
}

#greenbird-button a#greenbird-button-learn {
	font-style: italic;
	color: #fff;
	font-size: 12px;
}

.sidebar-box {
	width: 200px;
	background-color: #f5f5f5;
	margin: 20px 0 0 0;
}

.sidebar-box h3 {
	text-transform: uppercase;
	margin: 5px 0 5px 20px;
	font-weight: bold;
	font-size: 14px;
	float: left;
	display: inline;
}

.sidebar-box img {
	margin-left: 20px;
	float: left;
	display: inline;
}

.sidebar-box ul {
	margin: 10px 0 0 35px;
	float: left;
	display: inline;
}

.sidebar-box li {
	list-style: disc;
	list-style-position: outside;
}

.sidebar-box li a {
	text-decoration: none;
}

.sidebar-box li a:hover {
	text-decoration: underline;
}

.sidebar-box-top {
	background: url(images/sidebar-box-top.gif);
	width: 200px;
	height:9px;
	float: left;
	display: inline;
}

.sidebar-box-bottom {
	background: url(images/sidebar-box-bottom.gif);
	width: 200px;
	height:9px;
	float: left;
	display: inline;
}



/*------------------------

 Footer
 
------------------------*/
#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	line-height: 60px;
}
