@charset "utf-8";
/* Oyster CSS */
body {
	background: #85bcff; /*grey: #676767 blue: #85BCFF*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	margin: 0px;
	padding: 0px;
	color: #1C1914;
	line-height: 140%;
}
ul {
	list-style: none;
	margin: 5px 7px;
	padding: 0px 7px;
}
li {
	background: url(/images/content/oy_listitem.gif) 0px 2px no-repeat;
	padding-left: 16px;
	line-height: 155%;
	height:auto;
	margin: 3px 0px;
}
#numberbox {
	width: 249px;
	float: left;
	clear: none;
	display: block;
	text-align: center;
	padding-top: 10px;
}
#container {
	width: 875px;
	background: #FFFFFF url(/images/nav_top/oy_nav_t01.gif) repeat-x;
	border: 10px #FFFFFF solid;
	margin: 0px auto;
	overflow: visible;
}
#content_box {
	width: 875px;
	margin: 0px auto;
	overflow: hidden;
}
#content_left {
	width: 249px;
	float: left;
	clear: none;
	display: inline;
}
#content_right {
	width: 610px;
	float: left;
	clear: none;
	display: inline;
	margin-left: 16px;
}
#logo {
	width: 249px;
	height: 133px;
	float: left;
	clear: none;
	display: block;
	background-color: #808080;
}

/*NAVIGATION*/

#navigation {
	width: 229px;
	height: 480px;
	float: left;
	clear: none;
	display: block;
	background-color: #808080;
	margin: 10px 0px;
	padding: 10px;
}
#navigation ul {
	height: 448px;
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0;
}
#navigation li {
	width: 229px;
	height: 31px;
	margin: 0px;
	padding: 0px;
}
#navigation li img {
	vertical-align: top;
	margin: 0px;
}
/***** Main navigation *****/



#navigation_top {
	width: 620px;
	height: 40px;
	clear: none;
	display: block;
	padding: 0;
	margin: 0 0 10px;
	/*position:relative;*/

	z-index:1000;
}
#navigation_top li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
	position:relative;
}
#navigation_top li a {
	margin: 0;
	padding: 0;
}
#navigation_top li a:hover {
	color: #808080;
	text-decoration: none !important;
}

/*--- DROPDOWN ---*/

#navigation_top ul {
	background:#808080; /* Adding a background makes the dropdown work properly in IE7+. */
	background:rgba(255, 255, 255, 0); /* Make the background fully transparent where we can, we don't actually want to see it */
	list-style:none;
	position:absolute;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
	top: 5px;
 *top: 30px;
	z-index: 1000;
	overflow: hidden;
}
#navigation_top ul li {
	width: 120px;
	height: 22px;
	line-height: 18px;
	background: #808080;
	float:none;
	display: block;
}
#navigation_top ul li a {
	width: 115px;
	height: 22px;
	/*white-space:nowrap; *//* Stop text wrapping and creating multi-line dropdown items */

	font-size: 12px;
	font-weight: normal !important;
	color: #fff;
	line-height: 18px;
	padding: 2px 0px 2px 5px;
	margin: 0;
	text-decoration: none;
	display: block;
}
#navigation_top li:hover ul { /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#navigation_top li:hover a {
	/* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

	background: none;
	text-decoration:none;
}
#navigation_top li:hover ul a {
	/* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */

	text-decoration:none;
}
#navigation_top li:hover ul li a:hover {
	/* Here we define the most explicit hover states--what happens when you hover each individual link. */

	background:#333;
}
#navigation_top ul.contact_nav {
	background:#BCC9D1;
	padding:0px;
}
#navigation_top ul.contact_nav li {
	background:#BCC9D1;
}
#navigation_top ul.contact_nav li a {
	background:#BCC9D1;
}
#navigation_top ul.contact_nav li a:hover {
	background:#A7BECE !important;
	color: #666666;
}
/** Home Menu **/



#homemenu {
	width: 229px;
	height: 480px;
	float: left;
	clear: none;
	display: block;
	background: #808080 /*url(../images/layout/home_menu_bak.png) 0 0 no-repeat*/;
	margin: 10px 0px;
	padding: 10px;
}
#homemenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#homemenu li {
	width: 229px;
	background: none;
	margin: 0;
	padding: 0;
}
#homemenu li img {
	vertical-align: top;
	margin: 0;
	border: none;
}

