@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

#row-1{
	position: relative;
	height: 128px;
	background-image: url('../images/header-inner-bg.png');
	background-repeat: repeat;
}
#row-2{
	position: relative;
	height: 462px;
	background-repeat: repeat;
	margin: 0;
}

.main{
	width: 1000px;
	margin: auto;
}


nav{
background: #000;
position:relative;
z-index: 99;
height: 50px;
float:left;
margin-top: 0px;
width: 689px;
overflow: hidden;
}

#logo{
	
	float: left;
	border:1px solid black;
	
}

#links{
	height: 75px;
}

#menu{width:100%;}
#menu>li{float:left;font-size:0.963em;
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.2307em;height:53px;
	margin-right:6px;
	position:relative}
#menu>li>a{color:#fff;text-decoration:none;
	display:inline-block;height:36px;
	padding:18px 25px 0px 25px;}
#menu>li:hover>a,#menu>.active>a{background:#ffc500;color:#0e0e0e}
#menu>.last{padding:0;}
#menu>.last>a{padding-right:10px;}

h1{float:left;}
h1 a{display:block;width:311px;height:130px;
	text-indent:-5000px;
	background:url(../images/logo.jpg) left top no-repeat;}


.slider{
	width: 1000px;
}
.upper{

	background-image: url('../images/body-bg.gif');
	background-repeat: repeat;

}

.middle{
	background-image: url('../images/content-bg.gif');
	background-repeat: repeat;
	height: 900px;

}
.box-1{
	width: 280px;
	height: 400px;
	background-color: #ede9db;
	float: left;
	margin: 15px;
	margin-top: 20px;
	padding: 10px;
	color: #625c51;
	font-size: 13px;
	font-family:'Noto Sans',sans-serif;
}
.box-1 strong{
	font-size: 30px;
	//margin-top: 7px;
	font-weight: normal;
	font-family:'Noto Sans',sans-serif;
}

#head{

	font-size: 30px;
	margin-top: 20px;
	font-weight: normal;
	font-family:Arial,Helvetica,sans-serif;
}
.box-1 img{
	width: 250px;
	border: 5px solid #c5c5c5;
	margin-left: 7px;
	margin-top: 10px;
}
.box-1 p{
	margin: 10px;
}
.box-1 a{
	text-decoration: none;
	color: #625c51;
	display: block;

	padding: 5px;
	margin-left: 10px;
	text-shadow:1px 0px 1px #fff;
	
}

.box-1 a:hover{

	text-decoration: underline;

}
.main-middle{
	background-color: white;
	height: 950px;
	position: relative;
}

.middle-content{
	
	color: #625c51;
	padding: 20px;
	line-height: 25px;
	font-size: 16px;
	/*letter-spacing: .01em;*/
	font-family:'Noto Sans',sans-serif;
}
.middle-content strong{
	font-size: 25px;
	font-weight: normal;
}

.lower{
	background-image: url('../images/body-bg.gif');
	background-repeat: repeat;
	height: 300px;
	font-family:'Noto Sans', sans-serif;
}
.foot-row{
	background-image: url('../images/footer-bg.png');
	background-repeat: repeat;
	margin-top: 30px;
	height: 25px;
	color: #fff;
	padding: 5px;
	font-size: 20px;
	margin-bottom: 10px;
}
.col{
	margin-top: -40px;
	color: #fff;
	padding: 5px;
	font-size: 20px;
	margin-left: 20px;
	margin-right: 40px;
	float: left;
}
.col li{
	color: #7e7a74;
	font-size: 18px;
	list-style-type: none;
	padding-left: 13px;
	padding-top: 2px;
	background: url(../images/row-marker.gif) left 10px no-repeat;
}
.col a{
	text-decoration: none;
	color: inherit;
}

.col a:hover{
	text-decoration: underline;
}
.col p{
	color:#7e7a74;
}
#contact-row{
height:78px;color:white;font-size:16px;
}
#contact-row a{
color:white;
text-decoration:none;
}