﻿* 
{
	margin:0;
	padding:0;
}

/* Close page link */

.close_page
{
	float:right;
	margin-right:15px;
	margin-top:-15px;
}


body {
background:#ccc;
margin:0;
text-align:center;
width:100%;
color:#000000;
font-size:12px;
font-family:Arial;
}

body a:link
{
	color: #336699;	
	text-decoration:none;
}

body a:visited
{
	color: #4673AA;
	text-decoration:none;
}



body a:active
{
	color: #c00;	
	text-decoration:none;
}

body a:hover 
{
	color:#000000;
	text-decoration:none;
	
}

a img
{
	border:none;
	background:none transparent;
 
	}
	
a img.ts_image 
{
	background:transparent none repeat scroll 0 0;
	border:medium none;
	margin-left:-6px;
}

.clear_float 
{
	clear:both;
}

#static_layout 
{
	margin:0 auto;
	width:980px;
	
}

/************************** HEADER **************************/
#header1 
{
	height:85px;
	margin-top:20px;
	background:#ffffff url(../images/header_bg.gif) no-repeat top;
}
		
.ta_header_logo
{
	float:left;
	margin:20px 0 0 20px;
}

#col2 div div div.ContactLine
{
	display:inline;	
	font-weight:bold;
	padding: 0;
}

#col2 div div.ContactLineContainer
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	padding:1px;	
}

#col2 div div div.ContactLineName
{	
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
}

/*
#col2 div div.ContactLineSecondName
{	
	border-top:solid 1px #A3C1E0;
}
*/
#col1 div div div.ContactLineName
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;	
}

#contact_info div.ContactLineContainer
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	padding:1px;	
}

#contact_info div.ContactLineContainer_bgimage
{
	font-size:12px;
	font-family:Verdana;
	font-weight:bold;
	padding-right:76px;	
	padding-left:0;
}

#ga_info 
{
	float:right;
	margin:0 20px 10px 0;
	padding-top:15px;
	text-align:right;
	width:50%;
}

.ga_header_logo 
{
	float:right;
	padding:0 0 0 10px;
}


p.ga_contact_info 
{
	text-align:right;
	padding:0 5px 
}

h5 
{
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:bold;
	/*text-align:right; --commented out because throwing off xml pages in products - Treeves 10/7/10 */
}

h6
{
	font-size:12px;
	font-weight:normal;
}

address 
{
	font-style:normal;
	text-align:right;
	font-size:11px
	
}


/************************* SEARCH ******************************/

#search form 
{
	margin:0;
	padding:0;
	
}

#search 
{
	float:right;
	padding:0 5px 0 0;
	/*margin-top:3px;*/
	margin-top:15px;
	
}

#search input 
{
	margin:-19px 8px 1px 2px;
	vertical-align:middle;
}


.search_box {
	/*background:url('../images/search_box_bg.gif') repeat-x left top;*/
	border:none;
}

/************************* TOP NAV ******************************/

#nav
{
	margin: 0;
	padding:0;
	background:url('../images/topnav_bg.gif') no-repeat;
	height:30px;
	font-family:Verdana;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
}

#nav ul 
{
	float:left;
	list-style-image:none;
	list-style-type:none;
	/*margin:-14px;*/
	margin:0;
	padding:0;
}



#nav ul li 
{
	float:left;
	display:inline;
}


#nav ul li a 
{
	text-decoration:none;
	color:#fff;
	padding:7px 10px 6px 10px;
	margin:0 20px;
}

#nav ul li a:hover 
{
	color:#003366;
	text-decoration:none;
	background:url(../images/topnav_bg_ovr.gif) repeat-x top;
	border-bottom:none;
}

#nav ul li a.current 
{
	background:#A3C1E0 none repeat scroll 0 0;
	border-color:#A3C1E0 #FFFFFF;
	border-style:none none solid solid;
	border-width:medium medium 2px 1px;
	color:#003366;
	position:relative;
	top:1px;
	z-index:9;	
}

