/*---------------------------------------------------------------------------------
Global Layout
---------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 20px 60px 20px 60px;
	font-family: Tahoma, Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size: x-small;
	background: #289343;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body { /* Opera */
    font-size: small;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
	border: 0;
}

tr {
	margin: 0;
	padding: 0;
}

td
{
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	text-transform: inherit;
}
div#map {
	border-top-width: 0px; padding-right: 15px; padding-left: 0px; border-left-width: 0px; float: left; border-bottom-width: 0px; padding-bottom: 0px; margin: 0px; width: 300px; padding-top: 0px; height: 350px; border-right-width: 0px;
}

/*---------------------------------------------------------------------------------
Global Text
---------------------------------------------------------------------------------*/

p {
	font-size: 90%;
	color: #444437;
	font-weight: normal;
	margin: 0px;
	padding: 0 0 6px 0;
	line-height: 1.5em;
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, Verdana, Helvetica, Lucida Grande, sans-serif;
	font-weight: bold;
	margin: 0;
	color: #289434;
	padding: 0;
}

h1 {
	font-size: 140% ;
	color: #289434;
	font-weight: bold;
	padding: 0 0 10px 0;
	line-height: 100%;
	text-align: left;
}

h2 {
	font-size: 110% ;
	color: #289434;
	font-weight: bold;
	padding: 0;
	line-height: 1.1em;
	text-align: left;
	padding: 15px 0 10px 0;
}

h3 {
	font-size: 100% ;
	color: #289434;
	font-weight: bold;
	padding: 0;
	line-height: 1.1em;
	text-align: left;
	padding: 15px 0 5px 0;
}

h4 {
	font-size: 100% ;
	color: #666660;
	font-weight: bold;
	padding: 0;
	line-height: 1.1em;
	text-align: left;
	padding: 15px 0 3px 0;
}

ul {
	margin: 0;
	padding: 0;
	color: #444437;
}

li {
	margin: 0;
	padding: 0;
	color: #444437;
}

a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

a:link		{ color: #289343; text-decoration: none;}
a:visited	{ color: #289343; text-decoration: none;}
a:hover		{ color: #000000; text-decoration: none;}
a:active	{ color: #289343; text-decoration: none;}


/*---------------------------------------------------------------------------------
Global Divs
---------------------------------------------------------------------------------*/

div {
	text-align: left;
	margin: 0;
	padding: 0;
}

.clear {
	height: 0;
	width: 0;
	line-height: 0;
	clear: both;
	font-size: 0;
	padding: 0;
	margin: 0;
}


/*---------------------------------------------------------------------------------
Layout Styles
---------------------------------------------------------------------------------*/

.alignright {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline; 
}
.alignleft {
	float: left;
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline; 
}

#wrapper {
	margin:0 auto 0;
    background: #FFFFFF;
    border-style: solid;
    border-width: 6px;
    border-color: #C5F8D5;
    max-width: 1000px;
	min-width: 610px;
}

#homewrapper {
	background: transparent url('../images/bg.jpg') #FFFFFF no-repeat bottom right;
    border-style: solid;
    border-width: 6px;
    border-color: #C5F8D5;
	max-height: 1000px;
	min-width: 850px;
	max-width: 1000px;
}
#logos {
	float: left;
}

#header {
	padding: 0 0 20px 0;
	margin: 0;
	height: 60px;
	background: #14B143;
}

#logo {
	float: left;
}

#slogan {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}
	
#content {
	padding: 20px 30px 20px 30px;
	margin: 0;
}

#navigation {
	background: #C5F8D5;
	float: left;
	width: 100%;
	margin: 0 0 3px 0;
}

#navigation ul{
	list-style-type: none;
	float: left;
}

#navigation li{
	float: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #14B143;
	padding: 0;
}

#navigation a {
	font-size: 90%;
	font-weight: bold;
	padding: 0;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 10px;
}

html>#navigation a { /* Opera */
	padding: 10px;
}

