/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #342619;
	color: #68523D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element */

}
html, body {    
   height: 100%; 
}
a, a:active, a:visited, a:link {
	text-decoration: none;
	color: #B86E00;
}
a:hover {
	text-decoration: underline;
	color: #B86E00;
}
p {
	/*font-size: 1.083em;
	line-height: 1.462;*/
	margin-top: 0;
	padding-bottom: 1px;
	margin-bottom: 1.2em;
}
img {
	border: none;
}

/** General classes **/
.floatright {float: right; margin: 0 0 5px 10px;}
.floatleft {float: left; margin: 0 10px 5px 0;}

/* ^^^^^^^^ START header menu style ^^^^^^^^^^ */
#sf-menu {
	position: relative;
	z-index: 2; /* for superfish IE z-index problem */
}
#sf-menu ul.sf-menu {
	position: relative;
	display: block;
	height: 35px;
	font-size: 11px;
	font-family: Arial,Verdana,Helvitica,sans-serif;
	background: #ece3c5;
}
#sf-menu ul.sf-menu {margin: 0 0 15px 0; padding: 0; list-style-type: none; width: auto;}
#sf-menu ul.sf-menu li.parent-li {display: block; float: left; margin: 0 0 0 5px;}
ul.sf-menu li.parent-li a {display: block; float: left; color: #68523D; text-decoration: none; padding: 11px 12px 0 12px; height: 24px;}
#sf-menu ul.sf-menu li.parent-li a.parent-a {font-weight: bold;}
#sf-menu ul.sf-menu li.parent-li a.parent-a:hover {color: #c2280e; background: #f4efd8;}
#sf-menu ul.sf-menu li.parent-li a.parent-a.current {color: #c2280e; background: url('/3rd-party/superfish/bg_menu_current.jpg');}
#sf-menu ul.sf-menu li.parent-li[rel="donate"] a.parent-a {color: #ffffff; background-color: #c2280e; background-image: none;}
#sf-menu ul.sf-menu li.parent-li ul {border-left: 1px solid #CCCBC9; background: #ece3c5 url('/3rd-party/superfish/bg_menu_current_flip.jpg') repeat-x top;}
#sf-menu ul.sf-menu li.parent-li ul.parent-ul li a {line-height: 25px; color: #68523D; margin-left: 3px; padding: 6px 3px 4px 6px; text-decoration: none; border-left: 3px solid #ece3c5;}
#sf-menu ul.sf-menu li.parent-li ul.parent-ul li a:hover, #sf-menu ul.sf-menu li.parent-li ul.parent-ul li a.current {color: #c2280e; border-left-color: #c2280e;}
/* ^^^^^^^^ END header menu style ^^^^^^^^^^ */

/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; 
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	background-color: #f4efd8;
	
}
#outerWrapper #header {
	width: 250px;
	float: left;
	padding: 10px 5px 10px 10px;
}
#outerWrapper #slogan {
	width: 400px;
	padding: 68px 0 0 0;
	float: left;
	text-align: left;
}
#outerWrapper #contentWrapper {
	position: relative;
	z-index: 1; /* for superfish IE z-index problem */
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 0 10px 0 0;
	width: 312px;
}
#outerWrapper #contentWrapper #rightColumn1 #main_buttons {
	width: 310px;
}
#outerWrapper #contentWrapper #content {
	float: left;
	padding: 10px 0 10px 10px;
	width: 619px;
}
#outerWrapper #contentWrapper #contentWide {
	padding: 10px;
}

