@charset "UTF-8";
/* CSS Document */
/*UNIVERSAL*/
body{
	margin: 0px ; 
	padding: 0px;
	background: #ffffff;
	font: 12px Helvetica, Arial, sans-serif;
	color:#666666;
}

.holdingBlock{
	width:985px;
}

a {
	color:#FFCC00;
}

a:hover{
	color:#000000;
	text-decoration:none;
}

p {
	padding:2px 0px;
	margin:2px 0px;
}

.right{
	float:right;
}

.left{
	float:left;
}

.rightMargin{
	margin-right:10px;
}

.leftMargin{
	margin-left:10px;
}


.rightMarginBig{
	margin-right:25px;
}

.leftMarginBig{
	margin-left:25px;
}

.bottomMargin{
	margin-bottom:10px;
}

.topMargin{
	margin-top:10px;
}

.margin{
	margin:10px;
}

.central{
	
	margin: 0px auto;
}

.rightPadding{
	padding-right:10px;
}

.leftPadding{
	padding-left:10px;
}

.bottomPadding{
	padding-bottom:10px;
}

.topPadding{
	padding-top:10px;
}

.padding{
	padding:10px;
}

.rightBorder{
	border-right:1px solid #cccccc;
}

.leftBorder{
	border-left:1px solid #cccccc;
}

.bottomBorder{
	border-bottom:1px solid #cccccc;
}

.topBorder{
	border-top:1px solid #cccccc;
}

div.cleaner{
	height:0px;
	overflow:hidden;
	clear:both;
}

.wholePage{
	width:900px;
	margin:0px auto;
	position:relative;
}
.topHeader{
	width:900px;
	height:40px;
	overflow:hidden;
	background: transparent url(../assets/general/topHead.jpg) no-repeat 0px 0px;
	margin:0px auto;
}

/*TYPOGRAPHY*/

.mainCopy h1{
	font-size:18px;
	padding:5px 15px 5px 5px;
}

.rightBlocks h1{
	font-size:12px;
	margin:5px;
	
}

.mainCopyContent h1{
	font-size:18px;
	padding:5px 15px 5px 5px;
}
h2{
	font-size:12px;
	padding:5px 15px 5px 5px;
}

p{
	padding:5px 15px 5px 5px;
}

.txtRight{
	text-align:right;
}

.txtLeft{
	text-align:left;
}

.centered{
	text-align:center;
}

.green{
	color:#509400;
}

.white{
	color:#ffffff;
}


.red{
	color:#b20000;
}

.lightTxt{
	color:#999999;
}

.bigTxt {
	font-size:24px;
}

.medTxt {
	font-size:20px;
}



/*HEADER*/
.header{
	width:880px;
}



.bannerArea{
	margin-left:2px;
}
.baseHeader{
	width:880px;
	background: transparent url(../assets/general/baseHead.gif) no-repeat 44px 0px;
	height:9px;
	overflow:hidden;
	margin-top:5px;
}

/*TOP NAV*/
.topNav{
	width:858px;
	background: transparent url(../assets/general/navBar.gif) no-repeat 44px 0px;
	height:32px;
	overflow:hidden;
	margin-top:5px;
	padding-right:7px;
}

ul.topNavList{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.topNavList li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:12px;
	width:90px;
}

li.topLink a{
	
	display:block;
	
	height:15px;
	
	font-weight:bold;
	overflow:hidden;

	margin:0px 0px;
	padding:8px 15px 6px 15px;
	width:60px;
	color:#cccccc;
	text-decoration:none;
	text-align:center;
	border-left:1px solid #fed300;
	
}



li.topLink a:hover, li.topSelectedLink a{
	background:transparent url(../assets/general/topNavBG.gif) repeat-x 0px 0px;
	display:block;
	
	height:15px;
	
	font-weight:bold;
	overflow:hidden;

	margin:0px 0px;
	padding:8px 15px 6px 15px;
	width:60px;
	color:#0b0c0c;
	text-decoration:none;
	text-align:center;
	border-left:1px solid #fed300;
}



/*MAIN*/
.main{
	width:826px;
	margin-left:44px;
	margin-top:10px;
	min-height:550px;
}

.mainCopy{
	width:575px;
	border-right: 1px solid #cccccc;
}
/*HOME PAGE*/
.hpBlockWide{
	width:300px;
	height:700px;
}

h1.hpTitleWide{
	width:265px;
	height:15px;
	background:transparent url(../assets/general/titleBarHPWide.gif) no-repeat 0px 0px;
	overflow:hidden;
	font-size:12px;
	padding:7px 10px 1px 25px;
	color:#131915;
}

h1.hpTitle{
	width:201px;
	height:15px;
	background:transparent url(../assets/general/titleBarHP.gif) no-repeat 0px 0px;
	overflow:hidden;
	font-size:12px;
	padding:7px 10px 1px 30px;
	color:#131915;
}

.hpNarrow{
	width:241px;
	height:700px;
	
}


.titleCopy{
	width:330px;
	height:15px;
	background:transparent url(../assets/general/titleCopy.gif) no-repeat 0px 0px;
	overflow:hidden;
	font-size:12px;
	padding:7px 10px 1px 20px;
	color:#131915;
}
/*LEFT NAV*/
.leftNav{
	width:160px;
	padding:5px 10px 0px 0px;
	
}

