@charset "utf-8";
/* CSS Document */
@import url("navigation.css");


body {
	margin: 0;
	padding: 0;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif !important;
	line-height:150% !important;
	color: #000;
	background:#971b1e url(top.jpg) repeat-x;
}
a, a:link, a:visited {
	color: #971b1e;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	color:#999;
}
h2{
	margin:0;
	color:#999;
	font: 20px/34px Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	margin:0;
	color:#971b1e;
	font: 17px/28px Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color:#971b1e;
	font:bold 15px/20px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
/* general globals */
.title {
	cursor: default;
}


#wrapper {
	background: url(bg.jpg) repeat-x;
	text-align:center;
}


#shell {
	width:750px;
	min-height: 300px;
	_height: 300px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position:relative;
}

#header {
	width:750px;
	padding-bottom:20px;
}

#logo{
	width:554px;
	float:right;
	text-align:center;
}


#left {
	width:170px;
	float:left;
	padding-bottom:294px;
	background: url(bg_leftbottom.jpg) bottom center no-repeat;
}

#navigation {
	
}


#content {
	float:right;
	width: 554px;
	padding: 0px;
	margin:0px;	
	background: url(bg_box.jpg) repeat-y;
}

#content_top{
	background: url(bg_boxtop.jpg) top no-repeat;
}
#content_bottom{
	background: url(bg_boxbottom.jpg) bottom no-repeat;
	min-height:430px;
	_height:430px;
	padding-top:100px;
}

.cleartextarea{
	margin:0 30px;
	padding:15px 0;
}


/* all footers */
#footer {
	float:right;
	width:554px;
	margin-top:30px;
	text-align:center;
	background:url(bg_box.jpg) repeat-y;
	
}
#footer_top {
		background:url(bg_footer.jpg) top no-repeat;
		padding:20px 0;
}

#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #971b1e;
	text-decoration: underline;
}

/* other styles */
.clear {clear:both;}


.formTable p {
	font:14px/150% normal Verdana, Arial, Helvetica, 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:#fff; border:1px solid #971b1e; float:right; margin:1px 0px 8px 9px;}
.photoleft{padding:3px; background:#fff; border:1px solid #971b1e; float:left; margin:1px 9px 8px 0px;}
.photo {padding:3px; background:#fff; border:1px solid #971b1e;}
.featureRight {border:5px solid #971b1e; padding:2px; float:right; margin:0 0 8px 8px;}
.featureCenter {border:5px solid #971b1e; 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-family: Verdana, Arial, Helvetica, sans-serif; line-height:26px; font-size:20px; font-weight:normal; color:#fff;  }
