@import url(../../../css/basic.css);
/*@import url(../../../css/form.css);*/

a { text-decoration:none; color:#7A7A7A; }
a:hover { text-decoration:underline; color:#FFA34B; }

.left{
	float:left
}

.alliance-member,
.alliance-member.heading a,
.alliance-member.g-heading,
.alliance-member.g-heading.headline a{
	color: #008903;
}
	
.destination,
.destination.heading a,
.destination.g-heading,
.destination.g-heading.headline a{
	color: #077373;
}
	
.supporter,
.supporter.heading a,
.supporter.g-heading,
.supporter.g-heading.headline a{
	color: #7b8600;
}

p { margin:0 }

body {
	font-family:Arial, "Lucida Grande", "Lucida Sans Unicode", Helvetica,  Verdana, sans-serif;
    font-size:75%;
    line-height:1.4;
	text-align:center;
	color:#939393;
	z-index: 100;
}

body #cboxOverlay{
	z-index: 10;	
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #000;
	top: 0px;
	left: 0px;
}
	
body #colorbox{
	z-index: 10;	
}

body #colorbox #cboxClose{
	font-weight: bold;
	font-size: 1.6em;
	position: absolute;
	top: 20px;
	right: 60px;
}

body #colorbox #cboxClose a{
	color: #000;
}

body.simple-body{
	background: #fff;	
}

body.simple-body {
	text-align:left;
	padding:2em;
}

#wrapper {
	width:945px;
	margin:0 auto;
	text-align:left;
}

#header {
	position:relative;
	border-bottom:9px solid #000;
	height:122px;
}

#trademark {
	background:url(../img/longrun_logo.gif) 0 0 no-repeat;
	width:271px;
	height:48px;
	position:absolute;
	top:68px;
	left:0;
	text-indent:-900px;
	overflow:hidden;
	margin:0;
	padding:0;
}

#utility {
	border-bottom:1px solid #000;
	height:31px;
	position:relative;
}

#crumbs {
	position:absolute;
	top:6px;
	left:0;
}

#crumbs a {
	color:#8C8C8C;
	font-family:Georgia;
	font-style:italic;
}

#user-nav {
	position:absolute;
	right:0;
	top:6px;
}

#user-nav li {
	float:left;
	list-style:none;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	background:url(../img/user_nav_border.gif) 100% 50% no-repeat;
}

#user-nav li.profile-pic {
	position:relative;
	top:-3px;
}

#user-nav li.end {
	margin:0;
	padding:0;
	background:0;
}

#user-nav li a {
	color:#FFA34B;
}

#search {
	position:absolute;
	right:0;
	top:40px;
}

#search-form { margin:0; padding:0; }

#search-form .input,
#search-form .submit {
	float:left;
	margin:0;
}

#search-form .input input {
	border:1px solid #C5C5C5;
	width:200px;
	color:#666666;
}

#search-form .submit input {
	background:none;
	border:none;
	font-weight:bold;
	color:#C5C5C5;
}

#main-nav {
	position:absolute;
	top:84px;
	right:0;
}

#main-nav li {
	float:left;
	list-style:none;
	margin-right:25px;
	white-space:nowrap;
	/*border-bottom:1px solid #C5C5C5;*/
	font-family:'Plak Com';
	font-size:20px;
	line-height:0.8em;
}

#main-nav li.odd {
	margin:0;
}

#main-nav li.lower {
	border:0;
}

#main-nav li a {
	display:block;
	padding:4px 0 4px;
	/*color:#8C8C8C;*/
	text-transform:uppercase;
}

.typeface-js a:hover,
h4 a:hover, h3 a:hover, h2 a:hover, h1 a:hover{
	text-decoration: none;	
}

li a span.grey{
	display: block;	
}

li a:hover span.grey {
	display: none;
	color:#8C8C8C;
}

li a span.black{
	display: none;
	color: #000;
}

li a:hover span.black{
	display: block;
	position: relative;
}

#footer {
	border-top:1px solid #B2B2B2;
	padding:0px 0 15px;
}

#footer-nav {
	margin:0 0 5px;
	padding:0;
}