/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
	clear: right;
	display: block;
}
#footer {
	background-color: #ece3c5;
	padding: 10px 10px 10px 10px; 
	font-size: 11px;
	text-align: center;
	height: 75px;
}
.clearfooter {
   height: 20px;
   clear: both;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	padding: 10px 0 0 0;
	line-height:24px;
	margin-bottom: 10px;
}
h2  {
	margin: 0;
	padding: 4px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration:none;
	/* change the values of top and left to adjust the position of the button */
	top: 0px;
	left: 0px;
	right:0px;
	width: 192px;
	height: 16px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

#slideButton {
	display: block;
	opacity: 0;
	z-index: 5;
	position: fixed;
	right: 10px;
	top: -60px;
	height: 28px;
	padding: 11px 15px 0 15px;
	margin: 0 10px 0 0;
	color: #FFFFFF;
	font-weight: bold;
	background: #C2280E;
}
/*^^^^^^^^^ START language box ^^^^^^^^^*/
#language {
	float: right;
	padding: 10px;
	width: 80px;
	position: relative;
	z-index: 11;
}
#language #optionsLangs {
	display: none;
	position: absolute;
	width: 78px;
	border: 1px solid #B86E00;
	z-index: 10;
	background-color: #ECE3C5;
	
	-moz-box-shadow: 2px 3px 3px #898989;
	-webkit-box-shadow: 2px 3px 3px #898989;
	box-shadow: 2px 3px 3px #898989;
}
#language #currentLang {
	height: 16px;
	padding: 2px 20px 2px 5px;
	font-weight: bold;
	background: url(/images/static/lang_select.png) no-repeat center center #F2EFE1;
	cursor: pointer;
}
#language #optionsLangs .optionLangs {
	display: block;
	color: #68523D;
	font-weight: bold;
	padding: 2px 20px 2px 5px;
	/*border-bottom: 1px solid #E5C085;*/
}
#language #optionsLangs a.optionLangs:hover {
	background-color: #F0F0F0;
	text-decoration: none;
}
#language #optionsLangs .optionLangs.selected {
	background-color: #D4AA64;
	cursor: default;
}
#languages_footer {
	text-align: left;
}
#languages_footer a {
	color: #68523D;
	text-decoration: underline;
}
/*^^^^^^^^^ END language box ^^^^^^^^^*/
/*^^^^^^^^^ START search box ^^^^^^^^^*/
#search-box {
	width: 280px;
	padding: 30px 10px 6px 0;
	float: right;
	clear: right;
	text-align: right;
	position: relative;
}
#search-box input[name="q"] {
	width: 173px;
	border: 1px solid #68523D;
	background: url(/3rd-party/Forms/images/input.gif) top left;
}
#search-box input[name="sa"] {
	border: 1px solid #68523D;
	background: #68523D;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
	padding-top: 1px;
	padding-bottom: 1px;
}

#search_google_page {
	
}
#search_google_page iframe {
	width: 619px !important;
	height: 1000px !important;
}
/*^^^^^^^^^ END search box ^^^^^^^^^*/
.project_title {background-color:#c2280e;}
.project_title a  {color: #ffffff;text-decoration:none;}
.project_title a:hover  {color: #ffffff;text-decoration:underline;}
.project_title a:visited  {color: #ffffff;text-decoration:none;}
.project_title a:active  {color: #ffffff;text-decoration:none;}
.news_title {background-color:#3C560A;}
.news_title a  {color: #ffffff;text-decoration:none;}
.news_title a:hover  {color: #ffffff;text-decoration:underline;}
.news_title a:visited  {color: #ffffff;text-decoration:none;}
.news_title a:active  {color: #ffffff;text-decoration:none;}
.other_title {background-color:#342619;}
.other_title a  {color: #ffffff;text-decoration:none;}
.other_title a:hover  {color: #ffffff;text-decoration:underline;}
.other_title a:visited  {color: #ffffff;text-decoration:none;}
.other_title a:active  {color: #ffffff;text-decoration:none;}
h3 {
	font-size: 17px;
	font-weight: normal;
	padding: 10px 0 0px 0;
	line-height:21px;
	margin-bottom: 5px;
	}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.31;
	}
hr {
border: 0;
  width: 100%;
  height:1px;
  background-color:#68523D;
  margin: 20px 0 20px 0;
}
.news-date {
	font-style: italic;
}
.news-image {
	padding: 0 10px 5px 0;
}
.news-text {
	/*height: 135px;*/
	overflow: auto;
	padding-left: 10px;
}
.news-text-list {
	height: 115px;
	overflow: hidden;
	padding-left: 10px;
}

#login_block {
	float: right;
	padding: 10px 10px 10px 10px;
}

#main_block {
width:960px;
/*height:250px;*/
margin:0 auto;
}
#main_image {
	float:left;
	width:619px;
	position: relative;
	padding-left:10px;
	padding-right:10px;
}
#main_buttons {
	float:right;
	width:320px;
	height:250px;
}
#main_image .main_content {
	z-index: 1;
}
#main_image .main_content .content0, 
#main_image .main_content .content1,
#main_image .main_content .content2,
#main_image .main_content .content3 {
	position: relative;
}
#main_image .main_content .text_overlay {
	position: absolute;
	bottom: 14px;
	color: #FFFFFF;
	font-size: 20px;
	left: 10px;
}
#main_image .main_content a:hover {
	text-decoration: none;
}
#main_image #main_block_pager {
	position: absolute; 
	bottom: 14px;
	z-index: 1;
	right: 7px;
}
#main_image #main_block_pager a {
	color: #DBDBDB;
	border: 1px solid #DBDBDB;
	padding: 2px 6px;
	/*margin-left: 8px;*/
	margin-right: 8px;
}
#main_image #main_block_pager a.activeSlide {
	color: #FFFFFF;
	font-weight: bolder;
	border: 3px solid #FFFFFF;
}
#main_image #main_block_pager a:hover {
	text-decoration: none;
	/*float:right;
	width:320px;
	height:250px;
	padding-left:11px;*/
}
/***********THREE BUTTONS LAYOUT **********/
#button_donate {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 300px;
	height: auto;
	display: block;
	padding: 30px 0 29px 10px;
	text-align: left;
	background-image: url(/images/static/3_buttons_r1_c1.jpg);
	background-repeat: no-repeat;
	
}
#button_0 {
	background-image: url(/images/static/3_buttons_r1_c1.jpg);
	background-repeat: no-repeat;
	width: 300px;
	height: auto;
}
#button_0 a {color: #ffffff;text-decoration: none;}
#button_0 a:hover {color: #ffffff;text-decoration: underline;}
#button_informed {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 300px;
	height: auto;
	display: block;
	padding: 35px 0 34px 10px;
	text-align: left;
	background-image: url(/images/static/3_buttons_r2_c1.jpg);
	background-repeat: no-repeat;
}
#button_1 {
	width: 300px;
	height: auto;
	background-image: url(/images/static/3_buttons_r2_c1.jpg);	
	background-repeat: no-repeat;
}
#button_1 a {color: #ffffff;text-decoration: none;}
#button_1 a:hover {	color: #ffffff;text-decoration: underline;}
#button_action {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	width: 300px;
	height: auto;
	display: block;
	padding: 30px 0 29px 10px;
	text-align: left;
	background-image: url(/images/static/3_buttons_r3_c1.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
#button_2 {
	width: 300px;
	height: auto;
	background-image: url(/images/static/3_buttons_r3_c1.jpg);	
	background-repeat: no-repeat;
	background-position:bottom;
}
#button_2 a {color: #ffffff;text-decoration: none;}
#button_2 a:hover {	color: #ffffff;text-decoration: underline;}
/***********END THREE BUTTONS LAYOUT **********/
/***********THREE COLUMN LAYOUT **********/
div#threeboxcontainer {
	width: 619px;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	clear: both;	
}
div#twocol_leftbox {
	width: 200px;
	float: left;
}
div#twocol_middlebox {
	width: 200px !important; width:200px; position:relative;
	float: left;
	padding-left:10px;
}
div#twocol_rightbox {
	width: 200px;
	float: left;	
	padding-left:9px;
}
div#twocol_leftbox .item_text,
div#twocol_middlebox .item_text,
div#twocol_rightbox .item_text {
	height: 50px;
	overflow: hidden;
}

