@font-face {
	font-family: 'StoryRegular';
	src: url('fonts/story-webfont.eot?') format('eot');
	src: url('fonts/story-webfont.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	font-size:100.01%;
}

html, body {
	height: 100%;
	width: 100%;
}

body {
	background: #eaf3f5;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a{
	text-decoration: none;
}


/* -----------------IE----------------------- */
header, footer, article, section, aside, nav {
	display: block;
}


/* ---------------MINIFY--------------------- */
header, #topwrap, #headbot p, #footwrap {
	margin: 0 auto;
}

#logo-container, #phone, #hours, #contact{
	position: absolute;
}


/*----------------HEADER--------------------- */
header {
	height: 180px;
	background-color: #2f8499;
}

#headtop {
	height: 84px;
	background: #ebf3f6;
	background: -moz-linear-gradient(top,  #ebf3f6 0%, #fff 25%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf3f6), color-stop(25%,#fff), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,  #ebf3f6 0%,#fff 25%,#fff 100%);
	background: -o-linear-gradient(top,  #ebf3f6 0%,#fff 25%,#fff 100%);
	background: linear-gradient(top,  #ebf3f6 0%,#fff 25%,#fff 100%);
}

#topwrap {
	width: 1000px;
	position: relative;
}

#logo-container {
	xleft: 6px;
	xtop: 29px;
	
	left: 0px;
	top: 19px;
	
}

#phone {
	font-family: Georgia, serif;
	font-size: 28px;
	left: 380px;
	top: 26px;
	color: #1c5766;
}
.phone {
	font-family: Georgia, serif;
	font-size: 28px;
	color: #1c5766;
}

#hours {
	font-family: Arial, sans-serif;
	font-size: 75%;
	left: 653px;
	top: 30px;
	color: #919191;
}

#contact {
	background: url(/images/contact.gif) no-repeat;
	top: 24px;
	right: 4px;
	width: 122px;
	height: 41px;
	text-indent: -10000em;
}

#headbot {
	height: 96px;
	background: #267a8f;
	background: -moz-linear-gradient(top,  #267a8f 0%, #358ba0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#267a8f), color-stop(100%,#358ba0));
	background: -webkit-linear-gradient(top,  #267a8f 0%,#358ba0 100%);
	background: -o-linear-gradient(top,  #267a8f 0%,#358ba0 100%);
	background: linear-gradient(top,  #267a8f 0%,#358ba0 100%);
}

#headbot p {
	font-family: StoryRegular, Arial, sans-serif;
	color: #d0e3e7;
	font-size: 112.5%;
	padding-top: 10px;
	width: 1000px;
	text-align: center;
}


/*----------------MAIN--------------------- */
#wrap {
	margin: -49px auto 0;
	width: 998px;
	border: 1px solid #ddecf0;
	border-radius: 8px;
	background: #fff;
	background: -moz-linear-gradient(top,  #ddecf0 0%, #fff 50px, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddecf0), color-stop(50px,#fff), color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,  #ddecf0 0%,#fff 50px,#fff 100%);
	background: -o-linear-gradient(top,  #ddecf0 0%,#fff 50px,#fff 100%);
	background: linear-gradient(top,  #ddecf0 0%,#fff 50px,#fff 100%);
	position: relative;
	z-index: 2;
}

#main, aside {
	xpadding-bottom: 10000px;
	xmargin-bottom: -10000px;
}

#main {
	margin-left: 293px;
	
}

#main a {
	color:#009ec5;
	text-decoration: underline;
}

#main  a:hover, #main a:visited {
	color:#009ec5;
	text-decoration: none;
}
#main h1 {
	font-family: StoryRegular, sans-serif;
	font-size: 180%;
	font-weight: 400;
	color: #1c5766;
	padding: 10px 0 16px 0;
}

#main h2 {
	font-family: StoryRegular, sans-serif;
	font-size: 150%;
	font-weight: 400;
	color: #1c5766;
	padding-bottom: 20px;
}
#main h3 {
	font-family: StoryRegular, sans-serif;
	font-size: 23px;
	font-weight: 400;
	color: #1c5766;
	padding-bottom: 20px;
}


#main p {
	font-family: Verdana, sans-serif;
	color: #10343d;
	line-height: 1.2;
	margin: 0 30px 20px 0;
}