#footer-nav li {
	float:left;
	list-style:none;
	margin:0 15px 0 15px;
	font-size:1.0em;
}

#footer-nav li.end {
	padding:0;
	margin:0;
	background:none;
}

#footer-nav li a {
	color:#7A7A7A;
}

#footer-nav li.normal a {
	font-weight:bolder;
	text-transform:uppercase;
	color:#000;
}

#footer-nav li ul {
	padding:0;
	margin:5px 0 0 0;
}

#footer-nav li ul li {
	float:none;
	margin:0;
	padding:0;
	background:none;
}

#footer-nav ul li a {
	color:#8C8C8C;
}

#body {
	padding:15px 0 0;
}

/**********************************************************************
 * heading style
 */
h1, h2, h3, h4, h5, .typeface-js {
	font-family:'Plak Com';
	font-weight:normal;
	margin:0 0 10px;
	line-height:0.85em;
	text-transform:uppercase;
	color:#7A7A7A;
}

h1 { font-size:36px; color:#000; }
h2 { font-size:29px; }
h3 { font-size:22px; }
h4 { font-size:22px; margin:0 0 3px; }

.heading.main, .heading.main a { color:#000; margin:0 0 5px; }
.heading.sub, .heading.sub a { color:#0084B4; }

.g-heading {
	border-bottom:3px solid #000;
	margin:0 0 5px;
	padding:0;
	line-height:0.8em;
	color:#000;
	text-transform:uppercase;
	font-size:24px;
}

.g-heading.headline {
	font-size: 32px;
	margin: 0 0 10px;
}

.g-heading.headline a {
	color: #000;
}

.g-heading.alt {
	color:#7A7A7A;
	border-color:#7A7A7A;
}

.g-heading.alt2 {
	margin:0 0 15px;
}

.g-heading.alt3 {
	color:#000000;
	border:none;
}

.g-heading.alt4 {
	color:#aeaeb2;
}

.g-heading.right-border {
	border-width: 0 0 1px;
}

.g-heading.top-border {
	border-width: 3px 0 0;
	border-style: solid;
	border-color: #000;
	padding: 5px 0 0;
}

.small {
	font-size:16px;
}

.news .n-heading,
.news .n-heading a,
.news a.voice {
	color:#CB3467 !important;
}

.featured .n-heading,
.featured .n-heading a,
.featured a.voice {
	color:#0099CB !important;
}

.learning .n-heading,
.learning .n-heading a,
.learning a.voice {
	color:#55C096 !important;
}

/**********************************************************************
 * graphical heading
 */
/*
.g-heading {
	border-bottom:3px solid #000;
	margin:0 0 5px;
	background:url(../img/basic_titles.gif) 0 0 no-repeat;
	text-indent:-900px;
	overflow:hidden;
	padding:0 0 5px;
	line-height:1.3em;
}

.g-heading.conversations   { background-position:0 0; }
.g-heading.voices          { background-position:0 -59px; }
.g-heading.conservation    { background-position:0 -118px; }
.g-heading.community       { background-position:0 -177px; }
.g-heading.culture         { background-position:0 -236px; }
.g-heading.commerce        { background-position:0 -296px; }
*/

/**********************************************************************
 * Content style
 */
.content.text {
	color:#7A7A7A;	
}

.content.text p a, a.link { text-decoration:none; color:#FFA34B; }
.content.text p a:hover, a.link:hover { text-decoration:underline; color:#7A7A7A; }
.content.text li a { text-decoration:none; color:#FFA34B; }
.content.text li a:hover { text-decoration:underline; color:#7A7A7A; }

.content.text .image {
	display:block;
	margin:0 0 5px;
}

.content.text h3 {
	margin:0 0 10px;
	text-transform:uppercase;
	color:#7A7A7A;
}

.content.text p {
	margin:0 0 10px;
	color:#000;
}

.content.text li {
	color:#000;
	margin:0 0 5px;
}

.content.text li ul {
	padding-top:5px;
}

.content.text blockquote,
.content.text blockquote p {
	font-style:italic !important;
	font-size:1.1em;
	margin:0 0 10px;
	color:#7A7A7A !important;
	font-family:Georgia, Helvetica, Arial, Verdana, sans-serif;
}

.content.text p.post-meta {
	color:#7A7A7A;
	margin:0 0 5px;
}

.content.text p.post-footer {
	margin: 2em 0 0;
}

.content.text.archived h3,
.content.text.archived p {
	margin:0 0 0;	
}

.content.text.listed h2,
.content.text.listed h3,
.content.text.listed p  {
	margin:0 0 5px;
}

.content ol {
	padding: 0 0 0 20px;
}

/**********************************************************************
 * gallery style
 */
.gallery {
	margin:0 0 10px;
}

.gallery img {
	display:block;
}

.gallery-canvas {
	height:310px;
	position:relative;
	background:#000;
}

.gallery-canvas,
.gallery-thumbs {
	width:625px;
}

.gallery-canvas img {
	position:absolute;
}

.gallery-loading {
	position:absolute;
	padding:5px;
	background:#000;
	color:#FFF;
	font-family:Georgia;
	font-style:italic;
	display:none;
}

.gallery-thumbs {
	overflow:hidden;
	height:70px;
	position:relative;
	background:#000;
}

.gallery-thumbs-strip {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
	background:#000;
}

.gallery-thumbs-strip td { 
	padding:0;
	margin:0;
	background:#000;
}

.gallery-thumbs-strip td a {
	width:120px;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
	display:block;
	background:url(../img/loading.gif) 50% 50% no-repeat;
	text-indent:-900px;
	overflow:hidden;
}

.gallery-thumbs-strip td a.selected {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
}

.gallery-thumbnail-slider {
	width:25px;
	height:70px;
	position:absolute;
	top:0;
	background:url(../img/slider_arrow.gif) 0 0 no-repeat;
	text-indent:-900px;
	overflow:hidden;
	display:none;
}

.gallery-thumbnail-slider.left-button {
	left:0;
	background-position:0 0;
}

.gallery-thumbnail-slider.right-button {
	right:0;
	background-position:-25px 0;
}

/**********************************************************************
 * Common style
 */
p.post-info {
	font-family:Georgia;
	font-style:italic;
	color:#7A7A7A;
}

p.post-info a.more {
	color:#FFA34B !important;
}

.cycle span { color:#8c8c8c; }
.cycle.color1 { color:#C8265A; }
.cycle.color2 { color:#0084B4; }
.cycle.color3 { color:#56BF96; }
.cycle.color4 { color:#7A7A7A; }

.clouds {
	font-size:1.1em;
}

.comment {
	font-style:italic;
	font-weight:lighter;	
}

/**********************************************************************
 * bubble
 */
.bubble {
	display:inline-block;
	background:url(../img/comment.gif) 100% 0 no-repeat;
	font-size:.9em;
	font-weight:normal;
	height:17px;
	line-height:1.2;
	font-style:normal;
}

.bubble-inner {
	display:inline-block;
	background:url(../img/comment.gif) 0 0 no-repeat;
	color:#fff;
	line-height:1.2;
	height:17px;
	padding:0 0 0 6px;
	margin:0 6px 0 0;
	text-align:right;
}

/**********************************************************************
 * posts
 */
.posts {
	margin:0 0 10px;
}

.posts .heading {
	margin:0 0 5px;
}

.posts .para {
	margin:0 0 5px;
	color:#000;
	font-weight:bolder;
	line-height:1.1;
}

.posts.simple {
	border-bottom: 1px solid #ccc;
	padding: 0 0 1em;
	margin: 0 0 1em;
}

.posts.simple blockquote {
	font-style: italic;
	margin: 0 0 1em;
}

/**********************************************************************
 * Form style
 */
form { padding:0 0 15px; }

.input.text input,
.input.password input,
.input.textarea textarea {
	width:250px;
}

.input {
	clear:both;
	margin:0 0 15px;
}

.input label {
	text-align:right;
	padding-left:10px;
}

.input input,
.input textarea,
.input select {
	float:left;
}

.input.text input,
.input.password input,
.input.textarea textarea,
.input.select select  {
	width:200px;
}

.input input.error,
.input textarea.error {
	border:2px solid #FF0000;
}

.input .error-message,
.input label.error {
	clear:both;
	color:#FF0000;
	padding:5px 0 0;
}

/**********************************************************************
 * Grid basic grid rule
 */
.grid {
	margin:0 0 15px;
}

.grid .block {
	float:left;	
}

.grid .vblock {
	padding:0 0 5px;
	margin:0 0 15px;
	border-bottom:1px solid #B2B2B2;
}

.grid .vblock.end {
	border:none;
	margin:0;
}

.grid.feature-home {
	height:250px;
}

.grid.four-block {
	/*background:url(../img/grid_4block.gif) 0 100% no-repeat;*/
}

.grid.four-block .block {
	float:left;
	width:225px;
	margin-right:15px;
	padding-bottom:5px;
}

.grid.four-block .block.end {
	margin-right:0;
}

.grid.three-news-block .block {
	width: 198px;
	margin-right:15px;
	padding-bottom:5px;
}

.grid.three-news-block .block.end {
	margin-right:0;
}

.grid.new-home .left-col {
	width: 625px;
}

.grid.new-home .block1 {
	width: 302px;
}

.grid.new-home .block2 {
	float: right;
	width: 302px;
}

.grid.new-home .vblock {
	border: 0;
}

.grid.feature2 {
	margin: 0 0 .5em;
}

.grid.feature2 .block1 {
	width: 304px;
}

.grid.feature2 .block2 {
	width: 304px;
	float: right;
}

.grid.feature {
	padding:0 0 5px;
	background:url(../img/grid-feature.gif) 0 100% no-repeat;	
}

.grid.feature .block1 {
	float:left;
	width:305px;
}

.grid.feature .block2 {
	float:right;
	width:625px;
}

.grid.destinations .row {
	margin:0 0 10px;
	background:url(../img/grid-destinations.gif) 0 100% no-repeat;	
}

.grid.destinations .row.end {
	background:none;	
}

.grid.destinations .block {
	float:left;
	margin:0 15px 0 0;
	width:305px;
	padding:0 0 0;
}

.grid.destinations .block.end {
	margin:0;
	float:right;
}

.grid.destinations .block h3.heading {
	margin:0;
	padding:0 0 5px;
	line-height:0.8em;
}

.grid.destinations .block h3.heading a {
	line-height:0.8em;
	background:url(../img/link-arrow.gif) 100% 50% no-repeat;
	display:block;
	padding-right: 15px;
}

.grid.regualr .main {
	float:left;
	width:625px;
}

.grid.regualr .sidebar {
	float:right;
	width:305px;
}

.grid.content .main {
	float:left;
	width:570px;
}

.grid.content .sidebar {
	float:right;
	width:160px;
}

.grid.signin .block.login {
	float:left;
	width:305px;
}

.grid.signin .block.register {
	float:right;
	width:625px;
}

.grid.account .block.account-detail {
	float:left;
	width:465px;
}

.grid.account .block.profile-detail {
	float:right;
	width:465px;
}

.grid.even .main {
	float:left;
	width:465px;
}

.grid.even .sidebar {
	float:right;
	width:465px;
}

.grid.even .sidebar img {
	padding-top: 20px;
}

.grid.even .representation {
	float:left;
	width:230px;
}

.grid.even .details {
	float:right;
	width:230px;
}

.grid.even img {
	padding-bottom: 15px;
}

.grid.even .representation img {
	padding-bottom: 0;
}

.grid.even h3,
.grid.even .representation h4 {
	border-bottom:3px solid #7a7a7a;
}

.grid.even .representation h4{
	margin-bottom:10px;	
}

.grid.even .details h4 {
	border-bottom:3px solid #aeaeb2;
	margin-bottom:10px;
}

.grid.even .details.top h4 {
	border-bottom:3px solid #aeaeb2;
	margin-bottom:0px;
}

.grid.even .details p {
	padding-bottom:12px;
	color:#000000;
}

.grid.even a.back {
	display:block;
	clear:both;
	float:right;
}

.grid.other-destination {
	margin:0 0 5px;
}

.grid.other-destination .block.image { 
	width:100px;
}

.grid.other-destination .block.texts { 
	width:200px;
	float:right;
}

.grid.other-destination .block.texts h4 { 
	margin:0; 
}

.grid.other-destination .block.texts p { 
	line-height:1.1;
}

.top-story-box {
	background: #edebec;
	padding: 1em;
	border: 1px solid #dfdfdf;
	padding-bottom: 9px;
}

.grid.other-destination.v2 {
	border-bottom: 1px solid #000;
	padding: 0 0 .6em;
	margin: 0 0 .6em;
	position: relative;
}

.grid.other-destination.v2 a.view {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 0;
	right: 1px;
	text-indent: -900px;
	background: url(../img/destination_arrow.gif) right 0 no-repeat;
	overflow: hidden;
}

.grid.other-destination.v2 .block {
	border: 0;
}

.grid.other-destination.v2 .block.image {
	width: 164px;
}

.alliance .grid.other-destination.v2 .block.image {
	width: 100px;
}

.grid.other-destination.v2 .block.texts {
	width: 130px;
}

.alliance .grid.other-destination.v2 .block.texts {
	width: 194px;
}

/**********************************************************************
 * Address list
 */
.address {
	float:left;
	width:230px;	
}

.address.odd {
	float:right;
}

/**********************************************************************
 * Subnavigation
 */
#subnavigation h3 {
	border-bottom:1px solid #dcdcdc;
}

#subnavigation ul {
	padding-left: 30px;
	list-style: none;
}

#subnavigation li {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 15px;
}

#subnavigation ul li a {
	font-family: Helvetica, "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

/**********************************************************************
 * Comment form
 */
.comment-form form {
	display:block;
	float:right;
	width:540px;
}

.comment-form .user-info {
	float:left;
	width:60px;
}

.comment-form .input.textarea label {
	display:block;
	margin:0 0 5px;
	text-align:left;
	padding-left:0;
}

.comment-form .input.textarea textarea {
	width:480px;
}

/**********************************************************************
 * Terms & Conditions
 */
/*
ul.smallprint,
ul.smallprint ul {
	margin-bottom:0;
}

ul.smallprint li {
	padding-bottom:6px;
	padding-left:20px;
	color:#000000;
}

ul.smallprint ul {
	padding-top:6px;
}
*/

/**********************************************************************
 * Comments
 */
.comment-row {
	border-bottom:1px solid #ccc;
	margin:0 0 10px;	
	padding:0 0 10px;
}

.comment-row.child {
	padding-left:60px;
}

.comment-row .avatar {
	float:left;
	width:50px;
}

.comment-row .comment-data {
	float:left;
	margin:0 10px 0;
	width:440px;
	display:inline;	
}

.comment-row .content.text p {
	margin:0 0 3px;
}

.comment-row .reply {
	float:right;
	text-align:right;
	width:90px;
}
.comment-row .reply a {
	color:#FFA34B;
	font-style:italic;
	display:block;
	margin:16px;
}

.inline-conversations {
	margin:15px 0 0;
}

/**********************************************************************
 * Account page
 */
.avatar-preview {
	width:100px;
	height:100px;
	background:#eee;
	border:1px solid #ccc;
	padding:3px;
}

/**********************************************************************
 * Authro
 */
.author {
	border-bottom:1px solid #B2B2B2;
	padding:0 0 5px;
	margin:0 0 5px;
}

.author.end { 
	border:0;
	margin:0;
	padding:0;
}

.author .avatar {
	float:left;
	width:50px;
}

.author .author-info {
	float:right;
	width:250px;
	padding:10px 0 0;
}

/**********************************************************************
 * Sorting form
 */
.sorting-form select {
	width:149px;
}

.projects .sorting-form select {
	width:100px;
	float: left;
}

/**********************************************************************
 * Video player overlay
 */
.video-player-overlay {
	background:#000;
	color:#FFF;
	padding:10px;
	text-align:left;
}

.video-player-info .content.text h2,
.video-player-info .content.text p {
	margin:0 0 4px;
	color:#FFF;
}

.video-player-info .content.text a,
.video-player-info .content.text a:visited {
	color:#FFF;
}

.video-player-info .content.text a {
	text-decoration:underline;
}

.video-player-info .content.text p.close-overlay {
	text-align:right;
}

.video-player-info .content.text .closeDOMWindow {
	color:#FFF;
	text-decoration:underline;
}

/*
.closeDOMWindow {
	position:absolute;
	top:-5px;
	right:-5px;
	z-index:10002;
	background:url(../../../img/modal/close.png) 0 0 no-repeat;
	width:30px;
	height:30px;
	display:block;
	text-indent:-900px;
	overflow:hidden;
}
*/

/**********************************************************************
 * Sub navigation
 */
.sub-nav {
	margin:0;
	padding:0;
	margin-bottom: 35px;
}
.sub-nav li {
	list-style:none;
	margin:0;
	padding:0;
}

.sub-nav a.typeface-js,
.sub-nav ul.level2 a {
	font-size:22px;
	border-bottom:1px solid #ccc;
	display:block;
}

.sub-nav ul.level2 a {
	font-size:14px;
	margin:0 0 5px;
}

/**********************************************************************
 * Credits style
 */
.credits {
	margin:0;
	padding:0;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.credits li {
	float:right;
	list-style:none;
}

.credits li a{
	display: block;
}

/**********************************************************************
 * RSS feed link
 */
.rss-link {
	background: url(../../../img/feed-icon-14x14.png) 0 50% no-repeat;
	padding: 0 0 0 18px;
}

.home-destinations {
	position: relative;
}

.home-destination-nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 19px;
}

.home-destination-nav .item {
	display: block;
	position: absolute;
	width: 17px;
	height: 19px;
	text-indent: -900px;
	overflow: hidden;
	background: url(../img/next_prev.jpg) 0 0 no-repeat;
}

.home-destination-nav .item.next {
	right: 0;
	background-position: -17px 0;
}

.home-destination-nav .item.disabled {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.other-members .g-heading{
	width: 302px;
	margin-right: 15px;	
	margin-left: 3px;
}

.other-members .g-heading.last{
	margin-right: 0px;	
}

.other-members .g-heading a{
	width: 302px;
	display: block;
	background: url("../img/link-arrow.gif") no-repeat scroll 100% 50% transparent;
}

.g-heading.headline a{
	width: 100%;
	background: url("../img/link-arrow.gif") no-repeat scroll 100% 70% transparent;
	}
	
.g-heading.headline.zoom a{
	width: 90%;
	padding-right: 10%;
	background: url("../img/zoom.gif") no-repeat scroll 100% 60% transparent;
}
	
.sidebar h3.g-heading a{
	width: 100%;
	background: url("../img/link-arrow.gif") no-repeat scroll 100% 70% transparent;		
}

.fourcees ul{
	list-style-type: none;
	width: 100%;
	border-bottom: 1px solid #b2b2b2;	
	height: 33px;
	background: url("../img/detial_4cs_nav.png") no-repeat scroll top right transparent;
	padding: 0px;
}

.fourcees ul li{
	float: left;
	font-size: 1.5em;	
	padding-top: 9px;
	padding-right: 50px;
	line-height: 20px;
}

.fourcees ul li.commerce{
	padding-right: 0px;
}

.content.text .fourcees ul li a{
	color: #fff;
}

.fourcees ul li a:hover{
	text-decoration: none; 
}

.content.text .fourcees ul li a.black{
	color: #000;
	display: none;
}

.fourcees ul li.first{
	font-size: 1.0em;	
	color: #000;
	margin: 0px;
	padding-right: 52px;
	font-weight: bold;
}

.book_now_link,
.document_link{
	font-size: 1.5em;	
	display: block;
	height: 17px;
	background: url("../img/link-arrow.gif") no-repeat scroll 97% 70% #e8e7e7;		
	padding-right: 30px;
	padding-left: 5px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 2px solid #7a7a7a;
	padding-top: 9px;
	width: 85px;
}

.book_now_link{
	margin-bottom: 15px;
	margin-top: 15px;	
	background-position: 97% 70%;
}

.document_link{
	margin-top: 25px;
	width: 300px;	
	margin-bottom: 25px;
	background-position: 98% 70%;
}

.content.text .post-meta.location{
	margin-top: 10px;
	margin-bottom: 10px;
}

.project .content p.project_status{
	border-bottom: 1px solid #7a7a7a;
	color: #7a7a7a;
	font-weight: bold;	
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom: 20px;
}

.project  h2{
	color: #000;	
}

.project .completed_images{
	margin-bottom: 15px;
	width: 100%	
}

.project .completed_images img.first{
	margin-right: 10px;	
}

.read_more_link,
.grid .sign_up_news .submit input{
    font-family: Georgia,Helvetica,Arial,Verdana,sans-serif;
    font-size: 1.1em;
    font-style: italic !important;
    margin: 5px;
    padding-right: 15px;
	background: url("../img/link-arrow.gif") no-repeat scroll 100% 50% transparent;
	color:#FFA34B;
	float: right;
}

.grid .sign_up_news .submit input{
	border: none;	
	cursor: pointer;
	margin: 0px;
	margin-right: 28px;
	padding-right: 12px;
}

.read_more_link:hover { 
	text-decoration:underline; color:#7A7A7A; 
}

.main .read_more_link{
    float: inherit;
}

.read_more_link.active{
	background: url("../img/link-arrow-active.gif") no-repeat scroll 100% 50% transparent;
}

.under_h3{
	position: relative;
}

.under_h3 .read_more_link{
	position: relative;
	top: -32px;
	right: 0px;
}

.sidebar-tags{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.sidebar-tags li{
	float: left;
	padding-right: 8px;	
}

.sidebar-tags li a{
	line-height: 25px;
}

.four-cols .four-cols_header{
	border-bottom: 1px solid  rgb(128, 128, 128);
	margin-bottom: 20px;
}

.four-cols .four-cols_header .main{
	width: 704px;
	
}

.four-cols .four-cols_header .sidebar{
	width: 222px;	
}

.four-cols .four-cols_header .sidebar h2{
	margin-bottom: 20px;
	color:  rgb(128, 128, 128);
	border-color:  rgb(128, 128, 128);
}

.four-cols .four-cols_header .sidebar h1{
	font-size: 1.8em;
	border: none;
	margin-top: 15px;
}

.four-cols .four-cols .col{
	float: left;
	margin-right: 19px;	
}

.four-cols .four-cols .col.end{
	margin-right: 0px;
		
}

.four-cols .four-cols .col,
.four-cols .four-cols .col .content{
	width: 222px;
}

#footer{
	background-color: #f4f4f4;	
	border-bottom: 1px solid;
	margin-bottom: 40px;
	padding-bottom: 5px;
	position: relative;
}

#footer .footer-top{
	border-bottom: 1px solid;
	margin-bottom: 10px;
	position: relative;
}

#footer .footer-sitemap{
	list-style-type: none;	
	height: 185px;
	border-top: 3px solid;
	padding-top: 15px;
	float: left;
}

#footer .footer-sitemap .first-level{
	float: left;
	position: relative;
	margin-right: 35px;
}

#footer .footer-sitemap .first-level.last{
	margin-right: 0px;
}

#footer .footer-sitemap .first-level a{
	font-size: 1.6em;
}

#footer .footer-sitemap .first-level a span{
	float: left;
}

#footer .footer-sitemap .first-level ul{
	list-style-type: none;
	padding: 0px;
	position: absolute;
	top: 20px;
	left: 0px;
}

#footer .footer-sitemap .first-level li{
	margin-top: 5px;
	padding-bottom: 5px;	
}

#footer .footer-sitemap .first-level li a{
	font-size: 1.0em;
	width: 200px;
	display: block;
}

#footer .footer-sitemap li.our-members{
	margin-right: 85px;	
}

