/* Main Stylesheet for International Mortgage Broker.Com */

/* ------------- General CSS ---------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 100%;
}
body {
  font-size: 62.5%;
  font-family: Arial,Helvetica,sans-serif;
  background-color: #cccccc;
}

h1 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 3.7em;
  line-height: 1em;
  padding-bottom: 0px;
  color: #ffffff;
  margin-bottom: 0px;
}

h2 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 2em;
  line-height: 1.2em;
  padding-top: 0px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

h3 {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.7em;
  margin: 0px 0 10px;
  color: #007d7c;
}



h4{
  /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1.5em;
  margin: 0px 0 10px; 
  color: #007d7c;
}

p {
  
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 1em;
  color: #000000;
}

hr {
margin: 0 0px 10px 0px;
}

hr#topruler {
color: #007d7c;
margin: 0 10px 10px 0;
}

.floatleft{
float: left;
}

.floatright{
float: right;
}

.clearFix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.highlight {
  color: black;
}

.warning {
  color: red;
  font-weight: bold;
}

.center {
  text-align: center;
}

/* ----------- Website Divisions ------------------------------ */

#wrapper {
  margin: 0 auto;
  padding: 10px 0px 10px 15px;
  width: 915px;
  background-color: white;
}

/* ----------- Header ------------------------------ */
#header {
  height: 100px;
  width: 900px;
  margin-bottom: 15px;
  background-repeat: repeat-x;
  text-align: center;
  background-image: url(../images/BannerBackground.gif);
}

#titles {
  float: left;
  margin-left: 30px;
  margin-top: 15px;
}
#logo {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}
#logo img {
  height: 70px;
  width: 120px;
}

#company {
  float: left;
  margin-top: 18px;
  margin-left: 10px;
  margin-right: 40px;
  width: 20px;
  height: 70px;
}
#company p {
  color: #ffffff;
  font-weight: bold;
}

/* ----------- Footer ------------------------------ */
#footer {
  padding: 0px 0px 0px 0;
  clear: both;
  height: 35px;
  background-repeat: repeat-x;
  text-align: center;
  background-image: url(../images/Footer.gif);
  background-position: left top;
}

#footer p {

  border: 0px solid #000000;
  text-align: center;
  font-size: 1.5em;
  line-height: 2.2em;
  margin: 0 20px 0 0;
  color: #ffffff;
}

#footer a {
color: #fff;
}

.subfooter{
padding-top:10px;
padding-bottom: 0px;
text-align: left;}

.subfooter p {
font-size: 0.9em;
margin-left: 1px;
margin-top:0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom:0px;
color: #666666;
}

.subfooter a:link {
text-decoration: none;
color: #666666;
}

.subfooter a:visited {
text-decoration: none;
color: #666666;
}


/* ----------- Central Area ------------------------------ */

#centre {
  border: 0px solid #cc33cc;
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 900px;
}



/* ------------ Home Page et al  -----------------*/
#content {
  float: left;
  border: 0px solid #cccccc;
  margin: 0 0 0px 0;
  padding: 0px 10px 0px 10px;
  width: 675px;
  background-color: white; 
}

#content h2 {
 font-family: Arial,Helvetica,sans-serif;
 color: #000000;
}  

.homePage #content h2 {
	margin: 0 0 0px 0;
}

/* News Flash Scrollable Area */
.scrollableContent {
  height: 80px;
  overflow: auto;
  padding: 0 0px 0 0; 
  margin: 0px 0 10px 0;
}

