/*---------------------------------------------------------------------------------
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: #eaeae8;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

html>body { /* be nice to 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;
}


/*---------------------------------------------------------------------------------
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: #bc163a;
	padding: 0;
}

h1 {
	font-size: 120% ;
	color: #bc163a;
	font-weight: bold;
	padding: 0 0 10px 0;
	line-height: 100%;
	text-align: left;
}

h2 {
	font-size: 110% ;
	color: #bc163a;
	font-weight: bold;
	padding: 0;
	line-height: 1.1em;
	text-align: left;
	padding: 15px 0 5px 0;
}

h3 {
	font-size: 100% ;
	color: #3F3E2D;
	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: #bc163a; text-decoration: none;}
a:visited	{ color: #bc163a; text-decoration: none;}
a:hover		{ color: #000000; text-decoration: none;}
a:active	{ color: #bc163a; 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
---------------------------------------------------------------------------------*/

#wrapper {
	margin: 0;
    background: #FFFFFF;
    border-style: solid;
    border-width: 6px;
    border-color: #f4f4f2;
   /* max-width: 1000px;
	min-width: 610px;*/
	width: 960px;
}

#header {
	padding: 0 0 20px 0;
	margin: 0;
	height: 40px;
}

#logo {
	float: left;
}

#slogan {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}
	
#content {
	padding: 20px 30px 20px 30px;
	margin: 0;
}

#navigation {
	background: #eaeae8;
	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: #FFFFFF;
	padding: 0;
}

#navigation a {
	font-size: 85%;
	font-weight: normal;
	padding: 0;
	display: block;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 5px;
}

html>#navigation a { /* be nice to Opera */
	padding: 5px;
}

#navigation a:link		{ color: #303023; text-decoration: none; padding: 5px; display: block;}
#navigation a:visited	{ color: #303023; text-decoration: none; padding: 5px; display: block;}
#navigation a:hover		{ color: #FFFFFF; text-decoration: none; background-color: #342d22; padding: 5px; display: block;}
#navigation a:active	{ color: #FFFFFF; text-decoration: none; padding: 5px; 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 { /* be nice to 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 {
	margin: 0 10px 8px 26px;
}

.pullout_section a {
	/*font-size: 90%;*/
}

.pullout_section h2 {
	background: #eaeae8;
	display: block;
	color: #bc163a;
	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 { /* be nice to 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;
	font-size:90%;
}

#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: #bc163a;

}

#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: #bc163a; text-decoration: none; display: block;}
#inner_left_col a:active	{ color: #000000; text-decoration: none; display: block;}

#subnav_selected a{
	color:#bc163a;
	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/bullet2.gif);
	font-size:90%;
}

#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 { /* be nice to Opera */
    width: 46%;
}

.container {
	padding: 0 0 10px 0;
}

.contact_info {
	float: left;
	width: 70px;
}

.contact_info h3{
	font-size: 90%;
	color: #bc163a;
	font-weight: bold;
	padding: 0 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;
}

.center{
	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;
}

/* events downloads */
h4.downloadlink
{
	font-size: 12px;
	padding-top:0.4em;
}

.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 10px 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: 30%;
	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: 15%;
	padding: 2px 5px 8px 5px;
}

.table_header {
	padding: 0 0 10px 0;
	font-size: 100%;
	color: #bc163a;
	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: 25%;
	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:#bc163a;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;}

/* slide toggle */

#block1 {
	display: none;
	height: 130px;
}

#block1 p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#block2 {
	display: none;
	height: 140px;
}

#block2 p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#block3 {
	display: none;
	height: 130px;
}

#block3 p {
	margin-bottom: 0;
	padding-bottom: 0;
}

#block4 {
	display: none;
	height: 130px;
}

#block4 p {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ================================== */
/* 			Home Features 			  */
/* ================================== */
#trioBlock
{
	margin-top:20px;
}

.featureblock
{
	background: #f7f7f7 url(../images/homeFeatureSlide.jpg) no-repeat top left;
	width: 206px;
	height: 214px;
	float:left;
	margin-right: 10px;
	margin-bottom:10px;
}

.featureblock img
{
	padding:7px;
}

.featureblock h5
{
	padding:0 7px 0 7px;
	color: #313131;
	font-size:105%;
}

.featureblock p
{
	padding:0 7px 0 7px;
}

.norightmargin
{
	margin-right: 0;
}

/*---------------------------------------------------------------------------------
Spans 
---------------------------------------------------------------------------------*/

.strong {
	font-weight: bold;
	color: #bc163a;
}

.grey {
	color: #3F3E2D;
	font-weight: normal;
}

.red {
	color: #bc163a;
	font-weight: normal;
	text-align: center;
	padding: 0 0 20px 0;
}

.selected {
	color: #bc163a;
}

.download_details {
	font-weight: normal;
	font-size:90%;
	padding: 0;

}

.book {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/dashed_line_horiz.gif);
}

.book h2 {
	margin: 0;
	padding: 9px 0 8px 0;
}

.introtext {
	font-size: 120%;
	line-height: 1.5em;
	text-align:justify;
}

.highlight-text {
	font-size: 100%;
	line-height: 1.5em;
	text-align:justify;
	color:#10227c;
	margin-bottom:20px;
	font-weight:bold;
}

.redtext {
	color:#BC163A;
}

.downloadpdf 
{
	margin-bottom:10px;
	font-size:12px;
}

.protectiontext {
	font-size:90%;
}



