/*
Theme Name: REI
Theme URI: http://www.http://reieducationproducts.com/.com
Description:  The Custom WordPress Theme for Rob Swanson
Version: 1	
Author: JTk
Author URI: http://imjtk.com
Tags: clean, plain, fixed width, multiple collum layout, widgets
*/

html, body { height: 100%; }

body {
	background: #AAD3E9 url(images/back.jpg) repeat;
	background-position: top center;
	color: #33393C;
	text-align: center;
	font: 62.5% tahoma, verdana, sans-serif;
	padding:0px;
}

* {
	padding:0;
	margin:0;
}

a:link, a:visited {
	color: #065110;
	text-decoration: none;
}

a:hover, a:active {
	color: #203B59;
	text-decoration: underline;
}

#container {
	background: #fff url(images/nr.jpg) 0px 181px no-repeat;
	min-height: 100%;
	_height: 100%;
	width: 961px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/* Header */
h1#header {
	background: #cccccc;
	margin: 0;
	height: 181px;
	text-indent: -1234em;
	position: relative;
	z-index: 1001;
	background: url(images/header.jpg) 0 no-repeat;
}

#header a {
	position: absolute;
	left: 25px;
	top: 16px;
	height: 90px;
	width: 575px;
	text-decoration: none;
}

#blog_slogan {
	position: absolute;
	right: 368px;
	top: 72px;
	color: #ADCEDE;
	font-family: verdana, arial;
	font-weight:bold;
    font-size: 1.33em;
    letter-spacing: -0.7px;
    word-spacing: -1px;
	z-index: 888888;
	font-style: italic;
}

/* Content */

#wrapper {
	width: 600px;
	position: relative;
	float: left;
	z-index: 12001;
	margin: 0;
}

#content {
	padding: 20px 0 0 0;
}

#sidebar {
	position: relative;
	float: right;
	color: #333C48;
	padding: 0;
	margin: 20px 20px 0 0;
	width: 320px;
	z-index: 1002;
	background-color: #fff;
    }

#sidebar ul li h2, #single_sidebar ul li h2 {
	color:	#639224;
	margin: 10px 0 5px 0;
	padding: 4px 0 0 8px;
	font-size: 1.66em; 
	font-weight: normal;
	line-height: 1.5em;
	border-bottom: 1px solid #D3DEEA;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#sidebar ul li ul li {
  	padding: 2px 0 4px 8px;
	margin: 0 0 0 7px;
	font-size: 1.06em;
	font-weight: bold;
	line-height: 1.2;
	background:  url(images/green_cross.jpg) left  no-repeat;
}

#sidebar ul li ul li ul li{
	margin-left: 0px;
	padding-left: 6px;
	padding-bottom: 4px;
	font-weight: normal;
}

#sidebar ul li ul li ul{
	margin-left: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
}

#sidebar li {
	margin: 0;
}

#sidebar li ul{
	margin: 0;
}

#sidebar a, #sidebar a:visited {
	color: #295770;
 	text-decoration: none;
}

#sidebar a:hover {
	color: #639224;
	text-decoration: underline;
}

#sidebar p {
	margin: 5px 10px 10px 10px;
	font-size: 1.1em;
}

#sidebar img {
	margin: 0 5px 0 5px;
}

#sidebar h3 {
	color: #639224;
	font-size: 1.75em;
	font-weight: normal;
	margin: 15px 0 0 0;
	border-bottom: 1px dotted #B2D4E7;
}

.side_ads {
	text-align: left;
	padding: 15px 20px 0 0;
	margin: 0 0 25px 0;
}

#newsletter {
	margin: 15px 0 0 0;
	border: 1px dotted #ddd;
	padding: 10px;
	font-weight: bold;
	color: #295770;
}


#newsletter h3 { 
	color: #639224;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px dotted #B2D4E7;
}


#audioplayer_1 {
	margin: 5px 0 15px 5px;
	border-bottom: 1px dotted #B2D4E7;
}