.scrollableContent a:link {
    font-size: 1.5em;
    line-height: 1.2em;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.scrollableContent a:visited {
    font-size: 1.5em;
    line-height: 1.2em;
	color: #000000;
	font-weight: bold;
    text-decoration: none;
}

.scrollableContent a:hover {
  color: #007d7c;
  text-decoration: underline;
}
.scrollableContent fieldset { 
		border: 1px solid #cccccc; 
		padding: 5px 0px 5px 20px; 
		margin: 0px 0px 0px 10px;
		background-color: #ffffff;
		}

.scrollableContent legend { 
		padding: 0 10px; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 0.9em;
		color: #007d7c;
		background-color: #ffffff;
		text-transform: uppercase; 
}

.businessClosedBox
{
	clear: both;
	height: 90px;
	overflow: hidden;
	margin: 10px auto;
	padding: 10px 10px 10px 10px; 
	background-color: yellow;
}

/* --------------  Google Ad Box ------------------------------ */
.googleAdBox {
	clear: both;
	width:  728px;
	/*height: 90px;*/
	height: 0;
	overflow: hidden;
	margin: 0 auto;
	/*padding: 0 0 30px 0;*/
	padding: 0 0 0 0;
	background-color: white;	
}



/* So far Used on Countries Page */
#leftpanel {
  float: left;
  width: 425px;
  padding: 0 10px;
}

#rightpanel {
  float: right;
  border: 0px solid #777777;
  padding: 10px 0px 0px 0px;
  width: 180px;
  background-color: white;
}

#rightpanel img {
  margin-bottom: 10px;
  border: 1px solid #000000;
}

/* Temporary Fix */
.homePage #rightpanel img {
  width: 180px;
  height: 270px;
}

.homePage #rightpanel p {
  color: #007d7c;
  font-style: italic;
}

/* ------------ About Page  Mods -----------------*/

.aboutPage #content {
  float: left;
  border: 0px dotted red;
  margin: 0;
  padding: 0px 10px 0px 10px;
  width: 650px;
  background-color: white; 
}

/*.aboutPage #content {
    float: none;
	padding: 0px 10px 10px 110px;
}*/


.aboutPage #rightpanel {
  float: right;
  border: 0px solid #777777;
  padding: 10px 0px 0px 0px;
  width: 200px;
  background-color: white;
}

/*.aboutPage #content {
  float: none;
  border: 0px dotted red;
  margin: 0;
  padding: 0px 10px 0px 10px;
  width: 880px;
  background-color: white;  
}*/

.imageBox {
   width: 200px;
   text-align: center;
   margin: 0 0 50px 0;
}

.imageBox p {
border: 0px solid #000000;
font-size: 1em;
}

.aboutPage #content img {
 float: right;
 margin: 0 0 10px 0px; 
 border: 1px solid #000000;
}

.textBox {
margin: 0 0 40px 0;
}



dl.curved {
 background-color: #007d7c;
  /*background:#007d7c url(../images/c_tl.gif) top left no-repeat;*/
  /*background:#7f7f9c url(../images/c_tl.gif) top left no-repeat;*/
  margin:5px 0;
  padding:0; 
  width:100%;
}

dl.curved dt {
  background:transparent;
  /*background:transparent url(../images/c_tr.gif) top right no-repeat;*/
  padding:10px;
  text-align:center;
  font-size: 1.7em;
  color:#fff;
}


dl.curved dd {
  background-color:#eee;
  /*background:#eee url(../images/c_bl.gif) bottom left no-repeat;*/
  padding:0;
  margin:0;
}

dl.curved dd p {
  margin:0;
  padding:10px;
  line-height:1.3em;
  color: #007d7c;
  font-style: italic;
}

dl.curved dd p.last {
padding: 10px 10px 30px 10px;
color: #007d7c;
background:transparent;
/*background:transparent url(../images/c_br.gif) bottom right no-repeat; */
}


.aboutPage #content h3 {
 color: #000000;
margin: 0 0 15px 0;
}  


/* ---------- Case Studies Page Mods ---------------------- */

.caseStudiesPage #content {
    float: none;
	padding: 0px 110px 10px 110px;
}

.caseStudiesPage #content img {
margin: 0 10px 0 0;
width: 126px;
height: 86px;
border: 1px #000000 solid;
}

.caseStudiesPage #content img.spain {
border: 0px;
}

.panel {
 margin: 10px 0 20px 0;
 height: 95px;
}

.caseStudiesPage h3 {
margin: 10px 0 0 0;
}

/*---------- Countries Page Mods--------------------------- */

