﻿	body {
		}	
		
	#main 
	{
	}	
	
	
	.content2 {
		border: solid 1px #c60139;
		border-left: none;
		border-top: none;
		padding:  0 8px 8px 8px;
		margin: 0 0 8px 0;
		float:left;
	}	
	
	.pageDescription {
		padding: 14px 20px 5px 20px;
	}	
	
	table.propertySelector td
	{
		border-top: solid 8px white;
	}
	table.propertySelector span 
	{
		visibility: hidden;
	}
	table.propertySelector th 
	{
		padding: 10px 8px 0 0;
		vertical-align: top;
		text-align: right;
		font-weight: normal;
	}

	table.propertySelector td
	{
		width:84px;
		height: 80px;
		position: relative;
	}
	table.propertySelector td img
	 {
		width:84px;
		display: block;
	}
	table.propertySelector td span 
	{
		position: absolute;
		white-space: nowrap;
	}

	table.propertySelector td a {
		font-weight: bold;
		font-size: 11px;
	}


	table.propertySelector td.hover, 
	table.propertySelector td:hover 
	{
		border-top: solid 8px black;
		text-decoration: none !important;
	}
	table.propertySelector td.hover span,
	table.propertySelector td:hover span 
	{
		visibility: visible;
		text-decoration: none !important;
	}
	
#header {
	padding: 10px 0 0 20px;
	margin: 0;

}
#navigation {
	padding: 0;
	margin: 0;
}



/**************************************************************************
***		general													***
***************************************************************************/
/* form */

input, select, textarea{
    padding-left:0;
    padding-right:0;
    margin-bottom:8px;
}



input.formElement {
    height:18px;
    float:right;
}

.buttonForm
{
    background-color:transparent;
    border:none;
    color:#7e7e7e;
    width:auto;
    cursor:pointer;
    float:left;
    overflow:visible;
}

.redButton
{
	float:none;
	background-color: #C60139;
	color: #fff;
	padding: 2px 6px;
	border: solid 1px #333333;
}

.grayButton
{
	float:none;
	background-color: #F4F4F4;
	color: #000;
	padding: 2px 6px;
	border: solid 1px #333333;
}

.formElement{
   background-color:#d9d9d9;
   width:100%;
   border:none;
}


.formSelect
{
   height:20px;    
   background-color:#fbfbfb;
   border:solid 1px #dadada; 
   width:100%; 
   }
   
   
textarea{
   height:96px;
}
   
.redDot {
   height:2px;
   width:2px;
   background:url(../images/redDot.gif) no-repeat;    
   float:left;
   margin:10px 5px 0 5px;
   }

  
.titleContentForm{
	color:#c60139;
	font-weight:bold;
	margin:0;
	padding:0;
} 


.buttonDownloadBar{
	float:right;
	width:auto;
	height:20px;
}


.buttonDownload input {
	background-color:transparent;
	border:none;
	color:#6e6e6e;
	cursor:pointer;
	margin:0px;
	width:auto;
	padding:0 15px 0 0;
	background:url(../images/pdf_icone.gif) no-repeat right 3px;
	overflow:visible;	
}

 .buttonDownload a {
	display:none;
}




