/*
Site: Earth Advantage Institute
Description: 
Version: 1.2
Designer: COPIOUS
Author: COPIOUS
Author URI: http://www.copio.us

	This site was coded by Evan Rowe of <a href="http://www.copio.us">COPIOUS</a>

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

@import url(./reset.css);


/*  COLORS
===========================================

main blue: #0073ae
hyperlink blue: #0e81bc

main green: #9ca92d
hyperlink green: #99aa29

beige (bg): #f4f2ec

grey 1: #212121
grey 2: #2b2f33
grey 3: #353535
grey 4: #3d3d3d
grey 5: #55544d

*/




/*  LAYOUT STRUCTURE
===========================================
*/

body {
	background: #f4f2ec;
	text-align: center;
	margin: 0 auto;
}

#center {
	width: 0;
	height: 0;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 199;
}

#topBanner {
	width: 105px;
	height: 105px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#topBanner a {
	float: left;
	display: inline;
	width: 105px;
	height: 105px;
	background: url(./img/bg-banner.png) top left no-repeat;
	cursor: pointer;
}
#topBanner a:hover { background: url(./img/bg-banner.png) bottom left no-repeat; }


#loginButton {
	width: 102px;
	height: 55px;
	position: absolute;
	left: 345px;
	top: -12px;
	background: url(./img/bg-loginButton.png) top left no-repeat;
	z-index: 500;
}

#blubar {
	width: 100%;
	height: 7px;
	background: #0073ae;
}

#allWrap {
	width: 980px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

#layoutWrap {
	width: 980px;
	height: auto;
	float: left;
	text-align: left;
	background: url(./img/bg-layout.jpg) top left repeat-y;
}

#header {
	width: 960px;
	padding: 5px 6px;
	height: 107px;
	float: left;
	background: url(./img/bg-header.jpg) top left no-repeat;
	margin-left: 4px;
	display: inline;
}

#mainNav {
	width: 927px;
	height: 46px;
	padding: 3px 10px 5px 35px;
	float: left;
	background: url(./img/bg-mainNav.jpg) top left no-repeat;
	margin-left: 4px;
	display: inline;
	position: relative;
	z-index: 4000;
}

#topSpacerHome, #breadcrumbs {
	width: 960px;
	height: 36px;
	padding: 4px 6px;
	margin-left: 4px;
	float: left;
	display: inline;
	background: url(./img/bg-topSpacerHome.jpg) top left no-repeat;
	z-index: 5;
}

#breadcrumbs {
	width: 940px;
	height: 22px;
	font-family: Georgia, Times, serif;
	font-size: 13px;
	font-style: italic;
	color: #4d4c45;
	padding: 8px 0 0 32px;
	position: relative;
}

#pageContent {
	width: 973px;
	height: auto;
	float: left;
	display: inline;
	padding: 4px 0 0 1px;
	margin-left: 3px;
	background: url(./img/bg-pageContent.jpg) top left no-repeat;
	z-index: 100;
}
#pageContent.noTop { background: none; padding: 0 0 0 1px; }
#pageContentWrap {
	width: 973px;
	height: auto;
	float: left;
	display: inline;
	background: url(./img/bg-sidebarBorder.jpg) 645px 0 repeat-y;
	z-index: 110;
}
#pageContentWrap.right { background-position: 323px 0 !important; }

#main {
	width: 645px;
	height: auto;
	float: left;
	text-align: left;
	display: inline;
	background: url(./img/bg-main.png) 4px 0 no-repeat;
	z-index: 120;
}
#main.left { background-position: 0 0; }
#main.right { background-position: 4px 0; width: 649px; }

#main .content {
	float: left;
	width: auto;
	height: auto;
	padding: 30px;
	z-index: 130;
}

#main .profileContent {
	float: left;
	width: 585px;
	height: auto;
	padding: 30px;
	z-index: 130;
}

#sidebar {
	width: 323px;
	height: auto;
	float: right;
	text-align: left;
	display: inline;
}
#sidebar.left { float: left; margin-left: 0; }
#sidebar.right { float: left; margin-left: 4px; }

#homeSponsors {
	width: 970px;
	height: auto;
	float: left;
	padding: 15px 0 15px 2px;
	display: inline;
	margin-left: 4px;
	background: url(./img/bg-homeSponsors.jpg) top left no-repeat;
}

