/****
 *
 *  Redefine tags
 *
 ****/


* { /* Set generic font type and size */
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #fff;
}

input, textarea, select, option { color: #333333; }

img { border: 0 }

@charset "utf-8"; /* fix to allow full size images */
html,body {
	height: 100%;
}

body {
	margin: 0px;
	background-image: url("/images/main_bg.jpg"); /* main background  */
}

/* set all anchors to black */
a { color: #fff; } 
a:hover { text-decoration: none; }

/* create a nice line */
hr {
	border: none 0; 
	border-top: 1px solid #5c616f;	/*the border*/
	width: 100%;
	height: 1px; /*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
  font-size: 12pt;
 }

/****
 *
 *  Main Elements
 *
 ****/
 
#header {
	height: 172px;
	padding-left: 30px;
	background-image: url("/images/header_bg.jpg");
	background-repeat: repeat-x;
	border-bottom: 2px solid #fff;
}


#container {
	padding-left: 110px;
	padding-right: 110px;
	height: 100%;
	min-width: 800px;
}

#main { padding-top: 40px; }

#spacedText {
	line-height: 12pt;
	letter-spacing: .3pt;
}

.spacer { padding-bottom: 20px; }

.header {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 1pt;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
}

/****
 *
 *  Main Navigation
 *
 ****/
 
#nav {
	background-image: url("/images/menu_bg.jpg");
	height: 45px;
	text-align: center;
}

#nav img { 
	margin-top: 18px;
/*	margin-right: 17px;
	margin-left: 17px;*/
	margin-right: 22px;
	margin-left: 22px;
}

/* menu buttons and their respective hover images */
#nav a.home { background-image: url("/BrokerDesk/images/home_off.png"); }
#nav a.home:hover, #nav a.home_on { background-image: url("/BrokerDesk/images/home_on.png"); }

#nav a.properties { background-image: url("/BrokerDesk/images/properties_off.jpg"); }
#nav a.properties:hover, #nav a.properties_on { background-image: url("/BrokerDesk/images/properties_on.jpg"); }

#nav a.contacts { background-image: url("/BrokerDesk/images/contacts_off.jpg"); }
#nav a.contacts:hover, #nav a.contacts_on { background-image: url("/BrokerDesk/images/contacts_on.jpg"); }

#nav a.groups { background-image: url("/BrokerDesk/images/groups_off.png"); }
#nav a.groups:hover, #nav a.groups_on { background-image: url("/BrokerDesk/images/groups_on.png"); }


/****
 *
 *  Home
 *
 ****/

#homeMenu {
	background-image: url("/images/home_bg.jpg");
	height: 234px;
	width: 300px;
	margin-bottom: 20px;	
	min-width: 300px;
}

#homeMenu img {
	margin-left: 60px;
	margin-top: 7px;
}

#homeMenu #item { height: 32px; }
#homeMenu #item:hover {
	background-image: url("/images/svn_small.png");
	background-repeat: no-repeat;
	background-position: 30px 0px;
	height: 32px;
/*	height: 30px; */
}

#homeInventory {
	height: 72px;
	width: 300px;
	background-color: #373c4a;
	color: #fff;
	font-size: 10pt;
	text-align: center;
}

#homeInventory strong {	font-size: 11pt; }

#featuredImage {
	height: 240px;
	padding: 0;
	margin: 0;
}

#featuredText2, #featuredText2 a {
	font-size: 10pt;
	line-height: 12pt;
	letter-spacing: .3pt;
}

/****
 *
 *  Property List
 *
 ****/
#col1 {
	float: left;
	text-align: right;
	margin-left: 10%;
}

#col2 {
	float: right;
	text-align: left;
	margin-right: 10%;
}

#col3 {
	width: 20%;
}

#button {
	background-image: url("/images/type_bg.jpg");
	height: 54px;
	width: 269px;
	margin-bottom: 15px;
	text-align: center;
}

