@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
em { font-style: italic }

html { overflow: -moz-scrollbars-vertical !important; }

/**
 * General
 */

body {
	background:url(../img/bg.gif) top center no-repeat;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#00006b;
}
p {
	font-size:12px;
	color:#00006b;
	margin-bottom:20px;
	line-height:16px;
}
a {
	color:#00a5a5;
}
strong {
	font-weight:bold;
}
h2 {
	font-size:22px;
	line-height:24px;
	margin-bottom:20px;
	font-weight:bold;
}
h3 {
	font-size:18px;
	line-height:22px;
	margin-bottom:5px;
	font-weight:bold;
}
div#wrapper {
	width:1000px;
	background:#fff;
	margin:0 auto;
	-moz-box-shadow:0px 0px 60px #999;
	-webkit-box-shadow:0px 0px 60px #999;
	box-shadow:0px 0px 60px #999;
	
	_border-left:5px solid #00a5a5;
	_border-right:5px solid #00a5a5;
	_border-bottom:5px solid #00a5a5;
	
	*border-left:5px solid #00a5a5;
	*border-right:5px solid #00a5a5;
	*border-bottom:5px solid #00a5a5;
}
	div#wrapper > header {
		padding:35px;
		display:block;
		overflow:auto;
		position:relative;
		z-index:99;
	}
		div#wrapper > header h1 {
			width:305px; height:76px;
			float:left;
			background:url(../img/logo.png) top left no-repeat;
			text-indent:-999em;
		}
		div#wrapper > header nav {
			display:block;
			position:absolute;
			top:0; right:30px;
		}
		  div#wrapper > header nav ul li {
			  float:left;
			  font-family:"Times New Roman", Times, serif;
			  font-size:22px;
			  margin:0 10px;
		  }
			div#wrapper > header nav ul li a {
		  		text-decoration:none;
				font-style:italic;
				font-weight:bold;
				color:#00006b;
			  	padding:15px;
				line-height:50px;
			}
			div#wrapper > header nav ul li a.current {
				color:#fff;
				background:#00a5a5;
			}
			div#wrapper > header nav ul li a:hover {
		  		color:#00a5a5;
			}
			div#wrapper > header nav ul li a.current:hover {
		  		color:#fff;
			}
	div#wrapper > section.flow {
		width:1000px;
		height:227px;
		background:url(../img/flow.png) top center no-repeat;
		display:block;
		position:relative;
		z-index:50;
	}
		div#wrapper.home > section.flow > img {
			position:absolute;
			top:-20px;
			right:30px;
		}
		div#wrapper.process > section.flow > img {
			position:absolute;
			/*bottom:-100px;*/
			top:-20px;
			right:30px;
		}
	div#wrapper.contact > section.flow {
		z-index:100;
	}
		div#wrapper.contact > section.flow > img {
			position:absolute;
			top:-60px;
			right:60px;
		}

	div#wrapper > section#content {
		display:block;
		overflow:auto;
		padding-bottom:15px;
		z-index:99;
		position:relative;
	}
		div#wrapper > section#content > header {
			display:block;
			background:url(../img/headerBorder.png) bottom center repeat-x;
			padding:20px 35px;
			margin-bottom:20px;
		}
			div#wrapper > section#content > header h1 {
				width:440px;
				font-size:22px;
				font-weight:bold;
			}
		div#wrapper > section#content > article {
			display:block;
			padding-left:35px;
			width:420px;
			float:left;
		}
			div#wrapper > section#content > article section {
				display:block;
				float:left; 
				width:50%;
			}
			div#wrapper > section#content > article div#map {
				width:420px;
				float:left;
				margin-bottom:20px;
			}
		div#wrapper > section#content > aside {
			float:right;
			display:block;
			width:340px; padding:20px;
			background:#fff;
			border:5px solid #00a5a5;
			margin:-100px 35px 35px 0;
		}
			div#wrapper.home > section#content > aside img {
				float:right;
			}
			div#wrapper.process > section#content > aside img {
				
			}
		div#wrapper > section#content > footer {
			float:right;
			display:block;
			width:340px; padding:20px;
			background:#fff;
			border:5px solid #00a5a5;
			margin:0 35px 0 0;
		}
body > footer {
	display:block;
	padding:20px 0px;
	width:1000px; margin:0 auto;
}
	body > footer a.moduflow-link {
		width:226px; height:55px;
		display:block;
		background-image:url(../img/moduflow.png);
		text-indent:-999em;
		margin:0 auto 10px;
	}
			body > footer a.moduflow-link:hover {
			  background-position:bottom;
		  }
	body > footer small {
		text-align:center;
		color:#666;
		font-size:11px;
		width:100%;
		display:block;
	}
	
.form-textarea {
	width:100px;
}