/* Global stuff */

body, td, th {	
	font-family: 'georgia', 'garamond', 'serif';
	font-size: 10pt;
}
td, th {
	vertical-align: top;
}
strong {
	color: #000;
}
strong.highlight1 {
	background: #ffd;
	font-style: italic;
	padding: 1px 2px;
}
strong.highlight2 {
	border-bottom: 2px solid #999;
	font-weight: normal;
	font-style: italic;
}
a img {
	border: none;
}
li {
	list-style-type: square;
}

/* Links */
a.plain_link:link, a.plain_link:visited {
  color: #333;
  background: none;
  border-bottom: 0;
}
a.plain_link:hover {
  color: #333;
  background: none;
  border-bottom: 0;
}

a:link, a:visited {
    color: #000;
	background: #ffe;
	border-bottom: 1px solid #999;
	padding: 1px 2px;
    text-decoration: none;
}
a:hover {
    color: #000000;
	background: #ffe;
	border-bottom: 2px solid #fa9f1a;
}

/* Global structure */

body {
    color: #333;
	background: #fff;
	line-height: 18pt;
	text-align: center;
}
div#root {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}
div#header {
	margin:16px 0 8px 0;
}
div#footer {
	clear: both;
	text-align: center;
	margin: 24px 0;
	border-top: 1px dotted #ddd;
	padding-top: 18px;
}
div#footer img {
	vertical-align: middle;
	margin-right: 12px;
}

/* Tabs */
ul#tabs {
	background: #999;
	margin: 0;
	padding: 2px 0;
	font-family: trebuchet, 'trebuchet ms', sans-serif;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 24px;
}
ul#tabs li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#tabs li a:link, ul#tabs li a:visited {
	padding: 4px 14px;
	background: transparent;
	border: none;
	border-right: 1px dotted #eee;
	color: #fff;
	text-transform: uppercase;
    text-decoration: none;
}
ul#tabs li a:hover {
    text-decoration: underline;
}

div#secondary_tabs a:link, div#secondary_tabs a:visited {
	background: none;
	border: none;
}
div#secondary_tabs a:hover {
	text-decoration: underline;
}

/* Home Page */

div#home_page div#main_text {
	margin-bottom: 24px;
}
div#home_page div#main_text span#company_name {
	font-size: 18pt;
	padding-right: 3px;
}
div#home_page div#main_text div#robot {
	float: right;
	margin-left: 12px;
}
div#home_page div#properties {
	margin-right: 250px;
}
div#home_page div#properties h4 {
	color: #666;
	font-family: trebuchet, 'trebuchet ms', sans-serif;
	font-size: 12pt;
	margin: 0 0 6px 0;
	padding: 0;
}
div.site_screenshot {
	float: left;
	border: 1px dotted #ddd;
	padding: 4px;
	margin-right: 24px;
}
div.site_screenshot2 {
	float: right;
	border: 1px dotted #ddd;
	padding: 4px;
	margin-left: 18px;
}

div.site_description { 
  margin-bottom: 24px; 
}

div#home_page div#jobs {
	float: right;
	width: 220px;
	margin-left: 24px;
	padding-left: 24px;
	padding-bottom: 24px;
	border-left: 1px dotted #ddd;
}
div#home_page div#jobs h3 {
	margin: 0;
}
div#home_page div#jobs ul {
	margin: 8px 0 0 1em;
	padding: 0;
	color: #fa9f1a;
	font-size: 9pt;
}
div#properties dl {
  display:none;
}
div#properties dl.current {
	display:block;
}


/* Team */

div#team h3 {
	clear: both;
	padding-top: 24px;
}
div#team div.left {
	clear: left;
	float: left;
	width: 260px;
}
div#team div.right {
}

/* Bios */

div.bio {
	margin-bottom: 18px;
	clear: both;
}
div.bio div.title {
	float:left;
	clear:left;
	color: #999;
	width: 180px;
}
div.bio div.name {
	float:left;
	width: 180px;
	font-weight: bold;
	color: #fa9f1a;
}
div.bio div.description {
	padding-left: 180px;
	margin-bottom: 36px;
}

/* Partners */
div#partners div#logos {
	text-align: center;
}
div#partners a.logo {
	border: none;
	background: none;
	margin: 24px;
}
div#partners a.logo img {
	border: 1px dotted #aaa;
	padding: 4px;
}

/* Jobs */

div#jobs div#office {
	float: right;
	border: 1px dotted #aaa;
	padding: 4px;
	margin-left: 24px;
}

dl.job dt {
	float:left;
	clear:both;
	width: 180px;
	font-weight: bold;
	color: #fa9f1a;
}
dl.job dd {
	padding-left: 180px;
}

/* Contact */

div#email, div#phone, div#address {
	margin-bottom: 24px;
}

div#map_wrapper {
	float: right;
	margin-bottom: 24px;
	border: 1px dotted #aaa;
	padding: 4px;
}
div#contact a#office {
	border: none;
	background: none;
	margin-top: 24px;
}
div#contact a#office img {
	border: 1px dotted #aaa;
	padding: 4px;
}

div#subscriptions {
	font-size: 1.15em;
	line-height: 1.4em;
	padding: 0 30px;
}


div#subscriptions form{
	text-align: center;
}

div#error, div#notice {
	text-align: center;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

div#error {
	background-color: #f9c37b;
	border-top: 2px solid #ff8f67;
	border-bottom: 2px solid #ff8f67;
	color: #f87d00;
}

div#notice {
	background-color: #a8ffa4;
	border-top: 2px solid #4da400;
	border-bottom: 2px solid #4da400;
	color: #4da400;
}