#navigation a{ color: #289434; text-decoration: none; padding: 8px; display: block;}
#navigation a:hover{ color: #ffffff; text-decoration: none; background-color: #444437; padding: 8px; display: block;}
#navigation li.active a{ color: #444437; text-decoration: none; background-color: #fff; padding: 8px; display: block;}

#image_area{
	height: 215px;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0 0 25px 0;
	background: #FFF;
}

#wrapper #left_col {
	width: 64%;
	float: left;
	padding: 0 2% 0 0;
	margin: 0 2% 0 0;
	background-repeat: repeat-y;
	background-position: right top;
	background-image: url(../images/dashed_line.gif);
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 71%;
}

html>#wrapper #left_col { /* Opera */
    width: 71%;
}

#wrapper .right_col{
	width: 25%;
	float: right;
}

.pullout_section {
	padding: 10px 0 5px 0;
	margin: 10px 0 5px 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);
}

.iconholder {
	float: left; 
}

.pullout_section p {
	padding: 0 10px 8px 26px;
}

.pullout_section a {
	font-size: 90%;
}

.pullout_section h2 {
	background: #C5F8D5;
	display: block;
	color: #000000;
	padding: 4px;
	margin: 0 0 5px 23px;
	font-size: 90%;	
}

.pullout_section ul{
	margin: 0 0 5px 23px;
}

.newsitem {
	padding: 0 0 2px 0;
}

.newsitem h2 {
	padding: 1px 0 4px 26px;
	color: #bc163a;
	font-size: 100%;
}

.newsitem p {
	padding: 0 0 8px 26px;
}

.hr {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);
	padding: 5px 0 5px 0;
	display: block;
}

#footer{
	padding: 10px 0 0 0;
}

#wrapper #inner_left_col{
	width: 25%;
	float: left;
}

#wrapper #inner_right_col{
	width: 64%;
	float: right;
	
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/dashed_line.gif);
	
	padding: 0 0 0 2%;
	margin: 0 0 0 2%;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 71%;
}

html>#wrapper #inner_right_col { /* Opera */
	width: 71%;
}


#wrapper #inner_left_col ul{
	list-style-type: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);
}

#wrapper #inner_left_col li{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/dashed_line_horiz.gif);
	padding: 6px;
}

#wrapper #subnav_selected ul;{
	list-style-type: none;
	font-size: 90%;
	padding: 0 0 6px 0;
	background-image: none;
}

#wrapper #inner_left_col .subnav2 ul{
	list-style-type: none;
	padding: 3px 0 3px 0;
	background-image: none;
}

#wrapper #inner_left_col .subnav2 li{
	list-style-type: none;
	font-size: 90%;
	padding: 3px 6px 3px 6px;
	margin: 0 0 0 15px;
	background-image: none;
	color: #3F3E2D;
}

#inner_left_col a{
	color: #289343;
	font-size: 90%;
}

#inner_left_col a:link		{ color: #000000; text-decoration: none; display: block;}
#inner_left_col a:visited	{ color: #000000; text-decoration: none; display: block;}
#inner_left_col a:hover		{ color: #289343; text-decoration: none; display: block;}
#inner_left_col a:active	{ color: #000000; text-decoration: none; display: block;}

#subnav_selected a{
	color:#289343;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bullet.gif);
	padding-left: 15px;
}

#inner_right_col ul{
	list-style-type: none;
	padding: 0 0 10px 0
}

#inner_right_col li{
	padding: 0 0 5px 15px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bullet.gif);
}

#inner_right_col #twocolumns ul {
	width: 28%;
	margin: 0;
	padding: 8px 0;
	padding: 2px 0;
	float: left;
}

#numberedlist ul{
	list-style-type: decimal;
	padding: 0 0 10px 20px;
}

#numberedlist li{
	background-image: none;
	padding: 0 0 5px 0;
}

#numberedlist li ul{
	list-style-type: none;
	padding: 5px 0 0 0;
}

#numberedlist li ul li{
	font-size: 90%;
	padding: 0 0 2px 15px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/bullet2.gif);
}

