.box{
	overflow:hidden;
	display:none;
	text-align:justify;
}

.waste {
	border:1px solid #003366;
	min-height: 1000px;
}
#feature_content{
	width:348px;
	height:auto;
	margin-bottom:2px;
	float:left;
}
#videos {
	text-align:center;
}
#videos embed{
	width:336px;
}
#feature_content .top_green{
	background-image:url(images/widgets/widget_top_green.png);
	width:347px;
	height:29px;
}
#feature_content .content{
	font-size:11px;
	background-image:url(images/widgets/content_bg.png);
	background-position:bottom left;
	width:335px;
	padding:6px;
	padding-top:4px;
	margin-bottom:7px;
}

#feature_content_2{
	width:583px;
	height:auto;
	margin-bottom:2px;
}
#feature_content_2 .normal{
}
#feature_content_2 .top_blue{
	background-image:url(images/widgets/widget_top_blue.gif);
	width:583px;
	height:29px;
}
#feature_content_2 .top_red{
	background-image:url(images/widgets/widget_top_red.gif);
	width:583px;
	height:29px;
}
#feature_content_2 .content{
	font-size:11px;
	background-image:url(images/widgets/content_bg_b.gif);
	background-position:bottom left;
	width:571px;
	padding:6px;
	padding-top:4px;
}
#feature_content_2 .content2{
	font-size:11px;
	background-image:url(images/widgets/content_bg_b.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:583px;
	padding:1px;
	padding-top:4px;
	padding-bottom:6px;
}
#feature_content_2 .contentbox{
	background-image:url(images/widgets/blog_con_bg.png);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:7px;
	width:276px;
	height:191px;
	float:left;
}
#feature_content_2 .contentbox .postinfo{
	margin-top:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#848484;
}
#feature_content_2 .contentbox .postinfo .half{
	width:136px;
	float:left;
}
#feature_content_2 .contentbox .postinfo .half2{
	width:136px;
	float:right;
}
#feature_content_2 .contentbox .clear{
	clear:both;
	height:1px;
}

#feature_content_2 .contentbox2 {
	width:185px;
	float:left;
	min-height:268px;
}
#feature_content_2 .contentbox2 .img {
	text-align:center;
	width:98%;
	float:left;
	min-height:100px;
	margin:2px auto;
}
#feature_content_2 .contentbox2 .contents {
	width:165px;
	padding:10px;
	float:left;
	min-height:100px;
	margin:2px auto;
}
p{
	margin:0px;
}
#feature_content_2 .contentbox2 .contents a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#008DAE;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
}
#feature_content_2 .contentbox2sep {
	width:1px;
	float:left;
	min-height:268px;
}

#feature_content_2 .contentbox .seprator{
	background: url(images/navs/li_green.png) no-repeat bottom left; /*custom bullet list image*/
	height:3px;
}
#feature_content_2 .contentbox .postmsg{
	min-height:90px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#373737;
}
.contentbox a.postby{
	color:#C04439;
	text-decoration:none;
}
.contentbox a.postedby{
	color:#C04439;
	text-decoration:none;
}
.contentbox a.postedby:hover{
	text-decoration:none;
}
.contentbox a.postby:hover{
	text-decoration:underline;
}
.contentbox a{
	color:#008DAE;
	text-decoration:none;
}
.contentbox a:hover{
	text-decoration:underline;
}


#feature_content_2 .contentbox .postbutton{
	text-align:right;
	height:23px;
}
#feature_content_2 .contentbox h3{
	font: arial 18px bold;
	color:#000;
	margin:0px;
	margin-top:8px;
}

.animatedtabs{
	overflow: hidden;
	width: 100%;
	font-size: 11px; /*font of menu text*/
	
}