#footer .footer-sitemap li.more-about-the-long-run{
	margin-right: 45px;	
}


#footer .footer-sitemap li.take-the-initiative{
	margin-right: 80px;	
}

#footer .footer-sitemap li.take-the-initiative li a{
	width: 200px;
}


.page-sitemap .first-level li a:hover,
#footer .footer-sitemap .first-level li a:hover{
	color: #000;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: none;
	color: #000;	
}

#footer .on-idle{
	list-style-type: none;
	position: absolute;
	right: 0px;
	bottom: -35px;	
	font-size: 0.9em;
}

#footer .on-idle a{
	color: #aaaaaa;
}

#footer .on-idle a:hover{
	color: #000;
}

ul.page-sitemap{
	list-style-type: none;	
}

.page-sitemap li{
	margin-top: 25px;
}

.page-sitemap li ul li{
	margin-left: 15px;
	margin-top: 5px;	
}

.page-sitemap .typeface-js{
	font-size: 1.8em;
}

.page-sitemap a{
	font-size: 1.2em;
}

.grid .sign_up_news{
	padding-top: 15px;
	background-color: #f4f4f4;	
	border-bottom: 1px solid;
	position: relative;
	z-index: 100;
}

.grid .sign_up_news h3{
	margin-bottom: 0px;	
}

