/* 
Name: 			Global Style
Description: 	This file contains global style for WLS site
Project: 		West Lane & Schlager &gt; Website Redesign
Author: 		Tarek Jubaer
Creation: 		v1.0.0
Version: 		1.0.0
Languague: 		CF MX7
---------------------------------------------------------------------
Change History:
Version			Author			Date			Description
1.0.0			Tarek Jubaer	12/20/2008		8889 - PSD Slicing
												Initial Development
 */
 
/* Common Style Start */
body, form
{
	margin: 0px;
	background-color: #FFFFFF;
}

body, p, div, span, td, ul, ol
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #616161;
}

p
{
	margin-top: 0px;
}

img
{
	border: 0px;
}

a, a:active, a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0099CC;
	text-decoration:underline;
}

a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0099CC;
	text-decoration:none;
}
/* Common Style End */

/* Layout Style Start */
#siteHolder
{
	width: 100%;
}

#mainContainer
{
	width: 980px;
}

#header
{
	height: 241px;
}
.topHeadLft
{
text-align: left;
background-image: url(../images/home/homeTopImg.png);
background-position: top right;
background-repeat: no-repeat;
width: 980px;
height: 241px;
float: left;
}

.topHeadRgt
{
	background-image: url(../images/home/homeTopImg.png);
	background-repeat: no-repeat;
	width: 662px;
	height: 100%;
	float: right;
}

/* Layout Style End */

/* Home Page Top Nav Start */
.topHeadBg
{
	background-image: url(../images/home/headBg.png);
	background-repeat: repeat-x;
	height: 20px;
}

#topNav
{
width: 256px;
margin-top: 95px;
_margin-top: 92px;
padding: 0px;
}

#topNav .menuDiv
{
	padding-bottom: 10px;
}

#topNav .menu
{
	width: 77px;
	float: left;
}

#topNav .menu, #topNav .menu a, #topNav .menu a:active, #topNav .menu a:visited, #topNav .menu a:hover
{
	color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;	
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
}

