@charset "utf-8";
/* CSS Document */
* {	margin: 0; padding: 0; }
a {
	text-decoration:none;
	color:#C22138;
	}
a:hover {
	text-decoration:underline;
	}
html { 
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
body {
	background-color: #fff;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 11px;
}

body, input, textarea { 
		font-family: "Trebuchet", "Trebuchet MS", Helvetica;
}
img, ul, li {	
	border: 0;
	margin: 0;
	padding: 0;
}

#transparentTitle { 
	width: 558px; 
	height: 72px; 
	position: absolute; 
	background-color: #FFF; 
	opacity: 0.80; 
	filter: alpha(opacity = 80); 
}
#frameBorderTop {
	position: absolute;
	top: 196px;
	width: 100%;
	height: 0px;
	line-height: 0;
	border-top: 1px #000 solid;
	opacity: 0.8;
	z-index: 2;
}
#frameBorderLeft {
	position: absolute;
	left: 120px;
	width: 1px;
	height: 465px;
	background-color: #FFF;
	}
	#frameBorderLeft div.white {
		position: absolute;
		margin-left: 1px;
		width: 32px;
		height: 22px;
		background-color: #FFF;
	}
	#frameBorderLeft div.color {
		position: absolute;
		background-color: #C22138;
		margin-left: 1px;
		margin-top: -22px;
		width: 32px;
		height: 22px;
	}
	
#frameWrapper {
	position: absolute;
  	left: 50%;
 	margin-left: -450px;
	width: 900px;
	height: 465px;
	margin-top: 125px;
	z-index: 1;
}
#frameSite {
	background-image: url(../images/header_temp.jpg);
	background-repeat: no-repeat;
	height: 462px;
	width: 900px;
}
#background_overlay {
	position: absolute;
	width: 201px;
	overflow: hidden;
	height: 111px;
	margin-top: 100px;
	margin-left: 357px;
}

#frameNavTitleBar {
	width: 900px;
	height: 72px;
	}
	#frameNavTitleBar a {
		text-decoration: none;
		color: #575759;
	}
	#frameNavTitleBar span#ftp {
		position: absolute;
		display: block;
		width: 35px;
		height: 26px;
		padding-top: 49px;
		padding-left: 70px;
		clear: none;
		font-size: 12px;
		font-family: "Trebuchet", "Trebuchet MS", Helvetica;
	}
	#frameNavTitleBar ul {
		width: 420px;
		left: 135px;
		top: 48px;
		position: absolute;
	}
	#frameNavTitleBar ul li {
		list-style: none;
		display: inline;
		margin-right: 5px;
		font-size: 12px;
		font-family: "Trebuchet", "Trebuchet MS", Helvetica;		
	}
	#frameNavTitleBar ul li a.active, #frameNavTitleBar ul li a:hover, #frameNavTitleBar span#ftp a:hover{
		color: #2C2A2B;
		font-family: "Trebuchet", "Trebuchet MS", Helvetica;
	}
	#frameNavTitleBar div.title {
		position: absolute;
		padding-left: 28px;
		left: 558px;
		padding-top: 3px;
		height: 68px;
		width: 278px;
	}
	#frameNavTitleBar div.title h1 {
		height: 24px;
		font-size: 24px;
		margin-top: 3px;
	}
	#frameNavTitleBar div.title h2 {
		margin: 0;
		margin-top: 5px;
		height: 23px;
		font-size: 23px;
	}

#frameLeftColumn {
	width: 120px;
	height: 390px;
	position: absolute;
	}
	#frameLeftColumn div {
		width: 120px;
		height: 390px;
		background-color: #000;
	}
	ul#subNav {
		width: 100px;
		margin-top: 30px;
		padding-right: 15px;
		float: right;
	}
	ul#subNav li {
		text-align: right;
		list-style: none;
		font-size: 10px;
		margin-bottom: 5px;
	}
	ul#subNav li a {
		color: #FFF;
		text-decoration: none;
	}
	ul#subNav li a.active {
	 	color: #B3AEC7;
	}
#frameLeftColumn {
	width: 120px;
	height: 390px;
	position: absolute;
	}
	#frameLeftColumn div {
		width: 120px;
		height: 390px;
		background-color: #000;
	}
	ul#subNav {
		width: 100px;
		margin-top: 30px;
		padding-right: 15px;
		float: right;
	}
	ul#subNav li {
		text-align: right;
		list-style: none;
		font-size: 10px;
	}
	ul#subNav li a {
		color: #FFF;
		text-decoration: none;
	}
	ul#subNav li a.active {
	 	color: #B3AEC7;
	}