.grid .sign_up_news h3,
.grid .sign_up_news form{
	padding-left: 10px;
}

.grid .sign_up_news form{
	padding-top: 15px;
	padding-bottom: 25px;
}

.grid .sign_up_news div{
	margin-bottom: 0px;
	padding-bottom: 5px;
}

.grid .sign_up_news input{
	float: inherit;	
	margin-bottom: 0px;
}

.grid .sign_up_news .select{
	position: relative;
}

.grid .sign_up_news div.typeface-js{
	font-size: 1.9em;
	float: left;
	width: 65px;
	position: relative;
}

.grid .sign_up_news .select{
	display: none;
}

.grid .sign_up_news .select .sign-up_checkboxes{
	padding-top: 30px;	
}

.grid .sign_up_news .select .sign-up_checkboxes .checkbox{
	margin-left: 65px;
	margin-bottom: 10px;
	position: relative;
}

.grid .sign_up_news .select .sign-up_checkboxes .checkbox input{
	position: absolute;
	top: 0px;
	left: 0px;
}

.grid .sign_up_news .select .sign-up_checkboxes .checkbox label{
	margin-left: 10px;
	display: block;
	text-align: left;
}

.grid .sign_up_news div.typeface-js.small{
	font-size: 1.3em;
	float: inherit;
	position: absolute;
	left: 65px;
	top: 0px;
	padding-top: 2px;
	width: 150px;
}