/* DURATION BOX */

#duration {
	width: 610px;
	height: 135px;
	background: url(/images/layout/duration_back.png) 0 0 no-repeat;
	display: block;
}
#duration .time {
	width: 102px;
	height: 40px;
	float: right;
	clear: none;
	display: inline;
	margin-top: 95px;
}

/*HEADER*/

#header {
	width: 597px;
	clear: none;
	display: block;
	color: #3d3d3f;
	font-size: 14px;
	padding: 20px 0 20px 13px;
	position: relative;
}
#header_feature {
	background: #9D545D;
	width: 610px;
	height: 145px;
	display: block;
	padding: 0px;
}
#header_activities {
	background: #1CA4FF;
	width: 590px;
	height: 140px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	padding: 20px 0 20px 20px;
}
#header_activities ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header_activities li {
	background: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#header_duration {
	background: #1CA4FF url(/images/layout/oy_duration_box_back.png) 0 0 no-repeat;
	width: 570px;
	height: 130px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 135%;
	padding: 40px 20px 20px;
 *padding: 50px 20px 20px;
	position: relative;
}
.social_vote {
	height:26px;
	overflow:hidden;
	background: url(../images/share.jpg) 0 6px no-repeat;
	border-top: 1px dotted #7CAECE;
	border-bottom: 1px dotted #7CAECE;
	padding: 7px 0 5px;	
	margin: 0 13px 10px;
}
.social_vote .social_twitter {
	float: right;
	padding: 0px 10px;
}
.social_vote .social_googleplus {
	float: right;
	padding: 0px 10px;
}
.social_vote .social_facebook {
	float: right;
	padding: 0px 10px;
}
#fourwklink {
	width: 224px;
	height: 36px;
	margin: 0;
	background: url(/images/layout/duration_4wk.png) no-repeat 0 0;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#fourwklink:hover {
	background-position: 0 -36px;
}
#fourwklink span {
	position: absolute;
	top: -999em;
}
#twowklink {
	width: 224px;
	height: 36px;
	margin: 0;
	background: url(../images/layout/duration_2wk.png) no-repeat 0 0;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#twowklink:hover {
	background-position: 0 -36px;
}
#twowklink span {
	position: absolute;
	top: -999em;
}
#header_projects {
	background: #1CA4FF url(../images/layout/oy_project_box_back.png) 0 0 no-repeat;
	width: 590px;
	height: 100px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 135%;
	padding: 40px 0 20px 20px;
}
#header_project_page {
	width: 570px;
	height: 140px;
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 135%;
	padding: 0 20px 20px;
	position: relative;
}
#header_project_page H1 {
	height: 40px;
	width: 250px;
	text-indent: -9999px;
}
#header_policy {
	background: #DFDFDF;
	width: 610px;
	height: 113px;
	display: block;
	color: #808080;
	font-size: 14px;
	font-weight: bold;
}
#topimagebox {
	background: #FFFFFF url(../images/layout/oy_header_bg01.gif) no-repeat;
	width: 588px;
	height: 332px;
	display: block;
	padding: 13px 11px 0;
	margin: 10px 0 0 0;
	display:block;
}
.topimage {
	padding: 0;
}
#flashcontent {
	width: 588px;
	height: 320px;
	padding: 0 /*13px 11px 0px 11px*/;
	z-index: -1;
}
#homevideobox {
	width: 480px;
	display: block;
	padding: 0;
	margin: 0;
}
.homevideolink {
	float: right;
	clear: left;
	margin: 0 2px 20px 30px;
}
.videolink {
	margin: 10px 0;
}
#summer {
	width: 346px;
	height: 70px;
	margin: 0 0 10px;
	background: url(../images/content/summer.jpg) no-repeat 0 0;
	display: block;
	clear: both;
}
#summer:hover {
	background-position: 0 -70px;
}
#summer span {
	position: absolute;
	top: -999em;
}
#lastminute {
	width: 610px;
	height: 40px;
	margin: 10px 0;
	background: url(../images/last_minute.png) no-repeat 0 0;
	display: block;
	clear: both;
}
#lastminute:hover {
	background-position: 0 -40px;
}
#lastminute span {
	position: absolute;
	top: -999em;
}