.subscribe_box {
	border: none;
	padding: 2px 0 0 5px;
	height: 21px;
	width: 219px;
	background: none;
	border: none;
	margin: 0;
	vertical-align: middle;
	color: #26739E;
	background: url(images/sidebar_search_back.jpg) no-repeat;
}

/* Mani Menu */

#main_menu {
	position: absolute;
	top: 144px;
	left: 20px;
	z-index: 12002;
}

#main_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
}

#main_menu li {
	margin: 0;
	display: inline;
	padding: 0 15px 0 15px;
	_padding: 0 7px 0 7px;
	font-size: 1.13em;
	font-weight: bold;
	letter-spacing: -.1px;
	word-spacing: -.1px;
	font-family: verdana, sans-serif;
	border-right: 1px solid #D0E6F2;
}

#main_menu li a {
	color: #fefefe;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

#main_menu li a:visited {
	color: #fefefe;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

#main_menu li a:hover {
	color: #000000;
	border-color: #AAD3E9;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	text-decoration: none;
}

#header_audio {
	position: absolute;
	right: 20px;
	top: 75px;
	z-index: 888888;
}

hr#clear {
	clear: both;
	height: 95px;
	visibility: hidden;
}

hr.clear_right_col {
	clear: both;
	height: 20px;
	visibility: hidden;
}

p,
pre,
blockquote,
form,
label,
dl,
fieldset,
address {
	margin: 10px 0;
}

fieldset {
	padding:10px;
}
h1 {
	color: #475263;
	font-size: 2.3em; 
}
h2 {
	color: #141A11;
	font-size: 2.2em; 
}
h3 {
	color: #30292B;
	font-size: 1.8em; 
}
h4 {
	color: #A6AA78;
	font-size: 1.8em; 
}
h5 {
	color: #30292B;
	font-size: 1.4em; 
}

h6 {
	color: #30292B;
	font-size: 1.2em;
}

hr.clearing {
	height: 1px;
	visibility: hidden;
	clear:both;
	margin: 0;
}

hr.content_box {
	height: 15px;
	visibility: hidden;
	clear:both;
	margin: 0;
}

hr.clearing_r {
	height: 1px;
	visibility: hidden;
	clear: right;
	margin: 0;
}

hr.clearing_l {
	height: 1px;
	visibility: hidden;
	clear: left;
	margin: 0;
}

.dotted_line {
	border-bottom: 2px dotted #4F94BC;
	margin: 4px 20px 0 15px;
}

small {
	color: #065110;
	font-weight: normal;
	font-size: 10px;
	font-weight: bold;
	text-transform: none;
	padding: 0 0 5px 0;
}

.premetadata {
	padding: 6px 10px 0 5px;
	margin: 0 0 0 10px;
}

.pre_meta_single {
	padding: 6px 10px 0 5px;
	margin: 0 0 0 10px;
}

.postmetadata {
	color: #313131;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	font-size: 1.2em;
	background-color: #f4f4f4;
	margin: 5px 10px 0 5px;
	_margin: 2px 5px 7px 5px;
	padding: 5px 5px 5px 5px;
	vertical-align: middle;
	background: url(images/postmetadata_back.jpg) no-repeat;
	height: 44px;
	width: 559px;
}

.postmetadata a, .postmetadata a:visited {
	color: #AAE1FF;
 	text-decoration: none;
}

.postmetadata a:hover {
	color: #AAE1FF;
	text-decoration: underline;
}

.psd_comment {
	float: left;
	text-align: left;
	width: 200px;
	padding: 2px 0 0 7px;
	margin: 0 20px 0 0;
	color: #fff;
	font-size: .8em;
	line-height: 10px;
	font-weight: bold;
}

.psd_comment img {
	margin: 0 5px 0 0;
}

.psd_comment a, .psd_comment a:visited {
	color: #fff;
	text-decoration: none;
	border-width: 0px;
}

.psd_comment  a:hover {
	color: #E3F5FF;
	text-decoration: underline;
}


