/* MAIN BODY STYLES */

html {
	background: url('/images/main-bg.jpg') repeat-x top #454544;
}

body {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
}

#top {
	margin: 10px auto 0;
	width: 939px;
	padding: 10px;
	overflow: hidden;
}

#everything-wrapper {
	width: 997px;
	margin: 0 auto;
}


form option{ 
	padding-left: .5em;
}


/* FORM STYLES for FreeForm Module */

form#freeform{ 
	padding: 15px 0 15px 15px ;
}

form#freeform textarea {
	padding: 15px;
	background: white;
	border: solid 1px #ccc;
	resize: vertical;
	font-size: 13px;
	width: 486px;
	margin-top: 2px;
	font-family: Helvetica, verdana, arial;
	letter-spacing: .3px;
	}

form#freeform input {
	padding: 8px;
	background: white;
	font-size: 13px;
	border: solid 1px #ccc;
	float: left;
	margin: 2px 10px 0 0;
}

form#freeform select{ 
	margin-top: 4px;
}

#freeform .submit {
	width: 77px;
	height: 22px;
	background: url(/images/submit.gif) no-repeat;
	margin-right: 10px;
	border: none;
	float: right;
	cursor: pointer;
}

form#freeform li{ 
	display: block;
	float: left;
	overflow: hidden;
	margin-bottom: 10px;
}

form#freeform label{ 
	font-weight: bold;
	color: #3f3f3f;
}

/* TOP LINKS */

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

#top a:hover {
	color: #fff;
}

#top .left {
	float: left;
}

#top .right {
	float: right;
}

/* SEARCH */

#search {
	position: relative;
	left: 678px;
	top: 30px;
	width: 285px;
	overflow: hidden;
}


input.search {
	border: solid 3px #68110f;
	width: 215px;
	height: 22px;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #a8a7a7;
	letter-spacing: -.2px;
	float: left;
}

input.submit {
	background: url(/images/go-button.jpg);
	width: 51px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin: 3px 0 0 6px;
}

#header-bg {
	background: url('/images/header-bg.jpg') no-repeat;
	width: 939px;
	height: 105px;
	float: left;
	margin-left: 29px;
}

#header-right {
	background: url('/images/header-right.gif') no-repeat;
	width: 29px;
	height: 106px;
	float: right;
}

.body-wrapper {
	width: 939px;
	margin: 0 auto;
}

#showcase-top {
	height: 190px;
	background: url('/images/showcase-top.jpg') #6b6b6b repeat-x 0 135px;
}

#showcase {
	background-color: #6b6b6b;
}

#showcase-feature, #expedition-feature { 
	background: #373837;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

#showcase-feature.sector{ 
	background: url(../images/sector-bg.jpg) no-repeat 0 10% #373837;
}

#showcase-feature .right { 
	float: right;
	width: 380px;
	margin-right:20px
}

#showcase-feature .left { 
	float: left;
	width: 450px;
}


#showcase-feature .map{ 
	float: left;
	width: 450px;
}

#expedition-feature .right { 
	float: right;
	width: 480px;
	margin-right:20px
}

#expedition-feature .left { 
	float: left;
	width: 350px;
}


#expedition-feature .map{ 
	float: left;
	width: 350px;
}

#flash { 
	position: relative;
	z-index: 0;
}

#showcase.video-gallery, #showcase.feature{ 	
	padding: 15px 20px;
}

#showcase-feature img, #expedition-feature img{ 
	float: left;
	border: solid 1px #000;
}

#showcase-feature h2, #expedition-feature h2 { 
	color: white;
	font-size: 17px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 22px;
}

#showcase-feature h1 { 
	color: #998d74;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0;
	line-height: 22px;
}


#showcase-feature h3, #expedition-feature h3 { 
	color: #998d74;
	font-size: 17px;
	font-weight: normal;
	margin: 10px 10px;
	line-height: 22px;
	float: left;
}

#showcase-feature h3.sector { 
	margin: 0;
	float: left;
}