#fcolink {
	width: 249px;
	height: 83px;
	margin: 0;
	background: url(../images/content/fco_link.png) no-repeat 0 0;
	display: block;
	clear: both;
	}
	#fcolink:hover {
		background-position: 0 -83px;
		}
		#fcolink span {
			position: absolute;
			top: -999em;
			}

/*CONTENT*/

#reps {
	width: 608px;
	float: left;
	clear: none;
	display: block;
	padding: 13px 0;
	margin: 7px 0px 13px;
	border: solid 1px #d4d4d4;
	background: #fefefe;
}
#reps p, h3 {
	padding: 0 10px 0 13px;
	margin: 7px 0;
}
#office {
	height: 165px;
	border-bottom: solid 1px #d4d4d4;
}
#office img {
	float: left;
	clear: right;
	margin-right: 13px;
	border: solid 10px #dfdfdf;
}
#reps_page {
	height: 165px;
	border-bottom: solid 1px #d4d4d4;
}
#reps_page img {
	float: left;
	clear: right;
	margin-right: 13px;
	border: solid 10px #dfdfdf;
}
.title {
	width: 136px;
	height: 20px;
	background: #e8e8e8;
	font-size: 0.929em;
	font-weight: bold;
	line-height: 20px;
	color: #36a1ff;
	padding: 0 10px !important;
	margin-left: 13px !important;
}
#team {
	height: auto; /*140px; */
}
#team img {
	float: left;
	clear: right;
	margin-right: 13px;
	border: solid 10px #dfdfdf;
}
#content {
	width: 610px;
	float: left;
	clear: none;
	display: block;
	margin: 10px 0px 0px 0px;
	overflow: visible;
}
#content_alignrighttop {
	width: 350px;
	height: 180px;
	float: right;
	clear: none;
	display: block;
	margin: 10px 10px 0px 0px;
}
#content_alignrighttop p {
	padding: 0 10px;
}
#content_top {
	width: 610px;
	float: left;
	clear: none;
	display: block;
	padding: 0px;
	margin-bottom:10px;
}
#content_top p, h3 {
	padding: 0 10px 0 13px;
	margin: 7px 0;
}
#content_mid {
	width: 610px;
	float: left;
	clear: none;
	display: block;
	padding: 0px;
	margin-bottom: 10px;
}
#content_mid p, h3, h2 {
	padding: 0 10px 0 13px;
	margin: 7px 0;
}
#content_mid h3.information {
	color: #85BCFF;
}
#content_mid .activities {
	padding-bottom: 10px;
}
#content_mid.activities p {
	margin: 3px 0 20px 0;
}
#content_mid.activities .infopack {
	margin: 5px 0;
 clear:both:
}
#content_mid.activities .requestinfonewsletter_box {
	margin: 5px 0;
	padding-left: 265px;
	color: #666;
}
#content_mid.activities .requestinfonewsletter_box input {
	vertical-align: baseline;
	display: block;
	float: left;
	margin: 0px 10px 0px 0px;
}
#content_mid.activities .requestinfonewsletter_box label {
	width:265px;
	color: #666;
	font-size: 10px;
}
#content_mid.activities a.headlinelink {
	font-size: 16px;
	font-weight: bold;
	color: #36a1ff;
	margin: 5px 0 0 0;
	text-decoration: none;
}
#content_mid.activities a.headlinelink:hover {
	color: #d1d1d1;
	text-decoration: none;
}
#content_mid H4 {
	margin-bottom: 20px;
}
.currency {
	margin: 3px 0;
}
.currency_2 {
	font-size: 0.8em;
	color: #A1A1A1;
	line-height: 130%;
	margin: 3px 0;
}
.currency_main {
	background: #F9F9F9 url(../images/content/exchange_rate.gif) 0 0 no-repeat;
	font-size: 0.95em;
	color: #808080;
	line-height: 120%;
	border: solid 1px #85BCFF;
	padding: 25px 10px 10px 10px;
	margin: 3px 0;
}
.currency_main .note {
	font-size: 0.8em;
	color: #A1A1A1;
	margin: 3px 0px;
}
.quotation {
	background: url(../images/quote_1.gif) 0px 0px no-repeat;
	padding: 20px 34px 0 34px;
}
#content_policy {
	width: 610px;
	float: left;
	clear: none;
	display: block;
	padding: 13px 0 0 0;
	margin-bottom: 20px;
}
#content_policy p {
	padding: 0 10px 0 13px;
	margin: 7px 0;
}
#content_policy h3 {
	padding: 0px 10px;
	margin: 10px 0 5px;
}
#lower-roman {
	list-style-type: lower-roman;
	list-style-position: inside;
	margin: 0;
	padding: 0 10px 5px 15px;
}
#lower-roman li {
	height: auto !important;
	background: none !important;
	padding-left: 0 !important;
	margin: 3px 0;
}
#terms {
	list-style-type: decimal-leading-zero;
	list-style-position: outside;
	margin: 10px 20px !important;
	padding: 0 10px 5px 15px;
}
#terms li {
	height: auto !important;
	background: none !important;
	padding-left: 0 !important;
	margin: 3px 0;
}
#content_policy ul {
	margin: 0;
	padding: 0 10px 5px 15px;
}
#content_policy li {
	height: 16px;
	background: url(../images/content/oy_listitem.gif) center left no-repeat;
	padding-left: 16px;
	line-height: 16px;
	margin: 3px 0;
}
.policy_table {
	margin-left: 10px;
	border: 0 #808080 solid;
}
.policy_th {
	padding: 10px;
	border: 1px #808080 solid;
	background-color: #efefef;
	font-weight: bold;
}
.policy_td {
	padding: 10px;
	border: 1px #808080 solid;
}
#content_alignrightbottom {
	width: 350px;
	float: right;
	clear: none;
	display: block;
	margin: 0 10px 0 0;
}
#content_alignrightbottom p {
	padding: 0 10px 0 13px;
	margin: 6px 0 10px;
}
#content_img_left {
	width: 240px;
	float: left;
	clear: none;
	display: block;
	padding: 0;
	margin: 0;
}
H1 {
	margin: 0;
	padding: 0;
	/*visibility: hidden;*/

    font-size: 0;
	line-height: 0;
}
.home {
	font-size: 20px;
	font-weight: bold;
	color: #48ABFF;
	margin: 5px 0 20px 12px;
	line-height: 24px;
}
.australia {
	width: 250px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_australia01.gif);
}
.australia1 {
	width: 250px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_australia01a.gif);
}
.australia2 {
	width: 250px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_australia01b.gif);
}
.australia3 {
	width: 429px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_australia01c.gif);
}
.brazil {
	width: 250px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_brazil01.gif);
}
.canada {
	width: 116px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_canada01.gif);
}
.canada1 {
	width: 263px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_canada_banff01.gif);
}
.canada2 {
	width: 250px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_canada_tremblant01.gif);
}
.canada3 {
	width: 250px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_canada_whistler01.gif);
}
.chile {
	width: 250px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_chile01.gif);
}
.costarica {
	width: 350px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_costarica01.gif);
}
.india {
	width: 302px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_india01.gif);
}
.jordan {
	width: 263px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_jordan01.gif);
}
.kenya {
	width: 322px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_kenya01.gif);
}
.nepal {
	width: 335px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_nepal01.gif);
}
.romania {
	width: 304px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_romania_bears01.gif);
}
.romania1 {
	width: 250px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_romania_childcare01.gif);
}
.southafrica {
	width: 176px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_southafrica01.gif);
}
.southafrica1 {
	width: 349px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_southafrica_elephants01.gif);
}
.southafrica2 {
	width: 320px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_southafrica_lions01.gif);
}
.southafrica3 {
	width: 350px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_southafrica01_sports.gif);
}
.southafrica4 {
	width: 400px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_southafrica_sharks01.gif);
}
.southafrica5 {
	width: 295px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_southafrica_monkeys01.gif);
}
.tanzania {
	width: 288px;
	height: 25px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_tanzania01.gif);
}
.zambia {
	width: 401px;
	height: 27px;
	display: block;
	border: 0;
	text-indent: -9999px;
	background-image: url(/images/headlines/oy_hdl_zambia01.gif);
}
H2 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #48ABFF;
	margin: 5px 0 0 0;
}
H3 {
	font-size: 16px;
	font-weight: bold;
	color: #36a1ff;
	margin: 5px 0 0 0;
}
H4 {
	font-size: 14px;
	font-weight: bold;
	color: #48ABFF;
	margin: 5px 0 0 0;
}
H6 {
	font-size: 14px;
	font-weight: bold;
	color: #36a1ff;
	margin: 7px 0;
}
/* LINK CONTAINER */



