@charset "UTF-8";
/* CSS Document */

body{
	background:#F1F1F1;
	background-image:url(../images/BG.png);
	background-repeat:repeat;
}

ul{
	text-align:right;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right:10px;
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Sans-Serif;
	font-size:14px;
	font-weight:normal;
	vertical-align:middle;
	text-shadow:0px 1px #FFF;
}

a:link    {color:#666; text-decoration:none;}
a:visited {color:#666; text-decoration:none;}
a:hover   {color:#999; text-decoration:none;}
a:active  {color:#999; text-decoration:none;}

h1{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Sans-Serif;
	font-size:20px;
	font-weight:bold;
	color:#000;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:0px;
}



h2{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Sans-Serif;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-top:30px;
	margin-left:20px;
	margin-bottom:30px;
}

h3{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Sans-Serif;
	font-size:18px;
	font-weight:normal;
	color:#999;
	margin-top:20px;
	margin-left:20px;
	margin-bottom:0px;
}

.newsnumber{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Sans-Serif;
	font-size:32px;
	font-weight:lighter;
	color:#F00;
	margin-top:20px;
}

.text{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Sans-Serif;
	font-size:14px;
	font-weight:normal;
	color: #333;
	margin-left:20px;
	margin-bottom:20px;
	line-height:21px;
}

.readmore{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Sans-Serif;
	font-size:13px;
	font-weight:normal;
	text-align:right;
	color:#F00;
	margin-bottom:20px;
	line-height:21px;
}

p{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Sans-Serif;
	font-size:16px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:0px;
	line-height:24px;
}

.footer{
	font-family: "Myriad Pro", "Trebuchet MS", Arial, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	margin-left:20px;
	margin-bottom:30px;
	line-height:24px;
	text-shadow:0px 1px #FFF;
}

#main{
	width:940px;
	margin-left: auto;
	margin-right: auto;
}

#top{
	width:940px;
	float:left;
}

#logo{
	width:470px;
	height:66ps;
	float:left;
}

#menu{
	width:470px;
	height:66px;
	float:left;
}

#banner{
	width:940px;
	height:410px;
	float:left;
}

#text{
	width:940px;
	float:left;
	background-color:#FFF;
	margin-top:20px;
}

#maintext{
	width:600px;
	float:left;
	margin-bottom:25px;
}

#map{
	width:500px;
	float:left;
	margin-bottom:25px;
	margin-left:25px;
}

#form{
	width:500px;
	float:left;
	margin-bottom:25px;
	margin-left:25px;
}

#news{
	width:300px;
	float:left;
	margin-left:20px;
	border-left:solid;
	border-left-width:thin;
	border-left-color:#999;
}

#footer{
	width:940px;
	height:auto;
	float:left;
}