/* ------------------------------------------------------------------------------------------------ 
Evandros Properties & Consultants CSS -- evandros.com - Developed by acrodev.com
The unique combination of images, colors, sizes, typography, and positioning ("the design") 
is copyright 2005 Acrodev.com and may not be reproduced. 
------------------------------------------------------------------------------------------------ */
/* 
The outer page width is defined by #wrapper and #wrapper-inner. 
#header-outer inherits this width and holds the top shadow corner.
The other page shadows are applied through #wrapper-inner and #footer.
The inner page width is defined by #header-inner, #content-inner and #nav-main. These also hold the left & right borders (and therefore the box model hack too).
The top & bottom page borders are also added through #header-inner and #content-inner respectevely.
*/

body { margin: 0px; padding: 0px; text-align: center; background: #BF8200; text-align: center; font: 11px Verdana, Arial, Helvetica, sans-serif; }

/* ---------------------------------- Layout Containers ---------------------------------- */
#wrapper {
	top: 15px;
	margin: 10px auto;
	left: 50%;
	text-align: center; /* IE 5x stupidity */
	z-index: 1;
}
#wrapper-inner {
	text-align: left;
	position: relative;
	background: transparent url(../images/corfu_real_estate/border_page_right.jpg) repeat-y right top;
}
#wrapper, #wrapper-inner, #header-outer, #content-outer { width: 770px; }

#header-inner, #content-inner, #nav-main { 
	border-left: 1px solid #444444; 
	border-right: 1px solid #444444; 
}
#header-inner { 
	border-top: 1px solid #444444; 
}
#header-inner, #content-inner, #nav-main {
	position: relative;
	text-align: left;
}
div#header-inner, div#content-inner, div#nav-main { 
  width:748px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:750px;
} 
html>body #header-inner, html>body #content-inner, html>body #nav-main {
  width:750px;
}
#header-outer {
	background: transparent url(../images/corfu_real_estate/border_page_TR.jpg) no-repeat right top;
	top: 0px;
	position: absolute;
	z-index: 100; 
}
#content-outer {
	margin: 0px;
	padding-top: 108px; /* gives space for the header, while keeping the #wrapper-inner background */
}
#header-inner {
	background: #FFFFFF;
	position: relative;
	border-top: 1px solid #444444;
	height: 89px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  height:90px;
}
html>body #header-inner {
  height:90px;
}
#content-inner {
	background: #FFFFFF url(../images/corfu_real_estate/backgr_sidebar.jpg) repeat-y -10px 0px;
	border-bottom: 1px solid #444444;
}
#content-main {
	margin-right: 40px;
	margin-left: 200px;
	position: relative;
}
#sidebarL {
	width: 160px; 
	position: absolute;
	top: 10px;
	left: 0px;
	z-index: 22;
}
#nav-main {
	line-height: 18px;
	color: #FFFFFF;
	background: #990000 url(../images/corfu_real_estate/backgr_nav-main.jpg) repeat-x 0px 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	position: absolute;
	top: 90px;
	left: 0px;
}
#content-address {
	font-size: 10px;
	text-align: center;
	color:#777777;
	padding: 10px 0 0 0px;
	margin-left: 170px;
	margin-bottom: 8px;
}
#footer { 
	width: 770px; 
	background: url(../images/corfu_real_estate/border-page-bottom.jpg) repeat-x 0px 0px;
	padding-bottom: 20px; 
}
#footer div { 
	background: url(../images/corfu_real_estate/border-page-cornerBL.jpg) no-repeat left top; 
}
#footer p { 
	background: url(../images/corfu_real_estate/border-page-cornerBR.jpg) no-repeat right top;
	padding: 20px 18px 0 0;
	text-align: right;
	font-size: 9px;
	color: #585858; 
} 
/* ---------------- Additional Containers, not affecting the overall layout ---------------- */
#logo-top {
	margin-top: 16px;
	margin-left: 15px;
}
#header-right-container {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 200;
	border-bottom: 1px solid #996600;
	background: #FFFFFF url(../images/corfu_real_estate/border_brown_V.gif) no-repeat 0 90px;
	padding-left: 2px;
}
#header-right, #header-right-container {
	height: 250px;
	width: 378px;
	backgroung-color: #FFFFFF;
}
#header-right {
	background: #FFFFFF url(../images/corfu_real_estate/header_photo.jpg) no-repeat right bottom;
	position: absolute; top: 0px; right: 0px;
	z-index: 300;
}
#shout-box {
	position: absolute;
	top: 120px;
	left: 178px;
	z-index: 500;
}

