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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
	background-repeat: repeat-x;
	color: #535353;
}
a {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.border {
	border-color: #b5a691 #b5a691 #b5a691;
	border-style:solid; border-width: 5px;
	-moz-border-radius: 8px 8px 8px 8px;
	border-radius: 8px;
	box-shadow: 0px 1px 3px #b5a691;
	-webkit-box-shadow: 0px 1px 3px #b5a691;
	-moz-box-shadow: 0px 1px 3px #b5a691;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#b5a691, offX=5, offY=5, positive=true);
	padding: 5px;
}
#container {
	overflow: visible;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	background-repeat: no-repeat;
}
#containerHeader {
	width: 950px;
	float: left;
	background-repeat: no-repeat;
	height: 200px;
	background-position: center bottom;
	margin-bottom: 25px;
	color: #FFF;
}
#containerHeader a {
	color: #FFF;
}
#containerHeader a:hover {
	text-decoration: none;
}
#containerBody {
	float: left;
	width: 100%;
}
#tabTop {
	height: 28px;
	width: 321px;
	position: absolute;
	left: 629px;
	padding-top: 8px;
	text-align:center;
}
#contentTop {
	background-image: url(../media/image/panel-top.png);
	background-repeat: no-repeat;
	width: 950px;
	float: left;
	background-position: center top;
	height: 21px;
}
.contentMiddle {
	background-color: #feefd2;
	float: left;
	width: 880px;
	padding-left: 35px;
	padding-right: 35px;
}
#contentMiddleLeftPanel {
	float: left;
	width: 300px;
	text-align: justify;
	padding-top: 5px;
}
#contentMiddleRightPanel {
	float: right;
	width: 480px;
	/*background-image: url(../media/image/contact-frame.png);*/
	background-repeat: no-repeat;
	min-height: 220px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#contentBottom {
	background-image: url(../media/image/panel-bottom.png);
	background-repeat: no-repeat;
	width: 950px;
	float: left;
	height: 21px;
}
#containerFooter {
	float: left;
	width: 100%;
	height: 108px;
	color: #FFF;
	/*background-image: url(../media/image/ruler.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 50px;*/
	padding-top: 50px;
}
#containerFooter a {
	color: #FFF;
}
.newsExcerpt {
	float: left;
	width: 210px;
	height: 200px;
	padding-right: 10px;
}
.newsExcerptVenue {
	float: left;
	width: 225px;
}
.tabGreen {
	width: 213px;
	height: 29px;
	background-image: url(../media/image/tab-green.png);
	background-repeat: no-repeat;
	color: #FFF;
	padding: 3px 0px 0px 10px;
}