#nav ul li a.current:hover 
{
	background:#A3C1E0 none repeat scroll 0 0;
		
}

/*************************SUB NAV**************************/
#page ul li a.current
{
	background:#A3C1E0 none repeat scroll 0 0;
	color:#003366;
	font-weight:bold;
	position:relative;
	top:1px;
	z-index:9;
}

/*body subnav_concepts_hm a.current
{
	background:#A3C1E0 none repeat scroll 0 0;
	color:#003366;
	font-weight:bold;
	position:relative;
	top:1px;
	z-index:9;
}*/
#nav ul li a.current 
{
	background:#A3C1E0 none repeat scroll 0 0;
	color:#003366;
	font-weight:bold;
	position:relative;
	top:1px;
	z-index:9;
}


/*************************LEFT NAV**************************/
td.pagenav
{
	vertical-align: top;
	width: 160px;
	padding-left:10px;
	padding-top:16px;
}

.pagenav div
{
	vertical-align: top;
	width: 160px;
	border: 1px solid #ccc;
	margin: 0 20px 10px 0;
	background: #fff;
	font-size: 11px;
}

.pagenav div.no_link a
{
	border: none;
	display:inline;
	float:left;
	left:0px;
	background: transparent;
	width:130px;
	cursor: move;
}

.pagenav div div
{
	border: none;
	margin: 0;
	background: transparent;
	width: auto;
	padding: 0;
}

.pagenav .current a
{
	background:#FFFFBB none repeat scroll 0 0;
}

.pagenav p
{
	font: bold 12px Arial,sans-serif;
	color:  #000;
	background: #eee;
	margin: 0;
	border-bottom: 1px solid #ccc;	
}

.pagenav p.nolink
{
	padding: 3px 5px;
}

.pagenav li span.nolink, .pagenav li.nolink
{
	padding: 3px 5px 3px 10px;
	display: block;
	height: 14px;
	border-top: 1px solid #ccc;
}

.pagenav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial,sans-serif;
}

.pagenav li
{
	padding: 0;
	margin: 0;
	display: inline;
}

.pagenav li li a, .pagenav .current li a:link, .pagenav .current li a:visited
{
	background: url("../images/leftnav_bullet.png") top left no-repeat;
}

.pagenav li li a:hover, .pagenav .current li a:hover
{
	background: #ff8 url("../images/leftnav_bullet.png") top left no-repeat;
}

.pagenav li a 
{
	border-top:1px solid #DDDDDD
}

.pagenav li li a 
{
	border:medium none;
	padding:3px 5px 3px 18px;
}

.pagenav a
{
	display: block;
	margin: 0;
	padding: 3px 5px;
	text-decoration: none;
}



/*************************MAIN CONTENT**************************/
#homepage_content_container {
	background-color: #ffffff;
	text-align:left;
	margin:-1px 0;
	padding:0;
	clear:both;
	float:left;
	border:1px solid #53749D;
	border-top:none;
	width:978px;
}

#homepage_content_container #subcontent_container
{
	margin-top:6px;
}

#homepage_content_container ul.subnav 
{
	background:#A3C1E0 none repeat scroll 0 0;
	font-family:Verdana;
	margin:2px;
	padding:5px 0 5px 20px;
}

#col1 {
width:650px;
clear:left;
float:left;
background:#ffffff;
/*margin-left:2px;*/
}


#subcontent_container {
background:#fff;
width:650px;
/*height:158px;*/
padding-bottom:5px;
}

.sub_content 
{
background:#F5F8FA ;
padding:12px;
height:145px;
/* Added by Swati Verma-23/08/11 */
border-top:5px solid #DEBE29;

}
	

.sub1, .sub2, .sub3 {
width:201px;
float:left;
/*border-top:5px solid #DEBE29;*/ /* Commented by Swati Verma-23/08/11 */
margin:0 0 0 10px;
}


