/* Globals
================================================ */
* {
	margin: 0;
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	font-family: sans-serif; 
}
body {
	background: #f3f3f3 url('/img/body.gif');
	font-size: 14px; 
	height: 100%;
	color: #295481; 
	margin: 0; 
	padding: 0; 
}
a:visited,
a:hover,
a {
	text-decoration: none;
	font-weight: 900;
	color: #2752ff;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.clearer {
	clear:both;
}
.lclearer {
	clear: left;
}
.rclearer {
	clear: right;
}
.bluebox {
	padding: 10px;
	margin: 10px;
}
.box {
	background: url('/img/clouds.jpg') repeat top left;
	border: 1px solid #9999ef;
	padding: 10px 10px 10px 10px;
	margin: 10px 0px 0px 0px;
	line-height: 1.5;
	color: #333333;
}
.note {
	background: #b0c8d3 url('/img/blue-flower.jpg') repeat top left;
}
.box h2 {
	font-size: 20px;
	font-weight: 900;
	color: #295481;
}
.box h3 {
	color: #f3f3f3;	
	background-color: #295481;
	padding: 1px 0px 1px 5px;
	font-weight: 800;
	font-size: 14px;
	margin: 5px 0px 5px 0px;
}
.box h3 b {
	color: #295481;
	background-color: #f3f3f3;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}
.box p,
.box pre {
	display: block;
}
.box p b,
.box p pre {
	color: #ff3300;
	font-weight: 900;
}
hr {
  height: 0px;
  border-top: 1px solid #7da1d4;
  border-bottom: 1px solid #577bae;
  margin: 5px 0px 10px 0px;
}
.bordered {
	border: 1px solid #284279;
}
.vmiddle {
	vertical-align: middle;
}
.vtop {
	vertical-align: top;
}

/* Layout
================================================ */
#layout_wrapper {
	margin: 10px auto 10px;
	width: 780px;
}
#layout_edgetop, 
#layout_edgebottom {
	background: url('/img/layout_edges.gif') no-repeat left top;
	height: 10px;	
	font-size: 0;
	line-height: 0;
}
#layout_edgebottom {
	background-position: left bottom;
}

/* Top
================================================ */
#top {
	background: #001833 url('/img/top.gif') 0 0 repeat-x; 
	height: 120px;
	clear: both;
	padding: 0px 5px 0px 5px;
}
#top img.left {
	margin: 0px 0px 14px 5px;
}
#top img.right {
	margin: 5px 5px 0px 0px;
}
.navigation {
	list-style: none;
	clear: both;
}
.navigation li {
	display: inline; /* IE6 fix */
} 
#top .navigation li a,
.navigation li a {
	width: 100%;
	float: left; 
	display: inline; 
	font-weight: 600; 
	text-decoration: none; 
	text-transform: uppercase;
	font-size: 14px;
	margin:5px;
	padding: 5px 0px 5px 0px;
	width: 140px;
	text-align: center;
	background: #ededec url('/img/undernav.gif') bottom left repeat-x;
	border: 2px solid #565656;
	color: #003d80;
}
#top .navigation li a:hover,
.navigation li a:hover {
	background-position: top left;
}
#top .navigation li.current a,
.navigation li.current a {
	background: #ededec;
}

/* Presentation
================================================ */
#presentation {
	background: #6792cc url('/img/presentation.gif') repeat-y top left;
}
#intro {
	margin: 0px 5px 0px 5px;
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 0px 5px 0px 5px;
	height: 180px;
}
#intro div.left,
#intro #dial {
	margin-top: 5px;
}
#dial {
	margin-top: 10px;
	border: 1px solid #9999ef;
	text-align: center;
	cursor: pointer;
}
#intro div.left {
	width: 560px;
}
#dial,
#intro #dial {
	width: 198px;
	background: #b0c8d3 url('/img/blue-flower.jpg') no-repeat top left;;
	font-size: 24px;
	height: 138px;
	padding: 10px 0px 1px 0px;
	font-weight: 900;
	height: 157px;
	line-height: 1.2;
}
#intro #dial {
	border: 1px solid #295481;
	float: right;
}
#intro div.left img {
	width: 560px;
	border: 1px solid #295481;
}
#intro h1,
#intro h2,
#intro p {
	line-height: 1.2;
	font-weight: 900;
}
#intro h1 {
	margin: -155px 0px 0px 290px;
	font-size: 30px;
	color: #f3f3f3;
}
#intro h2 {
	margin: -0px 0px 0px 290px;
	font-size: 24px;
	color: #f05341;
}
#intro p {
	margin: 0px 0px 0px 302px;
	font-size: 12px;
	text-align: center;
	color: #f05341;
}
#dial p,
#intro h3 {
	font-size: 20px;
	font-weight: 900;
	color: #f05341;
	background: url('/img/freedial.png') no-repeat top left;
	padding: 3px 0px 0px 40px;
	margin: 5px 0px 5px 0px;
	line-height: 1.1;
}
#dial b,
#intro b {
	display: inline;
	color:#f05341;
	font-weight: 900;
	font-size: 18px;
}
#dial span,
#intro span
{
	display: block;
	font-size: 14px;
	font-weight: 900;
	margin: 5px 0px 5px 0px;
	color:#f3f3f3;
	background-color:#295481;
	padding: 3px 0px 6px 0px;
	margin-top: 10px;
	line-height: 0.9;
}