#showcase-feature h4, #expedition-feature h4 { 
	color: #E5B200;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 10px 0;
	line-height: 18px;
	text-transform: uppercase;
}


#showcase-feature p, #expedition-feature p{ 
	font-size: 13px;
	line-height: 15px;
	color: #aaaaaa;
}

span.stats{ 
	color: #888;
	line-height: 22px;
	font-size: 12px;
	background: #2a2a2a;
	padding: 20px;
	display: block;
	overflow: hidden;
}

span.note{ 
	color: #797979;
}

span.open{ 
	color: #5e9900;
	font-weight: bold;	
}
span.almost{ 
	color: #e39a00;
	font-weight: bold;	
}
span.full{ 
	color: #b90000;
	font-weight: bold;	
}

.stats .left_col{ 
	float: left;
	width: 40%;
}

.stats .right_col{ 
	float: right;
	width: 55%;
}

#video-gallery { 
	background: #000;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#exp_map_box { 
	background: #000;
	padding: 0 5px 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 7px;
	position: relative;
	z-index: 0;

}

span#expedition_finder{ 
	font-size: 13px;
	font-weight: bold;
	color: #E5B200;
}

table#exped_table a:link, table#exped_table a:visited { 
	color: #5d5d5d;
	text-decoration: none;
	font-weight: normal;
	padding: 10px 0 10px 0;
}

table#exped_table a:hover{ 
	color: #ccc;
}

.expSmallBlack{ 
	font-weight: bold;
	color: #aaa;
}

hr{ 
	border: solid 1px #eee;
}
#video-gallery h2 { 
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}


#breadcrumbs {
	float: right;
	margin-top: 60px;
	margin-right: 20px;
	font-size: 11px;
	color: #fff;
	height: 18px;
	line-height: 18px;
}

#breadcrumbs img.home-icon {
	float: left;
	margin-right: 10px;
}

#breadcrumbs a {
	color: #e5b200;
	text-decoration: none;
}

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

#breadcrumbs a:hover {
	text-decoration: underline;
}

#nav-box {
	background: url('/images/logo-bottom.jpg') no-repeat;
	width: 207px;
	height: 80px;
	float: left;
}

#logo {
	position: absolute;
	width: 208px;
	height: 183px;
	margin-left: 30px;
}

.clear {
	clear: both;
}

.important {
	background: #cacaca;
	padding: 12px;
	color: #4b4b4b;
	line-height: 15px;
}

/* MAIN MENU */

#navContainer {
	position: absolute;
	top: 148px;
	width: 735px;
	height: 42px;
	margin-left: 208px;
	overflow: hidden;
}

#nav ol, #nav ul {
	margin: 1em 0 1em 2em;
}

ol ol, ol ul, ul ol, ul ul {
	margin-top: 0;
	margin-bottom: 0;
}

ol li {
	list-style: decimal
}

ol li ol li {
	list-style: upper-alpha;
}

ol li ol li ol li {
	list-style: upper-roman;
}

ul li {
	list-style: disc;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

em strong, strong em {
	font-weight: bold;
	font-style: italic;
}

/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */

#nav a {
	text-decoration: none;
	display: block;
	padding: 14px 0;
	background: url(/images/menu-button-bg.jpg) repeat-x;
	color: #929292;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0 2px 0 0;
	float: left;
	border-bottom: 2px solid #4b4b4b;
}

li.home a {
	width:114px;
}

li.about a {
	width:148px;
}

li.vision a {
	width:158px;
}

li.involved a {
	width:184px;
}

li.media a {
	width:118px;
}


#nav a:link, #nav a:visited {
	background: url(/images/menu-button-bg.jpg) repeat-x;
}

/* All menu links on hover or focus */

#nav a:hover, #nav a:focus, #nav a.mainMenuParentBtnFocused {
	color: #FFF;
	background: url('/images/menu-button-bg.jpg') repeat-x 0% 100%;
}



/* SAFARI CSS HACKS START */

