/* CSS Document for screen styles*/
/*Changes to global to define h1 to h6 typography as bold */
/***************/
/*general rules*/
/***************/


body	{
	background-color: #006600;
	/*margin: 0;
	padding: 0;*/
	font-size: 62.5%;
	text-align: center;
}

/* --- SET GLOBAL MARGINS ---*/
*	{
	margin: 0;
	padding: 0;
}

/*****************
	TYPOGRAPHY
*****************/
h1, h2, h3, h4, h5, h6	{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	text-transform: capitalize;
}

h1	{
	font-size: 2em;
}

h2	{
	font-size: 1.8em;
}

h3	{
	font-size: 1.5em;
}

h6	{
	font-size: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 2px 0;
	/*font-weight: normal;*/
	text-align: center;
	color: #006600;
}


p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 150%;
	/*was 120%*/
	margin: 0 0 10px 0;
}

.warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #FF0000;
}

p.dropcap:first-letter	{
	float: left;
	margin: 0px 3px 0px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #660066;
	font-size: 3em;
	font-weight: bold;
	height: 50px;
}

.intro:first-line	{
	font-style: italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	color: #fff;
}

.emphasis	{
	/*font-weight: bold;*/
	font: italic bold 1.2em/150% Georgia, "Times New Roman", Times, serif;
	color: #0000FF;
}

.strong	{
	color: #009900;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
}

dl	{
	list-style: none;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
}

dd	{
	font: normal 1.1em Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
}

/*************/
/*PAGE LAYOUT*/
/*************/
/*includes faux column left*/
#wrapper	{
	width: 760px;
	margin: 20px auto 20px auto;
	border: #FF9900 2px solid;
	background-color: #fff;
	background: #fff url(../images/secNav-02.png) repeat-y left top;
	text-align: left;
}

/*adds a faux column to the right on pages where it is included*********/
#wrapper2	{
	background: url(../images/sideBarfaux2.png) repeat-y right top;
}

#banner	{
	width: 760px;
	height: 140px;
	background:  url(../images/turkey-sea_side-banner-new01b.jpg) no-repeat;
}

/****used for php date function in banner***********/
#banner p	{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	color: #fff;
	margin: -122px 0 0 10px;
}

/*container and rules for portal style/index pages*/
#mainContent	{
	margin: 1px 0 0 0;
	padding: 0;
	width: 645px;
	float: right;
	
}

#mainContent .image	{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

/* #mainContent ul	{
	list-style: none;
}

#mainContent li	{
	font-size: 1.2em;
}*/
	

/*caption for index page image*/
.caption	{
	clear: left;
	text-align: center;
	padding: 2px 0 0 0;
	margin: 5px 0 2px 0;
	font-size: 1.1em;
	font-style: italic;	
}

/*container and rules for two column pages with text*/
#textContent	{
	margin: 1px 0 0 0;
	padding: 0;
	width: 645px;
	float: right;
}

/*rules for footer*/
#footer	{
	width: 600px;
	margin-left: 135px;
	clear: both;
}

#footer p	{
	padding: 0;
	margin: 0 0 2px 0;
	text-align: center;
}

/*footter for three column pages  */
#footer3	{
	margin-left: 205px;
	width: 300px;
	clear: both;
}

#footer3 p	{
	text-align: center;
	margin: 0;
	padding: 0;
}

/*general purpose spacer for bottom of column*/
#spacer	{
	clear: left;
}


.property image	{
	float: left;
	padding: 0 5px 5px 0;
}

/*container and rules for three column pages, i.e. sps-property*/
#main	{
	float: left;
	width: 475px;
	padding: 0;
	margin: 5px 10px 0 10px;
	/*border: #FF0000 1px solid;*/
}

#main .image	{
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.propContainer	{
	width: 474px;
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: #006600 1px solid;
	/*border: #FF0000 1px solid;*/
}


/******************* tules for featured property **********************/



