/* --------------------------------------------------------------------------  layout styles */

#adsHolder
{
	width:761px;
	height:300px;
	padding:0px;
	margin:0px;
	border:0px;
}

#adsLeftCol
{
	width:172px;
	height:340px;
	float:left;
	padding:15px;
	margin-right:8px;
	background:url(images/leftCol.jpg) no-repeat;
	
}

.adsLeftColText
{
	align:left;
	width:170px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0c2577;
}

#adsCentreCol
{
	width:340px;
	height:300px;
	padding:0px;
	margin-right:10px;
	float:left;
}

.adsCentreTop
{
	width:310px;
	height:115px;
	margin-bottom:10px;
	padding:15px;
	background:url(images/centreTop.gif) no-repeat;
}

.adsCentreText
{
	width:310px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#0c2577;
	
	padding-top:35px;
	text-align:center;
	font-weight:bold;
}

.adsCentreBot
{
	width:312px;
	height:185px;
	margin:0px;
	padding:15px;
	/*background:url(../images/alreadyapplied.gif) no-repeat;*/
	background:url(images/centreBot.jpg) no-repeat;
}

#adsRightCol
{
	width:201px;
	height:300px;
	padding:0px;
	margin:0px;
	float:left;
}

.adsRightTop
{
	width:171px;
	height:80px;
	padding:15px;
	margin-bottom:8px;
	background:url(images/rightTop.jpg) no-repeat;
}

.adsRightMid
{
	width:171px;
	height:83px;
	padding:15px;
	margin-bottom:8px;
	background:url(images/rightMid.jpg) no-repeat;
}

.adsRightBot
{
	width:171px;
	height:102px;
	padding:15px;
	background:url(images/rightBot.jpg) no-repeat;
}

.adsRightText
{
	width:170px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0c2577;
}

.adsRightTopText
{
	width:120px;
	margin-left:50px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0c2577;
}

.adsRightMidText
{
	width:95px;
	/*margin-left:50px;*/
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0c2577;
}

.adsRightBotText
{
	width:100px;
	margin-left:70px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0c2577;
}

/* ------------------------------------------------------------------------- formatting styles */

/* Ideal Job Header text styles */
#adsHolder #adsCentreCol .adsCentreTop .adsCentreText h1
{
	font-size:13px;
	font-weight:bold;
	color:red;
	margin:0px;
}

/* Already Applied Header text styles */
#adsHolder #adsCentreCol .adsCentreBot .adsCentreText h1
{
	font-size:13px;
	font-weight:bold;
	color:red;
	margin:0px;
}

/* Core Values Header text styles */
#adsHolder #adsRightCol .adsRightTop .adsRightText h1
{
	font-size:13px;
	font-weight:bold;
	color:red;
	margin:0px;
}

/* Talent Solutions Header text styles */
#adsHolder #adsRightCol .adsRightMid .adsRightText h1
{
	font-size:13px;
	font-weight:bold;
	color:red;
	margin:0px;
}

/* Global locations Header text styles */
#adsHolder #adsRightCol .adsRightBot .adsRightText h1
{
	font-size:13px;
	font-weight:bold;
	color:red;
	margin:0px;
}

/* ------------------------------------------------------------------------- General Styles */

.clearLeft
{
	clear:left;
}



div.adsCentreText div#findOutMore
{
	display:block;
	width:136px;
	height:27px;
	/*background-color:black;*/
	
	position:relative;
	float:right;
	
	right:-10px;
	top:63px;
	CURSOR:hand;
}