.psd_tags {
	float: right;
	text-align: right;
	width: 200px;
	padding: 3px 0 10px 7px;
	margin: 0 25px 0 0;
	color: #fff;
	font-size: .8em;
	line-height: 10px;
	font-weight: bold;
	display: none;
}

 .more-link {
	font-size: 0.9em;
	font-weight: bold;
}

.entry {
	margin: 0 10px 0 15px;
	_margin: 0 5px 0 12px;
	font-size: 1.25em; 
	line-height: 1.5em;
	color: #363E42;
}

.entry_single {
	margin: 0 10px 0 15px;
	_margin: 0 5px 0 12px;
	font-size: 1.33em; 
	line-height: 1.571em;
	color: #363E42;
}

.entry img, .entry_single img{
	margin: 0 10px 5px 0;
	border: 2px solid #fff;
}

ul,
ol {
	margin: 5px 0 20px 0px;
	list-style-type: none;
}

li,
dd{
	margin-left: 7px;
	list-style-type: none;
}

blockquote {
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
    border: 1px dotted #bbbbbb;
	color: #313131;
	font-size: 1em;
}

.non_graybox {
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
    border: 1px dotted #bbbbbb;
	color: #313131;
	font-size: 1.1em;
}

.graybox {
	padding: 3px 7px 3px 7px;
	margin: 7px 5px 7px 3px;
    border: 1px dotted #bbbbbb;
	color: #313131;
	font-size: 1.1em;
}

.textwidget {
	padding: 0 0 0 8px;
}

/* Form Stuff */

input {
	color: #333333;
	border: none;
	padding: 3px 0 3px 7px;
	height: 15px;
	width: 300px;
	background-color: #EEF6FA;
	border: 1px solid #95B9CC;
	font-size: 1.2em;
}

textarea {
	color: #333333;
	border: none;
	padding: 10px 20px 0 10px;
	height: 158px;
	width: 332px;
	border: 1px solid #95B9CC;	overflow: hidden;
	background-color: #EEF6FA;
	font-family: tahoma, serif;
	font-size: 1.1em;
}

#header_menu {
	position: absolute;
	top: 40px;
	right: 10px;
	margin: 0;
	padding: 0;
	word-spacing: .2px;
	font-size: 1.2em;
	font-weight: bold;
	z-index: 12002;
	color: #BFAB61;
}

#header_menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 6px;
}

#header_menu li {
	margin: 0;
	display: inline;
	padding: 0 10px 0 5px;
	font-size: .9em;
	font-weight: bold;
	letter-spacing: -.1px;
	word-spacing: -.1px;
	font-family: verdana, sans-serif;
	border-right: 1px solid #438CB5;
}

#header_menu li:last-child {
	border: none;
}

#header_menu li a {
	color: #ADCEDE;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

#header_menu a:visited {
	color: #ADCEDE;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

#header_menu li a:hover {
	color: #fff;
	border-color: #AAD3E9;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	text-decoration: none;
}

#searchsubmit {
	width: 43px;
	height: 19px;
	background: none;
	border: none;
	vertical-align: middle;
	margin: 0 0 3px 0;
}

#searchform {
	margin: 0 0 0 10px;
	padding: 0;
	vertical-align: middle;
}

#newsletterform {
	margin: 15px 0 0 10px;
	padding: 0;
	vertical-align: middle;
}

#newsletterform img { 
	margin: 0 0 10px 0;
}

#search_box {
	border: none;
	padding: 2px 0 0 5px;
	height: 21px;
	width: 219px;
	background: none;
	border: none;
	margin: 0;
	vertical-align: middle;
	color: #26739E;
	background: url(images/sidebar_search_back.jpg) no-repeat;
}

.buttons_no_b {
	border: none;
	background: none;
	margin: 2px 0 0 0;
	height: 19px;
	width: 43px;
}

.buttons_no_c {
	border: none;
	background: none;
	margin: 2px 0 0 0;
         height: 22px;
	
	}

