/* ////////////////////////////////////////////////////////////////////////////////////////////////////////
SUBPAGE WITH JCAROUSEL
//////////////////////////////////////////////////////////////////////////////////////////////////////// */
.jcarousel-container {
margin-bottom:6px;
position:relative;
}
.jcarousel-clip {
margin:0;
overflow:hidden;
padding:0;
position:relative;
z-index:2;
}
.jcarousel-list {
left:0;
margin:0;
overflow:hidden;
padding:0;
position:relative;
top:0;
z-index:1;
}

.jcarousel-item {
float:left;
height:75px;
list-style:none outside none;
width:75px;
}

.jcarousel-next {
display:none;
z-index:3;
}

.jcarousel-prev {
display:none;
z-index:3;
}

.jcarousel-skin-temp-man .jcarousel-container {
float:right;
}

.jcarousel-skin-temp-man .jcarousel-container-horizontal {
padding:0 52px;
width:960px;
}

.jcarousel-skin-temp-man .jcarousel-clip-horizontal {
height:359px;
width:960px;
}

.jcarousel-skin-temp-man .jcarousel-item {
height:359px;
width:960px;
}

.jcarousel-skin-temp-man .jcarousel-item-horizontal {
margin-right:0;
}

.jcarousel-skin-temp-man .jcarousel-item-placeholder {
background:none repeat scroll 0 0 #FFFFFF;
color:#000000;
}

.jcarousel-skin-temp-man .jcarousel-next-horizontal {
background:url(../images/jCar_rightArrow_active.png) no-repeat scroll 0 50% transparent;
cursor:pointer;
height:20px;
position:absolute;
right:0px;
top:151px;
width:18px;
}

.jcarousel-skin-temp-man .jcarousel-next-disabled{
background:url(../images/jCar_rightArrow_disabled.png) no-repeat scroll 0 50% transparent;
}

.jcarousel-skin-temp-man .jcarousel-next-horizontal:hover {
}

.jcarousel-skin-temp-man .jcarousel-next-horizontal:active {
}

.jcarousel-skin-temp-man .jcarousel-next-disabled-horizontal, 
.jcarousel-skin-temp-man .jcarousel-next-disabled-horizontal:hover, 
.jcarousel-skin-temp-man .jcarousel-next-disabled-horizontal:active {
cursor:default;
}

.jcarousel-skin-temp-man .jcarousel-prev-horizontal {
background:url(../images/jCar_leftArrow_active.png) no-repeat scroll 0 50% transparent;
cursor:pointer;
height:20px;
left:0px;
position:absolute;
top:151px;
width:18px;
}

.jcarousel-skin-temp-man .jcarousel-prev-disabled{
background:url(../images/jCar_leftArrow_disabled.png) no-repeat scroll 0 50% transparent;
}

.jcarousel-skin-temp-man .jcarousel-prev-horizontal:hover {
}

.jcarousel-skin-temp-man .jcarousel-prev-horizontal:active {
}

.jcarousel-skin-temp-man .jcarousel-prev-disabled-horizontal, 
.jcarousel-skin-temp-man .jcarousel-prev-disabled-horizontal:hover, 
.jcarousel-skin-temp-man .jcarousel-prev-disabled-horizontal:active {
cursor:default;
}

/* ----- Mid Page Button ------------------------------------------------------------ */

.trialBtn {
 width:317px;
 height:106px;
 float:left;
 background:url(../images/homepage_trialBtn.png) top left no-repeat;
}

.trialBtn a {
 display:block;
 background:url(../images/homepage_trialBtn.png) top left no-repeat;	
 width:317px;
 height:106px;
}

.trialBtn a:hover {
 background:url(../images/homepage_trialBtn_on.png) top left no-repeat;	
}

.trialBtn a span {
 display:none;
}

/* ----- Page Title ------------------------------------------------------------ */

.agentTitle {
 width:638px;
 height:106px;
 float:left;
 background:url(../images/agentPage_titleImg.png) top left no-repeat;
 margin-right:4px;
}

.agentTitle a {
 display:block;
 background:url(../images/agentPage_titleImg.png) top left no-repeat;	
// width:317px;
 height:106px;
 cursor:default;
}

.agentTitle a span {
 display:none;
}

/* ----- Red Chat Button ------------------------------------------------------------ */

.redChatBtn {
 width:470px;
 height:106px;
 float:left;
 background:url(../images/redLiveChat_btnImg.png) top left no-repeat;
 margin-bottom:8px;
}

.redChatBtn span {
 display:block;
 background:url(../images/redLiveChat_btnImg.png) top left no-repeat;	
 width:470px;
 height:106px;
 cursor:pointer;
}

.redChatBtn span:hover {
 background:url(../images/redLiveChat_btnImgOn.png) top left no-repeat;	
}

.redChatBtn span span{
 display:none;
}

#subpage_buttonsSection {
border-bottom:1px solid #D0DCE2;
display:inline-block;
padding:0 0 4px;
}

/* ----- Design Stack ------------------------------------------------------------ */

#designStack{
 background:url(../images/designStack.jpg) top left no-repeat;
 display:block;
 height:177px;
 width:225px;
}
#designStack span{
 display:none;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////////
Reuseable Content Sections
//////////////////////////////////////////////////////////////////////////////////////////////////////// */

.divLine {
 border-bottom:1px solid #D0DCE2;
 height:1px;
 width:100%;
 display:inline-block;
 clear:both;
}

.subpageContent_quarterSection {
 width:224px;
 margin:0;
 padding:0 8px 8px 8px;
 display:inline-block;
 float:left;
}

.subpageContent_quarterSection ul{
 padding-left:20px;
 margin-bottom:5px;
}
.subpageContent_quarterSection ul li{
 margin:4px 0px;
}
.subpageContent_quarterSection p{
 margin:0px;
}

.subpageContent_halfSection {
 width:472px;
 margin:0;
 padding:0 8px 8px 0;
 display:inline-block;
 float:left;
}

/* ---------- 30 Day  FORM ----------------------------------------------------------- */
.takeTrial_formWrap {
 width:424px;
 padding:0px 24px;
 display:inline-block;
 background-color:#eff7f6;
}

.takeTrial_form_title {
 width:100%;
 display:inline-block;
 margin:10px 0;
 font-size:18px;
 font-weight:bold;
 color:#18788e;
}

.takeTrial_form_title span {
 font-size:13px;
 color:#18788e;
 display:inline-block;
 float:right;
}