/* Presentation
================================================ */
#slideshow {
	clear: both;
	padding-top: 10px;
	height: 350px;
}
#slides {
	height: 240px;
	overflow: hidden;/* if JS is off */
}
#slideshow table.left {
	margin: 0px 0px 0px 5px;
}
#slideshow table.left td {
	vertical-align: middle;
}
#slideshow table.left th {
	padding-bottom: 10px;
	padding-top: 5px;
	height: 32px;
}
#slideshow table.left th a {
	font-size: 22px;
	color:#f3f3f3;
	font-weight: 900;
	text-decoration: none;
	padding: 3px 150px 6px 160px;
	background: url('/img/blue-title.png') no-repeat top left;
}
#slideshow div.jFlowPrev,
#slideshow div.jFlowNext {
	width: 41px; 
	height: 41px; 
	cursor: pointer;
}
#slideshow .jFlowPrev {
	background: url('/img/button-prev.png') no-repeat scroll top right;
}
#slideshow .jFlowNext {
	background: url('/img/button-next.png') no-repeat scroll top right;
}	
#slideshow .jFlowPrev:active,
#slideshow .jFlowNext:active {
	background-position: bottom right; 
	outline: none;
}
#slideshow #controller {
	width: 100px;
	margin: 0px 5px 0px 5px;
}
#slideshow .jFlowControl {
	background: #ededec url('/img/undernav.gif') bottom left repeat-x;
	border: 1px solid #565656;
	color: #003d80;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
}
#slideshow .jFlowSelected {
	background: #ededec;
}
#slideshow .jFlowControl:hover {
	background-position: top left;
}

/* Contents
================================================ */
#contents {
	background: #f3f3f3 url('/img/contents.gif') 0 0 repeat-x; 
	padding: 25px 5px 10px 5px;
	clear: both;
}
#locator,
#locator a {
	clear:both;
	text-align:left;
	font-size: 12px;
	line-height: 0.5;
	margin-bottom: 10px;
	margin-left: 5px;
	font-weight: 900;
}
#locator a {
	color: #2752ff;

}
#locator h1 {
	display:inline;
}
#leftcontent {
	width: 560px;
	float: left;
}
#rightcontent {
	width: 200px;
	float: right;
}

#scheme table {
	width: 100%;
	margin: 10px;
}
#scheme td {
	padding: 3px;
	text-align: center;
	vertical-align: middle;
	
}
#scheme td.bordered {
	border:solid 1px #000000;
}
#scheme td.grayed {
	background-color: #8C8C8C;
}
#scheme td.resize {
	width: 20%;
}
#scheme .greenbackground {
	background-color: #8ACB92;
	text-align: center;
	width: 20px;
	padding:0;
}
#scheme .greenarrow {
	background: #ffffff url('/img/greenarrow.gif') no-repeat left top;
}
p.shift,
.shift p,
pre.shift,
.shift pre {
	margin: 5px 0px 15px 20px;
}
p.small,
.small p,
pre.small,
.small pre {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
}
p.shiftsmall,
.shiftsmall p,
pre.shiftsmall,
.shiftsmall pre {
	margin: 5px 20px 10px 20px;
	font-size: 12px;
}
.shiftsmall b,
.shiftsmall pre b,
.shiftsmall p b,
#infomenu b,
#flow b,
#legend b {
	color: #f3f3f3;
	background-color: #295481;
	padding-left: 4px;
	padding-right: 4px;
	margin-right: 2px;
}
.half {
	width: 50%;
}
#validation {
	margin-top: 10px;
	text-align:center;
}
img.map {
	border: 1px solid #335533;
	margin-bottom: 10px;
}