.sub2 {
margin:0 15px;
/* Commented for ITA-676 by Swati Verma-16/09/11 */
background:#F5F8FA /* url(../images/pyramid_cityscape.gif) */ no-repeat bottom right;
}

.sub2 div.sub_content 
{
	background:none;
}

.sub2 h3
{
	margin:0;
	padding:2px 0;
	font-size:12px;
	color:#336699;
}

.sub2 p
{
	margin:0;
	padding:2px 0;
	font-size:11px;
	font-weight:bold;
	color:#333;
}

.sub2 p.click_here a
{
	/*background:none;*/
	color:#336699;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}		

.sub3 
{
	margin:0 0 0 1px;
	}


.sub3 p, .sub3 h3
{
	margin:0;
	padding:2px 0;
	font-size:11px;
	font-weight:bold;
	color:#333;
}

.sub3 h3 
{
	color:#336699;
	font-size:12px;
}


a.click_here {
background:url(../images/right_arrow_ylw.gif) no-repeat 85px 15px;
padding:17px;
margin:15px;
font-size:12px;
}

a.con_click_here {
	background:transparent url(../images/left_arrow.gif) no-repeat scroll 88px 17px;
	font-size:12px;
	margin:8px;
	padding:20px;
}

.sub3 p.click_here a
{
	
	color:#336699;
	font-weight:bold;
	font-size:14px;
	margin-bottom:10px;
}		

.sub3 p.click_here a:hover, .sub2 p.click_here a:hover  
{
	background:none;
	border-bottom:none;
	color:#003366;
}

.sub1 h2, .sub2 h2, .sub3 h2  {

text-align:center;
margin:0;
font-size:14px;
font-weight:bold;
height:27px;
line-height:27px;
-filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
-opacity: 0.8;
}

#subcontent_container ul {
list-style:none;
margin:0;
/*padding:15px 0 10px 10px;*/
padding-top:2px;
background:#F5F8FA ;

}

#subcontent_container ul li {
background:url(../images/bullet.gif) no-repeat left center;
margin:0 0 15px 0;
padding:0 0 0 18px;
color:#336699;
font-weight:bold;


}


.ital 
{
	font-style:italic;
}


.business2 h1 
{
	background-image:url(/marketing/images/adv_mkg/business_planning2.png) !important;
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:90px;
	vertical-align:middle;
}

.charity h1 
{
	background-image:url(/marketing/images/adv_mkg/chartiable_planning.png) !important;
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-left:90px;
	vertical-align:middle;
}



/**********COL 2 ***********/

#col2 
{
	float:right;
	width:324px;
}

#col2 div 
{
	/*padding:2px 10px 5px 25px;*/
	padding:2px 2px 5px 7px;
}

h4 
{
	font-size:13px;
	margin:5px 0 5px 0;
	color:#065391;
}

#contact_info 
{
	background:#f5f8fa;
	border-bottom:2px solid #CBDCED;
	padding-left:11px;
	/*height:117px;*/
	height:auto;
}

#contact_info h3 
{
	color:#6699cc;
	margin:0;
	padding:0;
	font-size:18px;
	
}
#contact_info p 
{
	font-weight:bold;
	padding:5px 5px 5px 0;
	
}

/*  TransACT Login for Lion Street Microsite */
.transact_login 
{
	background:#f5f8fa;
	border-bottom:2px solid #CBDCED;
	padding-left:11px;
	height:80px;
}	

.transact_login h4
{
	font-weight:bold;
	font-size:17px;
}

.transact_login img
{
	margin-left:60px;
}

.transact_login td 
{
	font-size:12px;
	font-weight:bold;
	padding:2px;
	margin:0;
	display:table-cell;
}

.transact_login input 
{
	font-size:11px;
	width:90px;
}