#sideBar p	{
	color: #FFF;
	text-align: left;
	text-indent: 0;
}


#sideBar img	{
	float: left;
	padding: 0;
	margin: 0;
}

.featureProp	{
	width: 635px;
	padding: 0;
	margin: 0 0 5px 0;
	clear: both;
}

.featureProp ul	{
	margin: 0;
	padding: 0 0px 0px 220px;
	list-style: none;
}

.featureProp li	{
	display: inline;
	list-style: none;
}

.featureProp a	{
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold; 
	font-size: 1.3em;
	font-style: italic;
	text-align: center;
	text-transform: capitalize;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	width: 200px;
	margin-bottom: 2px;
	/*height: 50px;*/
	line-height: 30px;
	display: block;
	background: #ffcb2d;
}

.featureProp a:hover	{
	background: #006600;
	color: #FFFFFF;
	border-top: 1px solid #ffcb2d;
	border-right: 1px solid  #ffcb2d;
	border-bottom: 1px solid  #fFF;
	border-left: 1px solid #fFF;
}





/****** end of rules for featured property ***************/

/*norrower heading for larger images in turkish pages**/

.propContainer h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-color: #006600;
	padding-bottom: 2px;
	text-indent: 8px;
	margin: 0 1px 2px 151px;
	border-bottom: 4px solid #B49F70;
	font-weight: bold;
	color: #FFFFFF;
}
/*wider heading for larger images in turkish pages**/
.propContainer h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-color: #006600;
	padding-bottom: 2px;
	text-indent: 8px;
	margin: 0 1px 2px 116px;
	border-bottom: 4px solid #B49F70;
	font-weight: bold;
	color: #FFFFFF;
}

.propContainer h5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: none;
	padding: 2px 0 5px 0;
	margin: 0;
	text-align: left;
	font-weight: bold;
	color: #000;
}

.propContainer h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	/*padding: 2px 0 0 0;*/
	margin: 0 0 12px 0;
	text-align: center;
	color: #000;
}

.propContainer img	{
	float: left;
	margin: 0 5px 5px 0;
}

/*used for uk property column*/
.propContainer2	{
	width: 625px;
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: #006600 1px solid;
	/*border: #FF0000 1px solid;*/
	float: left;
}

.propContainer2 h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-color: #006600;
	padding-bottom: 2px;
	text-indent: 8px;
	margin: 0 1px 2px 155px;
	border-bottom: 4px solid #B49F70;
	font-weight: bold;
	color: #FFFFFF;
}

.propContainer2 h5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-transform: none;
	padding: 2px 0 5px 0;
	margin: 0;
	text-align: left;
	font-weight: bold;
	color: #000;
}

.propContainer2 h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	/*padding: 2px 0 0 0;*/
	margin: 0 0 2px 0;
	text-transform: none;
	text-align: center;
	color: #000;
}

.propContainer2 img	{
	float: left;
	margin: 0 5px 5px 0;
}

.propContainer2 ul	{
	list-style-type: none;
}

.propContainer2 li	{
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}


#sideBar	{
	float: right;
	padding: 0 2px 0 2px;
	margin: 5px 0 0 0;
	width: 142px;
	/*border: #00FF00 1px solid;*/
	background: #B49F70;
}

#sideBar h2	{
	text-align: center;
	font-size: 1.2em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #FFF;
}

#sideBar ul	{
	margin: 0;
	padding: 0 0px 0px 0px;
	list-style: none;
}

#sideBar li	{
	/*background: #ffff99 url(images/go.png) no-repeat 5px 50%;*/
	display: inline;
	list-style: none;
}

#sideBar a	{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 1.1em;
	text-transform: capitalize;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	width: 140px;
	margin-bottom: 2px;
	line-height: 30px;
	text-indent: 25px;
	display: block;
	background: #B49F70;
}