.tabnav{ padding-left:8px; padding-top:6px;}
.tabnav a { float:left; color:#FFFFFF; text-decoration:none; font-family:Georgia, "Times New Roman", Times, serif; }
.tabnav a span { display:block;padding-left:6px;padding-top:4px; padding-bottom:8px; padding-right:20px; margin-right:4px;}
.tabnav a.selected { background: transparent url(images/tabs/left.png) no-repeat top left; color:#666666; text-decoration:none;}
.tabnav a.selected span { background:transparent url(images/tabs/right.png) no-repeat top right; }


ul.tabNavigation {
	list-style-type: none;
	margin: 0;
	margin-left: 10px; /*offset of first tab relative to page left edge*/
	padding: 0;
}

ul.tabNavigation li{
	float: left;
	margin: 0;
	padding: 0;
}

a.rss {
	float:right;
	margin-top:0px;
	margin-right:4px;
	background-image:url(images/widgets/rss.gif);
	background-repeat:no-repeat;
	display:block;
	width:46px;
	height:16px;
}
a.rss span{
	position:absolute;
	top:-100px;
}

ul.tabNavigation li a{
	float: left;
	position: relative;
	top: 8px; /* 1) Number of pixels to protrude up for selected tab. Should equal (3) MINUS (2) below */
	margin: 0;
	margin-right: 3px; /*Spacing between each tab*/
	padding: 0 0 0 6px;
	text-decoration: none;
}

ul.tabNavigation li a span{
	float: left;
	display: block;
	padding: 5px 25px 3px 0px; /* 2) Padding within each tab. The 3rd value, or 3px, should equal (1) MINUS (3) */
	color: #FFF;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
ul.tabNavigation li a span {float:none;}
/* End IE5-Mac hack */


ul.tabNavigation li a.selected {
	background: url(images/tabs/left.png) no-repeat left top;
}

ul.tabNavigation li a.selected span{
	background: url(images/tabs/right.png) no-repeat right top;
	color: #666666;
	padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
}






/*		Arrow List Green		*/
.arrowlistmenu{
	width: 100%; /*width of menu*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #6C6C6C;
	font:Verdana bold;
	font-size:11px;
	background: url(images/navs/li_green.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 0 0 0 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
}

.arrowlistmenu ul li a:visited{
	color: #6C6C6C;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000;
	text-decoration:underline;
}





.featuredmenulist{
	width: 100%; /*width of menu*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}
.featuredmenulist * {
	overflow:hidden;
}

.featuredmenulist ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.featuredmenulist ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}
.featuredmenulist ul li .divseprator{ background:transparent url(images/navs/li_green.png) no-repeat 0px 3px; height:6px; } 
.featuredmenulist ul li p {
	padding: 4px 6px; /*bottom spacing between menu items*/
}
.featuredmenulist ul li p a {
	color:#6C6C6C;
	font-weight:bold;
	text-decoration:none;
}
.featuredmenulist ul li p a:hover {
	color:#000;
	text-decoration:underline;
}


.featuredmenulist ul li a.titlelist{
	color: #6C6C6C;
	font:Verdana bold;
	font-size:11px;
	background: url(images/navs/li_green.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 0 0 0 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font:Verdana;
	font-size:10px;
	font-weight:bold;
	line-height:25px;
}

.featuredmenulist ul li a.titlelist:visited{
	color: #6C6C6C;
}

.featuredmenulist ul li a.titlelist:hover{ /*hover state CSS*/
	color: #000;
	text-decoration:underline;
}







.arrowlistmenu2{
	width: 100%; /*width of menu*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
}

.arrowlistmenu2 ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu2 ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu2 ul li a{
	color: #262D2F;
	background: url(images/bullet.png) no-repeat center left; /*custom bullet list image*/
	padding: 0 0 0 0;
	padding-left: 14px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 90%;
	line-height:20px;
}

.arrowlistmenu2 ul li a:visited{
	color: #262D2F;
}

.arrowlistmenu2 ul li a:hover{ /*hover state CSS*/
	color: #000;
	text-decoration:underline;
}


/*Indent Menu*/
.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 80%; /*width of menu*/
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background: black url(media/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	border-right: 1px solid #0B0D0E; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
	color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px; /*shift text down 1px for selected and active item*/
	background: black url(media/indentbg2.gif) center center repeat-x;
}

.post-content p{
	line-height:20px;
	margin-bottom:10px;
}
