@charset "UTF-8";
body  {
	font: 14px Georgia, Times New Roman, Times, serif;
	background: #231F20;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #231F20;
	line-height: 20px;
}
#txtHolder p, #txtHolderNoAmp p, .person p {
	margin-top: 0;
}

a img
{
    border-style: none;
}

li, ul
{
	margin:0;
	padding:0;
}

p
{
    margin-bottom: 14px;
}

/* Fix pngs on ie6   */
img, div { behavior: url(iepngfix.htc) }


.styleThrCol #containerOuter {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:absolute;
	top: 50%;
	left: 50%;
	width:980px;
	height: 590px;
	margin-top: -295px; /* set to a negative number 1/2 of height */
	margin-left: -490px;
}
.styleThrCol #container {
	width: 980px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position:absolute;
	top: 50%;
	left: 50%;
	height: 550px;
	margin-top: -275px; /* set to a negative number 1/2 of height */
	margin-left: -490px; /* set to a negative number 1/2 of width */
	background: #FFF;
} 
.styleThrCol #menuBar {
	float: left; /* since this element is floated, a width must be given */
	width: 164px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 20px 10px 14px 30px; /* padding keeps the content of the div away from the edges */
	margin: 14px 0 0 0;
	height: 478px;
}
.styleThrCol #imageContent {
	float: right; /* since this element is floated, a width must be given */
	width: 526px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 522px;
	padding: 0;
	margin: 14px 14px 14px 0;
	position: relative;
}
.styleThrCol #imageContentFullScreen {
	margin: 14px 14px 14px 204px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #textContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 522px;
	position: relative;
}
.styleThrCol #scrollContent {
	float: right; /* since this element is floated, a width must be given */
	width: 482px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 522px;
	padding: 0 14px 0 0;
	margin: 14px 14px 14px 30px;
	position: relative;
	
	overflow:auto;
/*	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden;	
	overflow:-moz-scrollbars-vertical;*/
}
.styleThrCol #scrollContent h3 {
	font-size: 30px;
	line-height: 34px;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: normal;
}
.styleThrCol #textContent {
	margin: 14px 540px 14px 204px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #textContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #231F20;
	height: 522px;
	position: relative;
}
.styleThrCol #footerContent {
	position: relative;
	width: 952px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 40px;
	padding: 0 14px;
	margin: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: normal;
}
.person h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: normal;
}
.styleThrCol #txtHolder {
	position: absolute;
	top: 170px;
	left: 14px;
	height: auto;
	width: 208px;
	margin: 0;
	padding: 0;
}
/* New/blog styling */
.styleThrCol #txtHolderNoAmpNewsfeed {
	position: absolute;
	top: 14px;
	left: 14px;
	height: 28px;
	width: 208px;
	margin: 0;
	padding: 0;
}
.styleThrCol #txtHolderNoAmpNewsfeed a:link, .styleThrCol #txtHolderNoAmpNewsfeed a:visited, .styleThrCol #txtHolderNoAmpNewsfeed a:active {
	margin: 0;
	padding: 0 35px 0 0;
	color: #F60;
	display: block;
	line-height: 28px;
	text-align: right;
	text-decoration: none;
	background-image: url(feed-icon-28x28.png);
	background-position: right;
	background-repeat: no-repeat;
}
.styleThrCol #txtHolderNoAmpNewsfeed a:hover {
	color: #F90;
}

.styleThrCol #txtHolderNoAmp2 {
	position: absolute;
	top: 91px;
	left: 14px;
	height: auto;
	width: 208px;
	margin: 0;
	padding: 0;
}

.styleThrCol #teaserHolderMore {
	position: absolute;
	top: 482px;
	left: 14px;
	height: 40px;
	width: 222px;
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 40px;
}
.teaserHolderMoreIcons {
	position: absolute;
	top: 0;
	left: 128px;
	height: 40px;
	width: 94px;
	margin: 0;
	padding: 0;
	color: #FFF;
	line-height: 40px;
}
.teaserHolder {
	position: relative;
	height: auto;
	width: 208px;
	margin: 0;
	padding: 5px 0;
	border-bottom: solid 1px #666;
	text-decoration: none;
	color: #999;
	font-weight: normal;
}
.teaserHolder:hover, .teaserHolder:hover h3 {
	color: #CCC;
}

