/*----------------------------------------------
Dark Grey: #3A3C35 (text)
Medium Grey: #8A8C7F (headings)
Off White: #F2F3E1 (background)

Fonts Used:
Arial, Helvetica, sans-serif
Lucida Sans Unicode, Lucida Grande, sans-serif
Georgia, "Times New Roman", Times, serif
------------------------------------------------*/

/*********************/
/* ELEMENT SELECTORS */
/*********************/
body { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
	color: #FFFFFF;
    line-height: 1.5em;
    margin:0 auto;
    padding:0;
	background-image: url(../images/body_background.jpg);
    background-repeat: repeat;
	text-align:center;
}

/* --------*/
/* Anchors */
/* --------*/

a {	text-decoration: none;}

a:link { font-family: Georgia, "Times New Roman", Times, serif; 
color:#444444;
font-size:14px;}

a:visited { font-family: Georgia, "Times New Roman", Times, serif;
color:#444444;
font-size:14px;}

/* ---------*/
/* Headings */
/* ---------*/
h1 {
	font-family:'palatino Linotype', Tahoma;
	color:#FFFFFF;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
    margin-right: 35px;
	text-align: left;
	line-height: 1.3em;
}

h2 {
	font-family:'palatino Linotype', Tahoma;
	font-size: 18px;
	color:#FF0033;
	font-style:italic;
}

h3 {
    font-size: 16px;
}

/* -----------*/
/* Paragraphs */
/* -----------*/
p {
    margin-top: 0px;
	margin-left: 35px;
	margin-right: 35px;
    text-align: justify;
    line-height: 1.3em;
	color:#CCCCCC;
}

p.sidebox {
    margin-left: 30px;
	margin-right: 0px;
}

p.news {
  margin: 0;
  color:#FFFFFF;
  margin-left: 35px;
}

p.nojustify {
    text-align: left;
}

p.heading {
    margin: 0;
	text-align: right;
	padding-right: 35px;
}

p.contactmap {
    margin-top: 0px;
	margin-left: 25px;
	margin-right: 0px;
    text-align: left;
}

p.image {
    margin: 0px;
}

/* ------*/
/* Lists */
/* ------*/
ul {
    margin-left: 4.0em;
	margin-right: 20px;
    padding: 0px;
    text-align: left;
	line-height: 2.0em;
    font-style:italic;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

ul.sub {
    margin-left: 1.0em;
    padding: 0px;
	margin-right: 5px;
	line-height: 1.5em;
	font-size: 15px;
}

li {
  margin-right: 35px;
  padding-top:0px;
}

li.sub {
  margin-right: 10px;
}

li.wrap {
  line-height: 1.3em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  margin-right: 35px;
}

/* -------*/
/* Images */
/* -------*/
img {
    border-style: none;
	padding: 0;
	margin: 0;
    border: 0;
	border-width: 0;
	font-size: 0;
}

/*-------*/
/* Forms */
/*-------*/
form {
    font-size: 12px;
	line-height: 1.3em;
}

select {
    font-size: 12px;
	line-height: 1.3em;
}

div.row {
    clear: both;
    padding-top: 5px;
}

div.row span.label {
    float: left;
    width: 105px;
    text-align: right;
	margin-left: 10px;
}


div.row span.formw {
    float: right;
    width: 225px;
    text-align: left;
    font-size: 12px;
    line-height: 1.3em;
} 

div.row span.formw1 {
    float: left;
    width: 380px;
    text-align: left;
    font-size: 12px;
    line-height: 1.3em;
	margin-left: 20px;
} 

div.row span.formw2 {
    float: left;
    width: 180px;
    text-align: left;
    font-size: 12px;
    line-height: 1.3em;
	margin-left: 20px;
} 


hr {
    width: 91%;
	text-align:center;
}


/******************/
/* ITEM SELECTORS */
/******************/
#default { ;}

#container {
    width: 900px;
	margin: 0 auto;
	height: 508px;
	background-image: url(../images/main_frame.jpg); 
	background-repeat: no-repeat;
	background-position:0 0px;
	text-align:left;
	position:relative;
}