#footer {
	width: 970px;
	height: auto;
	float: left;
	padding: 15px 0 15px 2px;
	display: inline;
	margin-left: 4px;
	background: url(./img/bg-footer.jpg) top left no-repeat;
	color: #fff;
	height: 254px;
	overflow: hidden;
}

#copyright {
	width: 970px;
	height: auto;
	float: left;
	padding: 10px 0 8px 2px;
	display: inline;
	margin-left: 4px;
	background: #fff;
}


#main .content .result {
	float: left;
	width: 585px;
	height: auto;
	display: block;
	margin: 0 0 25px 0;
}

#main .content .result.profiles { margin: 0 0 35px 0; }

#main .content .result .resultHeader { float: left; font-size: 17px; line-height: 22px; margin-bottom: 5px; display: block; float: left; width: 100%; }
#main .content .result .resultContent { font-size: 13px; font-family: Helvetica, Arial, sans-serif; line-height: 17px; margin-bottom: 3px; display: block; float: left; width: 100%; }
#main .content .result .resultMeta { font-size: 12px; margin: 5px 0 0 57px; color: #555; float: left; }
#main .content .result .resultURL { font-size: 11px; font-family: Helvetica, Arial, sans-serif; line-height: 14px; color: #777; display: block; float: left; width: 100%; }

#main .content .result .resultHeader .resultThumb { width: 40px; height: 40px; overflow: hidden; float: left; display: inline; border: 3px solid #3D3D3B; margin-right: 10px; }

#main .content .result .resultMeta ul { margin: 5px 0 10px; display: inline; }
#main .content .result .resultMeta ul li { display: inline; margin: 0 5px; }
#main .content .result .resultMeta ul li:last-child { margin-right: 0; }

#main .content .paginate {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 0;
}



/*  HEADER AND MAIN NAV
===========================================
*/

#globalNav {
	width: 100%;
	height: auto;
	display: block;
	text-align: right;
	float: left;
}

#logo {
	width: 157px;
	height: 43px;
	float: left;
	background: url(./img/eai-logo.png) top left no-repeat;
	margin: 20px 0 0 30px;
}
#printLogo { display: none; }

#tagline {
	width: 240px;
	height: 18px;
	float: left;
	background: url(./img/tagline.png) top left no-repeat;
	margin: 35px 0 0 25px;
}

#topSearch {
	width: 240px;
	height: 70px;
	float: right;
	background: url(./img/bg-topSearch.png) top left no-repeat;
	margin: 5px 20px 0 0;
	display: inline;
}

#topSearch form input[type=text] {
	width: 163px;
	margin-top: 34px;
	margin-left: 34px;
	font-size: 10px;
	color: #625a46;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

#topSearch form #topSearchSubmit {
	width: 12px;
	height: 12px;
	background: url(./img/bg-topSearchSubmit.png) top left no-repeat;
	float: left;
	margin-top: 33px;
	margin-left: 5px;
	cursor: pointer;
}
#topSearch form #topSearchSubmit:hover {
	background-position: bottom left; 
}

.sidebarHeaderHome {
	width: 296px;
	padding: 8px 0 0 10px;
	height: auto;
	float: right;
	text-align: left;
}

#breadcrumbs span.current {
	font-weight: bold;
	color: #0067a2;
}



/*  HOME LAYOUT
===========================================
*/

#mainFeature {
	float: left;
	width: 645px;
	height: 560px;
	position: relative;
	display: block;
	padding-bottom: 35px;
	background: url(./img/bg-mainFeature.png) bottom left no-repeat;
	z-index: 140;
}

#mainFeature #slideImageFrame {
	width: 730px;
	height: 400px;
	float: left;
	background: url(./img/bg-slideshowPicture.png) top left no-repeat transparent;
	position: absolute;
	top: -35px;
	left: -63px;
	z-index: 150;
}

#slideshowHolder {
	position: absolute;
	z-index: 3000;
	top: 183px;
	left: 4px;
}

#slideshowHolder ul#slides {
	width: auto;
	height: auto;
	float: left;
	position: relative;
	z-index: 2900;
}