/* ---------------------------- Bugs - Patches ---------------------------- */
#content-main {
	padding-top: 615px !important;
	height: auto !important;
	height: 615px;
	min-height: 1px;
}
/* min-height fix for #content-main - Note: to provide the min-height required for the the sidebar's content to appear */

/* for Mozilla/Safari/Opera */
*>#content-main {
	padding-top: 615px;
	min-height: 1px;
}
*>#content-main div#ruler { margin-top: -450px; }

/* IE, with IE5/Mac backslash filter \*/
* html #content-main {
	height: 450px; margin-top: -450px;	
}

/* end min-height fix */

/* clear floats and absolute positioned blocks */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearer { clear:both; height: 1px; overflow: hidden; line-height: 1px; margin-top:-1px; visibility: hidden;}

/* ---------------------------- linkage ---------------------------- */
#nav-main a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 30px;
}
#nav-main ul { 
	padding: 0 0 0 36px;
	margins: 0px;
}
#nav-main li {display: inline;}
#nav-main a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 30px;
}
#sidebarL li a {
	text-decoration: none;
	color: #990000;
	background: no-repeat left 4px;
	margin: 0px 0px 4px;
	padding: 0px;
	display: block;
	height: 1%;
}
#sidebarL li a:hover {
	color: #000000;
}
a.underline:link, a.underline:visited {
	font-size: 11px;
	text-decoration:underline;
}
a.underline:hover {}
#content-main p a, #content-main p a:visited { color: #996600; }
#content-main p a:hover {
	text-decoration: underline;
}
#content-main dt a, #content-main dt a:visited { font-size: 13px; color: #996600; text-decoration: none; }
#content-main dt a:hover { text-decoration: underline; }

#footer a, #footer a:visited, #footer a:hover { font-size: 10px; color: #404040;}

/* ---------------------------- primary selectors ---------------------------- */

abbr, acronym {
	cursor: help;
}
address {
	font-style: normal;
	text-align: left;
}
td, tr, p, div {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 11px;
  color            : #333333;
}
ul {
  margin           : 0px;
}

hr {
  background       : #CCCCCC;
  height           : 1px;
  width            : 100%;
}
img { border: none; }

/* ---------------------------- global content text ---------------------------- */
div { }
p { margin: 0 0 8px; padding: 0px;}

#content-main, #sidebarL, #header-inner { color: #333333; } /* specify foreground color for content divs to overide user style sheets */
#content-main p.content strong { font-weight: normal; }
#footer strong { font-weight: normal; }

/* ---------------------------- headings ---------------------------- */
h1, h2, h3, h4, h5, h6 {}
h1, h2 {
	font-size: 13px;
	color: #996600;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #DD9500;
}
h3 {
	font-size: 12px;
	color: #996600;
}
h4 {
	font-size: 11px;
	color: #996600;
}
h5 {
	font: normal 10px serif;
	text-decoration: underline;	
	margin: 6px 0 4px 0;
}
#content-main h1.home { border-bottom: none; margin-bottom: 10px;}
#content-main h5 {
	font: bold 11px Verdana, Arial, serif;
	text-decoration: none;	
	margin: 6px 0 4px 0;
}
#sidebarL h4 {
	border-bottom: 0px solid #999900;
	font: bold 13px Georgia, Times New Roman, Times, serif;
	color: #910000;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 10px;
}
#shout-box h4 {
	margin: 20px 0px 10px;
	padding: 0px;
	color: #990000;
}
#content-address h6 { font-size:10px; font-weight:normal; padding:0px; margin: 0px;}

/* ---------------------------- Lists ---------------------------- */

#shout-box ul {
	list-style: none;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
#shout-box li {
	list-style: disc inside;
	margin-bottom: 4px;
}
#sidebarL ul {
	list-style: none;
	padding: 0px;
	width: 160px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#sidebarL li {
	margin: 0px 0px 0px 26px;
	padding: 0px;
	list-style: url(../images/corfu_real_estate/bullet_square_small.gif) outside;
}