.search_no_b {
	margin: 0;
	border: none;
	background: none;
	height: 26px;
	width: 45px;
	vertical-align: middle;
}

form {

}

.post {
	margin: -3px 11px 0 20px;
	background-color: #DAEBF5;
}

.page_post {
	margin: -3px 11px 0 20px;
	background-color: #fff;
}

.post h2, .post h1, .page_post h1 {
	margin: 5px 0 2px 0;
	font-size: 1.66em; 
	line-height: 1em; 
	font-weight: normal; 
	color: #055D8D;
	letter-spacing: -.2px;
	word-spacing: -.3px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.post h2 a:link, .post h2 a:visited {
	color: #055D8D;
	text-decoration: none;
}

.post h2 a:hover {
	color: #065110;
	text-decoration: underline;
}

.post ul li{
	list-style-type: disc;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.post ol li{
	list-style-type: decimal;
	margin-left: 25px;
	padding: 5px 0 3px 0;
}

.content_header {
	margin: 5px 0 20px 12px;
	color: #639224;
	font-size: 1.66em;
	font-weight: normal;
	border-bottom: 1px dotted #B2D4E7;

}

#postcomment {
	padding-left: 20px;
}

.comments_links {
	padding-left: 20px;
}

#comments  {
	padding-left: 15px;
}

ol.commentlist{
	margin: 0 0 50px 50px;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-size: 1.1em;
	border-bottom: 1px dotted #bbbbbb;
}

 .commentlist{
      position: relative;
 }

 .small_comments {
	padding: 0 0 5px 5px;
	color: #94A9B5;
 }

#commentform {
	margin: 0 0 0 35px;
}

h3#respond, h3#comments {
	margin:0 10px 0 20px;
	border-bottom: 1px solid #DAEBF5;
	color: #5D873B;
	font-size: 1.33em;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#bottom_nav {
	margin: 30px 0 0 30px;
	font-size: 11px;
}


.prev_nav {
	float: left;
}

.next_nav {
	float: right;


	  /* WordPress likes this http://codex.wordpress.org/CSS
-----------------------------------------*/
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

 
 /* The Pre Footer 
-----------------------------------------*/

.postfooter_cap {
	margin: 0 0 0 18px;
}


#pre_footer_wrapper {
	width: 924px;
	margin: 0 0 0 18px;
	padding: 0;
	height: 196px;
	position: relative;
	float: left;
	z-index: 12001;
	background:  url(images/pre_footer.jpg) 0 47px no-repeat;
}

.pre_footer_boxen {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 1.1em;
}

.pre_footer_boxen p {
	position: relative;
	padding: 0;
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 1.1em;
	color: #fff;
	margin: 5px 10px 10px 0;
}

#pre_footer_left li {
	list-style-type: disc;
	margin: 0 0 0 25px;
	padding: 1px 0 1px 0;
	color: #fff;
	word-spacing: -0.8px;
	letter-spacing: -0.5px;
	font-size: 1.2em;
	font-weight: bold;
}

#pre_footer_left {
	float: left;
	position: relative;
	margin: 5px 0 0 20px;
	padding: 0;
	width: 200px;
	height: 208px;
}


#pre_footer_middle {
	float: left;
	position: relative;
	margin: 5px 0 0 0;
	padding: 0;
	width: 160px;
}


#pre_footer_middle li {
	list-style-type: disc;
	margin: 0 0 0 10px;
	padding: 1px 0 1px 0;
	color: #fff;
	word-spacing: -0.8px;
	letter-spacing: -0.5px;
	font-size: 1.2em;
	font-weight: bold;
}

#pre_footer_right {
	float: left;
	position: relative;
	margin: 0 0 0 30px;
	padding: 0;
	width: 150px;
	height: 200px;
}

#pre_footer_right li {
	list-style-type: disc;
	margin: 0px;
	padding: 1px 0 1px 0;
	color: #fff;
	word-spacing: -0.8px;
	letter-spacing: -0.5px;
	font-size: 1.2em;
	font-weight: bold;
}