#slideshowHolder ul#slides li.item {
	width: 625px;
	height: 550px;
	float: left;
	position: absolute;
	z-index: 2800;
	top: 0;
	left: 0;
	display: none;
}

#slideshowHolder ul#slides li.item .slideshowImage {
	width: 730px;
	height: 400px;
	float: left;
	position: absolute;
	top: 0;
	left: -63px;
	z-index: 2700;
}

#slideshowHolder ul#slides li.item .slideshowImage img {
	position: absolute;
	top: 16px;
	left: 76px;
	z-index: 2600;
}

#slideshowHolder ul#slides li.item .slideshowContent {
	width: 580px;
	height: auto;
	float: left;
	position: absolute;
	top: 375px;
	left: 40px;
}

#slideshowHolder ul#slides li.item .slideshowContent .slideshowAuthor {
	width: 240px;
	height: auto;
	float: left;
	display: block;
	padding: 15px 0;
}

#slideshowHolder ul#slides li.item .slideshowContent .slideshowAuthor .authorAvatar {
	width: 60px;
	height: auto;
	float: left;
	display: inline;
	font-size: 12px;
}

#slideshowHolder ul#slides li.item .slideshowContent .slideshowAuthor .authorMeta {
	width: 150px;
	height: auto;
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
	font-size: 12px;
}

#slideshowHolder ul#slide_nav {
	width: auto;
	height: auto;
	position: absolute;
	left: -43px;
	top: 140px;
	z-index: 3000;
}

#slideshowHolder ul#slide_nav li {
	display: block;
	width: 19px;
	height: 28px;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	background: url(./img/bg-slideNav.png) 0px -57px no-repeat;
	padding: 18px 0 0 20px;
	margin-bottom: -16px;
	cursor: pointer;
}

#slideshowHolder ul#slide_nav li#button_selected, #slideshowHolder ul#slide_nav li:hover {
	background: url(./img/bg-slideNav.png) top left no-repeat;
	color: #3e403e;
	width: 36px;
}

#mainFeature #learnMoreHome {
	width: auto;
	height: auto;
	float: left;
	text-align: left;
	text-transform: uppercase;
	background: url(./img/bg-learnMoreHome.png) top right no-repeat;
	position: absolute;
	top: 560px;
	left: 40px;
	padding: 0 30px 0 0;
}

#infoTabs {
	float: left;
	width: 645px;
	height: 610px;
	display: inline;
	background: url(./img/bg-infoTabsNew.jpg) 0 70px repeat;
	overflow: hidden;
}

#infoTabs ul#tabs {
	width: auto;
	height: auto;
	float: left;
	display: block;
}

#infoTabs ul#tabs > li {
	display: inline;
	float: left;
	width: 100px;
	height: 78px;
	position: relative;
	cursor: pointer;
	background: url(./img/bg-homeTabs.jpg) top left no-repeat;
}
#infoTabs ul#tabs > li#tab_01 { width: 268px; }
#infoTabs ul#tabs > li#tab_02 { width: 186px; background-position: -268px 0px; }
#infoTabs ul#tabs > li#tab_03 { width: 191px; background-position: -454px 0px; }

#infoTabs ul#tabs > li#tab_01:hover, #infoTabs ul#tabs li#tab_01.active { background-position: 0 -78px; }
#infoTabs ul#tabs > li#tab_02:hover, #infoTabs ul#tabs li#tab_02.active { background-position: -268px -78px; }
#infoTabs ul#tabs > li#tab_03:hover, #infoTabs ul#tabs li#tab_03.active { background-position: -454px -78px; }


#infoTabs ul#tabs li div.tab_content {
	display: none;
}

#infoTabs ul#tabs li.active div.tab_content {
	display: block;
	position: absolute;
	top: 78px;
	left: 0;
	width: 565px;
	padding: 10px 40px 20px;
	cursor: default;
}

#infoTabs ul#tabs li#tab_02.active div.tab_content { left: -268px; }
#infoTabs ul#tabs li#tab_03.active div.tab_content { left: -454px; }


/*  BLOG + PAGE LAYOUT
===========================================
*/

.post, .tagHeader {
	width: 580px;
	height: auto;
	float: left;
	padding: 20px 30px;
}
.tagHeader {
	padding: 20px 0 0 20px;
}
.tagHeader h2 { margin: 0; }