/* Footer
================================================ */
#footer {
	background: #ececec url('/img/footer.gif') 0 0 repeat-x; 
	height: 30px;
	color: #b6b6b6;
}
#footer img.left {
	height: 25px;
	margin-left: 5px;
	margin-top: 3px;
}
#footer span {
	margin-left: 10px;
	margin-top: 5px;
	font-size: 20px;
	font-weight: 900;
}
#footer div.right p {
	font-size: 9px;
	text-align:center;
	margin-top: 5px;
	width: 220px;
}

/* Specifics
================================================ */
#emergency p {
	background: url('/img/emergency.png') no-repeat top left;
	padding-left: 130px;
	padding-top: 30px;
	height: 300px;
	font-size: 16px;
	font-weight: 900;
	color: #636363;
}

/* InfoMenu
================================================ */
#infomenu {
}
#infomenu dd li {
	padding-left: 55px;
}
#infomenu dt {
	margin: 20px 0px 10px 0px;
}
#infomenu dl {
	color: #295481;
	width: 170px;
	float: left;
}
#infomenu a.cost,
#infomenu a.form,
#infomenu a.flow,
#infomenu a.manner {
	font-size: 20px;
	padding: 7px 0px 10px 45px;
}
#infomenu a.cost {
	background: url('/img/cost.png') no-repeat top left;
}
#infomenu a.form {
	background: url('/img/form.png') no-repeat top left;
}
#infomenu a.flow {
	background: url('/img/flow.png') no-repeat top left;
}
#infomenu a.manner {
	background: url('/img/manner.png') no-repeat top left;
}
#infomenu p {
	padding-left: 20px;
	background: url('/img/triangle.png') no-repeat top left;
}
#infomenu h3 {
	font-size: 16px;
	text-align: center;
}
#infomenu div.left {
	width: 65%;
}
#infomenu img.right {
	width: 30%;
}
#infomenu div.right {
	width: 65%;
}
#infomenu img.left {
	width: 30%;
}
#infomenu .navigation li a {
	width: 120px;
}
#infomenu .navigation li a {
	border: 1px solid #565656;
}

/* RequestForm
================================================ */
#request {
	padding-left: 20px;
	padding-right: 20px;
}
#requestform td {
	padding-right: 20px;
	vertical-align: top;
}
#requestform td.example {
	color: #a3a3a3;
	text-align: center;
}
#requestform input,
#requestform textarea {
	background-color: #D7E5F2;
	color: #102132;
	border: 1px solid #284279; 
	float: right;
	width: 300px;
}
#requestform input:focus,
#requestform textarea:focus {
	background-color: #c7d5e2;
	color: #102132;
	border: 1px solid #183269; 
}
#requestform input.submit {
	background-color: #B7C5D2;
	color: #102132;
	clear: both;
	height: 30px;
	margin-top: 20px;
}
#requestform b {
	color: #FF3300;
	font-weight: 900;
	padding-left: 0px;
	padding-right: 0px;
}
#request h3 b {
	background-color: #295481;
	color: #FF3300;
	font-size: 13px;
}
#request h3 {
}