#topNav .menu a, #topNav .menu a:active, #topNav .menu a:visited
{	
	/*text-decoration: none;*/
	color:#0099CC !important;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

#topNav .menu a:hover
{	
	/*text-decoration: underline;*/
	text-decoration: none;
}

#topNav .firstSlot
{
	height: 5px;
	width: 77px;
	background-color: #5d750a;
	float: left;
}

#topNav .secondSlot
{
	width: 77px;
	background-color: #0099cc;
	float: left;
}

#topNav .thirdSlot
{
	width: 77px;
	background-color: #ff9900;
	float: left;
}

#topNav .gap
{
	width: 12px;
	text-align: center;
	float: left;
}
/* Home Page Top Nav End */

/* Home Page Styles Start */
#midLftSec
{
	width: 328px;
	text-align: center;
	float: left;
	background: url(../Images/Home/helpingTalents.gif) bottom no-repeat;
	height: 340px;
}

#midLftSec .container
{
	padding: 30px 0px 12px 0px;

}

#midLftSec .container .head1
{
	color: #565656;
	font-size: 21px;
	line-height: 11px;
}
#midLftSec .container .head2
{
	color: #0081c6;
	font-size: 20px;
	line-height: 11px;
}

#midLftSec .container .line
{	
	border-bottom: 1px solid #0081c6;
	margin: 10px 0px 2px 0px;
}

#midLftSec .container .text
{
	line-height: 20px;
	text-align: left;
	padding: 10px 8px 0px 8px;
}

#midRgtSec
{
	width: 642px;
	text-align: left;
	float: left;
	padding: 10px 0px 0px 10px;
	background-image: url(../images/home/ovalBg.png);
	background-position: top center;
	background-repeat: no-repeat;
	_height: 315px;
	min-height: 315px;
}

.midContentHolder
{
	width: 100%;
}

.busketBox
{
	float: left;
	width: 49%;
	padding-top: 20px;
}

.busketContent
{
	padding: 5px 30px 0px 28px;
}

.busketBoxMid
{
	padding: 20px 150px 0px 170px;
}

.featureGap
{	
	float: left;
}

#clientNews
{
	background-color: #eef1e6;
	background-image: url(../images/home/clientNewsBg.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 33%;
	height: 190px;
	text-align: left;
	float: left;
}

#WLSNews
{
	background-color: #e5f5fa;
	background-image: url(../images/home/WLSNewsBg.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 33%;
	height: 190px;
	text-align: left;
	float: left;
}

#events
{
	background-color: #fff5e5;
	background-image: url(../images/home/eventsBg.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 33%;
	height: 190px;
	text-align: left;
	float: left;	
}

.featureBox
{
	padding: 15px;
	font-size: 11px;
	line-height: 24px;
	color: #333333;
}

.featureBox a, .featureBox a:active, .featureBox a:visited
{	
	font-size: 11px;
	line-height: 24px;
	/*color: #333333;	
	text-decoration: underline;*/
	color:#0099CC !important;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:underline;
}

.featureBox a:hover
{	
	font-size: 11px;
	line-height: 24px;
	/*color: #333333;	*/	
	text-decoration: none;
}

.featureBox1
{
	padding: 15px;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}

.featureBox1 a, .featureBox1 a:active, .featureBox1 a:visited
{
	font-size: 11px;
	line-height: 15px;		
	/*color: #333333;	
	text-decoration: underline;*/
	color:#0099CC !important;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration:underline;
}

.featureBox1 a:hover
{
	font-size: 11px;
	line-height: 15px;
	/*color: #333333;*/		
	text-decoration: none;
}

.featureUL
{
	margin: 0px;
	padding: 0px;		
	margin-left: 5px;
	/*list-style-image: url(../images/home/Newplus.gif);*/
	list-style-type: none;
}

.featureUL li
{
	background-image:  url(../images/home/plus.gif);
	background-repeat: no-repeat;
	background-position: 0 .7em;
	padding-left: 20px;
}
/* Home Page Styles End */

/* Inner Page Styles Start */
.topHeadLftInner
{
text-align: left;
background-image: url(../images/home/homeTopImg.png);
background-repeat: no-repeat;
background-position: top right;
width: 980px;
height: 100%;
float: left;
}

#headerInner
{
	height: 121px;
}

.topHeadBgInner
{
	text-align: left;
	margin: 1px 0px 5px 0px;
	border-top: 1px solid #111111;
	border-bottom: 1px solid #666666;
	height: 36px;
	padding-top: 11px;
	text-align: center;
}

.topHeadBgInner .plus1
{
	color: #0f405b;	
	font-size: 16px;
	font-weight: bold;
}

.topHeadBgInner .plus2
{
	clor: #5d750a;
	font-size: 16px;
	font-weight: bold;
}

.topHeadBgInner .plus3
{
	color: #fd9904;
	font-size: 16px;
	font-weight: bold;
}

.topHeadBgInner .plus4
{
	color: #991913;
	font-size: 16px;
	font-weight: bold;
}

.topHeadBgInner .menu1Color1
{
	color: #4f4f4f;
	font-size: 16px;
	font-weight: bold;
}

.topHeadBgInner .menu1Color2
{
	color: #11567b;
	font-size: 16px;
	font-weight: bold;
}

.topHeadBgInner .menu2
{
	color: #0081c6;
	font-size: 16px;
	font-weight: bold;
}

.topHeadBgInner .menu3Color2
{
	color: #c67900;
	font-size: 16px;
	font-weight: bold;
}

.topHeadBgInner .menu4Color2
{
	color: #9a2621;
	font-size: 16px;
	font-weight: bold;
}

.topHeadBgInner a, .topHeadBgInner a:active, .topHeadBgInner a:visited
{
	padding: 0px 8px 0px 8px;	
	color:#616161;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	text-decoration:none;
}
.topHeadBgInner a:hover
{	
	text-decoration:underline;
}
.clearCls
{
	clear: both;
}

.midLftSec1Inner
{
	width: 52%;
	text-align: left;
	float: left;
	margin-bottom: 10px;
}

.midRgtSec1Inner
{
	width: 48%;
	text-align: left;
	float: left;	
	margin-bottom: 10px;
}

.opportunityBrd
{
	background: url(../images/opportunityBrd.png) left top repeat-y;
	padding-left: 12px;
}

.consensusBrd
{
	background: url(../images/consensusBrd.png) left top repeat-y;
	padding-left: 12px;
}

.growthBrd
{
	background: url(../images/growthBrd.png) left top repeat-y;
	padding-left: 12px;
}

.videoBrd
{
	background: url(../images/videoBrd.png) left top repeat-y;
	padding-left: 12px;
}

.practiceBrd
{
	background: url(../images/practiceBrd.png) left top repeat-y;
	padding-left: 12px;
	padding-top:7px;
}

.commonBrd
{
	background: url(../images/commonBrd.png) left top repeat-y;
	padding-left: 12px;
}

.finRiskBrd
{
	/*border-left: 12px solid #4b4b00;*/
	background-image: url(../images/inner/controllingFinRiskLftBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 12px;
}

/* Managing Investments Styles begins */
.mngInvBrd
{
	background: url(../images/commonMnginvBrd.png) left top repeat-y;
	padding-left: 12px;
}
.PlnOvrPrcBrd
{
	background: url(../images/videoBrd.png) left top repeat-y;
	padding-left: 12px;
}

.spToolsBrd
{
	background: url(../images/practiceBrd.png) left top repeat-y;
	padding-left: 12px;
}

.srcDiscOppBrd
{
	background: url(../images/commonBrd.png) left top repeat-y;
	padding-left: 12px;
}

.knowMrkBrd
{
	background: url(../images/knowingMktBrd.png) left top repeat-y;
	padding-left: 12px;
}

/* Managing Investments style ends*/


/* AZAD code begins */
.anchorList
{
	text-decoration: none;
	color:#808080 !important;
	font:14px !important;
}

.anchorList:hover
{
	text-decoration: none;
	color:#808080 !important;
	font:14px !important;
}

.innerContent1
{
	padding: 0px 15px 5px 18px;
}

.innerContent2
{
	padding: 0px 0px 5px 14px;
}

.innerContent1 a a:active a:visited
{
	color: #0099cc !important;
	text-decoration: underline;
}

.innerContent1 a:hover
{
	color: #0099cc !important;
	text-decoration:none;
	
}



.innerContent2 a:active a:visited
{
	color: #0099cc !important;
	text-decoration: underline !important;
}

.innerContent2 a:hover
{
	color: #0099cc !important;
	text-decoration:none;
	
}


.innerContent2 ul
{
	margin: 0px;
	padding: 0px;		
	margin-left: 5px;
	/*list-style-image: url(../images/home/Newplus.gif);*/
	list-style-type: none;
}

.innerContent2 li
{
	background-image:  url(../images/home/plus.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 15px;
}

.innerContent2 ul a 
{
	color: #0099cc !important;
	text-decoration: underline;
}

.innerContent2 ul a:hover
{
	color: #0099cc !important;
	text-decoration:none;
	
}

.anchorTitle ul a
{
	text-decoration: none;
	color:#808080;
	font:14px !important;
}

.anchorTitle ul a:hover
{
	
	text-decoration:none;
	color:#808080;
	font:14px !important;
	
}


.anchorTitle li
{
	background-image:  url(../images/home/plus.gif);
	background-repeat: no-repeat;
	background-position: 0 .4em;
	padding-left: 15px;
}




/* Azad Code ends */

a.innerContent, a:active.innerContent, a:visited.innerContent
{
	color: #0099cc;
	text-decoration: underline;
}

a:hover.innerContent
{
	color: #0099cc;
	text-decoration: none;
}

img.LftImg
{
	float: left;
	padding: 0px 10px 5px 0px;
}

.innerContentHeader
{
	color: #0081c6;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
}

.innerContentHeader a, .innerContentHeader a:active, .innerContentHeader a:visited
{	
	color:#616161;
	text-decoration:none;
}

.innerContentHeader a:hover
{	
	text-decoration:underline;
}


.innerContentHeaderLrg
{
	color: #0081c6;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0px 10px 0px;
	letter-spacing: 2px;
	line-height: 18px;
}

.innerContentHeaderLrg a, .innerContentHeaderLrg a:active, .innerContentHeaderLrg a:visited
{	
	color:#616161;
	text-decoration:none;
}

.innerContentHeaderLrg a:hover
{	
	text-decoration:underline;
}

.innerContentHeaderSml
{
	color: #0099cc;
	font-weight: bold;
}

.innerContentHeaderSml a, .innerContentHeaderSml a:active, .innerContentHeaderSml a:visited, .innerContentHeaderSml a:hover
{	
	color:#616161;
	text-decoration:none;
}

.specialLine
{
	line-height: 18px;
}

.innerLine
{
	clear: both;
	border-top: 1px solid #0081c6;
	margin: 10px 0px 10px 0px;
}
/* Inner Page Styles End */

/* Footer Style Start */
#footerLine
{
	border-top: 2px solid #FFFFFF;
	background-color: #d6d6d6;
	height: 20px;
	clear: both;
}

#footer
{		
	text-align: left;
	font-size: 11px;
	color: #767676;
	line-height: 18px;
	padding: 10px 10px 50px 10px;
}

#footer a, #footer a:active, #footer a:visited, #footer div a, #footer div a:active, #footer div a:visited
{
	font-size: 11px;
	/*color: #333333;*/
	line-height: 18px;
	color:#0099CC !important;
	font-family:Arial,Helvetica,sans-serif;
	text-decoration: underline;
}

#footer a:hover, #footer div a:hover
{
	font-size: 11px;
	/*color: #333333;*/
	color:#0099CC !important;
	line-height: 18px;
	text-decoration: none;
}

#footer div
{
	font-size: 11px;
	color: #767676;
	line-height: 18px;
}
.footerLeftDiv
{
	width:49%;
	padding:2px;
	float: left;
}
.footerRightDiv
{
	width:49%;
	padding:2px;
	float: right;
}
.padd2px
{
	padding-left:2px;
}
/* Footer Style End */

.popupControl
{
	visibility:hidden;
	border: black 2px;
	border-style:double;
	background-color:White;
	padding:5px 5px 5px 5px;
}
.popUpCloseButton
{	
	background-image: url(../images/inner/close.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 13px;
	*padding-bottom: 0px;
	cursor:pointer;
	width:15px;
	float:right;	
}
.popupCloseClick
{
	height:0px;
	width:0px;
	display:none;
}


.cursorHand
{
	cursor:pointer;
}
.BucketMenuListingUL
{
	padding:2px 0px 0px 2px;
	list-style-image: none; 
	list-style-type: none;
	*padding:2px 0px 0px -10px;
}

.ErrorListingUL
{
	padding:-2px 0px 0px 2px;
	list-style-image: none; 
	list-style-type: none;
	*padding:2px 0px 0px -10px;
	
	margin:0 0 0 -40px;
	*margin:2px;
}
.globalUL
{
	padding: 0px;
	margin:0px;
}
.BucketMenuListingLI
{
	padding:2px 0px 0px 0px;
	list-style-image: none; 
	list-style-type: none;
	*padding:2px 0px 0px -8px;
}

.AnchorMenuListingLI
{
	padding:2px 0px 5px 0px;
	list-style-image: none; 
	list-style-type: none;
	*padding:2px 0px 0px -8px;
}

/* Listing Page Start */

#breadcrumbs
{
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
}

#breadcrumbs a
{
	color: #0099cc;
	font-weight: bold;
	background-image: url(../images/breadcrumb.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px;
	text-decoration: none;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
}

#listing
{
	background-image: url(../images/inner/listingBg.png);
	background-position: left top;
	background-repeat: repeat-y;
	clear: both;
	float: left;
	width: 100%;
}

#listingLftNav
{
	width: 23%;
	text-align: left;
	float: left;
	margin-bottom: 10px;
	padding: 5px 0px 5px 5px;
}

#listingRgtContent
{
	width: 76%;
	text-align: left;
	float: left;	
	margin-bottom: 10px; 
}

#listingLftNav ul
{
	line-height: 24px;
}

#listingLftNav ul li
{
	line-height: 24px;
}

#listingLftNav ul li a, #listingLftNav ul li a:active, #listingLftNav ul li a:visited
{
	text-decoration: underline;
}

#listingLftNav ul li a:hover
{
	text-decoration: none;
}
/* Listing Page End */

/* Staff bios Begins */

/* Listing begins */
.staffListingImage
{
	padding: 2px; 
	float: left;
}
.staffListingDesc
{
	padding: 2px;
	float:left;
	text-align:left;
}
.mainDiv
{
	width:100%;
}
/* Listing ends */

/* Details begins */
.staffAll
{
	padding-left:5px;
}
.staffName
{
	font-size:16px;
	font-weight:bold;
	color:#808080;
}

.staffTitle
{
	font-size:14px;
	font-weight:bold;
	color:#808080;
}

.staffExperience
{
	font-size:14px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
.staffImage
{
	border:1px solid #0081c6;
	margin-left: 3px;
	margin-bottom: 3px;
}

.floatLeft
{
	float:left;
}
.floatRight
{
	float:right;
}

.alignLeft
{
	text-align:left;
}
.alignRight
{
	text-align:right;
}

/* Details ends */

/* Staff bios Ends */

/* Show Content With image begins */
.contentTitle
{
	color:#0081C6;
	font-size:14px;
	font-weight:bold;
}

.videoContentTitle
{
	color:#0081C6;
	font-size:16px;
	font-weight:bold;
	text-align: left;
}


/* Show content with image ends */


/* Video details page begins */
.videoDescription
{
	vertical-align:top;
	text-align: left;
	padding-top: 5px;
}
/* Video details paged ends */
.topVAlign
{
	vertical-align:top;
}
.paddTop5
{
	padding-top:5px;
}

.paddTop5IE
{
	*padding-top:5px;
}

.paddTop10
{
	padding-top:10px;
}

.noPadding
{
	padding:0px;
}

.fontSize12
{
	font-size:12px !important;
}

.clientInfoSeperator
{
	border-right:1px solid #0081C6; 
	padding-right:15px;
}

.paddRight10
{
	padding-right:10px;
}

.paddRight20
{
	padding-right:20px;
}

/* No script div begins */
#noScriptDiv{
	height:150px;
	width:400px;
	top:55%;
	left:25%;
	position:absolute;
	border:1px solid #666666;
	background-color:#ffffff;
	padding: 15px;
	padding-top: 40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index:99999;
}
/* No script div ends */

