/*
GREEN BUD
   Designed & Distributed by: Eden Design Studio http://www.edendesignstudio.com
*/
/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
* { padding: 0; margin: 0; }
body {
 font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
 font-size: 13px;
 color: #383e3f;
 background: #00b0cd;
}

img.left {
margin: 0px 10px 0px 0px;
border: 1px dotted #00b0cd;
padding: 6px;
}

img.right {
margin: 0px 0px 0px 10px;
border: 1px dotted #00b0cd;
padding: 6px;
}

#listed li {
margin-left: 35px;
line-height: 20px;
list-style-image: url(images/bullet.gif);
}

hr {
border: none 0;
border-top: 1px dotted #00b0cd;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 8px 0px;
}

a {
	color: #383e3f;
	text-decoration: none;
	border-bottom: 1px dotted #B1D478;
}

a:hover {

	color: #383e3f;
}

/*------------------------------------------------------------*
**  Wrapper
**------------------------------------------------------------*/
#wrapper { 
 margin: 0 auto;
 width: 738px;
 background: #00b0cd url(images/bg.jpg);
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
 color: #333;
 width: 738px;
 float: left;
 height: 122px;
 margin: 0px;
 background: #00b0cd url(images/header.jpg) no-repeat top;
}

/*------------------------------------------------------------*
**  Navigation and Side Bar
**------------------------------------------------------------*/
#leftcolumn { 
 color: #383e3f;
 margin: 0px;
 width: 200px;
 float: left;
}

#leftcolumn ul {
	list-style: none;
}
#leftcolumn ul li {
	list-style: none;
}
#leftcolumn ul li a {
	background: url('images/nav.jpg') no-repeat;
	color: #383e3f;
	display: block;
	font-size: 14px;
	height: 20px;
	width: 160px;
	border: 1px solid #00b0cd;
	border-left: 0px;
	text-decoration: none;
	padding: 6px 0px 0px 35px;
	letter-spacing: 1px;
}
#leftcolumn ul li a:hover {
	background: url('images/nav.jpg') no-repeat;
	font-style: italic;
	text-decoration: none;
}
.sidehighlight {
background: #00b0cd;
width: 166px;
padding: 8px 12px 8px 18px;
font-size: 12px;
text-align: center;
color: #fff;
}

.sidehighlight p {
padding: 6px;
color: #fff;
line-height: 16px;
}

.sidehighlight a:hover {
color: #fff;
}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#rightcolumn { 
 float: right;
 color: #383e3f;
 margin: 0px;
 padding: 10px 40px 0px 10px;
 width: 480px;
 display: inline;
 text-align: justify;
}

#rightcolumn h1 {
font-size: 24px;
color: #00b0cd;
font-weight: normal;
margin-bottom: 4px;
letter-spacing: 2px;
}

#rightcolumn h2 {
font-size: 16px;
color: #403A42;
font-weight: normal;
font-style: italic;
margin: 4px 0px;
}

#rightcolumn p {
margin: 8px 0px;
line-height: 20px;
}
#rightcolumn li {
margin-left: 35px;
line-height: 20px;
list-style-image: url(images/bullet.gif);
}

blockquote {
	border: 1px dotted #00b0cd;
	padding: 15px;
	margin: 10px;
	line-height:20px;
	color:  #00b0cd;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
 width: 738px;
 height: 50px;
 clear: both;
 color: #fff;
 padding: 20px 0px 0px 0px;
 background: #00b0cd url('images/footer.jpg') no-repeat;
 text-align: right;
 font-size: 10px;
}

#footer a {
 color: #fff;
 text-decoration: none;
}
#footer p {
margin: 0px 40px 0px 0px;
}