#linkbox {
	width: 608px;
	display: block;
	clear: both;
	border: 1px #dddddd solid;
	padding: 10px 0;
	margin-top: 10px;
}
#linkbox ul {
	width: 608px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#linkbox ul li {
	list-style: none;
	background: none;
	display: inline;
	height: 50px;
	border: 0 none;
	margin: 0;
	padding: 0;
}
#linkbox li a {
	list-style: none;
	border: 0 none;
	text-decoration: none;
}
/*BOOKMARKS*/



#bookmarks {
	width: 595px;
	float: left;
	clear: none;
	display: block;
	border: 1px #dddddd solid;
	padding: 5px 0 5px 13px;
	margin-top: 10px;
}
#bookmarks ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#bookmarks li {
	display: inline;
	height: 16px;
	line-height: 16px;
	margin: 0;
	padding: 0 10px 0 0;
}
#bookmarks li img {
	margin: 0;
	vertical-align: top;
}
/*PRINTBOX*/



#printbox {
	float: left;
	clear: none;
	display: block;
	color: #000000;
	margin: 10px 0 20px 0;
	padding: 0 0 0 13px;
}
.img_print {
	margin-right: 3px;
	border: 0;
}
/*LINKS*/



a:focus {
	outline: none;
}
a.link_gray_bold:link, a.link_gray_bold:visited {
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
a.link_gray_bold:hover {
	color: #525252;
	text-decoration: none;
}
a.link_black:link, a.link_black:visited {
	font-size: 1em;
	color: #1c1914;
	font-weight: bold;
	text-decoration: none;
}
a.link_black:hover {
	color: #808080;
	text-decoration: none;
}
a.link_white:link, a.link_white:visited {
	color: #ffffff;
	text-decoration: none;
}
a.link_white:hover {
	color: #d1d1d1;
	text-decoration: none;
}
a.link_black_bold:link, a.link_black_bold:visited {
	font-weight: bold;
	color: #1C1914;
	text-decoration: none;
}
a.link_black_bold:hover {
	color: #D1D1D1;
	text-decoration: none;
}
a.link_white_bold:link, a.link_white_bold:visited {
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.link_white_bold:hover {
	color: #616161;
	text-decoration: none;
}
a.link_yellow_bold:link, a.link_yellow_bold:visited {
	font-weight: bold;
	color: #F5FFB4;
	text-decoration: none;
}
/*ADDS*/	



#add_box {
	width: 249px;
	float: left;
	clear: none;
	display: block;
	margin: 10px 0 0 0;
	background-color: #dfdfdf;
}
#add {
	width: 191px;
	margin: 20px auto;
	border: 1px #c7c7c7 solid;
	background-color: #ffffff;
	padding-top: 5px;
}
#add_hdl {
	width: 169px;
	height: 20px;
	margin: 0px auto;
	background-color: #a9abae;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}