/* Flow
================================================ */
#flow img {
	width: 150px;
	float: left;
	clear: both;
}
#flow div {
	padding-left:150px;
	margin-bottom: 20px;
	font-size: 12px;
}
#flow1 { background:url('/img/flow1.gif') no-repeat top left; min-height:142px; }
#flow2 { background:url('/img/flow2.gif') no-repeat top left; min-height:145px; }
#flow3 { background:url('/img/flow3.gif') no-repeat top left; min-height:144px; }
#flow4 { background:url('/img/flow4.gif') no-repeat top left; min-height:291px; }
#flow5 { background:url('/img/flow5.gif') no-repeat top left; min-height:147px; }
#flow6 { background:url('/img/flow6.gif') no-repeat top left; min-height:145px; }
#flow7 { background:url('/img/flow7.gif') no-repeat top left; min-height:143px; }
#flow8 { background:url('/img/flow8.gif') no-repeat top left; min-height:144px; }
#flow9 { background:url('/img/flow9.gif') no-repeat top left; min-height:143px; }
#flow10 { background:url('/img/flow10.gif') no-repeat top left; min-height:127px; }
#flow h3 {
	background-color: #2A5481;
	color: #f3f3f3;
	font-size: 18px;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 10px 0px;
}
#flow p {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#flow2 p {
}
#flow4 p {
	margin-left: 17px;
}
#flow1 table {
	width: 100%;
}
#flow table td {
	width: 50%;
	padding: 0px 2px 2px 2px;
}
#flow table td h4 {
	background-color: #284279;
	color: #f3f3f3;
	margin: 0px -2px 0px -2px;
	text-align: center;
	margin-bottom: 2px;
	vertical-align: top;
}
#flow table td p {
	margin-bottom: 2px;
	margin-top: 0px;
}

/* Cost
================================================ */
#cost div.left {
	width: 150px;
	text-align: center;
	padding-top: 70px;
}
#cost #legend {
	width: 360px;
	margin-left: 170px;
	margin-bottom: 20px;
	font-size: 14px;
}
#cost h2.pink {
	color: #F3669F;
	font-size: 14px;
	text-align: center;
	margin: 20px 0px 20px 0px;
}
#cost div.left h3 {
	font-size: 14px;
	background: none;
	color: #295481;
}
#cost div.left img {
	width: 150px;
}
#legend h3 {
	font-size: 14px;
	background: none;
	display: inline;
}
#legend h3.blue1,
#legend h3.blue2 {
	background: none;
}
#legend h3.blue1 {
	color: #4F8FC5;
}
#legend h3.blue2,
#cost h2.blue2 {
	color: #4F8FC5;
	font-size: 14px;
}
#legend h3.blue3 {
	color:#00ADC6;
	margin: 0;
	padding: 0;
}
#legend .block {
	border: solid 1px #000000;
	padding-left: 14px;
	margin-left: 0px;
}
#legend .blue1 {
	background-color: #4F8FC5;
}
#legend .blue2 {
	background-color: #D6D6D6;
}
#legend div {
	margin: 5px 0px 10px 30px;
}
#phonebox {
	width: 70%;
}
#phonebox, #phonebox h2,#phonebox td {
	color: #FFFFFF;
	margin: 0px auto 0;
	background-color: #306EAD;
	padding: 2px 0px 2px 0px;
	font: bold 1.0em sans-serif,Tahoma;
	vertical-align: middle;
	text-align: center;
}

/* List
================================================ */
#list {
}
#building table,
#list table{
	border-collapse: collapse;
	font-size: 12px;
	color: #497481;
}
#list table{
	margin-top: 30px;
}
#list a {
	font-weight: bold;
}
#building td,
#building th,
#list td,
#list th {
	border-bottom: 1px solid #b3b3b3;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	padding: 5px 10px 5px 10px;
	background-color: #f3f3f3;
	vertical-align: middle;
}
#building td,
#list tr.odd td {
	background: #e8edff url('/img/tableodd.gif') repeat-x top left;;
}
#building th,
#list th {
	background-color: #295481;
	color: #f3f3f3;
	font-weight: 900;
	font-size: 16px;
	padding: 0;
}
#building th {
	font-size: 14px;	
	font-weight: 500;
}
#list tr:hover td {
	background: #d8ddef;
}
#list .area {
	width: 100px;
	height: 20px;
	float: left;
	text-align: center;
	vertical-align: middle;
}

/* Building
================================================ */
#building table {
	margin-top: 20px;
	width: 100%;
}
#building th,
#building td {
	width: 20%;
	vertical-align: middle;
}
#buidling th {
	text-align: center;
}
#building td {
	text-align: left;
}
#building h2,
#building h4 {
	display: inline;
}
#building h4 {
	color: #497481;
}
#building h4 {
	margin-left: 20px;
}
#building #googlemap {
	width: 100%;
	height: 400px;
	padding: 0;
	margin: 0;
}
#building #googlemap b {
	font-weight: 900;
}
#building .googlemap { 
	padding: 0;
	margin: 0;
}
#building img {
	border: 1px solid #295481;
	width: 32%;
	margin-right: 3px;
}
#building imggroup {
	width: 100%;
}
