/**
 * LAYOUT 
 **/
body {
	padding: 0;
	margin: 0;
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
/*  font-family: "Courier New";			*/
	font-size: 11px;	
	background-color:#FFFFFF;	
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
/*  font-family: "Courier New";			*/
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 
/*  font-family: "Courier New";			*/
}
div#container {
	width: 765px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(/images/menubg.gif);	
	background-repeat:no-repeat;
/*	border: thin solid #000000;*/
}
	div#header {
		text-align: center;
		background-image:url(/images/header.jpg);
		height: 213px;
	}
	div#header_vre {
		text-align: center;
		background-image:url(/images/header_vre.jpg);
		height: 213px;
	}	
		div#header h1 {
			display:none;
		}
		div#header_vre h1 {
			display:none;
		}
	div#menu {
		width: 180px;
		float: left;
		font-size:16px;
		color:#fff;
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 		
	}
		div#menu a {
			text-decoration:none;
			color: #fff;
		}
		div#menu .levelone {
		 list-style-type: none;
		 padding: 0px;
		 margin: 20px 10px 20px 15px;		 
		}
		div#menu .leveloneItem {
		 font-size:14px;
		 font-weight:bold;
		 padding:0 0 10px 0;
		 margin:0px;
		}
		div#menu .leveltwo {
		 list-style-type: disc;
		 font-size:12px;		 
		 padding: 0px;
		 margin: 5px 0 0 20px;
		}
		div#menu .leveltwoInvestment {
		 list-style-type: none;
		 font-size:12px;		 
		 padding: 0px;
		 margin: 5px 0 0 5px;
		}	
		div#menu .levelthreeInvestment {
		 margin-bottom: 5px;
		}
		div#menu .levelthree {
		 font-size:11px;		
		 list-style-type: circle;
		 padding: 0px;
		 margin: 0px 0px 0px 15px;
		}
	div#content {
		margin: 20px 0 1% 27%;
	}
		div#content h2 {
			display:inline;
			font-size: 16px;
			color:#182152;	
		}
		div#content h3 {
			font-size: 14px;
			color:#182152;	
		}
		div#content h4 {
			font-size: 12px;
			color:#182152;	
		}	
	div#clear {
		clear:both;
	}
	div#footer {
		text-align: center;	
		padding: 0 0 0 0;	
		background-color:#182152;
		background-image:url(/images/footer.gif);
		background-position:bottom;
		background-repeat:no-repeat;
		height:76px;
		font-family: Verdana, Geneva, Arial, helvetica, sans-serif; 		
	}
		div#footer h5 {
			font-size:10px;
			display: inline;
			color: #fff;
			font-weight:normal;
		}	
		div#footer h6 {
			display: inline;
			color: #fff;
			font-weight:normal;
		}
		div#footer a {
			text-decoration:none;
			color: #fff;
		}
/**
 * CMS TABLES
 **/		
.cms_address { 
	background-color:#ccc;
	border-width: 1px 1px 0px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #182152;
	border-collapse: separate;	
} 
.cms_vacancy { 
	border-width: 0px 1px 0px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #182152;
	border-collapse: separate;	
} 
.media_list { 
	background-color:#fff;
	border-width: 1px 1px 0px 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #182152;
	border-collapse: separate;	
} 
/**
 * MISC
 **/		
.error {
	background-color: #FF0000;
	color: #FFF;
	font-size: 11px;
}
.pdflink {
	color: #000;
	text-decoration: none;
}
.pic_square {
	width:220px; 
	height:220px;
	background-color:#CCCCCC;
	overflow:hidden;
}
.pic_wide {
	width:293px; 
	height:220px;
	background-color:#CCCCCC;
	overflow:hidden;
}
.building_details {
	margin: 4px 0 0 0;
}
a.noline {
	text-decoration:none;
	color:#182152;		
}
a.vacancy {
	font-size:14px;
	text-decoration:none;
	color:#182152;	
}
/**
 * FORMS
 **/
form {
 margin: 0;
 padding: 0;
}
.input2 {
 font-family: Verdana, Geneva, Sans-serif;
 width: 300px;
 color: #333;
 border: 1px solid #B3B4BD;
 font-size: 11px;
 padding: 3px;
 margin: 1px;
}
.input {
 font-family: Verdana, Geneva, Sans-serif;
 width: 400px;
 color: #333;
 border: 1px solid #B3B4BD;
 font-size: 11px;
 padding: 3px;
 margin: 1px;
}
.textarea {
 font-family: Verdana, Helvetica, Arial, Geneva, Sans-serif;
 font-size: 11px;
 width: 400px;
 height:200px;
 color: #333;
 border: 1px solid #B3B4BD;
 padding: 3px;
 margin: 1px;
}
.dropdown {
 font-family: Verdana, Helvetica, Arial, Geneva, Sans-serif;
 font-size: 11px;
 width: 400px;
 color: #333;
}
.checkbox {
 padding: 0;
 border: 0;
}
.button_browse {
 background-color: #B3B4BD;
 font-weight: normal;
 border: 1px solid #000;
 margin: 0 0 2px 0;
 font-size: 11px; 
}
.submit {
 background-color: #B3B4BD;
 font-weight: normal;
 border: 1px solid #000;
 margin: 0 0 10px 0;
 font-size: 11px; 
}
/**
 * PRINT
 **/
#content_print {
	padding: 20px 0 0 20px;
}
	#content_print h2 {
		display:inline;
		font-size: 16px;
		color:#182152;	
	}
	#content_print h3 {
		font-size: 14px;
		color:#182152;	
	}
 
 