.post .postSummary {
	width: 580px;
	height: auto;
	float: left;
	display: inline;
	background: url(./img/bg-pageContent.jpg) 5% 100% no-repeat;
	padding-bottom: 15px;
}

.post .social {
	width: 580px;
	height: auto;
	float: right;
	text-align: right;
	margin: 0 0 10px 0;
}

.post .related {
	width: 550px;
	height: auto;
	float: left;
	display: inline;
	padding: 12px 15px;
	background: #e8e7e0;
}

.postHeader {
	width: 580px;
	height: auto;
	float: left;
	margin: 0 0 40px 0;
}

.postHeader span.ital {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #8d8d8d;
	margin-right: 2px;
}

.postHeader span.entryDate {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #444444;
	margin-left: 7px;
	border-left: 1px solid #ddd;
	padding: 5px 0 5px 11px;
}

.post .aboutAuthor {
	width: 580px;
	height: auto;
	float: left;
	display: inline;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
	background: url(./img/bg-pageContent.jpg) -15px 0px no-repeat;
}

.post .aboutAuthor .authorImage {
	width: 93px;
	height: auto;
	float: left;
	display: inline;
}

.post .aboutAuthor .authorInfo {
	width: 480px;
	height: auto;
	float: left;
	display: inline;
}

#afterPost {
	width: auto;
	height: auto;
	float: left;
	display: inline;
}

#afterPost #entryTags {
	width: 585px;
	height: auto;
	float: left;
	display: inline;
	padding: 20px 30px;
	background: url(./img/bg-pageContent.jpg) -15px 0px no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}

#afterPost #entryPagination {
	width: 585px;
	height: 53px;
	float: left;
	display: inline;
	background: url(./img/bg-entryPagination.png) top left no-repeat;
	padding: 20px 30px 0 30px;
}

#afterPost #entryPagination #prevEntry {
	float: left;
	width: 45%;
	height: auto;
	display: inline;
}

#afterPost #entryPagination #nextEntry {
	float: right;
	width: 45%;
	height: auto;
	display: inline;
	text-align: right;
}

#afterPost #joinConvo {
	width: 585px;
	height: auto;
	float: left;
	display: inline;
	padding: 30px;
	background: url(./img/bg-main.png) top left no-repeat;
}

#afterPost #entryComments {
	width: 585px;
	height: auto;
	float: left;
	display: inline;
	padding: 30px;
	background: url(./img/bg-pageContent.jpg) -15px 0px no-repeat;
}

#afterPost #entryComments .comment {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	background: url(./img/bg-comment.png) bottom left repeat-x;
}

#afterPost #entryComments .comment .commentHeader {
	display:block;
	float:left;
	font-size:12px;
	height:auto;
	margin:0 0 10px;
	width:100%;
	font-weight: bold;
}
#afterPost #entryComments .comment .commentHeader .commentAuthor { font-style: italic; color: #0073ae; }
#afterPost #entryComments .comment .commentHeader .commentDate { font-family: Helvetica, Arial, sans-serif; font-size: 11px; color: #7c7c7c; margin-left: 10px; }

#afterPost #entryComments .comment .commentBody {
	float: left;
	width: 555px;
	height: auto;
	display: block;
	padding: 0 0 0 30px;
	background: url(./img/bg-commentBody.png) 1px 2px no-repeat;
}

#afterPost #submitComment {
	width: 585px;
	height: auto;
	float: left;
	display: inline;
	padding: 30px;
	background: url(./img/bg-pageContent.jpg) -15px 0px no-repeat;
}

#afterPost #submitComment form input[type=text], #afterPost #submitComment form textarea {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #414039;
	padding: 7px;
	width: 300px;
	height: auto;
	background: #e4e2dc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d6d4cf;
}

#afterPost #submitComment form textarea {
	font-size: 12px;
	width: 500px;
	height: 200px;
}

#afterPost #submitComment form input[type=submit] {
	background: url(./img/bg-loginSubmit.png) top left no-repeat;
	width: 100px;
	height: 27px;
	color: #e1ded8;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .05em;
	cursor: pointer;
}
#afterPost #submitComment form input[type=submit]:hover { background-position: bottom left; }



/*  SIDEBAR
===========================================
*/