.transactLogin_btn
{
	background:url(/marketing/images/transact_login_btn.png) no-repeat; 
	cursor:hand; 
	border: none; 
	height:19px;
	margin-top:-10px;
}

.login_links
{
	float:right;
	margin-right:23px;
	margin-top:-30px;
	padding-bottom:5px;
}

p.login_links, p.login_links a 
{
	font-size:10px;
	font-weight:bold;
}

p.login_links a
{
	text-decoration:underline;
}

.right {
text-align:right;
}

#mktng_msg1 
{
	background:url(../images/mktng_msg1_bg.jpg) repeat-y right;
	font-weight:bold;
	height:auto;	
}

#mktng_msg1 h4
{
	color:#336699;
	font-weight:bold;
	font-size:12px;
}

.yellow_txt 
{
	color:#debf2d;
}

#mktng_msg1 p, #mktng_msg2 p 
{
	padding:5px 10px 5px 0;
	font-size:11px;
}

#mktng_msg1 a, #mktng_msg2 a 
{
	color:#336699;
}

#mktng_msg1 img
{
	float:right;
}

#mktng_msg1 a:hover, #mktng_msg2 a:hover 
{
	color:#003366;
}

#mktng_msg1 p.details, #mktng_msg2 p.details 
{
	padding:5px 20px;
	font-size:11px;
}

#mktng_msg1 p.add_calendar
{
	font-size:11px;
	padding-right:0;
}



#banner_ad 
{
	font-size:14px;
	padding:10px;
	/*background:#f5f8fa;*/
	background:url(../images/msg_fin_strength.jpg) no-repeat center center;
	width:300px;
	height:130px;
	}
#banner_ad p 
{
	padding:45px 45px 0 20px;
	margin:0;
	font-size:12px;
		
}
#banner_ad a
{
	font-style:italic;
	border-bottom:1px solid #003366;	
	}
#banner_ad a:hover 
{
	color:#6699cc;
	border-bottom:1px solid #6699cc;	
}



/*******************COMPANY INFO PAGE *********************/
.home_tools 
{
	background:#FFFFFF none repeat scroll 0 0;
	border-color:#B4C9E2 #9EB9DA #5E8BC1 #B4C9E2;
	border-style:solid;
	border-width:1px 2px 2px 1px;
	clear:both;
	height:auto;
	margin:10px 0;
	padding:0 0 12px;
}

/************************ FOOTER **************************/

#footer 
{
	clear:both;
	margin-bottom:30px;
	text-align:left;
	color:#666666;
	font-size:11px;
	border-top:1.5px;
	border-top-style:solid;	
}

#footer p
{
	margin:2px 0 2px 3px;
	padding:0;
}
.float_right 
{
	float:right;
}

.float_left
{
	float:left;
}

.disclaimer 
{
	font-size:11px;
	color:#666;
	border-top:1px solid #999;
	font-weight:bold;
	
}

#content 
{
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:130%;
	padding-bottom:10px;
	vertical-align:top;
	padding-top:16px;
}

#content table.link_grid 
{
	border:medium none;
}

#content .link_grid ul {
border-color:#CCCCCC;
border-style:none solid solid;
border-width:medium 1px 1px;
margin:0 0 10px;
padding:10px 15px 10px 5px;
}

#content table.link_grid td {
border:medium none;
padding:5px 14px 9px 0;
vertical-align:top;
width:25%;
}

#content .link_grid p {
background:#EEEEEE url(/images/backgrounds/lined_heading.png) repeat scroll 0 0;
border:1px solid #CCCCCC;
font-size:12px;
font-weight:bold;
margin:0;
padding:3px 5px;
text-align:center;
}

/* Sub bullets on UW page */

.sub_li  
{
	font-size:11px;
	font-weight: normal;
}

#sf_menu ul li a.current
{
	background: #A3C1E0;
	border-bottom: 2px solid #A3C1E0;
	border-right: none;
	border-top: none;
	border-left: 1px solid #fff;
	color: #c00;
	position: relative;
	z-index: 9;
	top: 1px;
}

