@charset "utf-8";
/* CSS Document */
@import url("navigation.css");


body {
	margin: 0;
	padding: 0;
	font: normal 14px  "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif !important;
	line-height:150% !important;
	color: #000;
	background:#520460;
}
.Normal {
	font: normal 14px  "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif !important;
	line-height:150% !important;
	color: #000;
}
a, a:link, a:visited {
	color: #520460;
	text-decoration: underline;
	font-weight:bold;
}
a:hover, a:focus {
	text-decoration: none;
	color:#fff;
}
h1{
	margin:0;
	color:#000;
	font: 28px/36px   "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif !important;
}
h2{
	margin:0;
	color:#520460;
	font:bold 24px/34px   "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif !important;
}
h3 {
	margin:0;
	color:#fff;
	font:20px/28px   "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif !important;
}
h4 {
	color:#000;
	font:bold 16px/20px   "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif !important;
	margin:0px;
}
/* general globals */
#wrapper {
	text-align:center;
	background: url(bg.jpg) repeat-x;
}
#shell {
	width:900px;
	margin: 0 auto;
	padding: 0;
	background: #BA97B7;
	text-align: left;
	position:relative;
}
#header{
	width:900px;
	height:400px;
	background:url('bg_header.jpg') no-repeat;
	position:relative;
}

#navigation {
	float:right;
}
#title {
	position:absolute;
	bottom:0px;
	left:25px;
	background: url('bg_title.jpg') center bottom no-repeat;
	padding-bottom:40px;
	width:360px;
	text-align:center;
}
#container{
	background:url('bg_container.jpg') no-repeat;
	min-height:455px;
	_height:455px;
}
#address {
	color:#000;
	font:16px   "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	text-align:center;
	float:right;
	width:250px;
	margin-right:50px;
}
#address a{
	color:#000; 
	text-decoration:none; 
	font-weight:normal;
}
#address a:hover{
	color:#520460; 
	text-decoration:UNDERLINE; 
	font-weight:normal;
}
#content {
	padding:0 0 15px 0px;
	margin:0 50px;
	float:left;
}
.cleartextarea{
	margin:0;
	padding:0;
}
#footer {
	width:900px;
	margin:0 auto;
	text-align:center;
}
#footer p {
	font:12px/150% normal   "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color:#000;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-weight:normal;
}
#footer a:hover {
	color: #520460;
	text-decoration: underline;
}

/* other styles */
.clear {clear:both;}
.formTable p {
	font:14px/150% normal   "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	color: #000;
}


/* Standard positioning, wrapping, styling of photo and feature elements */
#feature {margin:30px auto 20px auto;}
.caption { font-style:italic; color:#666;}
.right {margin:0px 0px 8px 9px; float:right;}
.left {margin:0px 9px 8px 0px; float:left;}
.photoright {padding:3px; background:#520460; border:1px solid #520460; float:right; margin:1px 0px 8px 9px;}
.photoleft{padding:3px; background:#520460; border:1px solid #520460; float:left; margin:1px 9px 8px 0px;}
.photo {padding:3px; background:#520460; border:1px solid #520460;}
.featureRight {border:5px solid #520460; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #520460; padding:2px; margin:7px auto 7px auto; }
.clear {clear:both;}


/* sIFR 3 styling */
.sIFR-flash {  visibility: visible !important;	margin: 0;	padding: 0; }
.sIFR-replaced { visibility: visible !important; }
.sIFR-alternate {position: absolute; left: 0; top: 0; width: 0; height: 0; display: block; overflow: hidden; }
.sIFR-replaced > div { display: none !important; }
.sIFR-active .pageTitles { visibility: hidden; font:bold 48px/48px   "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif; width:360px; font-weight:normal; color:#000000; }

