@charset "utf-8";
/* CSS Document */
* {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	color: black;
}

label {
	width: 120px;
	float: left;
	text-align: right;
	display: block;
	padding-right: 1.2em;
	font-weight: bold;
}

img { border: none; }

.clear {
	font-size:1px;
	height: 1px;
	clear:both;
	float:none;
}

#page {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#top-logo {
	width: 780px;
	height: 170px;
	background: url(../images/top-header.jpg) no-repeat;
}

#top-menu {
	width: 780px;
	height: 60px;
	background:url(../images/top-menu-bg.jpg)
}

#top-menu ul {
	margin: 0 0 0 0;
	padding: 16px 0px 0px 20px;
}

#top-menu ul li {
	list-style: none;
	background: url(../images/top-menu-bullet.png) no-repeat;
	padding-left: 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	float: left;
	margin-right: 20px;
}

#top-menu ul li:hover {
	background: url(../images/top-menu-bullet-hover.png) no-repeat;
}

#login {
	background: url(../images/login-bg.jpg) no-repeat;
	height: 37px;
	padding-top: 18px;
	padding-left: 230px;
}

#login input {
	width: 90px;
}

#login .username {
	
}

#login .password {
	margin-left: 80px;
}

#login .button-invert {
	width: 23px;
	height: 29px;
	position: absolute;
	margin-top: -2px;
	margin-left: 8px;
}

#content .welcome-text {
	margin-top: 15px;
	margin-left: 40px;
}

#content {
	background:url(../images/content-bg.jpg) repeat-y;
	min-height: 300px;
}

#content .top {
	height: 70px;
	background:url(../images/content-top.jpg) no-repeat;
}

#content .left {
	width: 545px;
	float: left;
	padding: 0px 15px 10px 10px;
	margin-top: -2em;
}

#content .right {
	width: 180px;
	float: left;
	padding-left: 15px;
	padding-right: 5px;
	display: block;
}

#footer {
	background: url(../images/footer-bg.jpg) no-repeat;
	height: 86px;
}

#footer .menu {
	height: 40px;
}

#footer #copyright {
	padding: 15px 10px 10px 25px;
}

h1 {
	font-size: 17px;
	color: red;
	font-weight: bold;
	padding-top: 1em;
	margin-top: 0px;
	padding-left: 1em;
}

h2 {
	font-size:13px;
	color:red;
	font-weight: bold;
	text-transform: uppercase;
}

.read-more {
	margin-left: 1em;
	text-align: right;
}

.news-item .date {
	font-weight: bold;
	top: -10px;
	position: relative;
	text-align: right;
	padding-right: 1.5em;
}

.news-item p {
	position: relative;
	top: -1em;
}

#EmailForm input {
	width: 150px;
}

#EmailForm textarea {
	width: 300px;
}