/**************************************************************************
***		menu														***
***************************************************************************/
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	z-index: 100;
	position: relative;
}
.nav li {
	
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1px;
}
.nav a, .nav a:link, .nav a:active, .nav a:visited {
	color: #545454;
	font: bold 14px/25px Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none !important;
	padding: 0px 10px 5px 0px;
	border-right: solid 1px white;
	border-bottom: solid 5px white;
}
.nav ul 
{
	background-color: #efefef;
	border-right: solid 2px silver;
}
.nav li li a 
{
	font: bold 12px/14px Arial, Helvetica, sans-serif !important;
	width: 152px;
	padding: 4px !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: solid 1px silver !important;
	border-left: none !important;
	text-decoration: none !important;
}
.nav ul {
	list-style: none;
	margin: 0;
	width: 160px;
	margin: 0;
	position: absolute;
	left: -9999px;
}
.nav ul ul {
	margin: 22px 0 0 160px;
}
.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -9999px
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	left: auto;
}
.nav ul li {
	float: none;
}
/* end menu */
img {
	border: solid 0px #000;
}
a {
	color: #9B0033;
	text-decoration: none;
}
a.selected 
{
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a.Alternate{
	color: #fff;
	font-weight: bold;
}
.button {
	border: solid 1px #000;
	background-color: #e6e6e6;
	color: #000;
	cursor: pointer;
}
.button:hover {
	background-color: #565656;
	color: #fff;
}
.button[disabled], .button[disabled]:hover{
	background-color: #e6e6e6;
	color: #C4C4C4;
}

.pageTitle {
    width:auto !important;
    font-size:36px !important;  
    font-weight: 900;
    padding:0px 0px 0 10px;
    margin-right:10px;
    float:left;
    white-space:nowrap;
}

.pageDescription {
    color: #c8013a;
}


.datalist {
    width: 100%;
}
.datalist a 
{
	font-weight: bold;
}
.datalist dd 
{
	margin-left: 0;
}
.hidden
{
    visibility: hidden;
}

.red{
	color:#c60139;
}


.degrade{
    height:7px;
    width:100%;
    background: url(../images/degrade.gif) repeat-x;
    font-size:1px;
}

.grey{
    width:1%;
    height:100%;
    float:left;
    background: url(../images/greyBackground.gif) repeat-y;
}

ul .liText{
	padding-left:3px;
}

.imageNews{
	margin-top:60px;
}

.imageNews a
{
    float:left;
	padding-top:18px;
	background:url(../images/redBackground.gif) repeat-x left top;
}

.DateNews {
    margin-top:15px;
    margin-bottom:5px;
    font-weight:bold;
}

#photoTitle {
	color:#c8013a;
	font-weight:bold;
	margin-bottom:5px;
}


.subTitle {
     font-weight:bold; 
     margin: 20px 0 0 0;
     font-size:20px;
}   

.imageList 
{
   width:170px; 
    }



/**************************************************************************
***		NavigationMenu													***
***************************************************************************/
td.mainNavigation td.rightPart 
{
	min-width: 375px;
}
td.mainNavigation td.leftPart 
{
	min-width: 500px;
}
.navigationMenu .mainNavigation {
    color: #545454;
    font-size: 16px;
    font-weight: bold;
}
.navigationMenu .mainNavigation .leftPart {
	padding: 0px 0px 0px 20px;
    border-right: solid 1px #A1A1A1;
    border-bottom: solid 2px #B5B5B5;
}
.navigationMenu .mainNavigation .rightPart {
    border-bottom: solid 2px #B5B5B5;
    padding-left: 5px;
}
.mainNavigation .rightPart img 
{
	position: relative;
	top: -8px;
	margin: 0 0 -6px 0;
}
.mainNavigation .rightPart li span
{
	float: left;
	margin: 5px 10px 0 0px;
	display: block;
	font-size: 12px;
}
.navigationMenu .secondNavigation {
    color: #545454;
    font-size: 10px;
}
.navigationMenu .secondNavigation .leftPart {
	padding: 0 5px 5px 5px;
    border-right: solid 1px #A1A1A1;
    text-align: right;
    background-color: #FBFBFB;
}
.navigationMenu .secondNavigation a {
    color: #545454;
    font-size: 9px; 
    text-decoration: none;
}
.navigationMenu .secondNavigation a:hover {
    text-decoration: underline ;
}
.navigationMenu .secondNavigation .rightPart {
	padding: 10px 5px 5px 5px;
    text-align: left;
    background-color: #FBFBFB;
}
.navigationMenu .searchTextBox 
{
	background-color: #D9D9D9;
	border: solid 1px #D9D9D9;
	font-size: 11px;
	color: Black;
	height: auto;
	float: none;
	position: relative;
	top: 7px;
}
.navigationMenu .rightPart .selected {
	color: #c60139;
}
/**************************************************************************
***		BreadCrumb														***
***************************************************************************/
.breadCrumb {
	border-left: solid 1px #C4C4C4;
	padding: 0px 0px 0px 8px;
	margin-left: -10px;
	height:auto;
	margin-bottom:25px;
}
.breadCrumb .top .first {
	font-weight: bold;
	font-size: 14px;
}
.breadCrumb .top a {
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}
.breadCrumb .top a:hover {
	text-decoration: underline;
}
.breadCrumb h1 {
	font-size: 36px;
	font-weight: bold;
	color: #454545;
	margin: 0px 0px 0px; 
	white-space:nowrap;
}