#sideBar a:hover	{
	background: #006600;
	color: #FFFFFF;
	border-top: 1px solid #ffcb2d;
	border-right: 1px solid  #ffcb2d;
	border-bottom: 1px solid  #fFF;
	border-left: 1px solid #fFF;
}

.sideBar	{
	float: right;
	padding: 0 2px 0 2px;
	margin: /*5px*/ 0 0 0 0;
	width: 142px;
	background-color: #FFcc00;
}	

.sideBar h1	{
	text-align: center;
	font-size: 1.5em;
	color: #FF00FF;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif /*Georgia, "Times New Roman", Times, serif*/;
	font-style: normal;
	font-weight: bold;
}

.sideBar p	{
	text-align: justify;
	margin: 2px 0 2px 0;
	font-size: 1.1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
}
/************
NAVIGATION
************/
#mainNav	{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #ffcc00;
}


#mainNav ul	{
	margin: 0;
	padding: 0;
	/*list-style: none;*/
	border-left: 1px solid #999;
	float: left;
}

#mainNav li	{
	float: left;
	list-style: none;
	width: auto;
	text-align: center;
}


#mainNav a	{
	color: #000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	line-height: 180%;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-left: 1px solid #fff;
	border-right: 1px solid #006600;
	border-bottom: none;
	padding: 1px 10px 1px 10px;
	margin-right: 2px;
	display: block;
}
 

#mainNav a:hover	{
	background: #006600;
	color: #FFFFFF;
}

/**********************************
Current page tab styles for mainNav
**********************************/
a#here {
    background: #e5e5e5;
    color: #000000;
}

/*************
Secondary Nav
**************/

#secNav	{
	float: left;
	margin: 0px 0 0 0;
	padding: 0;
	width: 111px;
	/*border-bottom: 1px solid #000;*/
}

#secNav ul	{
	margin: 0;
	padding: 0 0px 0px 0px;
	list-style: none;
}

#secNav li	{
	display: inline;
	list-style: none;
}

#secNav a	{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FFF;
	border-right: 1px solid #000;
	/*border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #0000FF;
	width: 109px;*/
	margin-bottom: 2px;
	/*margin-bottom: 0px;*/
	/*height: 50px;*/
	line-height: /*30px*/ 200%;
	text-indent: 30px;
	display: block;
	background: #ffcb2d url(../images/go-01yel.png) no-repeat 5px 50%;
}

#secNav a:hover	{
	background: #006600 url(../images/go-02grn.png) no-repeat 5px 50%;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid  #ffcb2d;
	border-bottom: 1px solid  #fFF;
	border-left: 1px solid #fFF;
}

/*******************************
Current page id state for secNav/sideBar
********************************/

body#contact a#contactLink, body#disclaimer a#disclaimerLink, body#financial a#financialLink, body#portal a#portalLink, body#investment a#investmentLink, body#legal a#legalLink, body#links a#linksLink, body#privacy a#privacyLink, body#spain-index a#spainLink, body#spain-buy a#spain-buyLink, body#spain-prop a#spain-propLink, body#spain-contact a#spain-contactLink, body#spainProp-alicante a#spain-prop-alicanteLink, body#spainProp-murcia a#spain-prop-murciaLink, body#sps-property-golf a#spain-propgolfLink, body#spain-prop-members a#spain-prop-memberLink, body#turkey-index a#turkey-indexLink, body#turkey-buy a#turkey-buyLink, body#turkey-contact a#turkey-contactLink, body#turkey-prop a#turkey-propLink, body#turk-prop-bodrum a#turk-propBodrumLink, body#turk-prop-didim-apts a#turk-propDidimLink, body#turk-kus01 a#turk-kusApartLink, body#turk-kus02 a#turk-kusApartLink, body#turk-kus03 a#turk-kusApartLink, body#turk-kus04 a#turk-kusApartLink, body#turk-kus05 a#turk-kusApartLink, body#turk-kus06 a#turk-kusApartLink, body#turk-prop-side a#turk-prop-sideLink, body#turk-prop-invest01 a#turk-prop-investLink, body#turk-prop-invest02 a#turk-prop-investLink, body#turk-kusvilla01 a#turk-kusVillaLink, body#turk-kusvilla01a a#turk-kusVillaLink, body#turk-kusvilla02 a#turk-kusVillaLink, body#turk-kusvilla02a a#turk-kusVillaLink, body#turk-kusvilla03 a#turk-kusVillaLink, body#turk-kusvilla03a a#turk-kusVillaLink, body#uk-index a#uk-indexLink, body#uk-contact a#uk-contactLink, body#uk-property a#uk-propLink, body#uk-property01 a#uk-propLink	{
	background: #e5e5e5 url(../images/go-02slvr.png) no-repeat 5px 50%;
	color:#000000;
}