#pre_footer_far_right li {
	list-style-type: none;
	margin: 0px;
	padding: 0;
	color: #BEE7FF;
	word-spacing: -0.8px;
	letter-spacing: -0.5px;
	font-size: 1.1em;
	font-weight: normal;
}




#pre_footer_far_right {
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 200px;
}


.pre_footer_boxen a, .pre_footer_boxen a:visited {
	color: #fff;
 	text-decoration: none;
}

.pre_footer_boxen a:hover {
	color: #B8E4FC;
	text-decoration: underline;
}


#pre_footer_ad {
	width: 914px;
	margin: 20px 0 0 18px;
	padding: 5px;
	height: 105px;
	position: relative;
	float: left;
	z-index: 12001;
	background-color: #F1F1F1;
}

  /* Footer
-----------------------------------------*/
#footer {
	background: url(images/footer.jpg) 0 0 no-repeat;
	min-height: 74px;
	_height: 74px;
	width: 961px;
	position: relative;
	padding: 0;
	margin: -74px auto 0 auto;
  }

#footer_container {
	padding-left: 10px;
    padding-top: 20px;
	font-size: 1.2em;
	color: #fff;
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
  }

#footer_container a, #footer_container a:visited {
	color: #0B6191;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

#footer_container  a:hover {
	color: #0B6191;
	border-color: #fff;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	text-decoration: none;
}


hr.featured_clear {
	height: 30px;
	visibility: hidden;
	clear:both;
	width: 300px;
	margin: 0;
}


.pre_sidebar_box {
	margin: 0 25px 10px 0;
	_margin: 0 13px 5px 0;
	padding: 0 0 10px 0;
	width: 405px;
	position: relative;
	color: #555655;
	z-index: 9999;
	float: right;
	font-size: 1.1em;
}

.pre_sidebar_box h4 {
	color:	#323C2A;
	margin: 0 15px 5px 0;
	padding: 0;
	font-size: 1.33em; 
	font-weight: normal;
	border-bottom: 1px solid #BFAB61;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	letter-spacing: -.5px;
}

.pre_sidebar_box p{
	margin: 5px 25px 10px 10px;
	_margin: 5px 12px 10px 5px;
	font-size: 1.1em;
	color: #333;
}

.small_videos {
	margin: 10px 0 0 0;
}

.wpcf7 input {
	font-size: 1em;
	padding: 0 0 5px 5px;
}
.imgindent {
	margin:0 5px 0 0;
	float:left;
}
.imgindent2 {
	float:right;
	margin:0 5px 0 0;
	}


 /* This is the menu with submenus
-----------------------------------------*/

#aquavaccinium_topmenu {list-style:none;margin:0;padding:0; z-index:9999;}
#aquavaccinium_topmenu li {float:left;color:#fff;font-family:georgia, sans-serif;font-size:1em;padding:0 0.5em}
#aquavaccinium_topmenu li a {float:left;color:#fff;text-decoration:underline}
#aquavaccinium_topmenu li a:hover {color:#ffffff}
#aquavaccinium_mainmenuwrapper {margin:10px 0 0 0;width:100%;clear:both;}
#aquavaccinium_mainmenu {background:none; font-family:tahoma,sans-serif;font-weight:normal;font-size:1.1em;}
#aquavaccinium_mainmenu, #aquavaccinium_mainmenu ul {float:left;list-style:none;line-height:1;padding:0;margin:0;width:100%;height:35px}
#aquavaccinium_mainmenu a {display:block;color:#000000;background-color:#7E1315;text-decoration:none;padding:0 1em;line-height:25px}
#aquavaccinium_mainmenu li {float:left;padding:0;margin:0}
#aquavaccinium_mainmenu li ul {position:absolute;left:-999em;height:auto;width:10em;font-weight:normal;margin:0;font-size:.9em;}

#aquavaccinium_mainmenu li li {
	padding-right:1em;
	width:9em;
	border-bottom:1px solid #BEAC60;
	border-left:1px solid #BEAC60;
	border-right:1px solid #BEAC60; 
	background-color:#161C12;
	font-size: 1.1em;
	}

