﻿@import url("Common.css");

body {
	width: 1000px;
	background-color: #FFF;
	margin: 0px auto;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a img {
	border: none;
}
#Header {
	background: url(images/index_01.gif) no-repeat;
	height: 181px;
}
#Menu {
	background: url("images/index_03.gif");
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 37px;
}
#Menu li {
	display: inline-block;
	float: left;
	width: 90px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	font-size: 13px;
	letter-spacing: 2px;
	background: url("images/MenuItemBg.gif") right top black no-repeat;
}
#Menu a {
	color: #FFF;
}
#Menu a:hover {
	color: #CCC;
}
#ProjectWizard {
    margin-left: 40px;
}
#Middle {
	padding: 0px 30px;
}
#Left {
	float: left;
	width: 225px;
}
#Main {
	margin-left: 225px;
	padding-left: 15px;
}
#News {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 143px;
	height: 140px;
}
#News li {
	background: url("images/index_31.gif") left center no-repeat;
	padding-left: 10px;
	height: 20px;
	border-bottom: 1px silver dashed;
}
#News a {
	display: block;
	float: left;
	margin-right: 80px;
}
#News li span.Date {
	display: block;
	float: right;
	text-align: right;
	width: 80px;
}
#Gallery {
	float: left;
	width: 500px;
	overflow: hidden;
}
#Gallery ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#Gallery li {
    display: inline;
    float: left;
	text-align: center;
	width: 140px;
}
#Gallery li img, #Gallery li a {
	display: block;
	border: none;
	margin: 0 auto;
}
#ImageNav {
	float: right;
	width: 200px;
	text-align: center;
}
#ImageNav img {
	display: block;
	margin: 5px;
	border: none;
}
#Footer {
	clear: both;
	margin: 5px 30px 20px 30px;
	background: url("images/index_67.gif") repeat-x;
	text-align: center;
	line-height: 15px;
}
#QuickNav {
	width: 100%;
	margin: 0px auto 10px auto;
}
#QuickNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background: url("images/about_13.gif");
}
#QuickNav li {
	background: url("images/about_20.gif");
	margin: 0px 5px;
	height: 24px;
	line-height: 24px;
}
#QuickNav li a {
	background: url("images/about_16.gif") left center no-repeat;
	padding-left: 15px;
}
.TitleDiv {
	height: 23px;
	line-height: 23px;
	border: 1px silver solid;
	background: url('images/TitleDivBg.gif') no-repeat;
	background-color: #EFEFEF;
	font-size: 13px;
	margin: 5px 0px;
	padding-left: 40px;
}
#Location {
	height: 27px;
	margin-bottom: 15px;
}
#Location img {
	float: left;
}
#Location h3 {
	float: left;
	width: 680px;
	height: 27px;
	line-height: 27px;
	background: url("images/about_06.gif");
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#Location span {
	color: #C00;
}
#Content {
}
#Article {
	margin: 10px;
}
#Article h4 {
	text-align: center;
}
#Article p {
	font-size: 14px;
	line-height: 25px;
}
#ArticleInSort table {
	margin: 0px 20px;
}
.ArticleRow {
	padding-left: 20px;
	background: url('images/ArticleRow.gif') no-repeat;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
}
#Guestbook th {
	text-align: right;
	vertical-align: text-top;
}