#add_image {
	width: 179px;
	height: 114px;
	margin: 0 auto;
}
#add_content {
	width: 179px;
	margin: 10px auto;
}
/*DOWNLOADS*/



#download_box {
	width: 610px;
	height: 132px;
	display: block;
	margin: 18px 0;
	padding: 0;
	clear: both;
}
.download_txt {
	padding: 5px 10px;
	display: block;
}
a.download_link:link, a.download_link:visited {
	text-decoration: none;
	color: #808080;
	font-weight: bold;
}
a.download_link:hover {
	text-decoration: none;
	border-bottom: dotted 1px #808080;
}
a.downloadbox_text_newsletter:link, a.downloadbox_text_newsletter:visited {
	text-decoration: none;
	color: #87574f;
	font-weight: normal;
}
a.download_link_text_newsletter:hover {
	text-decoration: none;
	border-bottom: dotted 1px #808080;
}
a.downloadbox_text_brochure:link, a.downloadbox_text_brochure:visited {
	text-decoration: none;
	color: #d3614c;
	font-weight: normal;
}
a.download_link_text_brochure:hover {
	text-decoration: none;
	border-bottom: dotted 1px #808080;
}
a.downloadbox_text_pricelist:link, a.downloadbox_text_pricelist:visited {
	text-decoration: none;
	color: #88726e;
	font-weight: normal;
}
.download_link_text_pricelist:hover {
	text-decoration: none;
	border-bottom: dotted 1px #808080;
}
a.downloadbox_text_contact:link, a.downloadbox_text_contact:visited {
	text-decoration: none;
	color: #c3607e;
	font-weight: normal;
}
.download_link_text_contact:hover {
	text-decoration: none;
	border-bottom: dotted 1px #808080;
}
#download_newsletter {
	width: 132px;
	height: 85px;
	float: left;
	clear: none;
	display: inline;
	background: #dfdfdf url(../images/layout/oy_downl_bt01.gif) no-repeat;
	padding: 37px 10px 10px 10px;
	color: #87574f;
}
#download_brochure {
	width: 132px;
	height: 85px;
	float: left;
	clear: none;
	display: inline;
	background: #d5d5d5 url(../images/layout/oy_downl_bt02.gif) no-repeat;
	padding: 37px 10px 10px 10px;
	color: #d3614d;
}
#download_pricelist {
	width: 132px;
	height: 85px;
	float: left;
	clear: none;
	display: inline;
	background: #cfcfcf url(../images/layout/oy_downl_bt03.gif) no-repeat;
	padding: 37px 10px 10px 10px;
	color: #88726e;
}
#download_contact {
	width: 132px;
	height: 85px;
	float: left;
	clear: none;
	display: inline;
	background: #dfdfdf url(../images/layout/oy_downl_bt04.gif) no-repeat;
	padding: 37px 10px 10px 10px;
	color: #c3607e;
}
/*FOOTER*/