@media screen and (-webkit-min-device-pixel-ratio:0) {

#navContainer {
	margin-left: 208px;
	top: 149px;
}

.menu-end {
	width: 80px;
}

.stripNav {
	top: 337px;
}

input.submit {
	float: right;

}

input.signup {
	float: right;
}
}
/* SAFARI CSS HACKS END */


#subMenusContainer a:visited, #subMenusContainer a:link {
	color: #929292;
}

#subMenusContainer a {
	text-decoration: none;
	display: block;
	padding: 10px 20px;
	background-color: #252525;
	color: #929292;
}

/* Just sub menu links */

#subMenusContainer a, #nav li li a {
	text-align: left;
}


/* sub menu links on hover or focus */

#subMenusContainer a:hover, #subMenusContainer a:focus, #subMenusContainer a.subMenuParentBtnFocused {
	color: #FFF;
	background: #000;
}

/* Parent Sub Menu Links ---[javascript users only]*/

.subMenuParentBtn {
	background: url('/images/arrow_right.gif') right center no-repeat;
}

/* Parent Sub Menu Links on hover or focus ---[javascript users only]*/

.subMenuParentBtnFocused {
	
}

/* Parent Main Menu Links ---[javascript users only]*/

.mainMenuParentBtn {
	
}

/* Parent Main Menu Links on hover or focus ---[javascript users only]*/

.mainMenuParentBtnFocused {
	
}

/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */

.smOW {
	display: none;
	position: absolute;
	overflow: hidden;
	/*t

he 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding: 0 2px;
	margin: 0 0 0 -2px;
}

/* All ULs and OLs */

ul#nav { 
	width: 735px;
	height: 42px;
	overflow: hidden;
}

#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */

#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {
	/*b

order around submenu goes here*/	 
	border: 1px solid #2b2b2b;
	left: 0;
}

/* List items in main menu --[for non-javascript users this applies to submenus as well]  */

#nav li {
	/*g

reat place to use a background image as a divider*/
	display: block;
	list-style: none;
	position: relative;
	float: left;
	background: url('/images/menu-divider.jpg') right no-repeat;
}

#nav li span {
	font-weight: bold;
	color: #e5b200;
}

#subMenusContainer li {
	list-style: none;
	border-bottom: 1px solid #3b3b3b;
}

/* main menu ul or ol elment */

#nav {
	display: block;
	list-style: none;
	margin: 0  0 0;
	text-align: center;
	display: block;
	position: relative;
	z-index: 2;
}

#subMenusContainer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: visible;
	z-index: 1000000000;
}

/* --------------------------[ The below is just for non-javscript users ]--------------------------*/

#nav li li {
	float: none;
}

#nav li li a {
	

/* Just submenu links*/	
	position: relative;
	float: none;
}

#nav li ul {
	/

* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em;
	/* 

using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 2.2em;
}

/* third-and-above-level lists */

#nav li ul ul {
	margin: -1em 0 0 -1000em;
}

#nav li:hover ul ul {
	margin-left: -1000em;
}

/* lists nested under hovered list items */

#nav li:hover ul {
	margin-left: 0;
}

#nav li li:hover ul {
	margin-left: 10em;
	margin-top: -2.5em;
}

/* extra positioning rules for limited noscript keyboard accessibility */

#nav li a:focus + ul {
	margin-left: 0;
	margin-top: 2.2em;
}

#nav li li a:focus + ul {
	left: 0;
	margin-left: 1010em;
	margin-top: -2.2em;
}

#nav li li a:focus {
	left: 0;
	margin-left: 1000em;
	width: 10em;
	margin-top: 0;
}

#nav li li li a:focus {
	left: 0;
	margin-left: 2010em;
	width: 10em;
	margin-top: -1em;
}

#nav li:hover a:focus {
	margin-left: 0;
}

#nav li li:hover a:focus + ul {
	margin-left: 10em;
}

/* MAIN CONTENT STYLES */

#page {
	background: url(/images/page-bg.jpg) repeat-y;
	margin: 0px;
	overflow: auto;
	line-height: 125%;
	/* 

Paul O Brien Fix for IE www.pmob.co.uk */
	 width: 100%
}

