/*
	Print CSS 
	Master 
	Revision: 1.0 
*/
body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	margin: 0;
	padding: 0;
	background:#fff;
	}
body, table {
	font-size: 11px;
	}
table td {
	vertical-align:top;
	text-align:left;
	}
img {
	border:0;
	}
a {
	color:#137D00;
	text-decoration:none;
	font-weight:bold;
}
div.mmhide_hide, div.mmhide_show {
	display:block;
	}
/* -( print header )- */
#masthead {
	text-align:left;
	margin-bottom:30px;
	}

/* -( hide )- */
#header, #breadcrumb {
	display:none;
	}

/* -( content )- */
#content {
	position: relative;
	}
#content #layout {
	width:100%;
	}
#content #layout td.mmhide_support {
	width:183px;
	}
#main {
	position: relative;
	margin-right:10px;
	}
#support_inset {
	position: relative;
	margin-right:10px;
	margin-left:10px;
	width:183px;
	}
#support {
	position: relative;
	margin-left:10px;
	width:183px;
	}

/* -( footer )- */
#footer {
	position:relative;
	padding-top:5px;
	margin:25px 0 5px 0;
	padding-top:5px;
	color:#999;
	font-size:100%;
	border-top:1px solid #999;
	}
#footer div {
	margin-bottom:10px;
	}

/* -( legal )- */
#legal {
	position:relative;
	margin-left:0;
	color:#999;
	font-size:90%;
	text-align:left;
	background:#fff;
	}
#legal div {
	display:none;
	}
/* homepage specific */
#home #support,
#home #support_inset {
	background:#fff;
	}	
/* -( styles )- */
h1, h2, h3, h4, h5, h6 {
	margin:1em 0;
	line-height: 1.5em;
	}
h1 { font-size:120%; color:#53AD7D; }
h2 { font-size:110%; color:#53AD7D; }
h3 { font-size:100%; color:#53AD7D; }
h4 { font-size:100%; color:#53AD7D; font-style:italic; }
h5 { font-size:100%; color:#333; }
h6 { font-size:100%; color:#333; font-style:italic; }
p {
	margin:1em 0;
	line-height: 1.5em;
	}
p.section_heading {
	font-size:110%;
	font-weight:bold;
	border-bottom:1px solid #9AC6AE;
	}
p.floatleft {
	float:left;
	margin-right:10px;
	}
/* forms */
form {
	margin:0;
	padding:0;
	}
form table td {
	padding-right:5px;
	padding-bottom:5px;
	}
input, select, textarea {
	font-family:Tahoma, sans-serif; 
	font-size:100%;
	margin-top:2px;
	}
.submit {
	font-size:11px;
	color: #000;
	padding:0 30px;
	margin:5px 0;
}
.required {
	color:#cc0000;
	vertical-align:top;
}

#headline {
	position: relative;
	margin:1em 0 2em 0;
	}
#headline img {
	display:none;
	}
#headline h1 {
	margin:0;
	line-height:normal;
	font-size:200%;
	font-weight:normal;
	color:#53AD7D;
	}
#headline p {
	margin:0.5em 0;
	line-height:normal;
	font-size:110%;
	font-weight:normal;
	color:#333;
	}
	
#content ul {
	margin:1em 0;
	padding:0;
	position:relative;
	font-size:100%;
	}
#content li {
	margin:1em 0;
	padding:0;
	list-style:none;
	line-height: 1.3em;
}
/* pullout */
#content blockquote.pullout p.pullout {
	font-size: 110%;
	line-height: 1.3em;
	}
#content blockquote.pullout p cite{
	font-size:100%;
	display: block;
	text-align: right;
}

/* table team, landmarks, clients, partners, news, forms */
#content table.mmhide_tbl_team,
#content table.mmhide_tbl_landmarks,
#content table.mmhide_tbl_clients,
#content table.mmhide_tbl_partners,
#content table.mmhide_tbl_news,
#content table.mmhide_tbl_form {
	width:100%;
	border-collapse:collapse;
	}
#content table.mmhide_tbl_team td,
#content table.mmhide_tbl_landmarks td,
#content table.mmhide_tbl_clients td,
#content table.mmhide_tbl_partners td {
	line-height:1.5em;
	padding-bottom:15px;
	}
/* news specific */
#content table.mmhide_tbl_news td {
	padding:5px 0;
	border-bottom:1px solid #9AC6AE;
	}
#content table.mmhide_tbl_news td.news_date {
	width:100px;
	text-align:right;
	white-space:nowrap;
	}
/* forms specific */
#content table.mmhide_tbl_form td.label {
	white-space:nowrap;
	}
#content table.mmhide_tbl_form td.note {
	font-size:10px;
	}
/* team specific */
#content table.mmhide_tbl_team td.team_photo {
	width:125px;
	}
#content table.mmhide_tbl_team span.team_role {
	color:#53AD7D;
	}
/* clients, partners specific */
#content table.mmhide_tbl_clients td.client_logo,
#content table.mmhide_tbl_partners td.partner_logo {
	width:125px;
	text-align:center;
	}
/* landmark specific */
#content table.mmhide_tbl_landmarks td.landmark_date {
	width:100px;
	color:#53AD7D;
	}
	
/* table client, partner header */
#content table.mmhide_tbl_client,
#content table.mmhide_tbl_partner {
	width:100%;
	border-collapse:collapse;
	margin-top:1em;
	}
#content table.mmhide_tbl_client td,
#content table.mmhide_tbl_partner td {
	line-height:1.5em;
	padding-bottom:15px;
	}
#content table.mmhide_tbl_client td.link,
#content table.mmhide_tbl_partner td.link {
	text-align:right;
	vertical-align:bottom;
	}
	
/* table documents */
#content table.mmhide_tbl_documents {
	width:525px;
	border-collapse:collapse;
	}
#content table.mmhide_tbl_documents td {
	padding:5px 0;
	border-bottom:1px solid #9AC6AE;
	}
#content table.mmhide_tbl_documents td.document_icon {
	width:20px;
	}
#content table.mmhide_tbl_documents span.document_author {
	display:block;
	font-size:10px;
	color:#999;
	margin-top:1px;
	}
	
/* sitemap */
#sitemap {
	position:relative;
	}
#sitemap a.lvl1 {
	display:block;
	margin:10px 0 0 10px;
	border-bottom:1px solid #9AC6AE;
	}
#sitemap a.lvl2 {
	display:block;
	margin:3px 0 3px 20px;
	font-weight:normal;
	border-bottom:1px solid #C1DECE;
	}
	
/* support */
#support h2 {
	margin:0 0 0.5em 0;
	line-height: 1.3em;
	}
#support ul,
#support li,
#support p {
	margin:0 0 1em 0;
	line-height: 1.3em;
	}
#support_inset table td {
	line-height: 1.3em;
	}