#language {position:absolute; top:5px; right:5px;}

#container_buttons {
	margin-left: 5px;
	width: 890px;
	text-align:center;
	position:absolute;
	top:192px;
	min-height:380px;
}

#container_main {
	margin: 0 auto;
	width:900px;
	text-align:center;
    position: absolute;
	top: 214px;
	background:#000000;
}

#container_heading {
  margin:0 auto;
  width:880px;
  position:absolute;
  top:605px;
  height:30px;
  text-align: right;
  padding-right: 20px;
}

/*******************/
/* CLASS SELECTORS */
/*******************/
.default { ;}

/* -----------*/
/* Containers */
/* -----------*/
.boxbottom {
	margin: 0 auto; /* center for now */
	width: 900px;
	background: url(../images/box_bot.jpg) no-repeat bottom;
	font-size: 100%;
	padding-bottom: 30px;
}

.boxhead {
    margin:0 auto;
	height: 10px;
}

.boxbody {
	margin: 0 auto; /* center for now */
    background-image: url(../images/box_body.jpg);
    background-position: center;
	width: 900px;
    background-repeat: repeat-y;
    overflow:hidden;
}

.highlight {
	color:#FF0000;
	font-size:1.2em;
	text-shadow:#FFFFFF;
}


/* -----*/
/* Menu */
/* -----*/
.menu {
    padding-top:187px;
    margin-left:0px;
    height:25px;
}