#frameMainContent, #frameMainContentFTP {
	width: 438px;
	height: 366px;
	position: absolute;
	left: 121px;
	}
	#MainContent, #MainContentFTP {
		padding: 0px 15px 0px 15px;
		width: 408px;
		height: 284px;
		overflow: hidden;
		position: absolute;
		}
		.content_sub {
			position: absolute;
			top: 438px;
			left: 121px;
			width: 427px;
			padding-left: 10px;
			padding-top: 6px;
			height: 18px;
			background-color: #FFF;
			color: #78787A;
			width: 100%;
			font-size: 10px;
		}
		.content_sub a {
			text-decoration: none;
			color: #78787A;
		}
	#frameMainContentFTP {
		width: 573px;
	}
	#MainContentFTP {
		padding: 15px;
		width: 700px;
		height: 358px;
	}


#frameRightContent {
	font-family: "Trebuchet", "Trebuchet MS", Helvetica;
	width: 305px;
	padding-left: 30px;
	padding-top: 15px;
	height: 351px;
	position: absolute;
	left: 558px;
	overflow-x: visible;
	overflow-y: auto;
}
#frameRightContent p {
	margin-bottom: 15px;
}

#rightContinue{
	width: 100%;
	height: 366px;
	background-color: inherit;
	position: absolute;
	left: 50%;
	top: 197px;
	z-index: 0;
}
#rightContinue img {
	position: relative;
	top: 195px;
	left: 40%;
}

#browse_buttons {
	position: absolute;
	width: 60px;
	height: 30px;
	top: 395px;
	left: 533px;
	}
	#browse_buttons #back {
		margin-right: 13px;
	}
	#back, #forward {
		cursor: pointer;
	}

/* INZITE STYLES */

.inzite-content {
	clear: both;
	position: absolute;
	height: 284px;
	background-color: inherit;
	margin-top: 15px;
}
.inzite-content h1 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.inzite-content h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.inzite-content h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.inzite-content table {
	border: 1px solid #000;
	border-right: 0;
	border-bottom: 0;
	border-spacing: 0;
	border-spacing: expression(cellSpacing=0);
}
.inzite-content tr {
	vertical-align: top;
}
.inzite-content td {
	border: 1px solid #555;
	border-left: 0;
	border-top: 0;
	padding: 3px;
	margin: 0;
}
.inzite-content .tableholder {
	border: 0;
}
.inzite-content .tableholder td {
	padding: 0;
	border: 0;
}

.inzite-photopage {
	clear: both;
	padding: 25px 0px 25px 3px;
}
.inzite-photopage .holder {
	float: left;
	width: 145px;
	height: 188px;
	text-align: center;
	border: 1px solid #2b2b2d;
	margin-bottom: 8px;
	margin-right: 1px;
}
.inzite-photopage .holder .image {
	clear: both;
	height: 147px; 
	text-align: center;
	background-color: #999;
	border-bottom: 1px solid #2b2b2d;
}
.inzite-photopage .holder .imagetext {
	clear: both;
	font-size: 9px;
/*	background-color: #ddd;	*/
	height: 34px;
	padding: 3px;
	color: #333;
}

.inzite-form .formfield {
	clear: both;
}
.inzite-form .fieldLeft {
	float: left;
}
.inzite-form .fieldRight {
	float: left;
}
.inzite-form input, .inzite-form textarea, .inzite-form select {
	margin-bottom: 2px;
}
.inzite-form .CheckRadio {
	float: left;
}
.inzite-form .CheckRadioText {
	float: left;
	padding: 0px 0px 2px 5px;
}
.inzite-form .submitButton {
	clear: both;
	text-align: right;
	padding-top: 5px;
}
.inzite-form .submitButton input {
	padding: 0px 6px 0px 6px;
	color: #2b2b2d;
}

.inzite-reaction {
	clear: both;
	border: 1px solid #5b5b5d;
	margin-bottom: 10px;
}
.inzite-reaction .photoholder {
	float: left;
	width: 100px;
}
.inzite-reaction .photo {
	clear: both;
}
.inzite-reaction .userinfo {
	clear: both;
	padding: 5px 0px;
	font-size: 10px;
	color: #ccc;
	text-align: center;
}
.inzite-reaction .textholder {
	float: left;
	padding: 5px;
}
.inzite-reaction .datefield {
	clear: both;
	font-size: 10px;
	color: #ccc;
}
.inzite-reaction .textfield {
	clear: both;
	font-size: 11px;
}

.inzite-content .search_result {
	margin-bottom: 5px;
}

.inzite-content .search_result tr td {
	vertical-align: top;
}