.learnmorebutton {
	text-align:right;
	padding: 0;
}
/***********END THREE COLUMN LAYOUT **********/
/*********TESTIMONIALS LAYOUT*****************/
.testi-pic {
	float:right;
	margin:0 0 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	display:inline;
	width: 90px;
	height: 90px;
}
.testi-text {
	height: 113px;
	overflow:hidden;
	background: url(/images/static/quotes-left.jpg) no-repeat top left;
}
.testi-text-inner {
	height: 98px;
	overflow: hidden;
	background: url(/images/static/quotes-right.jpg) no-repeat bottom right;
	padding-top: 15px;
	display: block;
}
.testi-name {
	/*text-align:left;*/
	padding:0 0 0 0;
	font-weight: bold;
}

#testi-controls {
	width:180px;
	padding:22px 0 0 60px;
}
.project-controls {
	/*width:200px;*/
	padding:15px 0 0 0;
	text-align: center;
}
/*********END TESTIMONIALS LAYOUT*************/

#hp_newsletter_form_email { 
	width: 216px;
	color: #666666; 
	height: 18px;
	padding: 2px;	/* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	vertical-align: top;
}
#hp_newsletter_form_submit {
	background: #C2280E;
	border: none;
	text-transform: uppercase;
	color: #ffffff;
}

#index_p {
	text-align: justify;
}

#about_teamandboard .profile_image {
	float: left;
	width: 90px;
	height: 90px;
	margin-right: 10px;
}
#about_teamandboard .profile_info {
	clear: left;
	padding-top: 5px;
}

#tours_contact_form label {
	clear: left;
	float: left;
	width: 150px;
}
#tours_contact_form input,
#tours_contact_form select,
#tours_contact_form span.formooPatrol {
	float: left;
}
#tours_contact_form .clearFloat {
	float: left;
	width: 100%;
	height: 20px;
}
#tours_contact_form .date_explain {
	float: left;
	padding-top: 10px;
}
#tours_contact_form .calendarlink {
	clear: left;
	display: block;
	padding: 0 150px;
}
#tours_contact_form textarea {
	float: left;
}
#tours_contact_form #tours_contact_submit {
	margin: 0 150px;
}