#page-top {
	background: url(/images/page-top.jpg) no-repeat;
	height: 23px;
}

#content {
	float: left;
	color: #333;
	margin: 15px 19px 20px 19px;
	padding: 0px;
	width: 660px;
	display: inline;
	position: relative;
	overflow: hidden;
}

#content .left {
	width: 48%;
	float: left
}

#content .right {
	width: 48%;
	float: right
}

#content h1, #content h1 a:link, #content h1 a:visited, #content h1 a:hover {
	color: #fff;
	font-size: 17px;
	padding: 8px;
	letter-spacing: -.5px;
	text-decoration:none;
}

#content p, #content {
	color: #6a6a6a;
	font-size: 13px;
	line-height: 15px;
}

#content a, .box a {
	font-weight: bold;
}

#content .email-friend { 
	float:left; margin-left:10px; font-size:11px
}


#content a:link, .box a:link {
	color: #1d8693;
}

#content a:hover, .box a:hover {
	color: #32b2c2;
}

#content a:visited, .box a:visited {
	color: #709415;
}

p.main-link a{ 
	font-weight: bold;
}

p.main-link a:link {
	color: #1d8693;
}

p.main-link a:hover {
	color: #32b2c2;
}

p.main-link a:visited {
	color: #1d8693;
}


a.jump{ 
	border: none;
	font-weight: normal;
	}

#content h2, #content h2 a, #content h2 a:visited {
	color: #1d8693;
	font-size: 17px;
	margin-top: 10px;
	text-decoration: none;
}

#content h3 {
	color: #2c2c2c;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#content .left h1, #content.post h1,#content.village h1,#content.villageprojects h1, #content.gallery h1 {
	background: #1d8693;
}

#content .right h1 {
	background: #6d6d6d
}

.entry{ 
	margin: 10px 0;
	overflow: hidden;
}

.entry h2 {
	margin-bottom: 10px;
}

.entry img{ 
	margin: 0 15px 0 0;
}

#no-results{ 
	background: #e1e1e1;
	padding: 150px;
	text-align: center;
	font-size: 20px;
	color: #a3a3a3;
	line-height: 25px;
}

#social-icons {
	margin-top: 15px;
}

#social-icons img {
	margin: 0 5px 0 5px;
	border: 0;
	opacity: .9;
}

/* Comments */

#comments {
	margin: 15px 0 0 0;
	padding: 20px;
	background: #dddddd;
	border: solid 1px #ccc;
}

#comments p {
	font-size: 13px;
	color: black;
	margin-bottom: 5px;
}

#comments img {
	border: none;
	margin: 0;
}

.comment-wrapper {
	padding: 10px;
	clear: both;
	overflow: hidden;
	margin-bottom: 10px;
}

#comments .box {
	padding: 15px;
	background: white;
	margin-left: 75px;
}

#comment-date, #comment-name {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

#comment-date {
	color: #a7a7a7;
}

#comment-name {
	color: #1d8693;
}

#comment-name a:link, #comment-name a:visited, #comment-name a:hover {
	font-size: 10px;
	text-decoration: underline;
}

.comment-arrow {
	background: url(/images/comment-arrow.gif) no-repeat;
	width: 14px;
	height: 17px;
	float: left;
	margin: 18px 0 0 11px;
}

.comment-divider {
	background: url(/images/comment-divider.gif) repeat-x;
	height: 2px;
	margin: 20px 0 20px 0;
}

/* Comment Form */

#comments .textarea {
	padding: 15px;
	background: white;
	border: none;
	resize: vertical;
	font-size: 13px;
	width: 486px;
}

#comments .input {
	padding: 8px;
	background: white;
	margin-left: 85px;
	font-size: 13px;
	width: 500px;
	border: solid 1px #ccc;
}

#comments .submit {
	width: 115px;
	height: 22px;
	background: url(/images/add-comment.gif) no-repeat;
	margin-right: 10px;
}

