/* ============ elements & gloabal settings ======= */
body {
	padding: 0;
	margin: 0;
	font: 76% verdana, arial, helvetica, sans-serif;
	color: #666;
	background-color: #fff;
}
/* ------------ relative font sizes --------------- */
h1 {
	font-size: 2.0em;
	display: none;
}
h2{
	margin: 0;
	font-size: 1.8em;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p, ol, ul, li {
	font-size: 1.0em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	/*color: #3366BB;*/
	color: #894BAD;
	font-weight: normal;
}
h2 {
	margin-bottom: 0.5em;
}
/* ------------ line heights ---------------------- */
p, .newsbody, li{
	line-height: 1.5em;
}
ul.box li {
	line-height: 1.4em;
}
/* ------------ margins --------------------------- */
h3, h4, h5, h6 {
	margin-bottom: 0.2em;
}
h4.box {
	margin-bottom: 0.6em;
}
h5, h6 {
	margin-bottom: 0;
}
/* adjacent sibling selectors not supported by: 
ie except ie5 (mac)
nn4
opera 3.5 */
h5 + p, h6 + p {
	margin-top: 0;
}
/* ------------ misc elements --------------------- */
address {
	display: inline;
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
a {
	padding-bottom: 1px;
	text-decoration: none;
}
a:link {
	/*color: #3366BB;*/
	color: #894BAD;
	/*border-bottom: 1px dotted #3366BB;*/
	/*background: url(../images/border_link.gif) repeat-x bottom;*/
}
a:visited {
	/*color: #3366BB;*/
	color: #894BAD;
	/*background: url(../images/border_link.gif) repeat-x bottom*/
	/*border-bottom: 1px dotted #3366BB;*/
}
a:hover {
	color: #991111;
	/*background: url(../images/border_hover.gif) repeat-x bottom*/
	/*border-bottom: 1px dotted #991111;*/
}
a:active {
	color: #111;
	/*background: url(../images/border_link.gif) repeat-x bottom*/
	/*border-bottom: 1px dotted #111;*/
}
label {	
	display: block;
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #ccc;
	font-size: .9em;
}
/* ============  MAIN PAGE BLOCKS ================= */
#mainblockfull {
	width: 100%;
	background: #fff;
}


#mainblockcentre {
	float: left;
   background: #fff;
   width: 49.9%;
}
#mainblockside {
	float: left;
   background: #fff;
   width: 74.9%;
}
#sidebarright, #sidebarleft {
   float: left;
   width: 24.9%;
}
#sidebarleft {
	background: #ccc;
}
#sidebarright {
	background: #fff;
}
#pagebodycontent {
	background: #fff;
	margin: 0 0 1px 0;
	padding-bottom: 2em;
	border-width: 1px 0;
	border-style: solid;
	border-color: #E4A40B;
}
#banner {
	padding: 40px 0 39px 0;
	text-align: right;
	background: url(../images/logo_country_residence.gif) no-repeat top right;
	
}
#banner img {
	margin: 3px;
}
div#logo {
	position: absolute;
	top: 0;
	left: 0;
}
#navbarh {
	padding: 0.25em 0.2em 0.25em 210px;
	background: #EEC327;
	border-top: 1px solid #F6DE89;
}
#footerbar {
	padding: 0.6em;
	margin-top: 0em;
	background: url(../images/icon_padlock.gif) no-repeat 2em 50% #EEC327;
}
#footerbar a:link, #footerbar a:active, #footerbar a:visited {
	text-decoration: none;
	color: #808000;
	margin-left: 2.8em;
	background: none;
}
#footerbar a:hover {
	text-decoration: none;
	color: #7B5700;
} 


#footerbarunder {
	font-size: 1em;
	line-height: 1.5em;
	color: #999;
	padding: 1em 2em;
}
div#awardBox {
	width: 100%;
	margin: 20px 0;
}
div#awardBox h4 {
	margin: 0;
	background: #eec327;
	border-bottom: 1px solid #e4a40b;
	border-top: 1px solid #f6de89;
	padding: 0 3px 1px 3px;
}
div#awardBox img {
	margin: 5px;
}
/* ------------ other main page block settings ---- */
/*#sidebarright > div > h4:first-child {
	margin-top: 0;
} 
#mainblockside > div > h2, #mainblockfull > div > h2 {
	margin-top: 0;
}*/