.countriesPage #content {
float: none;
width: 900px;
padding: 0 0 20px 0;
margin: 0 0 10px 0;
}


.leftboxarea {
   float: left; 
   width: 440px;
   height:350px;
   margin: 0 0 10px 0;
   padding: 0 0 0 0; 
   border: 0px dotted red;
   overflow: hidden;
   }
   
.rightboxarea {
   float: right; 
   width: 440px;
   height: 350px;
   margin: 0 0 10px 0;
   padding: 0 0 0 0; 
   border: 0px dotted red;
   overflow: hidden;}

.leftboxarea img, .rightboxarea img {
width: 440px;
height: 84px;
margin: 0 0 10px 0;
}

/* ------------ Process Page,  Legal Page Mods -----------------*/

.processPage #content, .legalPage #content  {
    float: none;
	padding: 0px 110px 10px 110px;
}

/* ---------------------- ContactPage Mods ------------------------- */

.contactPage #content {
  float: left;
  border: 0px dotted red;
  margin: 0 0 0 0px;
  padding: 0px 10px 0px 10px;
  width: 700px;
  background-color: #fff; 
}

.contactPage #leftpanel {
  float: left;
  border: 0px dotted red;
  margin: 0 0 0 10px;
  padding: 0px 0px 0px 0px;
  width: 800px;
  background-color: #fff; 

}

.contactPage #rightpanel {
	border: 0px dotted red;
	width: 300px;
	padding: 0 10px 20px 20px;
}

.contactPage .imageBox {
   float: right;
   width: 100px;
   border: 0px dotted red;
   text-align: center;
   padding: 0 0 0 0px;
   margin: 10px 0 20px 11px;
}

.contactPage img {
border: 0px solid #000000;
}

/* Contact Form CSS */

form {
    border: 0px solid #000000;
	margin: 0 35px 40px 125px;
	padding: 0;
	background:#eee;
	/*background-color: #ffd67f;*/
}

#form1 h3 {
		font: bold 1.7em/1.44em Arial, Helvetica sans-serif;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #007d7c;
		margin: 0px 0px 20px 0px;
		padding: 10px 0 10px 0px;
		text-align: center;
}

fieldset { 
		border: 1px solid #cccccc; 
		padding: 0px 0px 10px 20px; 
		margin: 0px 10px 10px 10px;
		
		}

legend { 
		padding: 0 10px; 
		font-family: Arial, Helvetica, sans-serif; 
		color: #000000; 
		background: #eeeeee;
		text-transform: uppercase; 
		}
		
.formField { 
		border: 1px solid #333333; 
		background-color: #dddddd;
		padding: 2px;
		width: 250px;
		} 


.dropdown { 
		border: 1px solid #333333; 
		background-color: #dddddd; 
		padding: 2px;
		width: 160px;
		} 

.submitButton {
		border: 2px solid #333333; 
		background-color: #dddddd; 
		padding: 2px 5px;
		
		} 
		
form p {
		margin-bottom: 10px;
		}
 p#submitButton {
	text-align: center;
}		
		
.warning {
		font-weight:bold;
		color:#ff0000;
		}
		
label {
        border: 0px solid #000000;
		font-weight: bold;
		display: block;
		}
		

.row {
border: 0px solid #000000;
padding: 0 0px 0 0px;
margin: 10px 10px 10px 0px;
}

.row p {
	float: left;
	margin: 0px 10px 0 0;
}

.row #title {
width: 50px;
}

.row #firstname {
width: 120px;
}

.row #surname {
width: 150px;
}

.row #nationality {
width: 165px;
}

.row #residenceCountry {
width: 171px;
}

.row #countryCode {
width: 100px;
}

.row #phone {
width: 110px;
}

.row #mobile {
width: 111px;
}

.row #email {
width: 352px;
}

.row #propertyCountry {
width: 353px;
}

.row #currency {
width: 100px;
}

.row #price {
width: 133px;
}

.row #deposit {
width: 100px;
}

#message {
width: 353px;
}


/* Contact Details CSS */

