@charset "utf-8";
/* CSS Document */
body
	{
		margin:0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#727272;
	}
img
	{
		border:0px;
	}
a{outline:none;text-decoration:none;color:#254A86}
a:hover{text-decoration:underline;color:#727272}
span.block { display:block; }
.align-center {text-align:center;}
.align-right {text-align:right;}
.txt-red {color:red;}
.bold {font-weight:bold;}
.center {margin:0 auto;}
table tr.even-row {background-color:#ccc;}
h5 {font-size:14px;}
#wraper
	{
		float:left;
		width:100%;
		background: url(../images/bodybg.png) repeat-x top left #264e8e;
	}
#headerblank
	{
		float:left;
		margin:0px;
		width:100%;
	}
#header
	{
		float:none;
		margin:0px auto;
		width:970px;
		position:relative;
	}
#header h1
	{
		float:left;
		margin:9px 0 0 0;
		padding:0 0 47px 0;
		width:200px;
	}
#header p.callus
	{
		float:left;
		margin:23px 0 0 0;
		padding:0px;
		text-align:right;
		width:761px;
		font-weight:bold;
		font-style:italic;
		color: #9dd0ff;
	}
#header p.callus span
	{
		padding:0 10px 0 10px;
	}
#header #slideshows
	{
		float:left;
		margin:0px;
		padding:0px;
		width:970px;
	}
/******************** BANNER STUFF FROM 156a ************/
.banner{
	float:left;
	width:972px;
	margin:-30px 0 0 0;
	padding:0 0 25px 0;
}
.bannerLeft{
	float:left;
	width:480px;
	/*margin:0;*/
	*margin-top:50px;
}
.bannerLeft h2{
	float:left;
	width:400px;
	color:#fff;
	font-size:32px;
	font-style:italic;
	line-height:30px;
}
.bannerLeft h2 span
	{
		float:left;
		font-weight:bold;
		font-style:italic;
		font-size:14px;
		color: #405065;
		width:436px;
	}
.bannerLeft p{
	float:left;
	width:477px;
	color:#a6c9ed;
	color:#25283C;
	font-size:13px;
	line-height:20px;
	margin:0 0 15px;
	text-align:justify;
}
.bannerLeft a{
	float:left;
	width:147px;
	height:30px;
	background:url(../images/moreinfo.png) no-repeat top left;
	color:#000;
	font-weight:bold;
	font-style:italic;
	font-size:14px;
	line-height:21px;
	text-decoration:none;
	margin:35px 0 0 0;
	padding:3px 0 0 30px;
}
.bannerLeft a:hover{
	text-decoration:underline;
}
.bannerRight{
	float:left;
	width:419px;
	height:289px;
	background:url(../images/banner_bg.png) no-repeat top left;
	margin:16px 0 0 51px;
}
.bannerRight img{
	float:left;
	padding:0px 0px 0 0 ;
	margin:25px 0px 0 0px ;
}
/******************** BANNER STUFF FROM 156a ************/



/* NAVIGATION */
.sf-menu, .sf-menu * {
     margin:0;
     padding:0;
     list-style:none;
     z-index:1000;
     position:relative;
}
.sf-menu { line-height:1.0; }
.sf-menu ul {
     position:absolute;
     top:-999em;
     width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width:100%; }
.sf-menu li:hover { visibility: inherit; }/* fixes IE7 'sticky bug' */
.sf-menu li {
     float:left;
     position:relative;
}
.sf-menu a {
     display:block;
     position:relative;
     text-transform:uppercase;
}
.sf-menu ul a {
     text-transform:none;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
     left:0;
     top:45px; /* match top ul list item height */
     z-index:99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
     top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
     left:10em; /* match ul width */
     top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
     top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
     left:10em; /* match ul width */
     top:0;
}
/* SKIN */
.sf-menu {
     float:left;
     margin-bottom:1em;
     background:url(../images/nav-sprite.jpg) right top no-repeat;
     width:100%;
     height:36px;
     margin-top:10px;
}
.sf-menu a {
     padding:1em;
     text-decoration:none;
     font-weight:bold;
}
.sf-menu a, .sf-menu a:visited  { color:#FFFFFF; } /* visited pseudo selector so IE6 applies text color */
.sf-menu li li.first { background:#1a2e4f; }
.sf-menu li li { background: #1a2e4f; }
.sf-menu li li li { background: #1a2e4f; }
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
     background-color: #1a2e4f;
     outline:0;
}
/*** ARROWS **/
.sf-menu a.sf-with-ul {
     padding-right:2.25em;
     min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
     position:absolute;
     display:block;
     right:.75em;
     top:1.05em; /* IE6 only */
     width:10px;
     height:10px;
     text-indent:-999em;
     overflow:hidden;
     background:url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
     top:1.3em;
     background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
     background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-combo ul .sf-sub-indicator { background-position: -10px 0; }
.sf-combo ul a > .sf-sub-indicator { background-position: 0 0; }
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
.sf-combo ul a:focus > .sf-sub-indicator,
.sf-combo ul a:hover > .sf-sub-indicator,
.sf-combo ul a:active > .sf-sub-indicator,
.sf-combo ul li:hover > a > .sf-sub-indicator,
.sf-combo ul li.sfHover > a > .sf-sub-indicator,
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
     background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
     background:url('../images/shadow.png') no-repeat bottom right;
     padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
     background: transparent;
}
#header ul.navigation
	{
		float:left;
		margin:0px;
		padding:0px;
		width:970px;
		background: url(../images/navigationbg.png) repeat-x;
		height:45px;
		display:block;
	}
#header ul.navigation li
	{ 
		float:left;
		margin:0px;
		padding:0px;
		display:block;
	}
#header ul.navigation li a
	{
		float:left;
		padding:0 35px 0 35px;
		padding:0 30px;
		padding:0 25px;
		height:45px;
		font-weight:normal;
		color: #ffffff;
		text-decoration:none;
		line-height:45px;
	}
#header ul.navigation li a:hover
	{
		float:left;
		padding:0 35px 0 35px;
		padding:0 30px;
		padding:0 25px;
		height:45px;
		font-weight:normal;
		color: #ffffff;
		text-decoration:none;
		line-height:45px;
		background: #1a2e4f;
	}
#header ul.navigation li li a:hover
	{
		background: #1a2e4f url("../images/navigationbg.png") repeat-x;
	}
#header ul.navigation li a.active,
#header ul.navigation li.current
	{
		background: #1a2e4f;
	}
#bodycontentblank
	{
		float:left;
		margin:0px;
		width:100%;
		background: url(../images/bodycontent.png) repeat-x bottom;
	}
#bodycontent
	{
		float:none;
		margin:0px auto;
		width:970px;
		background: #fff;
	}
#bodycontent #breadcrumbs
	{
		font-size:10px;
	}
#bodycontent #breadcrumbs span
	{
		float:left;
	}
#bodycontent #crumbList
	{
		list-style-type:none;
		margin:0 0 20px 0;
		padding:0 0 0 8px;
		float:left;
	}
#bodycontent #crumbList li
	{
		list-style-type:none;
		display:inline;
	}
#bodycontent #crumbList li a
	{
		text-decoration:underline;
	}
#bodycontent #breadcrumbs div.clear
	{
		clear:both;
		width:700px;
		height:1px;
	}
#bodycontent .svFeed {
		font-weight:normal;
		line-height:21px;
		color: #727272;
	}
#bodycontent .innercontent #svPortal
	{
		margin-top:50px;
	}
#bodycontent .innercontent .svIndex dd.summary
	{
		margin:0;
	}
#bodycontent .svFeed dd.summary,#bodycontent .innercontent .svIndex dt.releaseDate ~ dd.summary
	{
		/*margin:-12px 0 0 80px;*/
		margin:0 0 0 80px;
	}
#bodycontent .innercontent .svIndex dd.summary p
	{
		width:490px !important;
		margin-bottom:20px;
	}
#bodyemboss
	{
		float:left;
		margin:0px;
		padding:31px 0 0 30px;
		width:940px;
		background:url(../images/bodyemboss.png) repeat-x top left #fff;
	}
#bodycontent .latestnews
	{
		float:left;
		margin:0px;
		padding:0px;
		width:295px;
	}
#bodycontent .latestnews h3
	{
		float:left;
		width:295px;
		/*margin:0 0 27px;*/
		margin:0 0 15px;
		padding:0 0 7px 0;
		font-size:18px;
		font-weight:normal;
		color: #0e0f17;
		border-bottom:1px solid #c0c0c2;
	}
#bodycontent .latestnews div
	{
		clear:both;
	}
#bodycontent .latestnews h3 + p
	{
		clear:both;
	}
#bodycontent div.svFeed,#bodycontent div.svIndex
	{
		clear:both;
	}
#bodycontent dl
	{
		margin:25px 0;
		clear:both;
	}
#bodycontent .latestnews dl.first
	{
		margin-top:0;
	}
/*#bodycontent .innercontent dl.first
	{
		*margin-top:-30px !important;
	}*/
#bodycontent dt.releaseDate + dt
	{
		margin-left:80px;
	}
#bodycontent dt.releaseDate
	{
		font-size:10px;
		float:left;
		width:75px;
		margin:0;
	}
#bodycontent dt a
	{
		color:#254A86;
		font-weight:bold;
		text-decoration:none;
	}
#bodycontent dt a:hover
	{
		color:#727272;
		text-decoration:underline;
	}
#bodycontent .svIndex span.readMore
	{
		display:block;
		clear:both;
		font-size:11px;
	}
#bodycontent .svIndex span.readMore a
	{
		color:#777;
		font-style:italic;
		line-height:21px;
		text-decoration:underline;
		*float:none;
	}
#bodycontent .svIndex span.readMore a:hover
	{
		color:#727272;
		text-decoration:none;
	}
#bodycontent .latestnews span.readMore
	{
		display:none;
	}
.icon-calendar{
	border-top:1px solid #e4e4e4;
	border-left:1px solid #e4e4e4;
	border-right:2px solid #B9B9B9;
	border-bottom:2px solid #B9B9B9
}
span.icon-calendar {
	background-color:#FFF;
	display:block;
	font-family:Verdana;
	font-weight:bold;
	padding:3px;
	text-align:center;
	width:55px;
	margin:1px 5px 5px;
}
ul.icon-calendar {
	background-color:#FFF;
	display:block;
	font-family:Verdana;
	font-weight:bold;
	list-style-type:none;
	padding:3px;
	text-align:center;
	width:52px;
	margin:5px;
}
.icon-calendar li {
	list-style-type:none;
}
.icon-calendar .icon-calendar-month {
	background:url("../images/navigationbg.png") repeat-x;
	display:block;
	color:#FFF;
	font-size:8px;
	margin:0;
	padding:2px;
	text-align:center;
	line-height:1.2em;
}
.icon-calendar .icon-calendar-day {
	background: #555 url(../images/calendar-small-bg.jpg) right bottom no-repeat;
	display:block;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:5px 3px;
	text-align:center;
}

#bodycontent .latestnews #sysBoosterFaqs dl
	{
		margin:0 0 10px;
	}
#bodycontent .latestnews #sysBoosterFaqs dl dt
	{
		padding-left:23px;
		background:url(/commonassets/images/icons/help.png) no-repeat;
	}

#bodycontent .latestnews ul
	{
		float:left;
		/*margin:5px 0 0 0;*/
		margin:-15px 0 0;
		padding:0 0 32px 0;
		width:295px;
		display:block;
	}
#bodycontent .latestnews ul li
	{
		float:left;
		margin:18px 0 0 0;
		padding:21px 0 0 0;
		width:295px;
		display:block;
		border-top:1px solid #dfdfe0;
	}
#bodycontent .latestnews ul li:first-child
	{
		float:left;
		margin:20px 0 0 0;
		padding:0px;
		width:295px;
		display:block;
		border-top: none;
	}
#bodycontent .latestnews ul li p
	{
		float:left;
		margin:0px;
		padding:0px;
		width:295px;
		display:block;
		font-weight:normal;
		line-height:21px;
		color: #727272;
	}
#bodycontent .latestnews ul li p a
	{
		color: #254A86;
		text-decoration:none;
	}
#bodycontent .latestnews ul li p a:hover
	{
		color: #254A86;
		text-decoration: underline;
	}
#bodycontent .latestnews ul li p img
	{
		padding:0 21px 0 0;
		float:left;
	}

/*#bodycontent .latestnews ul.quicklinks li
	{
		margin:10px 0 0 0;
		padding:10px 0 0;
	}
#bodycontent .latestnews ul.quicklinks li:first-child
	{
		margin:15px 0 0 0;
		padding-top:0;
	}
#bodycontent .latestnews ul.quicklinks li a
	{
		color:#254A86;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/bullet_yellow.png) left no-repeat;
		display:block;
	}
#bodycontent .latestnews ul.quicklinks li a:hover
	{
		text-decoration:underline;
	}*/
#bodycontent .latestnews ul li
	{
		margin:10px 0 0 0;
		padding:10px 0 0;
	}
#bodycontent .latestnews ul li:first-child
	{
		margin:15px 0 0 0;
		padding-top:0;
	}
#bodycontent .latestnews ul li a
	{
		color:#254A86;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/bullet_yellow.png) left no-repeat;
		display:block;
	}
#bodycontent .latestnews ul li a.remove
	{
		float:left;
		background:none;
	}
#bodycontent .latestnews ul li a:hover
	{
		text-decoration:underline;
	}

#bodycontent .latestnews #svSearchForm
	{
		clear:both;
		padding:0 0 32px;
	}
#bodycontent .latestnews #svSearchForm #x
	{
		-moz-border-radius:4px;
		-moz-box-shadow:1px 1px 0 #fff;
		background:#254A86;
		border:1px solid #163362;
		color:#fff;
		font-size:12px;
		font-weight:bold;
		line-height:1;
		text-shadow:-1px -1px 0 rgba(0,0,0,0.25);
		padding:4px 12px !important;
		*padding:4px !important;
		cursor:pointer;
	}
#bodycontent .latestnews #svSearchForm #txtsearch
	{
		width:200px;
	}
#bodycontent .latestnews form
	{
		*margin:0; /* IE7 */
	}
#bodycontent .latestnews .cfUniForm-form-container
	{
		clear:both;
	}
#bodycontent .latestnews .uniForm .inlineLabels .textInput
	{
		width:60%;
	}


/*#bodycontent .latestnews ul.accounttools li
	{
		margin:10px 0 0 0;
		padding:10px 0 0;
	}
#bodycontent .latestnews ul.accounttools li:first-child
	{
		margin:15px 0 0 0;
		padding-top:0;
	}
#bodycontent .latestnews ul.accounttools li a
	{
		color:#254A86;
		text-decoration:none;
		padding-left:20px;
		background:url(../images/bullet_yellow.png) left no-repeat;
		display:block;
	}*/
#bodycontent .latestnews p#favoriteTip
	{
		clear:both;
		*margin-top:-10px !important;
	}
#bodycontent .latestnews ul.accounttools li a.logout
	{
		background:url(../images/disconnect.png) left no-repeat;
	}
#bodycontent .latestnews ul.accounttools li a.editprofile
	{
		background:url(/commonassets/images/icons/user_edit.png) left no-repeat;
	}
#bodycontent .latestnews ul.accounttools li a:hover
	{
		text-decoration:underline;
	}





#bodycontent .portfolio
	{
		float:left;
		margin:30px 0 0;
		border-top:1px solid #dfdfe0;
		width:910px;
	}
#bodycontent .portfolio ul
	{
		float:left;
		margin:21px 0 0 0;
		padding:0px;
		width:910px;
		display:block;
	}
#bodycontent .portfolio ul li
	{
		float:left;
		margin:0px;
		padding:0 0 0 56px;
		padding:0 0 0 50px;
		display:block;
	}
#bodycontent .portfolio ul li:first-child
	{
		float:left;
		margin:0px;
		padding:0px;
		display:block;
	}
#bodycontent .portfolio ul li img
	{
		float:left;
	}
#bodycontent .footertopcontent
	{
		float:left;
		margin:23px 0 0 0;
		padding:30px 0 0 0;
		width:910px;
		background: url(../images/footertopemboss.png) repeat-x top left;
	}
#bodycontent .footertopcontent .eachservices
	{
		float: left;
		margin:0px;
		width:150px;
		padding:0 60px 29px 0;
	}
#bodycontent .footertopcontent .eachservices.twowide
	{
		width:350px;
	}
#bodycontent .footertopcontent .eachservices.twowide p,#bodycontent .footertopcontent .eachservices.twowide h3
	{
		width:350px;
	}
#bodycontent .footertopcontent .eachservices.twowide .uniForm .medium
	{
		width:62% !important;
	}
#bodycontent .footertopcontent .eachservices p,#bodycontent .footertopcontent .eachservices h3
	{
		float:left;
		margin:0px;
		padding:0 0 7px 0;
		width:150px;
		border-bottom:1px solid #dfdfe0;
		font-weight:bold;
		font-size:12px;
		color: #454545;
	}
#bodycontent .footertopcontent .eachservices div,#bodycontent .footertopcontent .eachservices fieldset
	{
		clear:both;
	}
#bodycontent .footertopcontent .eachservices ul
	{
		float:left;
		margin:6px 0 0 0;
		padding:0px;
		width:150px;
		display:block;
	}
#bodycontent .footertopcontent .eachservices ul li
	{
		float:left;
		margin:6px 0 0 0;
		padding:0 0 0 8px;
		width:142px;
		display:block;
		background:url(../images/servicesicon.png) no-repeat;
		font-weight:normal;
		color: #727272;
	}
#bodycontent .footertopcontent .eachservices ul li a
	{
		color: #727272;
		text-decoration:none;
	}
#bodycontent .footertopcontent .eachservices ul li a:hover
	{
		color: #254A86;
		text-decoration:none;
	}
#bodycontent .footertopcontent .keepintouch
	{
		float: left;
		margin:0px;
		width:231px;
		padding:0 0 29px 0;
	}
#bodycontent .footertopcontent .keepintouch p.head
	{
		float:left;
		margin:0px;
		padding:0 0 7px 0;
		width:231px;
		border-bottom:1px solid #dfdfe0;
		font-weight:bold;
		color: #454545;
	}
#bodycontent .footertopcontent .keepintouch p.normalcontent
	{
		float:left;
		margin:13px 0 0 0;
		padding:0 0 18px 0;
		width:231px;
		font-weight:normal;
		color: #454545;
		line-height:18px;
	}
#bodycontent .footertopcontent .keepintouch img
	{
		float:left;
		padding:0 10px 0 0;
	}
#bodycontent .footertopcontent .keepintouch p.normalcontent span
	{
		font-size:11px;
	}
#bodycontent .welcomemessage
	{
		float:left;
		margin:0px;
		padding:0 0 0 50px;
		width:258px;
	}
#bodycontent .welcomemessage h3
	{
		float:left;
		width:258px;
		margin:0px;
		padding:0 0 7px 0;
		font-size:18px;
		font-weight:normal;
		color: #0e0f17;
		border-bottom:1px solid #c0c0c2;
	}
#bodycontent .welcomemessage h4
	{
		float:left;
		width:258px;
		margin:20px 0 0 0;
		padding:0 0 7px 0;
		font-size:18px;
		font-weight:normal;
		color: #0e0f17;
		border-bottom:1px solid #c0c0c2;
	}
#bodycontent .welcomemessage img
	{
		float:left;
		/*margin:27px 0 0 0;*/
		margin:15px 0 0;
	}
#bodycontent .welcomemessage p
	{
		float:left;
		margin:20px 0 0 0;
		padding:0px;
		width:258px;
		font-weight: normal;
		color: #727272;
		line-height:21px;
	}
#bodycontent .welcomemessage p span
	{
		color: #254A86;
	}
#bodycontent .welcomemessage p a
	{
		color: #254A86;
		text-decoration:none;
	}
#bodycontent .welcomemessage p a:hover
	{
		color: #254A86;
		text-decoration: underline;
	}
.head {
margin: 100px auto;
padding: 0;
width: 100px;
position: relative;
}
 
em.ttip {
background:url(../images/bubble.png) no-repeat;
width: 112px;
height: 56px;
position: absolute;
top: -70px;
left: 40px;
text-align: center;
text-indent:0px;
z-index: 2;
display: none;
line-height:70px;
color:#4e4e4e;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
 
#logo {
width:auto;
height: 42px;
text-indent:0px;
margin: 0 auto;
display: block;
}
#footerblank
	{
		float:left;
		width:100%;
		background: #182d4e;
		padding:28px 0 28px 0;
	}
#footer
	{
		float:none;
		margin:0px auto;
		width:970px;
	}
#footer #footerleftcontent
	{
		float:left;
		margin:0px;
		padding:0 0 0 31px;
		width:609px;
	}
#footer #footerleftcontent p.copyrights
	{
		float: left;
		margin:0px;
		padding:0px;
		width:609px;
		font-size:11px;
		font-weight:normal;
		color: #98b7d4;
	}
#footer #footerleftcontent ul
	{
		float: left;
		margin:8px 0 0 0;
		padding:0px;
		width:609px;
		display:block;
	}
#footer #footerleftcontent ul li
	{
		float: left;
		margin:0px;
		padding:0px;
		display:block;
		font-size:11px;
		font-weight:normal;
		color: #98b7d4;
	}
#footer #footerleftcontent ul li span
	{
		padding:0 3px 0 3px;
	}
#footer #footerleftcontent ul li a
	{
		color: #98b7d4;
		text-decoration:none;
	}
#footer #footerleftcontent ul li a:hover
	{
		color: #fff;
		text-decoration:none;
	}
#footer p.designedby
	{
		float:left;
		width:320px;
		margin:13px 0 0 0;
		font-size:11px;
		font-weight:bold;
		color: #98b7d4;
		font-style:italic;
	}
#footer p.designedby a
	{
		color: #fff;
		text-decoration:underline;
	}
#footer p.designedby a:hover
	{
		color: #98b7d4;
		text-decoration:none;
	}
#fotplug{
	width:100%;
	height:40px;
	float:left;
display:none; /* TURNED OFF FOR NOW */
}


#bodycontent .innercontent
	{
		float:left;
		margin:0px;
		padding:0 0 32px 50px;
		width:566px;
	}
#bodycontent .innercontent div
	{
		clear:both;
	}
#bodycontent .innercontent h3,#bodycontent .innercontent h2
	{
		float:left;
		width:566px;
		margin:0 0 15px;
		padding:0 0 7px 0;
		font-size:18px;
		font-weight:normal;
		color: #0e0f17;
		border-bottom:1px solid #c0c0c2;
	}
#bodycontent .innercontent div.svMailingList h3
	{
		display:none;
	}
/*#bodycontent .innercontent div.svMailingList
	{
		padding-top:10px;
	}*/
#bodycontent .innercontent div.svMailingList .uniForm
	{
		padding-top:10px !important;
	}
#bodycontent .innercontent ul
	{
		clear:both;
		padding-top:.5em;
		*margin-top:0;
	}
#bodycontent .innercontent p/*.innercontent*/
	{
		float:left;
		margin:20px 0 0 0;
		margin:0 0 20px;
		padding:0px;
		width:566px;
		font-weight: normal;
		color: #727272;
		line-height:21px;
	}
#bodycontent .innercontent #svSearchResults p:first-child
	{
		margin-top:12px;
	}
#bodycontent .innercontent .uniForm p
	{
		float:none;
	}
#bodycontent .innercontent .uniForm fieldset
	{
		clear:both;
		*clear:none; /* target IE7 */
	}
#bodycontent .innercontent .uniForm #OKMsg
	{
		padding:0 !important;
	}
#bodycontent .innercontent .uniForm #OKMsg p
	{
		float:none !important;
		margin:0 !important;
		width:auto !important;
	}
#bodycontent .innercontent .uniForm .inlineLabels p.formHint
	{
		margin-left:34% !important;
	}
#bodycontent .innercontent p img.headshot
	{
		float:left;
		padding:0 25px 0 0;
	}
#bodycontent .innercontent h3.abouttheteam,#bodycontent .innercontent h4
	{
		float:left;
		width:566px;
		margin:20px 0 0 0;
		margin:0 0 20px;
		padding:0 0 7px 0;
		font-size:18px;
		font-weight:normal;
		color: #0e0f17;
		border-bottom:1px solid #c0c0c2;
	}
#bodycontent .innercontent ul#blog
	{
		float:left; 
		margin:25px 0 0 0; 
		padding:0px; 
		width:566px; 
		display:block; 
	}
#bodycontent .innercontent ul#blog li
	{
		float:left; 
		margin:0px; 
		padding:0 0 23px 0; 
		width:566px; 
		display:block;
	}
#bodycontent .innercontent ul#blog li h4
	{
		font-size:21px;
		font-weight:normal;
		color: #0e0f17;
		margin:0px; 
		padding:0px; 
		float:left; 
		width:566px; 
	}
#bodycontent .innercontent ul#blog li img
	{
		float:left; 
		margin:15px 0 10px 0; 
		padding:2px; 
		border:1px solid #cacaca;
	}
#bodycontent .innercontent ul#blog li p
	{
		margin:10px 0 0 0; 
		float:left; 
		font-size:13px;
		font-weight:normal;
		line-height:21px; 
		color: #727272; 
		padding:0px; 
		width:566px; 
	}
#bodycontent .innercontent ul#blog li a
	{
		float:left;
		width:67px;
		height:21px;
		text-align:center;
		font-size:11px;
		font-weight:normal;
		color: #fff;
		text-decoration:none;
		line-height:21px;
		background: #0b5d8e;
		margin:20px 0 0 0
	}
#bodycontent .innercontent ul#blog li a:hover
	{
		float:left;
		width:67px;
		height:21px;
		text-align:center;
		font-size:11px;
		font-weight:normal;
		color: #fff;
		text-decoration:none;
		line-height:21px;
		background: #515151;
		margin:20px 0 0 0
	}
#bodycontent .innercontent ul#sitemap
	{
		float:left; 
		margin:20px 0 0 0; 
		padding:0px; 
		width:520px;
		display:block; 
	}
#bodycontent .innercontent ul#sitemap li
	{
		float:left;
		margin:0px;
		padding:0 0 10px 16px; 
		font-weight:normal; 
		width:500px; 
		color:#86c065;
		background:url(../images/sitemapicon.png) no-repeat; 
		display:block
	}
#bodycontent .innercontent ul#sitemap li a
	{
		text-decoration:none;
		color: #727272;
	}
#bodycontent .innercontent ul#sitemap li a:hover
	{
		text-decoration: underline;
		color: #147ebb;
	}

#bodycontent .innercontent #svPortal dl,#bodycontent .innercontent div.moreResults + dl dd
	{
		border-bottom:1px dashed #ccc;
		padding:0 0 15px;
		margin:0 0 15px;
	}
#bodycontent .innercontent div.moreResults + dl dd p
	{
		float:none;
		width:500px;
		padding-left:30px;
	}
#bodycontent .innercontent div.moreResults + dl dd.last
	{
		border:none;
	}
#bodycontent .innercontent dl.moreResults
	{
		margin-left:-75px;
		color:#727272;
		border:none !important;
	}
#bodycontent .innercontent dl.moreResults dt
	{
		/*margin-left:80px;*/
	}
#bodycontent .innercontent dl.moreResults dd
	{
		margin:0;
	}
#bodycontent .innercontent dl.moreResults ul,#bodycontent .innercontent div.moreResults ul
	{
		/*margin:0 0 0 6px;
		padding:10px 0 0 33px;*/
		margin:0;
		padding:10px 0 0;
		list-style-type:none;
	}
#bodycontent .innercontent div.moreResults ul
	{
		margin:0;
		padding:0;
		/*text-align:center;*/
	}
#bodycontent .innercontent div.moreResults.top ul
	{
		height:25px;
		border-bottom:solid 1px #727272;
		padding-top:15px;
		margin-bottom:-20px;
	}
#bodycontent .innercontent div.moreResults.bottom ul
	{
		height:25px;
		border-top:solid 1px #727272;
		padding-top:15px;
	}
#bodycontent .innercontent dl.moreResults ul li,#bodycontent .innercontent div.moreResults ul li
	{
		display:inline;
		list-style-type:none;
		margin-right:4px;
	}
#bodycontent .innercontent div.moreResults ul li.navNext,#bodycontent .innercontent div.moreResults ul li.navPrev
	{
		float:right;
	}
#bodycontent .innercontent div.moreResults ul li.resultsFound
	{
		float:left;
		font-size:14px;
		font-weight:bold;
	}
#bodycontent .innercontent dl.moreResults ul li.current
	{
		font-weight:bold;
		background:#ababab;
		color:#fff;
		border:solid 1px #ababab;
		padding:2px 8px;
	}
#bodycontent .innercontent dl.moreResults ul li.navPrev
	{
		margin-right:1px;
	}
#bodycontent .innercontent dl.moreResults ul li.navNext
	{
		margin:0 0 0 -3px;
	}
#bodycontent .innercontent dl.moreResults ul li a,#bodycontent .innercontent div.moreResults ul li a
	{
		color:#ababab;
		background:#fff;
		border:solid 1px #ababab;
		text-decoration:none;
		padding:2px 8px;
	}
#bodycontent .innercontent dl.moreResults ul li a:hover,#bodycontent .innercontent div.moreResults ul li a:hover
	{
		background:#ababab;
		color:#fff;
	}
#bodycontent .innercontent blockquote
	{
		padding:20px 20px 20px 0;
		clear:both;
	}
#bodycontent .innercontent blockquote p
	{
		background:url(../images/quote.gif) no-repeat;
		padding-left:40px;
		width:400px;
	}

#bodycontent .onecol h2
	{
		width:910px;
		margin:0 0 15px;
		padding:0 0 7px 0;
		font-size:18px;
		font-weight:normal;
		color: #0e0f17;
		border-bottom:1px solid #c0c0c2;
	}


/* Easy Slider */

#container{	
margin:0px 0 0 0px;
display:block;
position:relative;
top:0px;
left:0px;
text-align:left;
width:375px;
height:238px;
padding:0 0 0 22px;
margin:0px;
float:left;
border:0px;
}
#slider{
	width:375px;
	height:238px;
	 margin:0px;
		padding:0 0px 0 0px; display:block}	
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
float:left;
}
#slider li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
	width:375px;
	height:238px;
overflow:hidden;
outline:0px;
border:0px;
}	
#prevBtn, #nextBtn{ 
display:block;
width:38px;
height:38px;
position:absolute;
left:-495px;
top:87px;
}	
#nextBtn{ 
left:0px;
}														
#prevBtn a, #nextBtn a{  
display:block;
width:38px;
height:38px;
position:absolute;
z-index:10; 
left:483px;
top:50px;
text-indent:-9999px;
background:url(../images/arrow_left.png) no-repeat;
}	
#nextBtn a{ 
background:url(../images/arrow_right.png) no-repeat;
left:395px;
}												
	