#aquavaccinium_mainmenu li li a {padding:0.4em 1em;line-height:1em;color:#fff}
#aquavaccinium_mainmenu li a:hover {color:#ADCEDE}
#aquavaccinium_mainmenu li ul a {width:9em;}
#aquavaccinium_mainmenu li ul ul {margin:-1.67em 0 0 10em;font-size:16px}
#aquavaccinium_mainmenu li ul ul li a{color:#ffffff;}
#aquavaccinium_mainmenu li:hover ul ul, #aquavaccinium_mainmenu li:hover ul ul ul, #aquavaccinium_mainmenu li.sfhover ul ul, #aquavaccinium_mainmenu li.sfhover ul ul ul {left:-999em;}
#aquavaccinium_mainmenu li:hover ul, #aquavaccinium_mainmenu li li:hover ul, #aquavaccinium_mainmenu li li li:hover ul, #aquavaccinium_mainmenu li.sfhover ul, #aquavaccinium_mainmenu li li.sfhover ul, #aquavaccinium_mainmenu li li li.sfhover ul {left:auto;background:#7E1315; color:#ffffff;}
#aquavaccinium_mainmenu li:hover, #aquavaccinium_mainmenu li.sfhover {background: #136796; color: #ffffff;}
#aquavaccinium_mainmenu li li:hover, #aquavaccinium_mainmenu li li.sfhover {background: #136796; color: #ffffff;}
#aquavaccinium_mainmenu .aquavaccinium_right {float:right;line-height:25px}
#aquavaccinium_mainmenu .aquavaccinium_right:hover {background:none}
#aquavaccinium_mainmenu li li a:hover {
	border: none;
}


 /* This is the tabbed box on the home page then
-----------------------------------------*/

#content-explorer {
    width:555px;
    line-height:normal;
	margin: -3px 0 15px 25px;
	}

#content-explorer ol {
	margin: 0;
	padding: 0;
}

#content-explorer ul {
	margin:0;
	padding: 0;
	list-style:none;
	max-width: 500px;
	height: 26px;
}

#content-explorer ul li {
	float: left;
	background-color: #6DA8C8;
	text-align: center;
	overflow: hidden;
	margin-left: 5px;
}

#content-explorer ul li a {
	display: block;
	padding: 6px 12px 5px 12px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	list-style-type: disc;
}

#content-explorer ul li a:hover {
	color: #035B8C;
}

#content-explorer ul li.selected {
	background: #C2DCEA;
	border-top: 1px solid #fff;
	border-right: 1px solid #eee;
}

#content-explorer ul li.selected a {
	background: #C2DCEA;
	border-left: 1px solid #eee;
	padding-bottom: 5px;
	color: #00A34D;
}
			
div.yui-content {
	overflow: auto;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 20px 10px 20px;
	font-size: .9em;
	font-weight: bold;
	margin:0;
	background: #ADCEDE url(images/main.gif) left top no-repeat;
	color: #003C5E;
}

div.yui-content a {
	color: #fefefe;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

div.yui-content a:visited {
	color: #fefefe;
	text-decoration: none;
	background-color: transparent;
	border-width: 0px;
}

div.yui-content a:hover {
	color: #015A8B;
	border-color: #AAD3E9;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: solid;
	text-decoration: none;
}

.yui-nav {
	font-size: 1em;
}

.clear {
	clear: both;
	margin: -2px 0 0 0;
}

.multi_box_list li{
	font-size: 1em;
	padding: 5px 0 3px 10px;
	line-height: .99em;
	background:   url(images/disc.png)   left  no-repeat;
	margin: 0;
}

.multi_box_list {
	font-size: 1.2em;
}

.caps {
	margin: 0 0 0 20px;
}

.bottom_caps {
	margin: 0 0 25px 20px;
}

.bottom_caps_single {
margin: -10px 0 25px 20px;
}