#footer {
	width: 895px;
	margin: 0px auto;
	display: block;
	padding: 10px;
	text-align: center;
	color: #ffffff;
}
#footer .advice {
	display: block;
	font-size: 10px;
	margin-top: 5px;
	padding: 5px 0;
	border-top: 1px solid #c2deff;
}
.button_image {
	border: 0px;
}
.textbold {
	font-weight: bold;
	margin: 2px 0px;
	padding: 0px;
}
.textbold_black {
	font-weight: bold;
	color: #000000;
}
.textbold_black:hover {
	font-weight: bold;
	color: #ffffff;
}
.textbold_white {
	font-weight: bold;
	color: #ffffff;
}
.textbold_white:hover {
	font-weight: bold;
	color: #000000;
}
/*SEARCH*/



#searchbox {
	width: 249px;
	float: left;
	clear: none;
	display: block;
	margin: 10px 0px;
	padding: 0px;
}
#searchresults {
	width: 400px;
	float: left;
	clear: none;
	display: block;
	margin: 10px 14px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #616161;
}
#searchresults p {
	margin: 5px 0px;
	padding: 0px;
}
#searchresults a {
	color: #1C1914;
	font-weight: bold;
	text-decoration: none;
}
#searchresults a:hover {
	color: #808080;
	text-decoration: underline;
}
#ajaxcountry {
	margin:0px;
	padding:0px;
}
input.txt {
	width: 155px;
	padding:2px 5px;
	font-size: 11px;
	border: 1px solid #7F9DB9;
}
input.btn {
	height: 20px;
	line-height: 20px;
	vertical-align: top;
}
#research {
	width: 583px;
	height: 45px;
	padding: 0px 13px;
	margin: 7px 0px;
	background: #F2F4F6;
}
/*CONTACT FORM*/