#main li {
	font-family: Arial, sans-serif;
	color: #10343d;
	list-style: url(/images/list-arrow.gif);
	padding: 0 0 10px 15px;
}

#main ul {
	margin: 0 30px 20px 40px;
}

#main section {
	padding-bottom: 35px;
}

#main .iso img {
	float: left;
}

#main .iso p {
	font-family: Arial, sans-serif;
	color: #10343d;
	background: #eefafc;
	padding: 13px 20px 18px 20px;
	width: 465px;
	margin: 5px 0 0 127px;
}
#main .bg1 {
	font-family: Arial, sans-serif;
	color: #10343d;
	background: #eefafc;
	padding: 13px 20px 18px 20px;

}

#main .contactus {
	width: 180px;
	height:25px;
	border-radius: 7px;
	background: #56cce9;
	display: block;
	margin: 0 auto;
	overflow:hidden;
	text-align: center;
	padding: 8px 0 10px 0;
	position: relative;
}

#main .contactus a, #main .contactus a:hover{
	font-family: Arial, sans-serif;
	font-size: 112.5%;
	color: #fff;
	text-decoration:none;
	cursor:pointer;
}

aside {
	width: 256px;
	background: #fff;
	float: left;
	border-left: 1px solid #ddecf0;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	margin: -7px 0 0 -1px;
}

nav:first-child {
	padding-top: 10px;
}

nav ul {
	margin: 0 0 22px 18px;
}

nav li {
	font-size: 137.5%;
	font-family: StoryRegular, sans-serif;
	color: #1c5766;
}

nav a {
	color: #1c5766;
	text-decoration: none;
	height: 37px;
	width: 225px;
	display: block;
	padding: 2px 0 0 13px;
}

nav a.active {
	background: url(/images/button.gif) no-repeat;
}

nav a:hover {
	background: url(/images/button.gif) no-repeat;
}


/*----------------FOOTER--------------------- */
footer.footer1 {
	height: 320px;
	margin: -17px auto 0;
	background: #358ba0;
	background: -moz-linear-gradient(top,  #358ba0 0%, #267a8f 35%, #267a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#358ba0), color-stop(35%,#267a8f), color-stop(100%,#267a8f));
	background: -webkit-linear-gradient(top,  #358ba0 0%,#267a8f 35%,#267a8f 100%);
	background: -o-linear-gradient(top,  #358ba0 0%,#267a8f 35%,#267a8f 100%);
	background: linear-gradient(top,  #358ba0 0%,#267a8f 35%,#267a8f 100%);
	position: relative;
	z-index: 1;
}

#footwrap {
	width: 1000px;
	padding-top: 34px;
}

#footwrap dl {
	float:left;
	height: 140px;
	display: block;
}

#footwrap dt {
	text-transform: uppercase;
	font-family: StoryRegular, sans-serif;
	font-size: 87.5%;
	color: #fff
}

#footwrap dd {
	font-family: Tahoma, sans-serif;
	font-size: 87.5%;
	color: #b6d3da;
	padding: 10px 0 0 7px;
}

#footwrap dd a {
	color: #b6d3da;
}

#footwrap dd a:hover {
	color: #fff;
	text-decoration: underline;
}

#map {
	margin-left: 39px;
	border-right: 1px solid #237286;
	padding-right: 85px;
}

#map li:before {
	content: "- "
}

#adress {
	width: 275px;
	padding: 0 25px 0 35px;
	border-right: 1px solid #237286;
	border-left: 1px solid #348ea4;
}

#adress p {
	padding-bottom: 15px;
}

#social {
	border-left: 1px solid #348ea4;
	padding-left: 35px;
}

#footwrap > p {
	clear: left;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: 87.5%;
	color: #a0c5ce;
	padding-top: 76px;
}
.align-center{
	margin:10px 0 0 40px;
	}

.hint2 {
	background:#eefafc;
	padding:15px 10px 10px 10px;
	margin:30px 0px 0px 0px;
	overflow:hidden;
	width:550px;
	}	
#suggest_form_div2 {
	margin:0px 0px 30px 0px;
	display:block;
	overflow:hidden;
}

#suggest_form div.td1 {
	width:40%;
	text-align:left;
	padding:0;
	float:left;
	color:#1c5766;
	font-size:16px;
	font-family:Verdana;
	font-weight:bold;
	text-transform:none;
	margin:0 0 15px 0;

	}