.sidebarContainerWrap, .newsletterFormWrap {
	width: 323px;
	height: auto;
	float: left;
	display: inline;
	background: url(./img/bg-sidebarContainerBottom.png) bottom left no-repeat;
}
.newsletterFormWrap { background: url(./img/bg-newsletterFormBottom.png) bottom left no-repeat; }

.sidebarContainer, .sidebarBottom {
	width: 293px;
	padding: 25px 15px 25px 15px;
	height: auto;
	float: left;
	display: inline;
	background: url(./img/bg-sidebarContainer.png) top left no-repeat;
}

.sidebarContainer.noPadding {
	width: 323px;
	padding: 0;
}
.sidebarContainer.first {
	background-position: 0 -3px;
}

.sidebarContainer#featuredArticles {
	background: url(./img/bg-featuredArticles.jpg) top left no-repeat;
}

.sidebarContainer#sidebarNav {
	background: none;
	padding-top: 10px;
}

.sidebarContainer.home#newsletterForm, .sidebarContainer#twitter {
	background: url(./img/bg-sidebarContainer-alt.png) top left no-repeat;
}
.sidebarContainer#newsletterForm.first, .newsletterFormWrap.first .sidebarContainer#newsletterForm { background: none; padding-top: 22px; }

a#followLink.twitter { float: left; display: inline; width: 200px; height: 30px; margin: 15px 0 0 0; clear: both; background: url(./img/bg-followLink.png) top left no-repeat; }

.sidebarContainer#newsletterForm form input[type=text] {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #222222;
	padding: 5px;
	width: 170px;
	height: 14px;
	background: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d6d4cf;
	-moz-box-shadow: 1px 1px 3px #ccc inset;
}

.sidebarContainer#newsletterForm form input[type=submit] {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #98a929;
	width: 100px;
	height: 26px;
	margin: 0 0 0 -11px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	font-size: 11px;
}

.sidebarContainer#newsletterForm form input[type=submit]:hover { background: #899925; }

.sidebarSpacer {
	width: 323px;
	padding: 0 0 0 0;
	height: 32px;
	float: left;
	display: inline;
	background: url(./img/bg-sidebarSpacer.png) top left no-repeat;
}

.featuredArticle {
	width: 311px;
	height: 61px;
	padding: 15px 0 7px 12px;
	display: block;
	float: left;
	display: inline;
	background: url(./img/bg-FA.png) bottom left no-repeat;
}
.featuredArticle:last-child {
	background: none;
}

.featuredArticle span.tweet {
	font-size: 14px;
	line-height: 17px;
	float: left;
	width: 95%;
}

.FAimg {
	width: 32px;
	height: auto;
	padding: 7px 10px;
	float: left;
	text-align: left;
	display: inline;
}

.FAcontent {
	width: 230px;
	height: auto;
	float: left;
	display: inline;
	margin-left: 15px;
}

span.FAauthor {
	font-family: Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 11px;
}

.sidebarContainer #sidebarCategories, .sidebarContainer #sidebarTags {
	width: 100%;
	height: auto;
	float: left;
	display:inline;
	margin-bottom: 20px;
}

.sidebarContainer #sidebarCategories .cloud, .sidebarContainer #sidebarTags .cloud {
	width: auto;
	height: auto;
	float: left;
	display: block;
	margin: 5px 0 0 10px;
}

.sidebarContainer#contributors .contributor {
	width: 240px;
	height: auto;
	float: left;
	display: block;
	padding: 15px;
	border-bottom: 1px solid #ddd;
}
.sidebarContainer#contributors .contributor:last-child {
	border-bottom: none;
}

.sidebarContainer#contributors .contributor .contributorAvatar {
	width: 60px;
	height: auto;
	float: left;
	display: inline;
	font-size: 12px;
}

.sidebarContainer#contributors .contributor .contributorMeta {
	width: 150px;
	height: auto;
	float: left;
	display: inline;
	margin: 10px 0 0 10px;
}

.sidebarContainer#twitter { width: 293px !important; padding: 25px 0 25px 15px; }

.sidebarContainer#twitter #twitterFeed {
	width: 240px;
	height: 175px;
	float: left;
	padding: 20px 25px 20px 35px;
	background: url(./img/bg-twitterFeed.png) top left no-repeat;
	font-size: 13px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #2b2f33;
}
.sidebarContainer#twitter #twitterFeed #tweet {
	width: auto;
	height: auto;
	float: left;
}



