/*
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: #013cac url(images/header_02.jpg) repeat-x;
}

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;
}

img.frame {
margin: 12px 0px 0px 0px;
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 #000;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
margin: 12px 0px;
}

a {
	color: #00b0cd;
	text-decoration: none;
}

a:hover {

	color: #00b0cd;
}

strong {
	color: #013cac;
	border-bottom: 1px dotted #00b0cd;
}

/*------------------------------------------------------------*
**  Wrapper
**------------------------------------------------------------*/
#wrapper { 
 margin: 0 auto;
 width: 800px;
}
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/
#header {
 color: #333;
 width: 800px;
 float: left;
 height: 147px;
 margin: 0px;
 background: #fff url(images/header_01.jpg) no-repeat top;
}

#header h2 {
	text-align: right;
	margin: 65px 10px 0px 0px;
	color: #013cac;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#header h1 {
	text-align: right;
	margin-right: 10px;
	color: #013cac;
	letter-spacing: 3px;
	font: 24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/*------------------------------------------------------------*
**  Navigation and Side Bar
**------------------------------------------------------------*/
#leftcolumn { 
 color: #fff;
 margin: 0px;
 width: 200px;
 float: left;
}

#leftcolumn ul {
	list-style: none;
}
#leftcolumn ul li {
	list-style: none;
	margin-left: 0px;
		border-bottom: 1px dotted #fff;
}

#leftcolumn p {
font-size: 11px;
		margin: 2px 0px 6px 6px;
		color: #77d4f2;
}

#leftcolumn ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 20px;
	width: 200px;
	text-decoration: none;
	padding: 6px 0px 0px 6px;
	letter-spacing: 1px;
}
#leftcolumn ul li a:hover {
	font-style: italic;
	text-decoration: none;
}
.sidehighlight {
width: 180px;
padding: 8px 12px 8px 8px;
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: #000;
 background-color: #fff;
 margin: 0px 10px 0px 0px;
 padding: 0px 20px 20px 20px;
 width: 522px;
 display: inline;
 text-align: justify;
}

#rightcolumn h1 {
font-size: 24px;
color: #013cac;
font-weight: normal;
margin-bottom: 4px;
letter-spacing: 2px;
}

#rightcolumn h2 {
font-size: 16px;
color: #000;
letter-spacing: 2px;
margin: 4px 0px;
padding: 4px 0px;
text-align: center;
border-bottom: 1px dotted #77d4f2;
border-top: 1px dotted #77d4f2;
}

#rightcolumn h3 {
font-size: 16px;
color: #013cac;
font-weight: normal;
font-style: italic;
margin: 4px 0px 0px 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 #013cac;
	padding: 15px;
	margin: 10px;
	line-height:20px;
	color:  #013cac;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
 width: 780px;
 height: 50px;
 clear: both;
 color: #fff;
 padding: 20px 0px 0px 0px;
 text-align: right;
 font-size: 10px;
}

#footer a {
 color: #fff;
 text-decoration: none;
}