/**************************************************************************
***		News Archive Year Month Navigation								***
***************************************************************************/
.yearDate {
	float:left;
	width: 100%;
	background: url(../images/degrade.gif) repeat-x left bottom;
	height:32px;
	#height:45px;
	margin-bottom:20px;
}

.yearList {
	width: auto !important;
	float:right;
	border-bottom:none !important;
	padding: 4px 0px 0px 0px;
	text-align: right;
}


.monthList {
	width: 100%;
	border-bottom: solid 1px #c4c4c4;
	padding: 4px 0px 2px 0px;
}
.yearList a, .monthList a {
	color: #000;	
	font-weight: bold;
	padding:11px 11px 11px 11px !important;
	border-top: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	border-left: solid 1px #c4c4c4;
	border-bottom:none !important;
	margin-bottom: 0px;
	display:inline-block;
}
.yearList a.selected, .monthList a.selected  {
	color: #9B0033;
	border-bottom: solid 1px white;
	position: relative;
	top: -1px;
	z-index: 1;
	background:white;
}

/**/
.ListTable {
	/*border-collapse: collapse;*/
}
.ListTable TD {
	border-bottom: solid 1px #C4C4C4;
	padding: 2px 4px 4px 4px;
}
.ListTable TH {
	border-bottom: solid 1px #C4C4C4;
	padding: 2px 10px 4px 10px !important;
	text-align: left;
}


/**************************************************************************
***		Members Biography												***
***************************************************************************/
.bio{
	width: 150px;
	padding: 5px 1px 10px 1px; 
} 

.bio .name{
	color: #FF7F00;
	font-size: 12px;
	font-weight: bold; 
	margin: 7px 2px 0px 0px;
}
.bio .title {
	font-size: 12px;
	margin: 3px 2px 0px 0px;
	color: #000;	
}
.bioDetails {
	margin: 10px 0px 0px 0px;
	padding: 10px 10px 20px 10px;
	background-color: #404040;
	color: #fff;
}

.bioDetails h2 {
	margin: 0px 0px 0px 0px;
	color: #FD8000;
}
.bioDetails h3 {
}
.bioDetails img {
	float:left;
	margin: 0px 5px 5px 0px;
}

.propertyDetail 
{
	margin: 0 25%;
	background-color: #404040;
	padding: 40px;
	color: #fff;
	position: relative;
}
.propertyDetail div 
{
	margin-bottom: 15px;
}
.propertyDetail div a 
{
	display: block;
}
.propertyDetailPicture img 
{
	
}
.bioDetailsText,
.propertyDetailsText 
{
   position:absolute; 
   background:none !important; 
   width:90%;
}
.bioDetailsImage,
.propertyDetailsImage
    {
    position:absolute; 
    background:none !important; 
    z-index:99;
}
.bioText ,
.propertyText
{
    position:absolute; 
    z-index:0;  
    left:250px; 
    top:0; 
    padding:20px 20px 20px 40px; 
    background-color:#404040; 
    }
    
.bioText
{
   min-height:150px;       
    }  
      
.propertyText
{
   min-height:175px;       
    }
    
.bioImage,
.propertyImage
{
   /* z-index:1; */
   z-index:99;
    /*height:200px; */
    display:table;   
}  

.imagePosition 
{
    display:table-cell; 
    vertical-align:middle; 
    z-index:1;    
}             
/**************************************************************************
***		Link List														***
***************************************************************************/
.linkList {
	margin: 16px 40px 0 0;
	padding: 0px;
	
	display: block;
	float: left;
	
}

.linkList ul li{
	line-height:20px;
}

.linkList ul li a {
	color:#404040;
	font-weight:bold;
}
.documentList {
	margin: 16px 0 0 0;
	padding: 0px;
	
	display: block;
	float: left;
	
}

