@charset "utf-8"; 
/* CSS Document */

body {
	background: url(../images/bg.jpg) repeat-x 0 0;
	font-size: 12px;
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	line-height: 1.8em;
}
#furtherContent input[type="submit"], #contactFormButton input[type="submit"]
{
	color: #FFFFFF;
	padding: 0 0 0 10px;
	font-family:  Arial, Tahoma, Verdana;
	font-size: 12px;
	cursor: pointer;
	height: 23px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/images/btn_bg.gif);
	background-repeat: repeat-x;
	border-width: thin;
}
#furtherContent a.buttondom
{
	display: block;
	color: #FFFFFF;
	font-family:  Arial, Tahoma, Verdana;
	font-size: 12px;
	cursor: pointer;
	height: 23px;
	width : 150px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(/images/btn_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #fff;
}

#furtherContent a:hover.buttondom
{
	text-decoration: underline;	
}

input[type="text"], select {
    font-size: 11px;
}

#arrangeVisitForm input[type="text"], #arrangeVisitForm select {
    width: 200px;
    border: 1px solid #666;
}
#arrangeVisitForm div {
    margin-bottom: 5px;
}

#brochureForm input[type="text"], #brochureForm select, #contactForm input[type="text"], #contactForm select {
    width: 200px;
    border: 1px solid #666;
    padding: 2px;
}
option {  
    font-size: 11px;
    padding: 0 5px;
}

.brochureFormItemSpacer, .contactFormItemSpacer {
    margin-bottom: 10px;
}

.brochureFormChecks,.contactFormChecks {
    margin-bottom: 10px;
}

.brochureFormChecks b, .contactFormChecks b {
    display: inline-block;
    width: 100px;
    margin: 0 0 0 10px;
    color: #0089E1;
}

b.greenItem {
    color:#098E4F
}

em.formItem {   
    display: inline-block;
    width: 90px;
    font-style: normal;
    font-weight: bold;
}
em.formItemLonger {   
    display: inline-block;
    width: 180px;
    font-style: normal;
    font-weight: bold;
}

em.formItem2 {  
    display: inline-block;
    width: 200px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 5px;
}

h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #0089e1;
	line-height: normal;
}

h2 
{
	font-size: 0.93em;
	color: #0089e1;
}

h1.country, h2.country {
	color: #005430;
}

#furtherContent a 
{
    color: #015883;   
}

#furtherContent img 
{
    border: none;
}

#viewLatest a 
{
    color: #333;
    text-decoration: none;
}

#viewLatest a:hover 
{
    text-decoration: underline;
}

.facilitiesRow1 {
    font-weight: bold; 
    font-size: 14px; 
    padding:5px 0 5px 10px;
    background: #cae5f4;
}

.facilitiesRow2 {
    font-weight: bold; 
    font-size: 14px; 
    padding:5px 0 5px 10px;
    background: url(/Images/tick.gif) no-repeat #cae5f4;
}


strong { 
	color: #015883;
}

p.first {	
	color: #015883;
}


div.go {
	padding: 5px 0 0 0;
}

.white {
    color: white;
}

.strong {
    font-weight: bold;
}

/* ---------- Navigation styles ------------ */

#navigation {
	line-height: normal;
	font-size: 1em;
}

#navigation a:hover 
{
    text-decoration: underline;
}

#navigation li {
	min-height: 13px;
}

.Level1 {
	display: block;
	width: 137px;
	background: url(../images/Level1.png) no-repeat;
	padding: 10px 0 10px 13px;
}

.Level1:first-child {
	background: url(../images/topNavLink.jpg) no-repeat;
	height: 13px;
}

.Level1 a {
	color: white;
	text-decoration: none;
	padding: 9px 0 8px 0;
	font-weight: bold;
}

#navigation li.Level2 {
	display: block;
	width: 111px;
	background: url(../images/Level2.png) repeat-y #fff;
	padding:9px 0 10px 39px;
	margin: 0 0 1px 0;
}

.Level2 a {	
	color: #333;
	text-decoration: none;
}

#navigation li.Level3 {
	display: block;
	width: 98px;
	background: url(../images/Level3.png) no-repeat #fff;
	padding:9px 0 10px 52px;
	margin: 0 0 1px 0;
}

.Level3 a {	
	color: #000;
	text-decoration: none;
}

.navSelected {	
	background: url(../images/navSelected.png) no-repeat;
	font-weight: bold;
}

#navigation li.blue {
	background: url(../images/nav-blue.png) no-repeat #fff;
	padding:9px 0 10px 26px;
	width: 124px;
	margin: 0 0 1px 0;
}

.blue a, .green a, .yellow a {
	color: #333;
	font-weight: normal;
}

#navigation li.green {
	background: url(../images/nav-green.png) no-repeat #fff;
	padding:9px 0 10px 26px;
	width: 124px;
	margin: 0 0 1px 0;
}

#navigation li.yellow {
	background: url(../images/nav-yellow.png) no-repeat #fff;
	padding:9px 0 10px 26px;
	width: 124px;
	margin: 0 0 1px 0;
}

/* ---- navigation selected styles ----- */

#navigation .NavSelected1.blue 
{
    background: #eaeaea url(../images/nav-blue.png) no-repeat;

}

#navigation .NavSelected1.blue a 
{
    
    color: #015883;
    font-weight: bold;
}

#navigation .NavSelected1.green 
{
    background: #eaeaea url(/images/nav-green.png) no-repeat left;

}

#navigation .NavSelected1.green a 
{
    
    color: #005430;
    font-weight: bold;
}

#navigation .NavSelected1.yellow 
{
    background: #eaeaea url(/images/nav-yellow.png) no-repeat left;

}

#navigation .NavSelected1.yellow a 
{
    
    color: #0089E1;
    font-weight: bold;
}

#navigation .NavSelected2
{
   font-weight: bold;
   background: #cdcdcd url(/images/Level2.png) repeat-y;
}

#navigation .NavSelected3 
{
    font-weight: bold;
    background: #bcbcbc url(/images/Level3.png) repeat-y;
}


/* ------- Footer styles ------- */

#footer {
	line-height: normal;
	font-size: 11px;
}

#footer li {	
	list-style: none;
}

#footer li.title {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#footer li strong, #footer li strong a {
	color: #015883;
}

#footer li a {
	color: #333;
	text-decoration: none;
}

#copyright {
    color: white;
    font-weight: bold;
}

#copyright p {
	color: white;
	margin: 0 0 10px 0;
	font-weight: bold;
}

#copyright a 
{
    color: White;
}

.unitFinderHeader {
    margin-top: 40px;
    margin-bottom: 0px;
    padding: 0px;
    color:#106b0b;
    font-size: 22px;
    float: left;
    line-height: 2em;
}

#map #copyright, #map #copyright span {	
	display: none;
}


/* callback CTA */

#CTAcallback {
	width: 230px;
	height: 100px;
	float: left;
	background: url(/images/cta-callback-bg.png) no-repeat;
	padding: 20px 10px 0 10px;
	position: relative;
	margin: 20px 0 20px 20px ;
}

#CTAcallback input {
	width: 174px;
	margin-top: 10px;
	height: 14px;
	padding: 3px;
	border: none;
	background: url(/images/callback-input-bg.jpg);
}

#CTAcallback select {
	width: 180px;
	margin-top: 10px;
}

#CTAcallback .cta-callback-submit {
	width: 49px;
	height: 20px;
	background: url(/images/semi-go.jpg) no-repeat;
	border: none;	
	position: absolute;
	bottom: 11px;
	*bottom: 6px;
	right: 10px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

/* ///callback CTA */