#contact_left_col{
	width: 50%;
	float: left;
}

#contact_right_col{
	width: 39%;
	float: right;
	
	
	padding: 0 0 0 2%;
	margin: 0 0 0 2%;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 46%;
}

html>#contact_right_col { /* Opera */
    width: 46%;
}

.container {
	padding: 0 0 10px 0;
}

.contact_info {
	float: left;
	width: 70px;
}

.contact_info h3{
	font-size: 90%;
	color: #444437;
	font-weight: bold;
	padding: 3px 0 10px 0;
	line-height: 100%;
	text-align: left;
}

.contact_details{
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/dashed_line.gif);
	width: 180px;
}

#footer {
	padding: 20px 0 0 0;
}

.search_button{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 5px 0;
}

.download {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);
	padding: 6px 0 6px 0;
	margin: 10px 0 0 0;

}

download p{
	font-size: 12px;
}

.download_detail {
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/dashed_line_horiz.gif);
	padding: 6px 0 5px 0;
}

.download_icon {
	width: 60px;
	float: left;
}

.meet {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);
	padding: 6px 0 5px 0;
}

.meet p{
	padding: 2px 0 3px 220px;
}

.meet_pic {
	float: left;
	width: 220px;
}

.no_image_content {
	padding: 30px 0 10px 0;
}


/*---------------------------------------------------------------------------------
NEWS 
---------------------------------------------------------------------------------*/


#news_nav {
	padding: 8px 0 9px 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);
}

#news_nav ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 2.5em;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/dashed_line_horiz.gif);
}

#news_nav li{
	padding: 4px;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	background-image: none;
	border-color: #706F61;
}

.news_article_short {
	padding: 10px 0 0 0;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/dashed_line_horiz.gif);
}

#news_content h1{
	font-size: 120% ;
	color: #3F3E2D;
	font-weight: bold;
	padding: 20px 0 0 0;
	line-height: 0.8em;
	text-align: left;
}

#news_content h2{
	padding: 4px 0 4px 0;
}

#news_content h3{
	padding: 4px 0 4px 0;
}

#news_content h4{
	padding: 4px 0 4px 0;
}

#news_content p{
	padding: 4px 0 8px 0;
}

.date {
	padding: 0;
}

.date p{
	color: #727165;
	font-size: 85%;
	padding: 0 0 0 10px;
}

.date2{
	padding: 0;
	width: 50%;
	float: left;
}

.date2 p{
	color: #727165;
	font-size: 95%;
	padding: 0 0 18px 0;
}

.icons {
	width: 50%;
	float: right;
}

.icons img{
	margin: 0 0 0 4px;
	float: right;
}


/*---------------------------------------------------------------------------------
Events
---------------------------------------------------------------------------------*/

.event_list {
	padding: 10px 0 0 0;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);

}

.event_infomation {
	padding: 10px 0 0 0;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/dashed_line_horiz.gif);

}

.event_infomation tr {
	font-size: 90%;
	color: #444437;
	font-weight: normal;
}

.event_infomation a {
	font-size: 100%;
	font-weight: bold;
}

.newCountry {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);
}

.eventinfo_country {
	width: 15%;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(../images/dashed_line.gif);
	color: #bc163a;
}

.eventinfo_challenege {
	width: 35%;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(../images/dashed_line.gif);
	padding: 2px 5px 8px 5px;
}

#inner_right_col .event_infomation .eventinfo_challenege a:link		{ color: #bc163a; text-decoration: underline; }
#inner_right_col .event_infomation .eventinfo_challenege a:visited	{ color: #bc163a; text-decoration: underline; }
#inner_right_col .event_infomation .eventinfo_challenege a:hover	{ color: #000000; text-decoration: none; }
#inner_right_col .event_infomation .eventinfo_challenege a:active	{ color: #bc163a; text-decoration: underline; }