/*******/
/*LINKS*/
/*******/


/*******/
/*LISTS*/
/*******/
#mainContent ol	{
	padding: 0 5px 0 0;
	margin: 5px 5px 10px 25px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

#textContent ol	{
	padding: 0 5px 5px 2px;
	margin: 5px 5px 10px 25px;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#textContent ul	{
	margin: 0 0 0 11px;
	padding: 0 15px 0px 10px;
	margin-bottom: 15px;
	list-style: disc;
}

#textContent li	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}


/*****************
Div typography
*****************/
#banner h1	{
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 3em;
	color: #FFf;
	padding-top: 85px;
	margin: 0;
}

#banner h6	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-transform: none;
	margin: -12px 0 0 432px;
	color: #FF0033;
}

#portal #banner h6	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	margin: -12px 0 0 212px;
	color: #FF0033;
}

#mainContent h1	{
	/*font-size: 2em;*/
	padding: 2px 0 5px 0;
	color: #006600;
	font-weight: bold;
}

#mainContent h2	{
	/*font-size: 2em;*/
	color: #006600;
	font-weight: bold;
}

#mainContent p	{
	margin: 0 5px 15px 0;
	letter-spacing: 1px;
	padding: 0 5px 0 0;
}

#textContent h1	{
	padding: 5px 0 5px 10px;
	/*font-size: 2em;	*/
}

#textContent h2	{
	padding: 5px 0 5px 10px;
	/*font-size: 1.6em;	*/
}

#textContent h3	{
	padding: 0 10px 5px 10px;
	/*font-size: 1.5em;*/
	color: #FFF;
	background: #FFCC66;
	margin-right: 500px;	
}

#textContent h4	{
	padding: 0 10px 5px 10px;
	font-size: 1.4em;
	color: #FFF;
	background: #FFCC66;
	margin-right: 500px;	
}

#textContent p	{
	padding: 0 10px 5px 10px;
	font-size: 1.2em;	
}

#textContent a	{
	/*padding: 0 10px 5px 10px;
	font-size: 1.2em;*/
	color: #006600;	
}

.property	{
	margin: 1px 0 0 0;
	padding: 0;
	width: 645px;
	float: right;	
}

.property h1	{
	font-size: 2em;
	padding: 2px 0 5px 0;
	color: #006600;
	font-weight: bold;
}

.property h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-color: #006600;
	padding-bottom: 2px;
	text-indent: 8px;
	margin: 0 5px 2px 120px;
	border-bottom: 4px solid #999;
	font-weight: bold;
	color: #FFFFFF;
}

.property h5	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	margin: .8em 0 .8em /*100px*/ 0;
	text-align: left;
	/*margin-left: 100px;
	margin-top: .8em;*/
	font-weight: bold;
	color: #000;
}

.property h6	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 2px 0 0 0;
	margin: 0;
	text-align: center;
	color: #000;
}

.property p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	margin: 0 0 2px 0;
	padding: 0;
}

/**********/
/*IE HACKS*/
/**********/
html	{
	font-size: 100%; /*IE Hack for font size*/
}

/* force hover on entire width of  link */
* html #secNav a	{
	height: 1px;
}