#contact_form fieldset {
	border: 0px solid #E5E5E5;
	background-color: #ffffff;
	margin: 0px auto;
	padding-left: 13px;
}
#contact_form p {
	margin: 3px 0;
	padding: 3px 0;
}
#contact_form p label {
	font-size: 11px;
	color: #1C1914;
	padding-left: 0px;
	float: left;
	width: 45%;
}
#contact_form #name, #email, #phone, #address1, #address2, #town, #county, #country, #postcode, #interest, #feedback, #contacttype, #agecategory, #timefortravel, #telephone {
	width: 200px;
	padding: 2px 5px;
	font-size: 11px;
	border: 1px solid #7F9DB9;
	margin: 0;
}
#contact_form textarea {
	width: 200px;
	border: 1px #7F9DB9 solid;
}
#contact_form p .button {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #808080;
	border: 1px solid #E5E5E5;
	padding: 2px;
	margin: 10px 0;
	font-weight: bold;
	cursor: pointer;
}
#contact_form p .button_cancel {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #808080;
	border: 1px solid #e5e5e5;
	padding: 2px;
	margin: 10px 0;
	font-weight: bold;
	cursor: pointer;
}
#contact_form H3 {
	padding-left: 0px;
}
#halfbox_frame {
	width: 608px;
	float: left;
	clear: none;
	display: block;
	padding: 0px;
	margin: 0 0 20px 0;
}
#halfbox {
	width: 292px;
	float: left;
	clear: none;
	display: inline;
	border: 1px solid #DDDDDD;
	padding: 5px 4px 20px 0;
	margin: 0 5px 0 0;
}
#halfbox p {
	padding: 0 10px 0 13px;
	margin: 7px 0;
}
#halfbox .cost {
	background: #eeeeee url(../images/cost_back.gif) 0 0 no-repeat;
	font-weight: bold;
	border: solid 1px #d4d4d4;
	padding: 25px 9px 15px;
	margin: 7px 9px 10px 13px;
}
#contactusbox {
	width: 587px;
}
#contactusbox .line {
	border-bottom: dotted 1px #adadad;
	padding: 0 0 18px 0;
	margin: 18px 0 0 13px;
}
#contactusbox .visit {
	margin-top: 13px;
}
#address {
	font-size: 13px;
	padding-top: 11px !important;
}
#map {
	background: url(../images/layout/map_back.png) 0 0 no-repeat;
	width: 584px;
	height: 320px;
	display: block;
	padding: 43px 13px 13px;
	margin: 20px 0;
}
/*POLICY*/



