/* ----------------------------------------------------------------------------- */
/* TEXT */
/* ----------------------------------------------------------------------------- */
table.text td.double div.textBlock{
	padding:40px 25px 80px 25px;
}
/* ----------------------------------------------------------------------------- */
/* TEAM */
/* ----------------------------------------------------------------------------- */
table.team_list{
	width:100%;
	margin-bottom:20px;
}

table.team_list div.frame{
	padding-right:15px;
	padding-bottom:15px;
}

table.team_list div.frame img{
	border:1px solid #b6b5b5;
}

table.team_list span.name{
	color:#663300;
	font-size:150%;
	font-weight:bold;
}

table.team_list div.feature{
	color:#666666;
	margin-top:0.5em;
	padding-top:0.5em;
	background:url('../img/bg/dots.gif') repeat-x 0 0;
	font-size:120%;
}

table.team_list div.feature p{
	margin:0.3em 0;
}

table.team_list td.team_image{
	width:150px;
}

table.team_list td.team_headline{
	width:350px;
}
/* ----------------------------------------------------------------------------- */
/* TELEPHON & QUOTES */
/* ----------------------------------------------------------------------------- */
table.info{
	width:100%;
	margin-top:10px;
	color:#745d2f;
	font-size:150%;
}

table.info td{
	height:60px;
	padding-top:12px;
	width:50%;
}

table.info td.telephone{
	background:url('../img/telephone.jpg') no-repeat 0 12px;
}

table.info td.quotes{
	background:url('../img/man.jpg') no-repeat 0 0;
}

table.info td.telephone div{
	padding-left:10px;
}

table.info td.quotes div{
	padding-left:200px;
}

table.info a{
	color:#745d2f;
	text-decoration:none;
}

table.info a:hover{
	color:#9e7e3f;
}

span.change{
	color:#a09683;
	font-size:80%;
}
/* ----------------------------------------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------------------------------------- */
/*
div.lowermost{
	background:url('../img/bg/bottom_inner.jpg') no-repeat 0 100%;
}
*/
/* ----------------------------------------------------------------------------- */
/* BREADCRUMBS */
/* ----------------------------------------------------------------------------- */
div.breadcrumbs{
	margin-bottom:20px;
	font-size:0.8em;
}

span.spacer{
	margin:0 5px;
}
/* ----------------------------------------------------------------------------- */
/* NAVIGATION */
/* ----------------------------------------------------------------------------- */
div.navigation{
	margin:15px 0;
}

div.navigation div.previous{
	float:left;
	padding-right:20px;
	font-size:1.2em;
}

div.navigation div.next{
	float:right;
	padding-right:20px;
	font-size:1.2em;
}

div.previous a, div.next a{
	text-decoration:none;
}

div.previous a:hover, div.next a:hover{
	color:#936916;
	font-weight:bold;
}
/* ----------------------------------------------------------------------------- */
/* FEEDBACK */
/* ----------------------------------------------------------------------------- */
div.feedbackBlock{
	margin-top:20px;
}
table.form{
	width:500px;
	line-height:2.5;
}

table.form td.label_form{
	width:200px;
}

table.form input, table.form textarea{
	width:80%;
	//width:90%;
	margin-top:7px;
}

table.form input.button{
	margin-top:15px;
	min-width:85px;
	width:85px;
	background:url('/themes/presidium/img/search_button_bg.gif') repeat-x 0 100%;
	border:1px solid #666666;
	font-size:0.9em;
}

table.form input.sbutton{
	min-width:52px;
	width:52px;
	background-color:#d6d6d6;
	color:#666666;
	border:0;
}
/* ----------------------------------------------------------------------------- */
/* MAP */
/* ----------------------------------------------------------------------------- */
body.map{
	background-color:white;
	padding-bottom:50px;
}

body.map td.indent{
	width:50px;
}

body.map td.indent div{
	width:50px;
}

body.map img{
	border:1px solid #312102;
}

table.mini_map{
	width:100%;
}

table.mini_map td.for_map{
	width:350px;
}

table.mini_map td.for_map img{
	border:1px solid #663300;
	display:block;
}
/* ----------------------------------------------------------------------------- */