﻿body, table
{
	background: #ffffff url(Graphics/bg.jpg) repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Lucida Sans, Lucida Grande, Verdana, Geneva, Sans-Serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

body { margin-top : 10px; }

/* table with borders */
table
{
	border: solid 1px #696A6C;
}

td
{
	border: solid 1px #696A6C;
    margin: 0;
    padding: 4px;
}

/* headings */
h1, .Heading1
{
	font-size: 18px;
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	color: #000080;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2,h3,h4, .Heading2, .Heading3, .Heading4
{
	font-family: Arial, Verdana, Geneva, Sans-Serif;
	color: #000080;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2, .Heading2 { font-size: 16px; }
h3, .Heading3 { font-size: 14px; }
h4, .Heading4 { font-size: 12px; }

/* Paragraphs */
p, .Para
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Hyperlinks */
a
{
	text-decoration: none;
	color: #1968B3;
}

a:hover
{
	color: #ff0000;
}
		
/* simple classes */
.NoBorder { border: none; }

.ClearBoth { clear: both; }

.ExtraLargeText { font-size: 130%; }
.BigText { font-size: 110%; }
.NormalText { font-size: 100%; }
.SmallText { font-size: 90%; }		

.Central { text-align: center; }

.PicLeft { float:left; padding: 0 10px 5px 0; border: none; }
.PicRight { float:right; padding: 0 0 0 10px; border: none; }

.ErrorLabel, .Highlight { color: #ff0000; font-weight: bold; }
.Tip { color: #00498d; font-size: 11px; font-weight: bold; }

.Spacing20 { width: 100%; height: 20px; }
.Spacing { width: 100%; height: 10px; }
.Spacing5 { width: 100%; height: 5px; }
.Spacing2 { width: 100%; height: 2px; }
.Spacing8 { width: 100%; height: 8px; }

.hidden { display: none; }
.unhidden { display: block; }

.Bold { font-weight: bold; }

.Overflow { overflow: auto; }

/* Standard warnings */
.InfoMsg 
{	
	background: #d8e5f5 url(Graphics/info1.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: italic;
}

.ErrorMsg
{	background: #d8e5f5 url(Graphics/error.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: italic;
}

.WarningMsg
{
	background: #d8e5f5 url(Graphics/warning.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: italic;
}

/* wrapper */
.Wrapper
{
	width: 750px;
	margin: 20px auto 0 auto;
}

/* introduction bar */
.IntroBar
{
	width: 100%;
	height: 70px;
	background: #ffffff;
}	

/* Page banner */
.Banner
{
	width: 100%;
	height: 400px;
}	

/* page quotation */
.PageQuote
{
	border-top: solid 1px #DBECFC;
	padding-bottom: 15px;
}

/* Navigator */
#Navigator
{
	background-color: #DBECFC; 
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
}	

#Navigator ul
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 25px;
	line-height: 30px;
	z-index: 100;
}

#Navigator ul li
{
	float:left;
	position: relative;
	padding: 0 0 0 0;
	height: 30px;
	z-index: 50;
}

#Navigator li ul
{
	position: absolute;
	display: block;
	left: 0;
	top: 29px;
	/*position: absolute;
	left: 10px;
	top: 29px;*/
	display:none;
	background: #DBECFC;
	z-index: 120;
	border-left: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-bottom: solid 1px #ffffff;
}

#Navigator li ul li
{
	float: left;
	position: relative;
	width: 150px;
}
		
/* Styles for Menu Items */
#Navigator ul li a 
{
	float:left;
	display: block;
	text-decoration: none;
	padding: 0 15px 0 15px;
	background: none; /* IE6 Bug */
	z-index: 50;
	color: #1968B3;
}

#Navigator ul li a:hover { color: #ff0000; }

/* Fix IE. Hide from IE Mac \*/
* html #Navigator ul li { float: left; height: 1%; }
* html #Navigator ul li a { height: 1%; }
/* End */

#Navigator li ul li a 
{ 
	width: auto; 
	background: none; 
	text-align: left;
} /* Sub Menu Styles */
		
#Navigator li:hover ul, li.over ul 
{ 
	display: block; 
} /* The magic */

/* content */
.Content
{
	background-color: transparent; /*#ffffff;*/
}

.ContentText
{
	background: #ffffff; /* url(Graphics/content-bg.gif) no-repeat;*/
	padding: 20px 10px 20px 10px;
}
	
/* footer */
#Footer
{
	background-color: Transparent;
	border-top: solid 1px #DBECFC;
	padding: 15px 0 15px 0;
	text-align: center;
}
		
#Credits
{
	padding-top: 20px;
}

#Credits a, #Credits h1 { font-size: 10px; color: #c0c0c0; }			
#Credits a:hover { color: #ff0000; }

/* highlight a section */
.ShowMe { font-weight: bold; } /* { color: #757455; } { color: #95C8F7; } */

/* quotes */
blockquote
{ 
	background: transparent url(Graphics/quote-open.png) no-repeat scroll top left; 
	padding-top: 10px;
	margin: 0 20px 0 20px;
	width: 510px;
}

blockquote div
{
	background: transparent url(Graphics/quote-close.png) no-repeat scroll bottom right;
	padding: 0 50px;
}

.QuoteKate
{
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-left: 70px;
}		

/* Highlights */
.Highlights
{
	height: 155px;
	padding-top: 15px;
	background: transparent url(Graphics/highlights.gif) no-repeat; 
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}	

.SixLine { padding-top: 7px; height: 163px; }

.Lt {  color: #9999AB }
.Dk { color: #666681; }

/* Property list links */
#PropertyList
{
	height: 60px;
}	
/*
#KenyaPropertyList
{
	padding-left: 24%;
	height: 30px;
}

#BrazilPropertyList
{
	padding-left: 7%;
	height: 30px;
}

#ArgentinaPropertyList
{
	padding-left: 20%;
	height: 30px;
}
		
#KenyaPropertyList a, #BrazilPropertyList a
{
	display:block;
	float:left;
	width: 20%;
	color: #1968B3;
	background-color: #DBECFC;
	margin-left: 2%;
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

#ArgentinaPropertyList a
{
	display:block;
	float:left;
	padding: 0 2% 0 2%;
	color: #1968B3;
	background-color: #DBECFC;
	margin-left: 2%;
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

#KenyaPropertyList a:hover, #ArgentinaPropertyList a:hover, #BrazilPropertyList a:hover
{
	background-color: #1968B3;
	color: #ffffff;
}		
*/

#PropertyList a
{
	display:block;
	float:left;
	padding: 0 20px 0 20px;
	color: #1968B3;
	background-color: #DBECFC;
	font-size: 16px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
}

#PropertyList a:hover
{
	background-color: #1968B3;
	color: #ffffff;
}		


/* Fast facts, further reading */
.FastFacts
{
	background: #ffffff url(Graphics/fast-facts.gif) no-repeat;
	line-height: 20px;
	padding-top: 50px;
	margin-bottom: 20px;
}

.FurtherReading
{
	background: #ffffff url(Graphics/further-reading.gif) no-repeat;
	line-height: 20px;
	padding-top: 50px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.ffrow { background-color: #ffffff; width: 100%; min-height: 20px; padding: 5px 0 5px 0; clear:both; overflow: auto; }
.ffrowalt { background-color: #dcdcdc; width: 100%; min-height: 20px; padding: 5px 0 5px 0; clear:both; overflow: auto; }
.ffcol1 { width: 24%; padding-left: 1%; float:left; font-weight: bold; }
.ffcol2 { width: 74%; float: right; }

/* Buttons */
#Buttons
{
	height: 40px;
}

#Buttons a
{
	display:block;
	float:right;
	width: 17%;
	margin-left: 2%;
	color: #1968B3;
	background-color: #DBECFC;
	font-size: 16px;
	text-align: center;
	height: 40px;
	line-height: 40px;
}	

#Buttons a:hover
{
	background-color: #1968B3;
	color: #ffffff;
}		

.Button
{
	height: 25px;
	line-height: 22px;
	color: #ffffff;
	background-color: #1968B3;
	font-size: 12px;
	text-align: center;
	border: solid 1px #dcdcdc;
}

.Button:hover
{
	background-color: #dcdcdc;
	color: #000000;
	border: solid 1px #c0c0c0;
}		
		

.Share
{
	padding-top: 10px;
	height: 30px;
}
.ShareRt { float: right; }

	
/* contact page */
#Contact
{
	padding: 10px 10px 10px 10px;
	background: #ffffff;
}

#ContactForm
{
	float:left;
	width: 60%;
	padding-right: 4%;
	border-right: solid 1px #dcdcdc;
}

#ContactForm table
{
	border: none;
	background: #ffffff;
}

#ContactForm td
{
	border: none;
    margin: 0;
    padding: 4px;
    background: #ffffff;
}

#ContactMap
{
	float: right;
	width: 32%;
}

.ThreeCol { float:left; width: 33%; }
.Mandy { border: solid 2px #1968B3; }

/* wallpapers */			
.WallCol
{
	float:left;
	width: 49%;
	text-align: center;
}
				
/* testimonials */
.Author
{
	clear: both;
	background-color: #DBECFC; 
	font-style: italic;
	padding-left: 5px;
}	

/* FAQ */
.Faq { height: 710px; }
.FaqText { float:left; width: 64%; }
.FaqPics { float: right; width: 32%; }
.FaqPic { border: none; padding-bottom: 5px; }

/* login page */
#Login
{
	width: 30%;
	margin: 20px auto 0 auto;
}	

/* newsletter sign up */
.SignUpHolder
{
	margin: 0 0 0 0;
	float: right;
	width: 200px;
	padding-left: 20px;
	padding-top: 10px;
}
		
.SignUp
{
	background-color: #8BC3F6;
	color: #ffffff;
	font-size: 10px;
	padding: 10px 10px 5px 10px;
	width: 180px;
	height: 235px;
}

.SignUpResults
{
	color: #ffff00;
	padding-top: 5px;
	padding-bottom: 5px;
}

.SignUpHolder h2 { margin: 0 0 0 0; text-align: center; }