#policy_box {
	width: 610px;
	height: 140px;
	display: block;
	clear: both;
	margin: 18px 0;
	padding: 0;
}
.policy_txt {
	padding: 5px 10px;
	display: block;
}
.policy_link {
	text-decoration: none;
	color: #808080;
	font-weight: bold;
}
.policy_link:hover {
	text-decoration: none;
	border-bottom: dotted 1px #808080;
}
#policy_responsible {
	width: 132px;
	height: 140px;
	float: left;
	clear: none;
	display: inline;
	background: #DFDFDF url(../images/content/policy/oy_policy01.gif) no-repeat;
	padding: 0 10px;
	color: #87574f;
}
#policy_safety {
	width: 132px;
	height: 140px;
	float: left;
	clear: none;
	display: inline;
	background: #D5D5D5 url(../images/content/policy/oy_policy02.gif) no-repeat;
	padding: 0 10px;
	color: #d3614d;
}
#policy_terms {
	width: 132px;
	height: 140px;
	float: left;
	clear: none;
	display: inline;
	background: #CFCFCF url(../images/content/policy/oy_policy03.gif) no-repeat;
	padding: 0 10px;
	color: #88726E;
}
#policy_standards {
	width: 132px;
	height: 140px;
	float: left;
	clear: none;
	display: inline;
	background: #DFDFDF url(../images/content/policy/oy_policy04.gif) no-repeat;
	padding: 0 10px;
	color: #c3607e;
}
#activities_table {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	background: #FFFFFF;
	margin: 0 5px 20px;
	width: 600px;
	border-collapse: collapse;
	text-align: left;
}
#activities_table th {
	font-weight: normal;
	color: #808080;
	padding: 10px 8px;
	border-bottom: 2px solid #7caece;
	font-weight: bold;
}
#activities_table td {
	border-bottom: 1px solid #808080;
	color: #808080;
	padding: 6px 8px;
	width: 220px;
}
#activities_table .dptitle {
	font-size: 14px;
	font-weight: bold;
	color: #7caece;
}
#activities_table a, a:visited {
	color: #616161;
	text-decoration: none;
	font-weight: bold;
}
#activities_table a:hover {
	color: #7caece;
}
.activities_special {
	font-weight: bold;
}
#categorylinkbox {
	width: 610px;
	height: 36px;
	background: #0968a6;
	margin: 10px 0;
}
#categorylink {
	width: 610px;
	height: 36px;
	margin: 0;
	background: url(../images/layout/categories_link.png) no-repeat 0 0;
	display: block;
}
#categorylink:hover {
	background-position: 0 -36px;
}
#categorylink span {
	position: absolute;
	top: -999em;
}
#projects {
	width: 595px;
	list-style: none;
	margin: 15px 0;
}
#projects li {
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	border-bottom: 1px solid #7caece;
	background: none !important;
}
#projects li a, a:active, a:visited {
	color: #7caece;
	text-decoration: none;
}
#projects li a:hover {
	color: #808080;
}
.projectimg {
	margin: 0 0 0 4px;
}
.project_page {
	width: 570px;
	padding: 2px 3px 15px 3px;
	margin: 0 0 10px 10px;
	border-bottom: 1px solid #7caece;
}
.protitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
}
.protitle a, a:active {
	color: #7caece;
	text-decoration: none;
}
.protitle a:hover {
	color: #808080;
}
/*ACOMMODATION*/



#accommodation_box {
	width: 595px;
	float: left;
	clear: none;
	display: block;
	border: 1px #DDDDDD solid;
	padding: 5px 5px 5px 0px;
	margin: 10px 0px 13px 0px;
}
#accommodation_box p {
	padding: 0 0 0 13px;
	margin: 7px 0;
}
/*FAQ's*/



#faq_list {
	width: 600px;
	display: block;
	margin-bottom: 20px;
	overflow: auto;
}
#faq_left {
	width: 300px;
	float: left;
	display: inline;
}
#faq_right {
	width: 300px;
	float: left;
	display: inline;
}
.img_apply {
	margin: 10px 0px 10px 14px;
}
.backtotop a {
	background: #FFFFFF url(../images/content/oy_arrow_top.gif) 0px 5px no-repeat;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	margin: 5px 0px;
}
#floatbox_newsletter {
	height: 450px;
	background-color: #FFFFFF;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	overflow: visible;
	display:block;
}
#floatbox_newsletter p, H3 {
	padding-left: 14px;
}
/* SLIDESHOW */



#slide_container {
	background: #FFFFFF url(../images/layout/oy_header_bg01.gif) no-repeat;
	width: 610px;
	height: 344px;
	display: block;
	padding: 0 11px;
	margin: 10px 0 0 0;
	overflow: hidden;
}
#newproject {
	border: 1px #DDDDDD solid;
	background: #f4f4f4;
	margin-top: 10px;
	padding-top: 10px;
}
#downloadbutton_box {
	width: 610px;
	margin-top: 10px;
}
/*****	Twitter Feed  *****/	
.tweet, .query {
	background: #fafafa url(../images/content/twitter_bak.png) 0 0 no-repeat;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #085258;
	width: 229px;
	clear: both;
	padding: 55px 10px 10px;
}
.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}
.tweet_list .awesome, .tweet_list .epic {
	text-transform: uppercase;
}
.tweet_list li {
	background-image: none;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
}
.tweet_list li a {
	color: #0C717A;
	text-decoration: none;
}
.tweet_list .tweet_even {
	background-color: #fafafa;
}
.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet_list .tweet_avatar img {
	vertical-align: middle;
}