#inner_right_col .event_infomation .eventinfo_time a:link		{ color: #bc163a; text-decoration: underline; }
#inner_right_col .event_infomation .eventinfo_time a:visited	{ color: #bc163a; text-decoration: underline; }
#inner_right_col .event_infomation .eventinfo_time a:hover		{ color: #000000; text-decoration: none; }
#inner_right_col .event_infomation .eventinfo_time a:active	{ color: #bc163a; text-decoration: underline; }

.eventinfo_type {
	width: 10%;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(../images/dashed_line.gif);
	padding: 2px 5px 8px 5px;
}

.eventinfo_level {
	width: 10%;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(../images/dashed_line.gif);
	padding: 2px 5px 8px 5px;
}

.eventinfo_time {
	width: 20%;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(../images/dashed_line.gif);
	padding: 2px 5px 8px 5px;
}

.eventinfo_duration {
	width: 10%;
	padding: 2px 5px 8px 5px;
}

.table_header {
	padding: 0 0 10px 0;
	font-size: 100%;
	color: #289343;
	font-weight: bold;
}

#inner_left_col #key ul{
	background-image: none;
}

#inner_left_col #key li img{
	margin: 0 10px 0 0;
}

#key h2{
	padding: 30px 0 3px 0;
}

#key h3{
	padding: 10px 0 3px 0;
}

.event_text{
	float: left;
	width: 65%;
}

.event_image{
	float: right;
	width: 35%;
}

.event_image img{
	float: right;
	padding: 0 0 5px 0;
}


#dropdown {
	float: left;
	width: 30%;
	margin: 0 2% 0 0;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(../images/dashed_line.gif);
	padding: 3px 0 15px 0;
}

#dropdown1 {
	float: left;
	width: 30%;
	margin: 0 2% 0 0;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(../images/dashed_line.gif);
	padding: 3px 0 15px 0;
}

#dropdown2 {
	float: left;
	width: 36%;
	margin: 0 2% 0 0;
	background-repeat: repeat-y;
	background-position: right bottom;
	background-image: url(../images/dashed_line.gif);
	padding: 3px 0 15px 0;
}

#dropdown3 {
	float: left;
	width: 27%;
	margin: 0 2% 0 0;
	padding: 3px 0 15px 0;
}

#dropdown_end{
	float: left;
	width: 36%;
	padding: 3px 0 15px 0;
}

.credit{
	height: 150px;
	margin: 0 0 12px 0;
}

.creditimage{
	width: 35%;
	float: right;
	overflow: hidden;
}

.sitemap {
	margin: 5px 0 0 0;
}

.sitemap ul{
	padding: 5px 0 0 0;
	background-image: none;

}
.sitemap ul li{
	list-style-type: none;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);
}

.sitemap ul li ul{
	padding: 0 0 10px 20px;
	background-image: none;
}

.sitemap ul li ul li{
	list-style-type: none;
	background-image: none;
	padding: 2px 0 2px 0;
	
}

.sitemap ul li ul li ul li{
	padding: 0 0 0 20px;
	background-image: none;
}

.sitemap ul li ul li a{
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	padding: 5px;
}


.sitemap ul li ul li a:link		{ padding: 0 0 0 15px; color: #303023; text-decoration: none;}
.sitemap ul li ul li a:visited	{ padding: 0 0 0 15px; color: #303023; text-decoration: none;}
.sitemap ul li ul li a:hover	{ padding: 0 0 0 15px; color: text-decoration: none; color:#289343; background-repeat: no-repeat; background-position: left top;background-image: url(../images/bullet.gif);}
.sitemap ul li ul li a:active	{ padding: 0 0 0 15px; color: #FFFFFF; text-decoration: none;}

/*---------------------------------------------------------------------------------
Spans 
---------------------------------------------------------------------------------*/

.strong {
	font-weight: bold;
	color: #289343;
}

.grey {
	color: #3F3E2D;
	font-weight: normal;
}

.begin {
	color: #289434;
	font-size: 135%;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 0 0;
}

.selected {
	color: #289343;
}

.download_details {
	font-weight: normal;
	font-size: 10px;
	padding: 0;

}

.introtext {
	font-size: 120%;
	line-height: 1.5em;
}