#property-box { 
	padding: 4px 8px 8px;	
	background: #f8f8f8;
	border: 1px solid #CCCCCC;
}
dl.property-box  {
	margin: 0px;
	padding: 0px;	
}
dl.property-box img {
	border: 1px solid #999900;
	margin-right: 10px;
}
dl.property-box dt {
	color: #996600;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	margin-top: 2px;
}
dl.property-box dt a, dl.property-box dt a:visited { font-size:13px;  font-weight: bold; color: #996600;}
dl.property-box dt a:hover { text-decoration:underline;}
dl.property-box dd {
	margin: 0px;
	padding: 0px;
}
dl.property-box ul {
	list-style: none;
	display: block;
}
dl.property-box li {
	list-style: none;
}
dl.property-box li strong {
	font-weight: bold;
	color: #996600;
}
dl.property-box li a, dl.property-box li a:visited { font-size:13px;  font-weight: bold; color: #996600;}

#content-list1 dt {
	font-weight: bold;
	color: #996600;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 20px;
}
#content-list1 dd {
	margin: 0px;
	padding: 0px;
}
#content-list1 dd ul {
	list-style: disc;
	margin: 0px 0px 0px 30px;
	padding: 0px;
}
#content-list1 dd ul li {
	margin: 0px 0px 3px;
	padding: 0px;
}

/* ---------------------------- images ---------------------------- */
.px-left { float:left;}
table.thumbs img {
	border: 1px solid #999900;
}

/* ---------------------------- forms ---------------------------- */

#header-right form { margin: 0px; padding:0px;}
#header-right input, #header-right select {
	margin: 10px 0 0;
	color: #8C0000;
	background: #f5f5f5;
	border: 1px solid #CCCCCC;
}
#header-right select {
	width: 120px;
	border: 1px solid #CCCCCC;
}
#header-right input.inputbox {
	margin: 0;
	width: 180px;
}
#header-right p.adv-link {
	padding-top: 6px;
	font-size: 10px;
}
#header-right p.adv-link a {
	font-size: 10px;
}
#header-right h4 {
		color: #996600;
		margin: 0px 0 0px;
		padding:10px 0 10px;
}
#header-right h4, #header-right p {
	margin: 0  0 0 100px;
}

#form {
	width: 430px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	height: 1%;
	text-align: left;
}
form#contact {
	display: block;
	width: 300px;
	margin: 0px;
	padding: 0px;
}
form#contact label {width: 100px;}
form.contact input, form.contact textarea {
	border: 1px solid #B2B2B2;
	padding: 1px 2px;
	margin: 0px 0px 4px;
	background: #f6f6f6;
}
form.contact select {margin: 0px 0px 4px;}
#sub-button, .form-button {
	border: 1px solid #b2b2b2;
	padding: 1px;
	margin-top: 10px;
	margin-right: 14px;
	float: right;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background: #f4f4f4;
	color: #993300;
}
form#contact input.form-button {
	margin-left: 0px;
}
form#contact br {clear: left;}
form#contact .form-fields {width: 180px;}

/* ---------------------------------------------------------------------------------------------------------- */
form#contact {
	text-align: center;
	padding: 0px;
	margin: 0px auto;
	display: block;
}
form#contact label, form#contact input, form#contact select, form#contact textarea {
	display: block;
	float: left;
	text-align: left;
	margin-bottom: 4px;
	font-size: 11px;
}
form#contact select {
	border: 1px solid #999900;
	margin: 0px;
	padding: 0px;
}	
form.contact input:focus, form.contact input:focus, textarea:focus, form.contact textarea:focus {
	border: 1px solid #333333;
}


/* -------------------------------------------- ********** ------------------------------------------------------- */
/* -------------------------------------------- CMS Styles ------------------------------------------------------- */
/* -------------------------------------------- ********** ------------------------------------------------------- */

.title {
font-family: sans-serif;
font-size: 24px;
font-weight: bold;
color            : #7B8DA1;
}

.pathway {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
}

a.pathway:link, a.pathway:visited {
  color            : #000000;
  font-weight      : normal;
}

a.pathway:hover {
  color            : #000000;
  font-weight      : normal;
  text-decoration   : underline;
}

/* --Default Class Settings-- */

a.mainlevel:link, a.mainlevel:visited {
        color: #333333;
        background-position: left;
        text-align: left;
        font-weight: normal;
 }