#latest-blog img {
	border: solid 1px #868686;
	margin: 10px 0 10px 0;
}

.post img {
	border: solid 1px #868686;
	margin: 0 15px 15px 0;
	float: left;
}

.village img {
	border: solid 1px #868686;
	margin: 0 15px 15px 0;
	float: left;
}

.villageprojects img {
	border: solid 1px #868686;
	margin: 0 15px 0 0;
	float: left;
}



.gallery img {
	border: 2px solid #bbb;
	margin: 0 0 15px 0;
	float: left;
}


img.contact{ 
	border: none;
	margin: 0;
	float: right;
}

.divider {
	border: solid 3px #f1f1f1;
	margin: 15px 0 15px 0;
}

.divider2 {
	border: solid 2px #f1f1f1;
	margin: 15px 0 15px 0;
}

.divider3 {
	border: solid 2px #d2ccbd;
}



.left .section-header, .section-header {
	background: url(/images/down-arrow-blue.gif) no-repeat 10% 100%;
	padding-bottom: 9px;
	margin-bottom: 10px;
}

.right .section-header {
	background: url(/images/down-arrow-grey.gif) no-repeat 10% 100%;
	padding-bottom: 9px;
	margin-bottom: 10px;
}

#sidebar .section-header {
	background: url(/images/down-arrow-tan.gif) no-repeat 10% 100%;
	padding-bottom: 9px;
	margin-bottom: 10px;
	margin-top: 5px;
}

#sidebar h2 {
	background: #aba79b;
	color: #fff;
	font-size: 12px;
	padding: 6px;
	letter-spacing: -.5px;
}

ul.related {
	margin-bottom: 20px;
}

.related li {
	list-style: none;
	background: url(/images/bullet-arrow.gif) no-repeat center left;
}

.related li a {
	display: block;
	margin-left: 13px;
	padding: 5px;
}

span.black{ 
	color: #000;
}
span.small{ 
	font-size: 10px;
	color: #731F1D;
}

.related li a:link, .related li a:visited {
	color: #6b6b6b;
	font-weight: bold;
	text-decoration: none;
}

.related li a:hover {
	color: #6b6b6b;
	background: #ede9e0;
	font-weight: bold;
}

#sidebar {
	display: inline;
	position: relative;
	color: #333;
	margin: 10px 16px 10px 0px;
	padding: 0px;
	width: 205px;
	float: right;
	overflow: hidden;
}

#sidebar img {
	margin-bottom: 15px;
}

#staff{ 
	overflow: hidden;
}

#staff img { 
	border: solid 4px #aba79b;
}

#plugs img { 
	border: 0px;
	margin: 2px;
}


#staff .box{ 
	background: #c9c4b5;
	padding: 15px;
	margin-bottom: 20px;
	word-wrap: break-word;
}

.sidebox { 
	background: #c9c4b5;
	padding: 15px;
	margin-bottom: 20px;
	line-height: 18px;
}

.sidebox h4{ 
	color: #731f1d;
}

#stafflist{ 
	overflow: hidden;
}

#stafflist img { 
	border: 1px solid #a5a5a5;
	float: left;
	width: 197px;
}

#stafflist .box{ 
	background: #F1F1F1;
	padding: 15px;
	margin-bottom: 20px;
	float: left;
	width: 400px;
}

#white-block{ 
	padding: 4px 4px 4px 6px;
	height: 23px;
	line-height: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff;
	margin: 5px 0 15px 0;
	font-weight: bold;
}

#white-block a{ 
	color: #000;
	text-decoration: none;
}

#white-block a:hover{ 
	color: #727272;
}

#office { 
	margin: 10px 0;
	color: #4b4b4b;
}

#office .box{ 
	padding: 15px;
}


.date, .author, .grey {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

#category{ 
	color: #acacac;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
}

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

#category a:hover{ 
	color: #5b5b5b;
}

.grey { 
	color: #979797;
}

.author a {
	font-size: 12px;
	text-decoration: none;
}