.menu a:link { font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #FFFFFF; font-size: 14px;}

.menu a:visited {font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
color: #FFFFFF; font-size: 14px;}

.cssnav {
    position: relative;
	float: left;
	padding: 0px;
	width: 125px;
	height: 25px;
	overflow: hidden; /* for ie to hide extra height*/
	border: none;
}

.cssnav a {
    display: block;
	font-size: 1.0em;
	width: 125px;
	height: 25px;
	float: left;
	text-decoration: none;
	border: none;
	text-align: center;
}

/* Needed only for image menus */
/*
.cssnav span {
    display: block;
	font-size: 14px;
	width: 143px;
	height: 25px;
	float: left;
	text-decoration: none;
	border: none;
	text-align: center;
}
*/

.cssnav:hover {
}

.cssbutton a {  float:left;  width:247px; height:195px; margin-left: 25px; vertical-align: middle; }

.buttonnav {
    float: left;
	width: 148px;
	height: 190px;
	overflow: hidden; /* for ie to hide extra height*/
	border: none;
}


/* --------------*/
/* Page Headings */
/* --------------*/
.pageheading {
  width: 900px;
  text-align: right;
  overflow:hidden;
}

/* -------------*/
/* Page Columns */
/* -------------*/
.pagecolumn {
    margin: 0;
	float: left;
    text-align: center;
	width: 445px;
}

.pagecolumn_1column {
    margin: 0;
	width:900px; 
	float:left;
	text-align: left;
}

.pagecolumn_sidebox {
	float: left;
    text-align: justify;
	width: 410px;
	margin-top: 0px;
}

.pagecolumn_photo {
	width:460px;
	float:left;
    margin-left: 14px;
	margin-right: 0px;
	margin-top: 0px;
	text-align:center;
}

.pagecolumn_photo_tour {
	width:370px;
	float:left;
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align:center;
}


.pagecolumn_content {
	width:795px;
	float:left;
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align:center;
}



.pagecolumn_thumbs {
	width:100px;
	float:left;
    margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	text-align:center;
}

.pagecolumn_tourphoto {
	width:390px;
	float: left;
	margin:0;
    margin-left:5px;
	margin-top:0px;
	text-align: center;
}

.pagecolumn_tourtext {
	width:390px;
	float: left;
	margin:0;
    margin-left:5px;
	margin-top:0px;
	text-align: center;
      
}


.pagecolumn_left {
	width:700px;
	float:left;
    margin-left:0px;
	margin-top:0px;
}


.pagecolumn_rightphoto {
	width:150px;
	float: left;
	margin:0;
    margin-left:0px;
	margin-top:0px;
	text-align: center;
}

.pagecolumn_rightphoto img {
    border-style: none;
	padding: 0;
	margin: 0;
	margin-top: 0px;
    border: 0;
	border-width: 0;
	font-size: 0;
}

.pagecolumn_tour_text {
	width:450px; 
	float:left;
}

.pagecolumn_tour_photo {
	width:450px; 
	float:left;
}

.pagecolumn_contact_text {
    margin: 0;
	width:375px; 
	float:left;
	text-align: left;
}

.pagecolumn_contact_form {
	width:410px; 
	float:left;
	text-align: left;
}

.pagecolumn_contact_formbox {
	width:370px; 
	border: double #FFFFFF;
    margin: 0px;
	padding-left: 15px;
    margin-right: 10px;
	text-align: left;
}

.pagecolumn_employment_text {
    margin: 0;
	width:440px; 
	float:left;
	text-align: left;
}

.pagecolumn_employment_formbox {
	width:800px; 
	border: double #FFFFFF;
    margin: 0px;
	margin-top:20px;
	margin-left: 40px;
	text-align: left;
}


.pagecolumn_product_image {
	width:300px;
	float:left;
    margin-left:0px;
	margin-top:0px;
}

.pagecolumn_product_text {
	width:500px;
	float:left;
    margin-left:0px;
	margin-top:0px;
}


.pagecolumn_home_text {
	float: left;
    text-align: justify;
	width: 450px;
    margin-top: 3px;
	background: url(../images/ornate_home.jpg) no-repeat;
	background-position: 325px 10px;
}

.pagecolumn_apartment_text1 {
    margin: 0;
	width:450px; 
	float:left;
	text-align: left;
	background: url(../images/ornate_secondary.jpg) no-repeat;
	background-position: 325px 10px;
}

.pagecolumn_apartment_text2 {
    margin: 0;
	width:450px; 
	float:left;
	text-align: left;
}

.pagecolumn_apartment_photo1 {
	width:430px; 
	float:left;
}

.pagecolumn_apartment_photo2 {
	width:450px; 
	float:left;
	text-align: center;
}

.pagecolumn_contact_map {
	width:450px; 
    margin: 0;
	float:left;
    text-align: left;
}


/* -----------*/
/* For PobBox */
/* -----------*/

.PopBoxImageSmall
{
   border: thick #0000FF;
/*   cursor: url(http://www.clubwandas.com/images/magplus.cur), pointer;*/
}

.PopBoxImageLarge
{
   border: solid thin white;
/*   cursor: url(http://www.clubwandas.com/images/magminus.cur), pointer; */
}



/* -------*/
/* Footer */
/* -------*/
.footer:link {
	color:#8A8C7F;
	text-align:center;
}

.footer:visited {
	color:#8A8C7F;
	text-align:center;
}

/***********************/
/* For IE 6 and ealier */			  
/***********************/			  
* html .boxhead h2 {height: 1%;}

/* ----------------------------- Images ------------------------------ */
/* View Image */
#context-viewimage {
display: none !important;    
}
/* Copy Image Location */
#context-copyimage {
display: none !important;    
}
/* separator below the Copy Image Location item */
#context-sep-copyimage {
display: none !important;    
}
/* Save Image As... */
#context-saveimage {
display: none !important;    
}
/* Set As Wallpaper */
#context-setWallpaper {
   display: none !important;
}
/* Block Images from this Server */
#context-blockimage {
   display: none !important;
}
/* -------------------------- End Images ------------------------------ */


