@charset "utf-8";
/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#333333;
	margin:0;
	background-image:url(../images/layout/top_bg.gif);
	background-repeat:repeat-x;
	background-color:#ebeae9;
}
hr{
	border:0;
	border-top:1px dashed #9c9889;
}
a{
	color:#046576;
	text-decoration:underline;
}
a:hover{
	color:white;
	background-color:#046576;
	text-decoration:none;
}
h1{
	color:#046576;
	font-family:"Times New Roman", Times, serif;
}
h2{
	color:#9c9889;
}
h3{
	color:#046576;
}
#shell{
	width:754px;
	margin-left:auto;
	margin-right:auto;
}
.logo{
	margin-top:20px;
}
.photo{
	padding:10px;
	border:1px solid #d5d1c3;
	background-color:#f3eee9;
}
#slogan{
	margin-top:17px;
}
#nav{
	margin-top:10px;
	background-color:#9c9889;
	height:40px;
}
#nav ul{
	margin-top:0;
	list-style:none;
}
#nav ul li{
	display:inline;
	padding-right:25px;
}
#header{
	margin-top:10px;
	border: 1px solid #d5d1c3;
}
#content{
	margin-top: 10px;
	border: 1px solid #d5d1c3;
	padding:15px;
	min-height:275px;
	background-color:white;
}
#footer{
	margin-top:10px;
	text-align:center;
	font-size:.8em;
	color:#9c9889;
	clear:both;
}
.box{
	width:50%;
	border:1px dashed #9c9889;
	padding:10px;
	background-color:#f5f1ec;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.contact{	
	border:1px dashed #9c9889;
}
.field{
	border:1px dotted #046474;
	background-color:#f5f1ec;
	padding:2px;
	color:#046474;
}