#content .author a:hover {
	color: #32b2c2;
}

.author a:visited {
	color: #1d8693;
}


#contact ul {
	overflow: hidden;
	margin: 0;
}

#contact li {
	list-style: none;
	margin-bottom: 5px;
	padding-bottom: 3px;
	padding-left: 22px;
	line-height: 15px;
}

#contact li.email {
	background: url(/images/mail-icon.jpg) no-repeat;
}

#contact li.phone {
	background: url(/images/phone-icon.jpg) no-repeat;
}

#contact li.fax {
	background: url(/images/fax-icon.jpg) no-repeat;
}

#video a {
	text-decoration: none;
}

#enews {
	padding: 30px 30px 0 30px;
	color: #fff;
	overflow: hidden;
}

#enews .left {
	float: left;
	background: url(/images/enews-icon.jpg) no-repeat left center;
	padding-left: 50px;
	height: 37px;
	line-height: 19px;
	width: 320px;
}

#enews h4 {
	float: left;
	font-size: 17px;
}

#enews span {
	font-size: 12px;
	float: left;
}

#enews form {
	width: 565px;
	float: right;
}

input.email, input.name {
	border: solid 3px #68110f;
	width: 215px;
	height: 22px;
	padding: 3px;
	font-size: 16px;
	font-weight: bold;
	color: #a8a7a7;
	letter-spacing: -.2px;
	margin-right: 8px;
	float: left;
}

input.signup {
	background: url(/images/signup-button.jpg);
	width: 94px;
	height: 29px;
	border: none;
	cursor: pointer;
	margin: 3px 0 0 0;
}

/* FOOTER */

#footer-top {
	background: url(/images/footer-top.gif) no-repeat;
	width: 967px;
	height: 89px;
	margin: 0 auto;
}

.footer-wrapper {
	width: 939px;
	margin: 0 auto;
	overflow: hidden;
}

#footer {
	background: #9c9c9c;
	font-size: 12px;
}

#footer h3 {
	color: #740000;
	font-size: 17px;
	margin-bottom: 12px;
}

#footer .left {
	float: left;
	margin: 12px 0px 18px 18px;
	padding: 20px;
	background: #adadad;
	width: 400px;
	height: 160px;
}

#footer .right {
	float: right;
	margin: 12px 18px 18px 0;
	padding: 20px;
	background: #adadad;
	width: 400px;
	height: 160px;
}

#footer .bottom {
	background: #6c6c6c;
	height: 56px;
}

#footer .copyright {
	float: left;
	margin: 20px;
}

#footer .social {
	float: right;
	margin: 12px;
}

#footer .social img {
	margin-right: 5px;
}

.cc-icon {
	float: right;
	margin: 0 10px 20px 20px;
}

.bottom p {
	color: #fff;
}

#reign7 {
	background: url(/images/reign7-logo.gif) no-repeat;
	height: 30px;
	width: 213px;
	float: right;
	margin: 20px 0;
}

/* LATEST BLOG FEED */

#latest-blog {
	position: relative;
	width: 320px;
	min-height: 400px;
	margin-bottom: 10px;
}

.feature2 {
	position: relative;
	width: 318px;
	overflow: hidden;
}

.feature2 p {
	padding: 1px;
}

.feature2 img {
	border: none;
}

#tabs,#tabs2 {
	margin-left: 0;
	margin-bottom: 0;
	float: right;
}

#tabs li, #tabs2 li {
	background-color: #aaa;
	display: inline;
	float: none;
	list-style: none;
	padding: 3px;
}

#tabs li a,#tabs2 li a {
	display: inline;
	height: auto;
	padding: 1px 3px;
	text-decoration: none;
	width: auto;
	font-size: 11px;
}

#tabs li.active,#tabs2 li.active {
	background-color: #ddd;
}

#tabs li  a:link, #tabs li a:hover, #tabs li a:visited,#tabs2 li  a:link, #tabs2 li a:hover, #tabs2 li a:visited {
	color: #fff;
}