ul.leftNavBar{
	list-style: none;
  	margin: 0px;
  	padding: 0px;
}
li.mainLink a{
	display: block;
	font-size:12px;
	font-weight:bold;
	background: transparent url(../assets/general/leftNav.gif) 0px 0px;
	width:130px;
	height:15px;

	padding: 6px 5px 2px 25px;
	margin: 1px 0px 10px 0px;
	text-decoration: none;
	color:#cccccc ;
}

li.mainLinkStatic, li.mainLink a:hover{
	display: block;
	font-size:12px;
	font-weight:bold;
	background: transparent url(../assets/general/leftNav.gif) 0px -23px;
	width:131px;
	height:15px;

	padding: 6px 5px 2px 25px;
	margin: 1px 0px 10px 0px;
	text-decoration: none;
	color:#000000 ;
}




li.subLink a{
	display: block;
	font-size:12px;
	font-weight:lighter;
	width:131px;
	color:#959595;
	
	padding: 5px 0px 5px 25px;
	text-decoration: none;
	margin: 1px 0px 0px 0px;
}

li.subLinkStatic, li.subLink a:hover{
	display: block;
	font-size:12px;
	font-weight:lighter;
	width:130px;
	color:#000000;
	
	padding: 5px 0px 5px 25px;
	text-decoration: none;
	margin: 1px 0px 0px 0px;
}

/*CONTENT*/
.contentBlock{
	width:360px;
	padding:0px 15px;
	min-height:700px;
}

.mainCopyContent{
	width:390px;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

h1.hpTitleContent{
	width:325px;
	height:15px;
	background:transparent url(../assets/general/titleBarHPWide.gif) no-repeat 0px 0px;
	overflow:hidden;
	font-size:12px;
	padding:7px 10px 1px 25px;
	color:#131915;
}

h2.strapline{
	width:325px;
	margin:0px;
	font-size:12px;
	padding:0px 10px 0px 25px;
	color:#131915;
	font-weight:normal;
}

/*RIGHT*/

.rightBlocks{
	width:236px;
	margin-left:10px;
}



.yellowBlock{
	width:226px;
	height:147px;
	color:#131915;
	background: transparent url(../assets/general/yellowBG.gif) no-repeat 0px 0px;
	overflow:hidden;
	margin-bottom:10px;
	font-size:12px;
	padding:5px;
}

.yellowBlock a{
	color:#000000;
}

.contactBlock{
	width:226px;
	height:147px;
	color:#131915;
	background: transparent url(../assets/general/contactBG.jpg) no-repeat 0px 0px;
	overflow:hidden;
	margin-bottom:10px;
	font-size:12px;
	padding:5px;
	
}

.contactBlock a{
	color:#000000;
}

.greyBlock{
	width:226px;
	height:147px;
	background: transparent url(../assets/general/greyBG.gif) no-repeat 0px 0px;
	overflow:hidden;
	margin-bottom:10px;
	font-size:12px;
	padding:5px;
	color:#f5ecec;
}

.greyBlock h1{
	color:#fed300;
}

.yellowBlock a, .greyBlock a{
	display:block;
	padding:0px 4px;
	
}

div.assetCopy{
	height:110px;
	overflow:hidden;
}
.picBlock{
	width:236px;
	
	
	margin-bottom:10px;
}

.rightGutter{
	width:15px;
	height:673px;
	overflow:hidden;
	background:transparent url(../assets/general/rightGutter.gif) no-repeat 0px 0px;
	margin-left:15px;
	position:absolute;
	top:36px;
	right:0px;
}

/*POPUPS*/
.bubbleInfo {
            position: relative;
           
        }
      
     
        /* Bubble pop-up */

       .popup {
        	position: absolute;
        	display: none;
        	z-index: 50;
			font-size:9px;
        	background: url(../assets/general/pdfPopup.png) no-repeat top center;
        	color: #666;
        	border-collapse: collapse;
			padding:20px;
			width:130px;
			height:80px;
			overflow:hidden;
        }

      .popup h1{
	  	font-size:14px;
		margin:0px 0px 5px 0px;
		padding: 0px 0px;
		
		
	  }
	  
	  .popup table{
	  	width:100%;
	  }
	  
	

/*FOOTER*/

.footer{
	margin-left:34px;
	padding:20px 30px 20px 30px;
	background:#fed300;
	color:#131915;
	margin-top:10px;
}

/*TOP NAV*/


ul.baseNavList{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.baseNavList li{
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
	
}

li.baseLink a{
	
	display:block;
	
	
	
	
	overflow:hidden;

	margin:0px 0px;
	padding:0px 5px;
	
	color:#131915;
	text-decoration:none;
	text-align:center;
	
	
}



li.baseLink a:hover, li.baseSelectedLink a{
	
	display:block;
	
	
	
	overflow:hidden;

	margin:0px 0px;
	padding:0px 5px;
	
	color:#131915;
	text-decoration:underline;
	text-align:center;
	
}

