/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/
* {
	margin: 0;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #515150;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/global/background.jpg);
	background-repeat: repeat;
	background-position: center top;
}
img {

}
p {
	padding-bottom: 1.2em;
}
table, input, textarea, select {
	font-size: 1.3em;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
/*
------------------------------------------------------
Links
------------------------------------------------------
*/
a {
	color: #8C0E3D;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#footer a:hover {
	color: #a0a427;
	text-decoration: underline;
}
/*
------------------------------------------------------
Headers
------------------------------------------------------
*/
h1, h2, h3, h4, h5, h6 {
	color: #8c0e3d;
	margin: 10px 0px;
	padding: 0px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}

/********** NEWS STYLES **********/
#news {
	width: 654px;
}
#news div {
	width: 654px;
	text-align: left;
	overflow: hidden;
	padding-bottom: 0.6em;
}
#news-item {
	width: 654px;
	color: #843401;
	padding-top: 1em;
	padding-bottom: 0.6em;
	text-align: left;
}
#news-item a {
	font-family: Helvetica;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #CCCCCC;
	text-decoration: none;
	margin: 0 0.4em;
	padding: 0.3em 0.4em;
}
#news-item a:hover {
	color: #FFFFFF;
	background-color: #8C0E3D;
}
#news-item a.activeSlide {
	color: #666666;
}

/******SITEMAP********/
.sitemap, .sitemap ul {
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.4em;
	padding-left: 1.6em;
	padding-right: 1em;
	padding-bottom: 1.2em;
	margin: 0px;
}
.sitemap ul {
	list-style-type: circle;
	padding-bottom: 0;
}