a.mainlevel:hover {
        color: #00000;
        background-position: left;
        text-align: left;
        }



        a.mainmenu:link, a.mainmenu:visited {
        color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        font-weight: normal;
        }

a.mainmenu:hover, {
        color: #000000; text-decoration: underline;
        }

a.sublevel:hover {
        color: #000000; text-decoration: underline;
        }

a.sublevel:link, a.sublevel:visited {
        color: #333333; font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, serif;
        font-weight: normal;
}


table.moduletable {
        margin: 0px 0px 0px 0px;
        width: 95%;
        border-left: solid 0px #000000;
        border-right: solid 0px #000000;
        border-top: solid 0px #000000;
        border-bottom: solid 0px #000000;
                  margin-left: 5px;
        }

table.moduletable th {
  font-size        : 11px;
  font-weight      : bold;
  color            : #000000;
  text-align       : left;
  width            : 100%;
   padding: 10px 2% 10px 2%;
        margin: 20px 2% 20px 1%;

}

table.moduletable td {
        font-size: 10px;
        font-weight: normal;
                  border: 1px solid #333;
                  padding: 10px 2% 10px 2%;
        /*margin: 20px 2% 20px 1%;*/
                  background-color: #F8F8FF;

        }

.poll {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #666666;
  line-height      : 14px;
}


.sectiontableheader {
  background-color : #CCCCCC;
  color            : #7B8DA1;
  font-weight      : bold;
}

.sectiontableentry1 {
  background-color : #F0F0F0;
}

.sectiontableentry2 {
  background-color : #E0E0E0;
}


.small {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #3366C0;
  text-decoration  : none;
  font-weight      : medium;
}

.smalldark {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  text-decoration  : none;
  font-weight      : normal;
}


.contentpane {
  background       : #FFFFFF;
}

.contentpaneopen {
  background       : #FFFFFF;
}

.contentheading, .componentheading {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 13px;
  font-weight      : bold;
  color            : #993300;
  text-align       : left;
}

.createdate {
  font-family      : Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #999999;
  text-align       : left;
}


.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 10px;
  font-weight      : bold;
  background-color : #F0F0F0;
  color            : #000000;
  border           : 1px solid #CCCCCC;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 10px;
  color            : #000000;
  background-color : #F0F0F0;
  border           : 1px solid #CCCCCC;
}


a:link, a:visited {
  font-size        : 11px;
  color            : #000000;
  text-decoration  : none;
  font-family      : Verdana, Arial, Helvetica, sans-serif;
}

a:hover {
  color            : #000000;
  text-decoration  : underline;
}

/* For content item titles that are hyperlink instead of Read On */
a.contentpagetitle:link, a.contentpagetitle:visited {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
         color: #000000;
        text-align:left;
        }

a.contentpagetitle:hover {
        font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
        font-size: 13px;
        font-weight: bold;
        text-align:left;
        color: #7B8DA1;
        text-decoration: underline;
        font-weight: bold;
        }

a.category:link, a.category:visited {
  color            : #333333;
  font-weight      : bold;
}

a.category:hover {
  color            : #7B8DA1;
}

/* Styles for dhtml tabbed-pages */
.ontab {
        background-color: #ffae00;
        border-left: outset 2px #ff9900;
        border-right: outset 2px #808080;
        border-top: outset 2px #ff9900;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: bold;
        color: #FFFFFF;
}
.offtab {
        background-color : #e5e5e5;
        border-left: outset 2px #E0E0E0;
        border-right: outset 2px #E0E0E0;
        border-top: outset 2px #E0E0E0;
        border-bottom: solid 1px #d5d5d5;
        text-align: center;
        cursor: hand;
        font-weight: normal;
}
.tabpadding {
}

.tabheading {
        background-color: #ffae00;
        text-align: left;
}

.pagetext {
        visibility: hidden;
        display: none;
        position: relative;
        top: 0;
}

/* for modifying {moscode} output.  Dont set the colour! */
.moscode {
        background-color: #f0f0f0;
}

/* Text passed with mosmsg url parameter */
.message {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size : 10pt;
        color : #ff6600;
        text-align: center;
}
/* custom stuff */
.container
{
        border: solid;
        border-width: 1px;
        border-color: #efefef;
        background-color: White;
}
.boxes {
        border: solid;
        border-color: #efefef;
        border-width: 1px;

}