/*  FOOTER
===========================================
*/

#footerTopBorder {
	width: 972px;
	height: 4px;
	float: left;
	display: inline;
	background: url(./img/bg-pageContent.jpg) top left no-repeat;
	margin: 0 0 0 4px;
}

.footerContainer {
	float: left;
	width: auto;
	height: auto;
	display: inline;
	margin: 10px 0 0 50px;
}
.footerContainer#footerColumn1 { width: 140px; }
.footerContainer#footerColumn2 { width: 135px; }
.footerContainer#aboutEAI { width: 300px; display: inline; }
.footerContainer#footerLogin { display: inline; width: 160px; }
.footerContainer#footerFollow { font-family: Georgia, Times, serif; }

.footerContainer#footerLogin input[type=text], .footerContainer#footerLogin input[type=password] {
	float: left;
	clear: both;
	width: 150px;
	height: auto;
	padding: 7px 4px;
	border: 1px solid #53514e;
	background: #23221f;
	margin: 0 0 10px;
	color: #e1ded8;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .05em;
}

.footerContainer#footerLogin input[type=submit] {
	background: url(./img/bg-loginSubmit.png) top left no-repeat;
	width: 100px;
	height: 27px;
	color: #e1ded8;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: .05em;
	cursor: pointer;
}
.footerContainer#footerLogin input[type=submit]:hover { background-position: bottom left; }

#copyrightDate, #copyrightDate p {
	width: auto;
	height: auto;
	float: left;
	display: inline;
	margin-left: 20px;
	font-family: Georgia, Times, serif;
	font-size: 11.5px;
	text-transform: uppercase;
	color: #191919;
	letter-spacing: .05em;
	line-height: 12px;
}


#homeSponsors #sponsors {
	width: 605px;
	height: auto;
	float: left;
	display: inline;
	padding: 10px 20px;
}

#homeSponsors #becomeSponsor {
	width: 300px;
	height: auto;
	float: right;
	display: inline;
}


/*  MEMBER/USER ACCOUNT STUFF
===========================================
*/

#main .content table.loginForm, table.ownProfile, table.profileMenu, #main .content table tr td table {
	float: left;
	width: auto;
	height: auto;
	display: block;
	vertical-align: top;
}
table.loginForm { width: 550px; }
table.ownProfile { width: 350px; margin: 0 0 0 20px; }
table.profileMenu { width: 200px; }
table.profileInfo { width: 550px;  }
#main .profileContent table.profileInfo tr td.tableCellTwo { width: 28%; vertical-align: top; font-size: 13px; line-height: 16px; }
#main .profileContent table.profileInfo tr td.tableCellOne { vertical-align: top; font-family: Helvetica, Arial, sans-serif; font-size: 13px; line-height: 16px; color: #55544D; padding-bottom: 15px;  }

td.tableCellOne.noPad { padding: 0px 0px 3px 5px !important; }

table.editProfile { width: 550px; margin: 10px 0 20px 0; }
table.editProfile tr td.tableCellTwo { width: 40%; vertical-align: top; }
table.editProfile tr td.tableCellOne { vertical-align: top; }
table.editProfile tr td.tableCellTwo, table.editProfile tr td.tableCellOne { padding: 5px 0; }

#main .content table.loginForm tr td, table.ownProfile tr td, table.profileMenu tr td, #main .content table tr td table tr td {
	padding: 4px;
	font-size: 13px;
	line-height: 15px;
}

#main .content table.loginForm tr td p {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 5px;
}

#main .content table tr td input[type=text], #main .content table tr td input[type=password], #main .content table tr td textarea, #main .content table tr td input[type=file],
#main .content table.loginForm tr td input[type=text], #main .content table.loginForm tr td input[type=password],
#main .content table tr td table tr td input[type=text], #main .content table tr td table tr td input[type=password], #main .content table tr td table tr td textarea {
	font-family: Georgia, Times, serif;
	font-size: 11px;
	font-style: italic;
	color: #222222;
	padding: 5px;
	width: 170px;
	height: auto;
	background: #ffffff;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #d6d4cf;
	-moz-box-shadow: 1px 1px 3px #ccc inset;
}