.documentList ul li{
	line-height:20px;
}

.documentList ul li a {
	color:#404040;
	font-weight:bold;
}
/**************************************************************************
***		Paging Controller												***
***************************************************************************/
.pageController {
	text-align: center; 
	margin: 15px 0px 10px 0px; 
	padding: 5px 0px 0px 0px; 
	border-top: solid 1px #c4c4c4;
}
.pageController a {
	margin: 0px 3px 0px 3px;
}

.pageController .button {
	color: #9B0033;
	border: solid 0px #fff;
	background: none;
}
.pageController .button:hover {
	text-decoration: underline;
	cursor: pointer;
}
/**************************************************************************
***		Search Results													***
***************************************************************************/
.searchResult {
	margin: 10px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
}
.searchResult h3{
	font-size: 15px;
	margin: 0px 0px 8px 0px;
}
.searchResult a.link{
	display: block;
	font-size: 12px;
	margin: 4px 0px 2px 0px;
}
.searchResult .extraInfo {
	font-size: 10px;
	margin: 2px 0px 2px 0px;
	color: #A1A1A1;
}

.search 
{
 margin: 10px 0px 0px 0px;   
 
    }
    
.search span
{
    display:block;
    float:left;
    padding-top:3px;
    }
/**************************************************************************
***		table.propertySelector													***
***************************************************************************/


/* PropertyList */
div.PropertyListDownload input 
{
	overflow: visible;
	background-color:transparent;
	border: none;
	color: #6e6e6e;
	cursor: pointer;
	margin: 0px;
	width: auto;
	padding: 0 15px 0 0;
	background:url(../images/pdf_icone.gif) no-repeat right 5px;
}
div.PropertyListDownload  {
	text-align: right;
	display:block;
}
/**/
.overview 
{
    color: red;
    font-size: 24px;
    text-align: center;
    padding: 15px 15%;
    text-align: left;
}

/* contact form */
.titleContact{
	display:block;
	width:100%;
	height:94px;
	float:left;
	margin-top:30px;
}

.titleContactForm{
	font-size:17px;
	font-weight:bold;
	margin-top:10px;
}

.contactLeft,
.contentLeft{
    float:left;
    display:block;
    width:64%;
}

.contactLeft{
    background: url(../images/greyBackground.gif) right top repeat-y;  
    height:100%;  
} 

.contactRight,
.contentRight{
    float:left;
    width:32%;
    display:block;
    padding-left:11px;
}

.releaseBorder
{
  margin-bottom:10px;
  margin-left:50px; 
  background:url(../images/greyBackground.gif) repeat-x left top;
 float:left;
  
  }
  
  
/* News Release */  
.detailNews 
{
    padding-left:20px;
}
   
.news {
	width: 120px;
}
    
.news img{
	width: 100px;
	padding: 5px 1px 10px 1px; 
}
#Watermark {
    position: absolute;
    font-size: 300px;
    width: 100%;
    overflow: hidden;
    color: #eee;
    z-index: 1;
    font-weight: bold;
    white-space: nowrap;
    top: 40px;
    left: 25px;
}


/*********** Career ***********************/
.job 
{
    padding-right:20px;
    }

.titleJob
{
    font-weight:bold;
    margin-bottom:10px;
    }
    
.titleDescription ul
{
    margin:0 25px 10px 15px;
    padding:0;
    }    
    
    
    
    
    
.over 
{
	cursor:pointer;
	}    
	
.zoomin
{
	/*border:solid 1px green;*/
	
	}	
	
.recaptcha_hidden
{
	display:none;	
}
	
#recaptcha_widget
{
	border: solid 1px #F0F0F0;	
	background-color: #F0F0F0;
	padding: 12px;
}

#recaptcha_widget .faded
{
	color: #666666;	
	font-size: 11px;
}

#recaptcha_image
{
	border: solid 1px #D9D9D9;
	margin: 4px 0;
}

#recaptcha_response_field
{
	border: solid 1px #D9D9D9;
	background-color: #D9D9D9;	
	width: 220px;
	float:left;
}

.recaptcha_only_if_image
{
	float:left;
	width: 80px;
}