/* // Easy Slider */

#tblExecBoard { margin: 20px auto; width: 70%; }

p.info { background: #B9BAE8 url(/commonassets/images/info.gif) no-repeat scroll .5em 50%; border: 1px solid #2580B2; margin: 0.3em; padding: 1.2em 3.5em !important; }
p.success { background: #C8FFBF url(/commonassets/images/ok.gif) no-repeat scroll .5em 50%; border: 1px solid #2EBC12; margin: 0.3em; padding: 1.2em 3.5em !important; }
p.warning { background: #FFF2CF url(/commonassets/images/warning.gif) no-repeat scroll .5em 50%; border: 1px solid #FFB401; margin: 0.3em; padding: 1.2em 3.5em !important; }
p.error { background: #ffbfbf url(/commonassets/images/error.gif) no-repeat scroll .5em 50%; border: 1px solid #df7d7d; margin: 0.3em; padding: 1.2em 3.5em !important; }
#bodycontent .innercontent p.info,#bodycontent .innercontent p.success,#bodycontent .innercontent p.error,#bodycontent .innercontent p.warning
	{
		width:480px;
	}

/* cfUniForm */
.innercontent .cfUniForm-form-container
	{
		margin-bottom:30px;
	}
.uniForm fieldset
	{
		overflow:hidden !important;
	}
.uniForm fieldset + fieldset
	{
		margin-top:30px !important;
	}
.uniForm .ctrlHolder
	{
		padding:.7em !important;
	}
.uniForm .ctrlHolder label em,.uniForm .ctrlHolder .label em
	{
		color:red;
	}
.uniForm .buttonHolder
	{
		padding:.5em 1.5em !important;
	}
.uniForm .buttonHolder .primaryAction
	{
		padding:4px 12px !important;
	}
.uniForm .ctrlHolder p,.innercontent .uniForm p
	{
		margin:0 !important;
		width:543px !important;
	}
.footertopcontent .eachservices.twowide .uniForm p
	{
		width:350px !important;
	}

table td, table th
	{
		vertical-align:top;
	}
table.pad-bottom {padding-bottom:20px;}
.width-75p {width:75px;}
.width-85p {width:85px;}
.width-80p {width:80px;}
.width-100 {width:100%;}
.width-75 {width:75%;}
.width-80 {width:80%;}

/* jquery tools tabs */
/* root element for tabs  */
.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	
}

/* single tab */
.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
.tabs a { 
	background: url(/frenshipband/includes/themes/TW_117a/images/jquery.tools.tabs.blue.png) no-repeat -443px 0;
	font-size:11px;
	display:block;
	height: 30px;  
	line-height:30px;
	width: 111px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:1px;
}

.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background-position: -443px -31px;	
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	background-position: -443px -62px;		
	cursor:default !important; 
	color:#000 !important;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
.tabs .w1 			{ background-position: -519px 0; width:134px; }
.tabs .w1:hover 	{ background-position: -519px -31px; }
.tabs .w1.current { background-position: -519px -62px; }

/* width 2 */
.tabs .w2 			{ background-position: -366px -0px; width:154px; }
.tabs .w2:hover 	{ background-position: -366px -31px; }
.tabs .w2.current { background-position: -366px -62px; }


/* width 3 */
.tabs .w3 			{ background-position: -193px -0px; width:174px; }
.tabs .w3:hover 	{ background-position: -193px -31px; }
.tabs .w3.current { background-position: -193px -62px; }

/* width 4 */
.tabs .w4 			{ background-position: -0px -0px; width:194px; }
.tabs .w4:hover 	{ background-position: -0px -31px; }
.tabs .w4.current { background-position: -0px -62px; }


/* initially all panes are hidden */ 
.panes .pane {
	display:none;		
}