#main .content table tr td table tr td input[type=text], #main .content table tr td table tr td input[type=password] { width: 250px; }
#main .content table.editProfile tr td input[type=text], #main .content table.editProfile tr td input[type=password] { width: 250px; }
#main .content table tr td textarea, #main .content table tr td table tr td textarea { width: 250px; height: 300px; line-height: 17px; }
#main .content table.editProfile tr td input[type=file] { width: 250px; }

#main .content table.loginForm tr td input[type=submit], #main .content table tr td table tr td input[type=submit], #main .content table tr td input[type=submit] {
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: #98a929;
	width: 100px;
	height: 26px;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: bold;
}
#main .content table.loginForm tr td input[type=submit]:hover, #main .content table tr td table tr td input[type=submit]:hover,
#main .content table tr td input[type=submit]:hover { background: #899925; }

.contactInfo {
    font-size: 15px;
    line-height: 23px;
}

.contactInfo a {
	float: left;
	width: 350px;
	height: 20px;
	overflow: hidden;
}

table.register { width: 550px; }
#main .content form table.register tr td.tableCellTwo { width: 40%; vertical-align: top; padding: 5px; }
#main .content form table.register tr td.tableCellOne { vertical-align: top; padding: 5px 12px 12px 5px; }

table.profileSearch { width: 550px; }
#main .content form table.profileSearch tr td.tableCellTwo { width: 25%; vertical-align: top; padding: 5px; }
#main .content form table.profileSearch tr td.tableCellOne { vertical-align: top; padding: 5px 12px 12px 5px; }

td.tableCellTwo label, #main .content form table.register tr td.tableCellTwo label, #main .content form table.register tr td.tableCellOne label
{ font-family: Georgia, Times, serif; font-size: 13px; font-weight: bold; }
#main .content form table.register tr td.tableCellOne input[type=text], #main .content form table.register tr td.tableCellOne input.text,
#main .content form table.register tr td.tableCellOne input[type=password], #main .content form table.register tr td.tableCellOne input.password { width: 300px; }

span.required { color: red; }
span.description { font-size: 12px; }

ul#company-slides {
	width: 100%; height: auto; float: left; display: inline; clear: both;
}

ul#company-slides li { width: 100%; height: auto; float: left; display: inline; clear: both; display: none; }
ul#company-slides li p { color: #3D3D3D; }
/*ul#company-slides li img { border: 4px solid #3d3d3b; }*/
ul#company-slides li img { border: 4px solid #ffffff; }

ul#slide_nav-alt { display: none; }

.company-slide-control {
	width: 100%;
	height: auto;
	float: left;
	display: inline;
}

.company-slide-control span#prev_button, .company-slide-control span#next_button {
	font-size: 13px;
	cursor: pointer;
	float: left;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
.company-slide-control span#next_button { float: right; }
.company-slide-control span#prev_button:hover, .company-slide-control span#next_button:hover { text-decoration: underline; }

/*  MISC
===========================================
*/

span.tagLabel {
	float: left;
	padding: 5px 10px 5px 0;
	display: inline;
}

a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle; display: inline;}
a.stbar.chicklet {height:16px;line-height:16px; display: inline;}


form.wufoo {
	background: #F4F2EC;
}

/* tooltip styling */
a.tooltip {
	display: inline;
	position: relative;
	cursor: pointer;
}

td.alignTop { vertical-align: top !important; }

span.tooltip {
	display:none;
	position: absolute;
	background: rgba(0,0,0,.75);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#BF000000',EndColorStr='#BF000000'); /* IE6ÐIE9 */
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border: 3px solid #ffffff;
	-moz-box-shadow: 0px 0px 6px #000000;
	-webkit-box-shadow: 0px 0px 6px #000000;
	box-shadow: 0px 0px 6px #000000;
	height: auto;
	padding: 15px;
	width: 450px;
	font-size:12px;
	line-height: 15px;
	color:#fff;
	z-index: 5000;
}

/* a .label element inside tooltip */
span.tooltip .label {
	color: yellow;
	width: 35px;
}

span.tooltip a {
	color:#99aa29;
	font-weight:bold;
}
span.tooltip a:hover { text-decoration: underline; }