#button:hover {	background-image: url("/images/type_bg_over.jpg"); }

#button2 {
	background-image: url("/images/button_bg.jpg");
	height: 53px;
	width: 384px;
	margin-bottom: 15px;
	text-align: center;
}

#button3 {
	background-image: url("/images/button_bg2.jpg");
	height: 55px;
	width: 269px;
	margin-bottom: 15px;
	text-align: center;
}

#search {
	width: 384px;
	padding-bottom: 10px;
	background-color: #383d4b;
	margin-bottom: 15px;
}

#search img { margin: 20px 0 20px 30px; }

#search label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	text-align: left;
	width: 100px; 
	margin: 5px 29px 0; /* set top margin same as form input - textarea etc. elements */
}

#search form input#small {
	width: 70px;
}

#propertybox, #linkbox { 
	width: 200px;
	height: 220px;
	background-color: #585d6d;
}

#propertybox img { margin: 20px 0 15px 0; }

#linkbox {
	height: 30px;
	text-align: right;
}

#linkbox img { margin-right: 20px; }

#gallery div#spacer {
	width: 33.3%;
	float: left;
	margin-bottom: 20px;
}

#centerImage {
   width: 200px;
   height: 120px;
   display:table-cell;
   vertical-align:middle;
}


/****
 *
 *  Property Details
 *
 ****/

ul#highlights li {
	margin-left: -20px;
	font-size: 11pt;
	line-height: 15pt;
}

#advisorbox {
	float: left;
	width: 200px;
	height: 80px;

}

#advisorbox img {
	float: left;
	margin-right: 15px;
}



/****
 *
 *  About Us
 *
 ****/

#aboutRow {
	float: left;
	width: 450px;
	height: 220px;
	vertical-align: middle;
	margin-bottom: 10px;
}

#tombstone {
	float: left;
	width: 150px;
	height: 200px;
	margin-right: 20px;
	background-color: #575d6d;
}


#headshot {
	width: 150px;
	height: 200px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

#headshot * {
  vertical-align: middle;
}

/*\*//*/
.headshot {
    display: block;
}
.headshot span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

#bio hr {
	width: 100%;
	margin: 0;
	height: 1px;	
}

/****
 *
 *  Contact Us
 *
 ****/

form#contactForm label {
    display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */

}

form#contactForm textarea {
	width: 400px;
	height: 150px;
}

/****
 *
 *  Tables
 *
 ****/

/* alternating row colors */
.row1 { background-color: #6a7083; }
.row2 { background-color: #585d6d; }

/* filter row of lists */
.filter input, .filter select {
	width: 95%;
	font-weight: normal;
}


/****
 *
 *  Forms
 *
 ****/
form { margin: 0px; } /* get rid of form margins */

input:text, textarea {
	border: 1px solid #cccccc;
}	

form#details input, form#notes textarea  {
	margin-bottom: 5px;
	width: 50%;
	border: 1px solid #cccccc;
	height: 15px;
}

form#details input:focus, form#notes textarea:focus {
	background-color: #ECF3FB;
}

form#details label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 80px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
}

form fieldset {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border: 0px;
	border-bottom: 1px solid #cccccc;
}


/***********
 *
 * Footer
 *
 **********/
#footer { margin-top: 80px; }
#footer, #footerNotice, #footer A {
	text-align: center; 
	width: 100%; 
	font-size: 7pt;
	color: #ccc;
	margin-bottom: 20px;
}

#footerNotice {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 6pt;
	color: #808080;
}


/***********
 * 
 * Careers
 *
 ***********/
 
#resumeform {
  float: left; 
  width: 320px; 
  margin-right: 30px;
	background-color: #383d4b;
  padding: 20px;
  padding-top: 10px;
}

#resumeform label {
  float: left;
  width: 140px;
  margin-top: 5px;
}

#resumeform input {
  width: 150px;
}

#resumeform textarea {
  width: 100%;
}

#resumeform select {
  width: 155px;
}