#sf_menu ul li a.current:hover
{
	background: #A3C1E0;
	color: #c00;
}

/******FLOATING RIGHT NAV ****/
.floating_nav 
{
	-x-system-font:none;
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #D62029;
	float:right;
	font-family:Arial,sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:10px 0 5px 5px;
	padding:5px 8px 0;
	list-style-type:none;
}

#content .floating_nav p 
{
	clear:both;
	font-weight:bold;
	margin:0 0 3px;
}

#content .floating_nav li 
{
	background:transparent none repeat scroll 0 0;	
	border-top:1px solid #CCCCCC;
	clear:both;
	margin:0;
	padding:0;
	list-style-type:none;
}

.floating_nav a {
display:block;
float:left;
margin:0;
padding:3px 0;
text-decoration:none;
}

#content ul li {
background:transparent url(/marketing/images/list_bullet.png) no-repeat scroll left top;
margin-left:0;
margin-right:0;
padding-left:23px;
display:block;
list-style-type:none;
}

#content li, #content dt {
margin-bottom:7px;
margin-top:5px;
}

/**** BREADCRUMB - CHANGE TEXT AREA ****/
#breadcrumb {
background-color:#FFFFFF;
color:#999999;
font-size:11px;
margin-bottom:2px;
padding:5px 15px;
text-align:left;
}

#breadcrumb a {
border:medium none;
color:#999999;
font-size:11px;
text-decoration:underline;
}

.text_email_control {
background-color:#FFFFFF;
padding-bottom:10px;
text-align:right;
width:100%;
}

.text_email_control table {
background-color:#FFFFFF;
border:medium none;
}

.text_email_control table tr td {
background-color:#FFFFFF;
border:medium none;
vertical-align:bottom;
}

/* Resize Font - Reset */
.font_size {
font-family:Verdana,sans-serif;
font-size:11px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
text-align:right;
}


/* GA's background image */
.ga_bg_image img
{
	margin-top:-75px;
	
}

/* TransSecurity Image - Left nav*/
.questionsTS p
{
	color: #336699; 	
	background:none;
	padding: 2px 0 15px 0;
	margin-left: 5px;
	border:none;
	margin-top:3px;
	font-weight:normal;
}

.questionsTS h4
{
	color:#fff;
	background:transparent url(../images/topnav_bg.gif) no-repeat scroll 0 0;
	text-align:center;
	padding:10px;
	margin-top:-5px;
}

div.questionsTS {
background:#FFFFFF none repeat scroll 0 0;
border-left:1px solid #336699;
border-right:1px solid #336699;
border-bottom:1px solid #336699;
border-top:none;
font-size:11px;
margin:5px 20px 10px 0;
vertical-align:top;
width:160px;
}

/* Home Page Fader */
#slideshow {
	display: block;
	z-index: 1;
	position: absolute;
	left:0; top:0;
	width: 650px; height: 290px;
	padding:0; margin:0; overflow: hidden;
}
	#slideController {
		position: absolute;
		right: 50px; bottom: 31px;
		z-index: 20;
	}
	#slideController li,
	#slideController a {
		display: block;
		background-image: url(/marketing/images/icn_sliderControls.gif);
		background-position: 0 0;
		background-repeat: no-repeat;
		width: 12px; height: 12px; line-height: 12px;
		text-indent: -3000em;
	}
	#slideController .activeSlide a {
		background-position: 0 -12px;
		cursor: default;
	}
	#slideController li {
		float: left;
		margin-left: 8px;
	}
	#slideshow .btn {
		position: absolute;
		display: block;
		text-indent: -3000em;
		background: transparent url(../images/blank.gif) left top no-repeat;
		width: 100%; height: 210px;
		left: 0; top: 0;
	}

#hero 
{
	height: 286px;
    position: relative;
}
