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

BODY {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
}
#navigation {
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	height: 45px;
	padding-left: 325px;
	line-height: 45px;
}
#navigation a {
	display: inline;
	height: 45px;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
#navigation a:hover {
	background-image: url(images/nav_bg_hover.png);
	background-repeat: repeat;
}

#contentArea {
	padding-top: 95px;
}
#content {
	width: 602px;
	background-image: url(images/content_bg.png);
	background-repeat: repeat;
	color: #541510;
	padding-left: 25px;
	padding-top: 10px;
}
#content P {
	padding-right: 25px;
}
#content a {
	color: #7F3721;
}
#content a:hover {
	color: #4E0E05;
	text-decoration: none;
}



H1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-weight: normal;
	letter-spacing: -1px;
}
H2 {
	color: #EC671A;
	font-weight: normal;
}
H3 {
	padding-left: 10px;
	color: #C2896B;
	font-weight: normal;
	font-size: 14px;
}

#leftNav {
	width: 325px;
	padding-top: 55px;
	height: 300px;
}
#leftNav a {
	display: block;
	width: 150px;
	padding: 10px;
	background-image: url(images/content_bg.png);
	background-repeat: repeat;
	margin-bottom: 2px;
	text-align: right;
	float: right;
	color: #520F07;
	text-decoration: none;
}
#leftNav a:hover {
	color: #480D09;
	text-decoration: underline;
}

#footer {
	color: #AE8F8B;
	margin-top: 100px;
	width: 950px;
	padding-left: 325px;
}
#footer a {
	color: #A2827D;
	text-decoration: underline;
}
.contentImage {
	border: 1px dotted #530802;
	padding: 5px;
	margin-right: 15px;
}
.input, TEXTAREA {
	border: 1px solid #ECBC96;
	background-color: #F3F3F3;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
}
.button {
	border: 1px solid #5C0C0B;
	color: #540D09;
	padding: 3px;
	font-size: 11px;
	background-color: #E4DBD6;
	font-family: "Trebuchet MS", Arial, Verdana;
}
.alert {
	background-color: #DED3CD;
	padding: 15px;
	font-size: 15px;
	margin-right: 25px;
	border: 1px solid #DFC9BE;
}
	
.item{
	cursor:pointer;
	color: #000000;
	display: none;
	}
.modality {
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2896B;
	margin-right: 15px;
}
.anylinkcss{
	position:absolute;
	font:11px "Trebuchet MS", Arial, Verdana;
	z-index: 100;
	color: #FFFFFF;
	width: 175px;
	margin-top: 0px;
	background-repeat: repeat;
	letter-spacing: 1px;
	background-color: #6B2D26;
	visibility: hidden;
}

.anylinkcss a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	letter-spacing: 1px;
	padding: 10px;
}
.anylinkcss a:hover {
	text-decoration: none;
	color: #F0BC8D;
	background-color: #4E0F08;
}
.back2top {
	margin: 25px 25px 10px 10px;
	text-align: right;
	font-size: 10px;
}