a[href].teaserLink { text-decoration: none; color: #999999;  }



.teaserHolderActive {
	position: relative;
	height: auto;
	width: 208px;
	margin: 0;
	padding: 5px 0;
	border-bottom: solid 1px #666;
	text-decoration: none;
	color: #FFF;
	font-weight: normal;
}

/* New/blog styling ENDS */

.styleThrCol #txtHolderNoAmp {
	position: absolute;
	top: 91px;
	left: 14px;
	height: auto;
	width: 208px;
	margin: 0;
	padding: 0;
}
.styleThrCol #txtHolder h2, .styleThrCol #txtHolderNoAmp h2, .styleThrCol #txtHolder h3, .styleThrCol #txtHolderNoAmp h3, .person h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 5px 0;
	font-weight: normal;
}
.person h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 12px 0;
	font-weight: normal;
}
.teaserHolder h2, .teaserHolder h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #999;
}
.teaserHolderActive h2, .teaserHolderActive h3 {
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFF;
}
.menuArea {
	position: absolute;
	top: 100px;
	left: 30;
	height: auto;
	width: 164px;
	margin: 0;
	padding: 0;
} 

/* News articles links styles */
.styleThrCol #scrollContent a:link, .styleThrCol #scrollContent a:visited, .styleThrCol #scrollContent a:active {
	color:#000;
}
.styleThrCol #scrollContent a:hover {
	color:#666;
}

:focus {
    outline:0!important;
}

/* LEFT SITE NAV START */
.menuArea ul
{
    list-style-type:none;
    padding:0px;
}

/* Level 1 menu items in general */
.menuArea ul li a:link, .menuArea ul li a:visited, .menuArea ul li a:active {
	margin: 8px 0 0 0;
	padding: 0;
	font-size: 22px;
	text-decoration: none;
	line-height: 26px;
	display: block;
}


/* level 1 normal */
.menuArea ul li a {
	color: #666666;
}

/* Level 1 normal hover*/
.menuArea ul li a:hover {
	color: #231F20;
}

/* Level 1 highlighted */
.menuArea ul li.menuLevel1Highlighted a {
   	color: #231F20;
}

/* Level 1 highlighted hover */
.menuArea ul li.menuLevel1Highlighted a:hover {
	color: #231F20;
}

/* Level 1 active */
.menuArea ul li.menuLevel1Active a {
	color: #231F20;
}


/* Level 2 menu items in general */
.menuArea ul li ul li a:link, .menuArea ul li ul li a:visited, .menuArea ul li ul li a:active {
	margin: 2px 0 0 0;
	padding: 0 0 0 14px;
	font-size: 15px;
	text-decoration: none;
	line-height: 20px;
	display: block;
	color: #4E4C4C;
}

/* level 2 normal */
.menuArea ul li ul li a {
	color: #231F20;
}

/* Level 2 normal hover */
.menuArea ul li ul li a:hover {
	color: #231F20;
}

/* Level 2 highlighted */
.menuArea ul li ul li.menuLevel2Highlighted a {
	color: #666666;
}

/* Level 2 highlighted on hover */
.menuArea ul li ul li.menuLevel2Highlighted a:hover {
	color: #231F20;
}

/* Level 2 active */
.menuArea ul li ul li.menuLevel2Active a
{
	color: #000000;       
}





/* Level 3 menu items in general */
.menuArea ul li ul li ul li a:link, .menuArea ul li ul li ul li a:visited, .menuArea ul li ul li ul li a:active {
	margin: 2px 0 0 0;
	padding: 0 0 0 28px;
	font-size: 13px;
	text-decoration: none;
	line-height: 18px;
	display: block;
	color: #4E4C4C;
}