.grid .sign_up_news div.typeface-js label{
	padding: 0px;
	text-align: left;
	display: block;
}

.grid .sign_up_news .inputError{
	color:#FF0000;
}

.grid .sign_up_news .submit{
	float: right;
}

.share-this{
	float: right;
	margin-top: 7px;	
}

.main .share-this{
	float: none;
	margin-top: 20px;	
	margin-left: -3px;
}

a.our-members{
	font-size: 0.8em;	
}

.member_form input{
	float: left;
}

.member_form label{
	float: right;
	text-align: left;
	width: 248px;
}

.member_form fieldset{
	padding-top: 10px;
	padding-bottom: 5px;
	border-left: none;
	border-right: none;
	margin-bottom: 10px;
}

.member_form form{
	padding-bottom: 40px;	
}

#body #overlay-map{
	display: none;	
}

#overlay-map{
	background: #fff;	
}

div.quote{
	padding-left: 60px;
	padding-top: 23px;
	background: url("../img/quotation-mark1.png") top left no-repeat;	
}

div.quote blockquote{
	padding-right: 55px;
	padding-bottom: 8px;
	background: url("../img/quotation-mark2.png") bottom right no-repeat;	
}

.content div.quote blockquote p{
	font-size: 17px;
	font-family: Arial;
	font-style: italic;	
}

.content.text img{
	max-width: 625px;
}
