* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

html, body {
	width: 100%;
	height: 100%;
	background: #808080 url('../images/body-bg.gif') repeat-x;
	font-size: 13px;
	color: #444444;
}

strong {
	color: #222222;
}

a, a h1 {
	color: #CC0000;
	text-decoration: none;
	outline: none;
}

a:hover, a:hover h1 {
	color: #FF9900;
}

a:hover img {
	border-color: #FF9900;
}

a.pdf {
	background: url("../images/pdf.gif") no-repeat right center;
	padding-right: 28px;
}

img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 8px;
}

p {
	padding-top: 10px;
	padding-bottom: 15px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #6D0200;
}

.hidden {
	display: none;
}

.dropdown {
	cursor: default;
}

.thumbnail {
	width: 60px;
	height: 60px;
	display: block;
	float: left;
	clear: left;
	vertical-align: text-top;
}
#p-login input {
	border: 1px solid #CCC;
	padding: 5px;
	width: 300px;
}
#p-login input.button {
	background: #333;
	border: 1px solid #222;
	padding: 5px;
	color: #EFEFEF;
	width: 100px;
}
.article {
	padding-bottom: 20px;
	display: block;
	height: auto;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	color: #666666;
}

#content ul {
	padding-top: 10px;
	padding-bottom: 15px;
	margin-left: 10px;
}

#content li {
	padding-bottom: 10px;
}

#header {
	position: relative;
	width: 910px;
	height: 382px;
	margin: 0px auto;
	background: url('../images/header-bg.jpg') no-repeat;
}

#header h1 {
	position: absolute;
	top: 315px;
	left: 85px;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0px;
	color: #222222;
}

#header span {
	position: absolute;
	top: 315px;
	right: 105px;
	color: #666666;
	font-size: 12px;
	text-align: right;
}

#content {
	width: 720px;
	margin: 0px auto;
	background: url('../images/content-bg.jpg') repeat-y;
	position: relative;
	padding-left: 85px;
	padding-right: 105px;
}

#footer {
	width: 910px;
	margin: 0px auto;
	padding-top: 65px;
	background: url('../images/footer-bg.gif') no-repeat top center;
	text-align: right;
	font-size: 10px;
	color: #CCC;
	line-height: 24px;
	padding-bottom: 15px;
}

#footer a {
	color: #CCC;
}

#footer a:hover {
	color: #ffffff;
}

#footer a img {
	vertical-align: middle;
	border: 0;
	padding: 0;
}
#footer .wisdom {
	float: right;
	margin-top: -10px;
}
.left, .column {
	float: left;
	clear: none;
}

.right {
	float: right;
	clear: none;
}

/* MENU STYLES */

.menu {
	height: 45px;
	position: relative;
	z-index: 100;
	padding-left: 50px;
}

.menu ul {
	list-style-type: none;
}

.menu li {
	float: left;
	margin-right: 8px;
	position: relative;
	width: 10px;
}

* > .menu li {
	width: auto;
}

.menu a {
	display: block;
	height: 49px;
	font-size: 12px;
	padding: 0px 10px;
	line-height: 50px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.menu li.long a {
	padding-top: 13px;
	height: 36px;
	font-size: 11px;
	line-height: 11px;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	width: 200px;
	top: 50px;
	left: -15px;
	text-indent: 10px;
	line-height: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #c0c0c0;
	overflow: hidden;
}

* > .menu ul ul {
	background: transparent url('../images/dropdown-bg.gif') no-repeat bottom left;
}

.menu ul ul li {
	width: 100%;
}

.menu ul ul a {
	color: #000000;
	height: 25px;
	line-height: 25px;
	border: 0px;
	font-size: 13px;
}

.menu ul ul a.large {
	height: 40px;
	line-height: 18px;
	text-indent: 0px;
	padding-left: 20px;
	width: 185px;
}

.menu ul ul li a:hover {
	color: #FFFFFF;
	background: #666666;
}

.menu a:hover {
	color: #000000;
	background: none;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #000;
	background: #E2E2E2;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
}

.menu ul li a:hover {
	color: #000;
	background: #E2E2E2;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
}

.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
	z-index: 2000;
}

.menu table {
	position: absolute;
	top: 0;
	left: 0;
}

/* MENU SEARCH STYLES */

.menu .search {
	position: absolute;
	top: 12px;
	right: 40px;
}

.menu .search #search_field {
	background: #FFFFFF url('../images/search-bg.gif') no-repeat top left;
	width: 80px;
	height: 22px;
	padding-top: 5px;
	overflow: hidden;
	color: #FFFFFF;
	padding-left: 10px;
	vertical-align: middle;
}

.menu .search #search_button {
	background: url('../images/search-btn.gif') no-repeat top left;
	height: 27px;
	width: 42px;
	overflow: hidden;
	vertical-align: middle;
}

/* DIFFERENT STYLES FOR THE HOME PAGE */

#home #content {
	margin-top: -50px;
	height: 738px;
	width: 910px;
	padding: 0px;
	background: url('../images/home-content-bg.jpg') no-repeat;
}

#home #footer {
	padding-top: 15px;
	background: url('../images/home-footer-bg.gif') no-repeat top center;
}

#home #news {
	padding: 0px;
	position: absolute;
	top: 115px;
	right: 45px;
	width: 340px;
	height: 130px;
	overflow: hidden;
}

#home #login {
	padding: 0px;
	position: absolute;
	top: 651px;
	right: 20px;
	width: 300px;
	height: 45px;
	overflow: hidden;
}

#home #login #username {
	background: #FFFFFF url('../images/search-bg.gif') no-repeat top left;
	width: 100px;
	height: 22px;
	padding-top: 5px;
	overflow: hidden;
	color: #FFFFFF;
	padding-left: 10px;
	vertical-align: middle;
}

#home #login #password {
	background: #FFFFFF url('../images/login-bg.gif') no-repeat top left;
	width: 95px;
	height: 22px;
	padding-top: 5px;
	overflow: hidden;
	color: #FFFFFF;
	padding-left: 22px;
	vertical-align: middle;
}

#home #login #login_button {
	background: url('../images/login-btn.gif') no-repeat top left;
	height: 27px;
	width: 64px;
	overflow: hidden;
	vertical-align: middle;
	color: #fff;
	padding-left: 8px;
}

#home #header {
	height: 50px;
	background-image: none;
	height: 50px;
	top: 460px;
	z-index: 9999;
}

#home #header h1, #home #header span {
	display: none;
}

#home #header ul {
	z-index: 1002;
}

#home #home-button {
	display: none;
}
#home #links {
	position: absolute;
	bottom: 0;
	top: 220px;
	right: 45px;
	color: #F7E4E4;
}
#home #links a {
	width: 300px;
	height: 80px;
	color: #FE8888;
}

#home .menu .search #search_field {
	width: 120px;
}