/*Content Body*/
#ct_body
{
	background-color: #959595;
	background-repeat:repeat;
	background-image:url(images/body.bg.gif);
	text-align:center;
}

#ct_outerBg
{
	background-color:#7B7B7B;
	height:39px;
	border-bottom:1px solid #4F4F4F;
}

#ct_outer
{
	width:750px;
	text-align:left;
	margin:0 auto;
	margin-top:-40px;
}

#ct_links
{
	background-image:url(images/content.link.gif);
	background-repeat:repeat-x;
	height:39px;
	border-bottom:1px solid #666666;
}

#ct_header img { border:0; width:397px; height:115px; z-index:4; position:relative; }
#ct_inner { margin-top:-118px; z-index:1; position:relative; background-color:#ffffff; }
#ct_inner #ct_links #links {margin-left:397px; z-index:2; position:relative; width:353px; height:39px;}

#ct_inner #ct_links #links form
{
	float:left;
	width:166px;
	z-index:3;
	position:relative;
	left:-30px;
	top:14px;
	background-image:url(images/form.zoom.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:26px;
}
#ct_inner #ct_links #links form #SearchKey
{
	width:130px;
	font-weight:bold;
	font-size:8pt;
	border:1px solid #999999;
	background-color: #FFFFFF;
	color:#5B5B5B;
}

#ct_inner #ct_links #links form #Submit
{
	background-image:url(images/form.arrow.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	border:0;
	margin:0;
	padding:0;
	margin-left:10px;
}

#ct_inner #ct_links #links a.link
{
	color:#FFFFFF;
	float:left;
	height:26px;
	padding:0 10px;
	padding-top:12px;
	background-image:url(images/link.separator.gif);
	background-repeat:no-repeat;
	background-position:left;
}

#ct_inner #ct_links #links #separator
{
	background-image:url(images/link.separator.gif);
	background-repeat:repeat;
	width:2px;
	height:39px;
	float:left;
}

#ct_inner #menu { height:32px; background-image:url(images/menu.gif); background-repeat:repeat-x; }
#ct_inner #menu #menu_itemSpacer { height:32px; width:1px; float:left; margin:0 5px; background-image:url(images/menu.gif); background-repeat:repeat-x; }

#ct_inner #signup { height:31px; background-image:url(images/signup.gif); background-repeat:no-repeat; background-position:right; background-color:#FFFFFF;}
#ct_inner #signup form
{
	padding:0;
	margin:0;
	width:250px;
	margin-top:5px;
	float:right;
	color:#FFFFFF;
	font-weight:bold;
	font-size:8pt;
}

#ct_inner #signup form #Email
{
	width:100px;
	font-weight:bold;
	font-size:8pt;
	color:#5B5B5B;
	border:1px solid #999999;
	background-color: #FFFFFF;
}

#ct_inner #signup form #Submit
{
	background-image:url(images/form.arrow2.gif);
	background-color: transparent;
	background-repeat:no-repeat;
	background-position:center;
	width:20px;
	border:0;
	margin:0;
	padding:0;
	margin-left:10px;
}


#ct_inner #ct_content { background-color:#FFFFFF; padding:30px; padding-top:0; }
#ct_inner #ct_content #left
{
	width:414px;
	float:left;
	padding-right:30px;
}
#ct_inner #ct_content #right
{
	background-image:url(images/content.leftSideBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:216px;
	padding-left:30px;
	padding-top:30px;
	padding-bottom:30px;
	float:left;
}

#ct_footer { text-align:center; font-size:8pt; margin-top:10px;}
#ct_footer_nav_links a { color:white; }
img#ForteLogo { border:0; float:right; clear:both; }

#ct_outer #corner
{
	background-image:url(images/content.corner.gif);
	background-repeat:no-repeat;
	height:37px;
	width:37px;
	position:relative;
	margin-top:-37px;
	margin-left:713px;
	z-index:3;
}

#loginForm_div {
	text-align:left;
	
	padding-top:15px;
	
}

.cfdebug { text-align:left; }
img { behavior: url("inc/pngbehavior.htc"); }

/**** Float Containers Fix: ****/
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac
*/ 