#suggest_form div.td1 span {
	color:#009ec5;
	font-size:16px;
	font-family:Verdana;
	font-weight:bold;
	text-transform:none;

	}	
		
#suggest_form label {
	color:#1c5766;
	font-size:16px;
	xline-height:16px;
	font-family:Verdana;
	font-weight:bold;
	text-transform:none;
	margin:10px 0 0 5px;
	float:left;
	}	
#suggest_form input.input1 {
	width:426px;
	height:20px;
	float:right;
	xbackground:url(/img/input1.gif) no-repeat;
	border:2px solid #dfedf0;
	margin:8px 10px 0 10px;

	}	
#suggest_form .input1-bg {
	width:446px;
	height:40px;
	float:right;
	xbackground:url(/img/input1.gif) no-repeat;
	xborder:0;
	xpadding:0 10px 0 10px;

	}		
#suggest_form .row1 {
	margin:22px 0 0 0px;
	width:578px;
	height:40px;
	xfloat:left;
	
	
	}	
#suggest_form .row2 {
	width:578px;
	height:40px;
	margin:7px 0 0 0px;
	xfloat:left;
	}
#suggest_form .row3 {
	width:578px;
	height:213px;
	margin:7px 0 0 0px;
	padding:0;
	xfloat:left;
	text-align:left;
	}	
#suggest_form .row3 textarea.textarea1 {
	font:16px Arial;
	width:558px;
	height:183px;
	border:2px solid #dfedf0;
	margin:15px 10px 15px 0px;
	padding:0;
	float:right;
	
	overflow: auto;
	}		
	
.row4 {
	margin:0px 135px 0 0px;
	float:right;
	}		
#map_canvas{border:0px solid #e9e9f4;width:100%;height:400px;margin:0;padding:0;}
.map_canvas_bg{
	width:640px;
	height:480px;
	background:#fbf7fd;
	padding:18px 20px 20px 20px;
	margin:30px 0px 30px 0px;
	xfloat:left;
	xoverflow:hidden;
	}	
.ftext2 {
	color:#6fb5c6;
	font:12px Verdana;
	font-weight:normal;
	text-align:center;
	}	

.download {
	width: 170px;
	height:34px;
	border-radius: 7px;
	background:#e9f8fb url(/images/ico-pdf.gif) no-repeat;
	background-position: 13px;
	display: block;
	margin: 0 0 10px 18px;
	text-align: left;
	padding: 8px 0 8px 55px;
	position: relative;
	line-height: 14px;
	vertical-align:middle;

}
.download2 {
	font-family: Verdana, sans-serif;
	color: #10343d;
	line-height: 1.2;
	width: 190px;
	height:190px;
	xborder-radius: 7px;
	display: block;
	margin: 0 30px 20px 0px;
	text-align: center;
	padding: 8px 0 8px 8px;
	position: relative;
	line-height: 20px;
	vertical-align:middle;
	float:left;

}
.download2 small{
	font-family: Verdana, sans-serif;
	color: #1d5766;
	font-size:12px;
	}
.row {
	width:100%;
	display:block;
	overflow:hidden;
	margin:20px 0 40px 0;
	}
.rows{
	position:relative;
	float:left;
	display:block;
	overflow:hidden;
	width: 190px;
	height:34px;
	margin: 0 0 10px 50px;
	}
.rowTD{
	position:relative;
	float:left;
	display:block;
	overflow:hidden;
	margin: 0 0 10px 20px;
	}	

#wrap .download a, #wrap .download a:hover{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #1c5766;
	text-decoration:none;
	cursor:pointer;


}

.imgR {
	float:right;
	margin:10px 30px 20px 20px;
	}
.red{
	color: #b4393d;
	}	
	
#suggest_form_div {
	display:none;
	background-color:#FFF;
}	
#suggest_form_div div{
	background-color:#FFF;
	}	

a.suggestLink {
	z-index:99;
	position:relative;
	top:-12px;
	left:80px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #919191;	
text-decoration:none;	
border-bottom:1px dashed #919191;
	}
.reviews-table{
width:650px;
color: #10343d;
	background: #eefafc;
	padding: 13px 20px 18px 20px;	
	margin:0 0 20px 0;
	}
.reviews-table a{
.text-decoration:none;
outline:0;
}
.reviews-table img{
	text-decoration:none;
	border:4px solid #ffffff;
	border-radius:4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 199, 221, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 199, 221, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(213, 199, 221, 0.6);
	}