.vcard {
		width: 250px;
		background: #eee;
		border: 1px solid #cccccc;
		padding: 8px;
		margin-left: 0px;
		margin-bottom: 1.5em;
		}
		
.vcard h3 {
		font: bold 1.7em/1.44em Arial, Helvetica sans-serif;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #007d7c;
		margin: -10px -9px 10px -9px;
		padding: 10px 0 10px 0px;
		text-align: center;
		}

.vcard p {
		font-size: 1.5em;
		line-height: 1.5em;
		margin-bottom: 1.5em;
		color: #007d7c;
		}

.hidden {
		display: none;
		}

p.tel, p.fn {
		margin-bottom: 0;
		}

p.fn, p.org {
	font-weight: bold;
	}

.email { 
}

.hc { 
/* CSS shorthand: top right bottom left */
	margin: 0 0 0 10px;
	padding: 1px 0px 0px 90px;
	background: transparent url("../images/hcard.png") no-repeat 0% 50%;
}

/* ------------- News Page Mods ---------------------------- */

.newsPage #content {
float: none;
width: 900px;
height: 100%;
padding: 0 0 0px 0;
margin: 0 0 40px 0;
}

.newsPage iframe {
margin: 0 0 20px 0;
padding: 0 0 0px 0;
height: 8500px;
}


/* ----------- Top Navigation ------------------------------ */
#navContainer {
  text-align: center;
}
#navigation ul {
  /*border: 0px solid ;*/
  margin: 0 0 10px 0px;
  padding: 2px 0 0px 22px;
  /*background: #dbdbdb none repeat scroll 0%;*/
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  height: 33px;
  position: relative;
  text-align: center;
}
#navigation li {
  float: left;
}
#navigation li a {
  margin: 0 10px 0 0;
  padding: 0 0px 0 12px;
  background: transparent url(../images/pro_nine_0a.gif) no-repeat scroll 0%;
  display: block;
  float: left;
  height: 30px;
  line-height: 29px;
  color: #000000;
  text-decoration: none;
  font-size: 1.5em;
  font-family: arial,verdana,sans-serif;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
#navigation li a b {
  padding: 0 24px 0 12px;
  background: transparent url(../images/pro_nine_0.gif) repeat scroll right top;
  float: left;
  display: block;
}
#navigation li.current a {
  background: transparent url(../images/pro_nine_2a.gif) no-repeat scroll 0%;
  color: #ffffff;
}
#navigation li.current a b {
  background: transparent url(../images/pro_nine_2.gif) repeat scroll right top;
}
#navigation li a:hover {
  background: transparent url(../images/pro_nine_1a.gif) no-repeat scroll 0%;
  color: #ffffff;
}
#navigation li a:hover b {
  background: transparent url(../images/pro_nine_1.gif) repeat scroll right top;
}
#navigation li.current a:hover {
  background: transparent url(../images/pro_nine_2a.gif) no-repeat scroll 0%;
  color: #ffffff;
  cursor: default;
}
#navigation li.current a:hover b {
  background: transparent url(../images/pro_nine_2.gif) repeat scroll right top;
}


/* ----------- Lower Navigation -------------------------- */

#lowerNavContainer {
  margin: 10px 0 0 0;
  border-top: 0px solid #898989;
  border-bottom: 0px solid #898989;
  padding: 7px 0px;
  background: white none repeat scroll 0% 50%;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
}

#lowerNavContainer b{
font-weight: normal;
}

#lowerNavigation ul {
  list-style-type: none;
}
#lowerNavigation li {
  border-right: 1px solid #aaaaaa;
  padding: 0px 20px;
  display: inline;
}
#lowerNavigation #contactPageLink {
  border-right: medium none;
}
#lowerNavigation a:link, #lowerNavigation a:visited {
  text-decoration: none;
}
#lowerNavigation a:link {
   color: #666666;
}
#lowerNavigation a:visited {
  color: #666666;
}
#lowerNavigation a:hover {
  text-decoration: underline;
}
#lowerNavigation a:active {
  color: #ff0000;
}
#lowerNavigation .current {
  color: #ff0000;
}