/* ============ boxes ============================= */
/*h4.box a:link, h4.box a:visited {
	color: #CA8C20;
}
h4.box a:hover {
	color: #fff;
}
h4.box a:active {
	color: #ffc;
}*/
ul.box {
	padding: 0 0 0 0.7em;
	margin: 0 0 0 0.7em;
	list-style: outside url( '../images/list_bullet_arrow.gif' );
	font-size: 0.9em;
}

/* ============ nav bar content =================== */
#navbarh ul{
	padding: 0.1em 0;
	margin: 0;
}
#navbarh ul li {
	display: inline;
	padding: 0 7px;
	background: url(../images/list_bullet_nav.gif) no-repeat 0 0.4em;
}
#navbarh ul li a {
	font-weight: normal;
	background: none;
}
#navbarh a:link {
	color: #63288D;
	text-decoration: none;
}
#navbarh a:visited {
	color: #63288D;
	text-decoration: none;
}
#navbarh a:hover {
	color: #fff;
	text-decoration: underline;
}
#navbarh a:active {
	color: #111;
	text-decoration: none;
}

/* table layouts */

table.homeColumns {
	width: 100%;
}
table.homeColumns tr td.col1 {
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
}
table.homeColumns tr td.col2 {
	width: 200px;
	vertical-align: top;
	padding-right: 10px;
}
table.homeColumns tr td.col3 {
	vertical-align: top;
}

table.accommodationCols {
	width: 100%;
}
table.accommodationCols tr td.col1 {
	width: 25%;
	padding-right: 20px;
	vertical-align: top;
}
table.accommodationCols tr td.col2 {
	width: 25%;
	padding-right: 20px;
	vertical-align: top;
}
table.accommodationCols tr td.col3 {
	width: 25%;
	padding-right: 20px;
	vertical-align: top;
}
table.accommodationCols tr td.col4 {
	width: 25%;
	padding-right: 20px;
	vertical-align: top;
}
table.accommodationCols tr td.col2 h3 {
	margin: 10px 0 0 0;
	padding: 3px;
	color: #894BAD;
	font-size: 1em;
	font-weight: bold;
	background: #FBF0C9;
	border: 1px solid #EEC327;
	text-transform: uppercase;
}

/* ============ misc content styles =============== */
div.rightfloatingpic {
	margin: 0 0 0 10px;
	float: right;
	border: 1px solid #ccc;
	background: #eee;
}
div.rightfloatingpic img {
	display: block;
	margin: 4px;
}
div.leftfloatingpic {
	margin: 0 10px 0 0;
	float: left;
	border: 1px solid #ccc;
	background: #eee;
}
div.leftfloatingpic img {
	display: block;
	margin: 4px;
}
div.accompic{
	border: 1px solid #ccc;
	background: #eee;	
	width: 278px;
}
div.accompic img {
	display: block;
	margin: 4px;
}
span.spacer {
	display: block;
	height: 1px;
	font: 1px /1 sans-serif;
	clear: both;
}

h3.headerbar {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #fff #ccc #ccc #ccc;
	padding: 0;
}
div.hr {
	border-top: 1px solid #ccc;
	margin: 1em 0;
}
div.hr hr {
  display: none;
}
p.newsarticledate {
	font: normal 0.9em 'lucida console', courier, monospace;
	color: #acacac;
	margin: 0 0 1em 0;
}
div.usermessage {
	border: 1px solid #eee;
	padding: 0.3em;
	background: #f9f9f9;
	color: #c30;
	font: 0.9em 'ludica console', courier, monospace;
	margin-bottom: 1em;
}

div.panoramaOutside {
	background: #eeeeee url(../images/Ingleboro_Pan_up_moor.jpg) no-repeat;
	height: 180px;
	border-bottom: 1px #cccccc solid ;
}
/* ============ signature ========================= */
A.qdk:link, A.qdk:visited, A.qdk:active	{	
	text-decoration: underline;	
	color: #ccc;
	background: none;
}
A.qdk:hover	{ 
	text-decoration: underline; 
	color: #f60;
	background: none;
}
.sig {
	color: #ccc;
	font: 0.8em arial, helvetica, sans-serif;
	margin: 1em 0 0 1em;
}