body,div,dl,dt,dd,ul, ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var,h1,h2,h3,h4,h5,h6  {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	color: #5ca2a8;
	text-decoration: none;
	text-transform: uppercase;
}

h1{
	font-size: 24px;
	margin-bottom: 10px;
	line-height: 1em;
	font-weight: lighter;
}

h2{
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 6px;
}

h3{
	font-size: 12px;
	margin-bottom: 2px;
	font-weight: bold;
	line-height: 1em;
	text-transform: none;
}

abbr,acronym { 
	border:0;
}

strong{
	font-weight: bold;
}

body {
	background: #fdfefe url(../images/main-bg.png) repeat-x 0 0;
	padding: 40px 0 20px;
	color: #8c9c9d; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	font-size: 11px; 
	line-height: 1.2em;
}

.floatLeft{
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight{
	float: right;
	margin: 0 0 5px 10px;
}

.alignLeft{
	text-align: left;
}

.alignRight{
	text-align: right;
}

.alignCenter{
	text-align: center;
}

.clear{
	position: relative;
	overflow: hidden;
	clear: both;
}

.clearDiv{
	position: relative;
	overflow: hidden;
	clear: both;
	height: 0;
}

.niceBorder{
	padding: 3px;
	background: #fbfbfb;
	border: 1px solid #eee;
}

.aqua{
	color: #5ca2a8;
}

p{
	padding: 0 0 1em 0;
	line-height: 1.2em;
}

a{
	color: #5ca2a8;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

#wrapper{
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	width: 906px;
	padding: 360px 25px 15px;
	border: 2px solid #e6f6f8;
	background: #fff;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 342px;
}

#logo{
	overflow: hidden;
}

#logo a{
	position: absolute;
	display: block;
	left: 25px;
	top: 16px;
	width: 100%;
	height: 100%;
  background: transparent
  						url(/images/logo.png)
              no-repeat;
}

#topMenu{
	position: absolute;
	left: 0;
	top: 78px;
	list-style: none;
	padding: 0 0 0 25px;
	width: 941px;
	height: 36px;
	background: url(../images/menu-bg.png) repeat-x;
	border-top: 6px solid #dcdcdc;
	border-bottom: 3px solid #dedede;
}

#topMenu li{
	position: relative;
	top: -6px;
	float: left;
	margin-bottom: -9px;
}

#topMenu li a{
	display: block;
	height: 36px;
	font: 12px/36px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0 20px;
	float: left;
	text-transform: uppercase;
	color: #666;
	border-top: 6px solid #dcdcdc;
	border-bottom: 3px solid #dedede;
}

#topMenu li a:hover, #topMenu li a.selected{
	text-decoration: none;
	color: #5ca2a8;
	border-top: 6px solid #60a1a6;
}

#topImage{
	position: absolute;
	width: 614px;
	height: 206px;
	top: 136px;
	left: 316px;
}

#topImage img, #topImage object, #topImage embed{
	vertical-align: bottom;
}

#topFind{
	position: absolute;
	width: 289px;
	height: 206px;
	left: 25px;
	top: 136px;
	background: url(../images/top-find.png) no-repeat;
}

#topFind select{
	position: absolute;
	left: 19px;
	bottom: 20px;
	width: 145px;
}

/* Content */
#content{
	overflow: hidden;
}

#leftColumn{
	width: 695px;
	float: left;
	text-align: justify;
}

#leftColumn ul{
	padding: 0 0 1em 3em;
}

.threeBlocks{
	text-align: left;
	padding-bottom: 1em;
}

.threeBlocksItem{
	width: 225px;
	margin-right: 6px;
	border: 1px solid #d3d3d3;
	display: inline-block;
}

.threeBlocksItem{
	display: inline;
}

html>/**/body .threeBlocksItem{
	display: inline-block;
	margin-right: 3px;
}

.threeBlocks .last{
	margin-right: 0;
}

.threeBlocksItemBg{
	border: 1px solid #fff;
	background: #f4f4f4;
	padding: 2px;
}

.threeBlocksItemImage{
	text-align: center;
}

.threeBlocksItemImage img{
	border: 1px solid #d3d3d3;
	vertical-align: bottom;
}

.threeBlocksItemText{
	padding: 10px 10px 0;
	margin-bottom: 10px;
	text-align: justify;
}

.threeBlocksItemText p{
	padding-bottom: 0;
	margin-bottom: 10px;
}

#rightColumn{
	float: right;
	width: 192px;
	background: url(../images/right-bg.png) repeat-y 0 0;
}

#rightColumn h2{
	padding: 0 10px;
	margin: 0;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	background: url(../images/right-header.png) no-repeat;
}

#rightColumn h2.first{
	padding-top: 2px;
	background: url(../images/right-header-top.png) no-repeat;
}

.rightSection{
	padding: 5px;
}

#rightMenu{
	list-style-type: none;
}

#rightMenu li{
	padding: 5px 10px 5px 20px;
	border-bottom: 1px dashed #ccc;
	font-size: 12px;
	background: url(../images/right-arrow.png) no-repeat 2px 4px;
}

#rightMenu li:last-child{
	border-bottom: 0;
}

#rightMenu li a:hover{
	color: #157885;
}

#areaSelect{
	margin: 5px auto;
	width: 180px;
	display: block;
}

#rightFind{
	width: 170px;
	height: 273px;
	padding: 0;
	margin: 20px auto 0;
	background: url(../images/right-map.png) no-repeat center 0;
}

#rightColumn .last{
	padding-bottom: 10px;
	background: url(../images/right-bottom.png) no-repeat 0 100%;
}

/* Footer */
#footer{
	width: 960px;
	margin: 0 auto;
	padding: 10px 0 0;
}

#footerLeft{
	width: 45%;
	float: left;
}

#footerRight{
	width: 45%;
	text-align: right;
	float: right;
}

/* Contact Form */
#contactForm{
	padding: 5px 5px 3px;
	text-align: right;
}

#contactForm  input, #contactForm textarea, #contactForm select{
	display: block;
	margin: 0 auto 5px;
	background: #fff;
	border-top: 1px solid #aaa;
	border-left: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #e5e5e5;
	color: #666;
	width: 178px;
	text-align: left;
}

#contactForm input, #contactForm selec{
	height: 16px;
	line-height: 18px;
}

#contactForm textarea{
	height: 60px;
}

#contactForm .button{
	display: inline;
	margin: 0 2px 0 0;
	text-align: center;
	width: 73px;
	height: 20px;
	border: 0;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	text-transform: uppercase;
	line-height: normal;
	background: url(../images/button-bg.png) no-repeat;
}