/* level 3 normal */
.menuArea ul li ul li ul li a {
	color: #231F20;
}

/* Level 3 normal hover */
.menuArea ul li ul li ul li a:hover {
	color: #231F20;
}

/* Level 3 highlighted */
.menuArea ul li ul li ul li.menuLevel3Highlighted a {
	color: #666666;
}

/* Level 3 highlighted on hover */
.menuArea ul li ul li ul li.menuLevel3Highlighted a:hover {
	color: #231F20;
}

/* Level 3 active */
.menuArea ul li ul li ul li.menuLevel3Active a
{
	color: #000000;       
}
/* LEFT SITE NAV END */



/* SITE MAP PAGE 3 LEVEL LINKS STARTS */
#imageContent  ul
{
    list-style-type:none;
    padding:0px;
    margin-left: 30px;
}

#imageContent  ul ul, #imageContent  ul ul ul
{
    margin-left: 0px;
}


/* level 1 links */
#imageContent ul li a:link, #imageContent ul li a:visited, #imageContent ul li a:active {
	margin: 8px 0 0 0;
	font-size: 22px;
	text-decoration: none;
	line-height: 26px;
	color: #231F20;	
}

/* level 2 links */
#imageContent ul li ul li a:link, #imageContent ul li ul li a:visited, #imageContent ul li ul li a:active {
	margin: 2px 0 0 0;
	padding: 0 0 0 14px;
	font-size: 15px;
	text-decoration: none;
	line-height: 20px;
	color: #4E4C4C;
}

/* level 3 links */
#imageContent ul li ul li ul li a:link, #imageContent ul li ul li ul li a:visited, #imageContent ul li ul li ul li a:active {
	margin: 2px 0 0 0;
	padding: 0 0 0 28px;
	font-size: 15px;
	text-decoration: none;
	line-height: 20px;
	color: #4E4C4C;
}


/* SITE MAP PAGE 3 LEVEL LINKS ENDS */

.footerLinkArea {
	position: absolute;
	top: 0;
	left: 204px;
	height: 40px;
	width: 762px;
	margin: 0;
	padding: 0;
	text-align: right;
}
.footerLinkArea a:link, .footerLinkArea a:visited, .footerLinkArea a:active {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
	line-height: 40px;
	color: #444;
}
.footerLinkArea a:hover {
	color: #666;
}

.image4Img1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 260px;
	width: 262px;
	margin: 0;
	padding: 0;
}
.image4Img2 {
	position: absolute;
	top: 0;
	left: 264px;
	height: 260px;
	width: 262px;
	margin: 0;
	padding: 0;
}
.image4Img3 {
	position: absolute;
	top: 262px;
	left: 0;
	height: 260px;
	width: 262px;
	margin: 0;
	padding: 0;
}
.image4Img4 {
	position: absolute;
	top: 262px;
	left: 264px;
	height: 260px;
	width: 262px;
	margin: 0;
	padding: 0;
}

.image6Img1 {
	position: absolute;
	top: 0;
	left: 0;
	height: 260px;
	width: 174px;
	margin: 0;
	padding: 0;
}
.image6Img2 {
	position: absolute;
	top: 0;
	left: 176px;
	height: 260px;
	width: 174px;
	margin: 0;
	padding: 0;
}
.image6Img3 {
	position: absolute;
	top: 0;
	left: 352px;
	height: 260px;
	width: 174px;
	margin: 0;
	padding: 0;
}
.image6Img4 {
	position: absolute;
	top: 262px;
	left: 0;
	height: 260px;
	width: 174px;
	margin: 0;
	padding: 0;
}
.image6Img5 {
	position: absolute;
	top: 262px;
	left: 176px;
	height: 260px;
	width: 174px;
	margin: 0;
	padding: 0;
}
.image6Img6 {
	position: absolute;
	top: 262px;
	left: 352px;
	height: 260px;
	width: 174px;
	margin: 0;
	padding: 0;
}

