/* CSS Styling for Designated Land */

body {
	text-align:center;
	min-width:800px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0 auto;
	background-image:url(images/body_back.gif);
	background-repeat:repeat-x;
	background-position:top left;
}
img {
border:none;
}
/* Positioning
-----------------------------------------------------------------*/
#wrapper{
	width: 770px;
	margin:0 auto;
	text-align:left;
	color:#4A4B53;
}
#header{
	height:86px;
	
}
#logo{float:left; width:195px; margin:8px 0 0 5px;}
#topNav{float:right; width:142px; margin:23px 5px 0 0}
#mainNav{ float:right; height:21px; margin-top:9px; margin-right:4px; width:755px; padding:0;}
#content {
float:left;
width:545px;
}
#newsCol{
	float:right;
	width:205px;
	margin-right:4px;
	margin-top:12px;
}
#footer{
clear:both;
}

#mainArea{
margin-bottom:20px;
width:760px;
}
/* Header
-----------------------------------------------------------------*/
#topNav{background-image:url(images/line_gradient.jpg); background-position:right bottom; background-repeat:no-repeat;}
#topNav ul{margin:0; padding:0;padding-bottom:2px;}
#topNav li{
display: inline;
list-style-type: none;
margin:0;
padding-left: 3px;
font-size:75%;
}
#topNav li a{ text-decoration:none; color:#4A4B53;}
#mainNav {
background-image:url(images/curve_nav.gif);background-position:left top; background-repeat:no-repeat;
background-color:#DABE64;
}
#mainNav ul{
list-style:none;
margin:0;
padding:3px 0px 0 0;
float:right;
}
#mainNav ul li{
float:right;
}
#mainNav ul a{
text-decoration:none;
font-size:100%;
font-weight:bold;
display:block;
padding:2px 5px 0 6px ;
color:#4A4B53;
}
#mainNav ul a:hover{text-decoration:underline;}
#mainNav ul a.first{padding-left:3px;}
/* Content
-----------------------------------------------------------------*/
h1{
text-indent:-3000px;
background-image:url(images/welcome_h1.gif);
background-position:left top;
background-repeat:no-repeat;
height:26px;
padding:0;
margin:18px 0 5px 10px;
}
h2{
font-size: 90%;
margin:15px 20px 8px 11px;
}
p {
	font-size:75%;
	padding:0;
	margin:0 20px 8px 11px;
}
li{
font-size: 75%;
}
#newsCol {
background-color:#F0EBDC;
margin-bottom:20px;
}
#newsCol h3{text-indent:-3000px; padding:0; margin:10px 0 5px 15px;
background-image:url(images/news_press_t.gif);
background-position:left top;
background-repeat:no-repeat;}

#newsCol h4{
font-size:100%;
margin:10px 15px 5px 15px;
font-size:80%;
font-weight:bold;
}
#newsCol p{margin:0px 15px 5px 15px;}

#newsCol p.moreInfo {
text-align:right;
margin:0 14px 10px 0;
background-image:url(images/dividers_small.jpg);
background-position:bottom;
background-repeat:no-repeat;
padding-bottom:7px;}

#newsCol p.moreInfo a{
font-weight:bold;
text-decoration:none;
color:#4A4B53;
background-image:url(images/bullet_arrow.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:7px;
}
p.small{font-size:60%;}

hr{
border: 0;
color: #d5c35f;
background-color: #d5c35f;
height: 1px;
margin: 5px 15px 5px 10px;
}
/* Contact Page
-----------------------------------------------------------------*/
#address{
background-color:#f0ebdc;
float:left;
width:360px;
margin:10px 0 15px 10px;
}
#addr1, #addr2 {
width:160px;
float:left;
padding:8px;
}
#uk_office{border:none;}
#addr1 p, #addr2 p{margin:0 0 5px 0;}

#addr1 h5, #addr2 h5{
margin:0 0 5px 0px;
}
#form{clear:both; margin:10px 0 10px 10px;}
#form td{
font-size:75%;
padding:5px;
}
#form  p{margin-left:5px;}
/* Footer
-----------------------------------------------------------------*/
#footer {
border-top: 1px solid #726E54;
color:#726E54
}
#footer  a{
color:#726E54
}



#err_msg, #inf_msg {font-size: 75%; margin-bottom: 10px; margin-top: 10px;}
#err_msg {color: #FF0000;}
#inf_msg {color: #5CB15C;}


/* Class for images & captions
-----------------------------------------------------------------*/
div.img{
margin: 10px 0 20px 10px;
float:none
}
div.img p{
margin: 5px 0 10px 0px;
}
div.img img{
border: 1px solid #444;

}
div.img #left {
float:left;
}
div.img #right{
float:right;
}
.clear{
clear:both}