/*~~~~~~~~~~~~~~~~~global styles startZ~~~~~~~~~~~~~~~~~*/
html {
	width: 100%;
	height: 100%;
	_border: none;
}

body, form {
	margin: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}

body{
	background: #F5F5F5 url(../images/ui/bg-bodyTop.png) repeat-x scroll 0 0;
	padding-top:4px;
}

img, object, embed {
	display: block;
	outline: none;
}
a img, img a, img {
	border: none;
}
a {
	outline: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li {
	padding: 0;
	margin: 0;
}
.clearer{
	clear: both;
	line-height: 0px;
	font-size:0px;
	text-indent:-9999px;

}

.high20{
	height:20px;
}

.high40{
	height:40px;
}

.noBg{
	background:none;

}

div.BKAHeader {
    position: absolute;
    background: #FFFFFF;
    border: solid 1px #ECECEC;
    padding: 3px 6px 3px 6px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
div.BKAHeader span.template {
    display: block;
    font-family: Arial;
    font-size: 9px
}
p.noJS {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #FFF;
    display: block;
    width: 100%;
    padding: 4px 0 3px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #F24E31;
}


/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
/*~~~~~~~~~~~~~~~~~global styles endZ~~~~~~~~~~~~~~~~~*/

.mainStyles p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:160%;
	color:#666;
	margin-top:7px;	
}

.mainStyles p a{
	color:#0D8DCF;
	text-decoration:underline;
}

.mainStyles p a:hover{
	text-decoration:none;
}
/***** Lists *****/
.mainStyles ul {
	margin: 24px 0 0px 0px;
	list-style:none;
	position:relative;
}
.mainStyles ul li
{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin: 0 0 5px 0;
	padding:  0 0 0 10px;
	background:url(../Images/UI/bg-li.gif) no-repeat 0px 10px;		
	color:#666;
	line-height:160%;
}

.mainStyles ol {
	margin: 24px 0 0px 0px;
}
.mainStyles ol li{
	margin: 0 0 5px 30px;
	padding:  0 ;
	 font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#666;
	line-height:160%;
	
}

.mainStyles h1
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:35px;
	line-height:120%;
	color:#004080;
	font-weight:normal;
	margin-top:35px;
}

.mainStyles h2
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:120%;
	color:#004080;
	font-weight:normal;
	margin-top:24px;
}

.mainStyles h3
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:100%;
	color:#333;
	font-weight:normal;
	margin-top:24px;	
}

.mainStyles h4
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:100%;
	color:#004080;
	font-weight:normal;
	margin-top:24px;		
}

.mainStyles h4.posted
{
	color:#929292;
	margin-top:0px;		
}

.mainStyles h5
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:100%;
	color:#333;
	font-weight:normal;
	margin-top:24px;	
}

.mainStyles h6
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:100%;
	color:#333;
	font-weight:normal;
	margin-top:24px;	
}

/***** Tables *****/
 


.mainStyles table{
	margin:24px 0 20px 0;
	background:#FFF;
	border-collapse:collapse;
}
.mainStyles th{
	padding:3px 10px;	
	background:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:160%;
	color:#333;
	font-weight:bold;
	border:1px solid #DDD;
	margin:0px;
}
.mainStyles td{
	padding:3px 10px;	
	background:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:160%;
	color:#333;
	font-weight:normal;
	border:1px solid #DDD;	
	margin:0px;	
}




/*Structure*/

div.siteContainer {
	width: 960px;
	margin: 0 auto;
	padding: 0px 0px;
	background:url(../images/ui/bg-contentWrapperMiddle.png) repeat-y scroll 0 0;
	font-family:Arial, Helvetica, sans-serif;
/*	background: blue; url(../images/ui/bg-contentWrapperMiddle.png) repeat-y scroll 0 0;*/





}

div.innerContainer {
	text-align: left;
	width: 940px;
	display:block;
	padding: 0px 10px;	
/*	margin-top:-318px;*/
		background:url(../images/ui/bg-contentWrapperTop.png) no-repeat scroll 0 0;


}

.bottomSliver{
	width: 960px;
	height:17px;
	margin: 0 auto;
	padding: 0px;
	background:url(../images/ui/bg-contentWrapperBottom.png) no-repeat scroll 0 0;
	margin-top:-12px;

}

.topSliver{
	width: 940px;
	height:318px;
	margin: 0 auto;
	padding: 0px 10px;
	background:url(../images/ui/bg-contentWrapperTop.png) no-repeat scroll 0 0;

	
}
#mainContent{
display:block;


}


 .centreCol600{
	float:left;
 	width:600px;
	padding-left:20px;		

 }
.ie6Only{
	display:none;
}
.ie6 .ie6Only{
	display:block;
}
.pageCommandsShell{
	padding-top:24px;
	display:block;
	background-color:#FFF;
	height:32px;
	border-bottom: 1px solid #CFCFCF;
	width:940px;
}



.footer{
	background-color:#DEE6EF;
	height:330px;
	width:820px;
	padding:0px 60px;
	font-size:13px;
	color:#676C72;
}


.leftCol300{
	width:287px;
	float:left;
	padding-left:13px;
	background: url(../Images/UI/bg-subNavContainer.png) repeat-y -1px top;

}

.leftColContact{
	width:260px;
	float:left;
	padding-left:40px;


}

.centerColContact{
	width:580px;
	float:left;
	padding-left:20px;


}

.leftCol{
	background: url(../Images/UI/bg-subNavContainer.png) repeat-y -1px top;
}

.opera .leftCol300{	
	background: url(../Images/UI/bg-subNavContainer.png) repeat-y 0px top;
	
}

.indexContainer{
	width:940px;
}

.center660{
	width:660px;
	margin:0 auto;
	padding-left:20px;
}


	
/* End Structure*/
/* Start Navigation */
#primaryNav{
	display:block;
	background:green;

}

.leftCol300 h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	line-height:100%;
	color:#004080;
	padding-left:26px;
	float:left;
	margin-top:48px;
	font-weight:normal;
}

.leftCol300 h2 a{
	color:#004080;
	text-decoration:none;
	
}

.leftCol300 h2 a:hover{
	color:#676C72;
	
}

.opera .leftCol300 h2, .ie .leftCol300 h2{
	margin-top:45px;
	
}

.leftCol300 h4{
	display:block;
	float:left;
	clear:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:100%;
	color:#333;
	padding-left:27px;	
	width:248px;
	margin-top:9px;
	margin-bottom:2px;	
	font-weight:normal;	
}


.subNav{
	float:left;
	width:287px;
	margin-top:4px;		
}


.subNav a {
	background: url(../Images/UI/bg-subnav.gif) no-repeat left center;
	clear:left;
	color:#676C72;
	display:block;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:130%;
	padding:7px 13px 8px 28px;
	text-decoration:none;
	width:240px;


}

.subNav a:hover{
	background: url(../Images/UI/bg-subnav-active.gif) no-repeat left center;
	color:#004080;
}

.subNav a.active, .subNav a.active:hover{
	background: url(../Images/UI/bg-subnav-active.png) no-repeat left center;
	color:#004080;
}

#primaryNav{
	background: url(../Images/UI/bg-mainNavItem.png) repeat-x left top;
	height:33px;
	padding:0px;
}

#primaryNav div{
	background: url(../Images/UI/bg-mainNavSpacer.png) repeat-x left top;
	display:inline-block;
	padding: 0px 1px;
	float:right;	
	margin-left:1px;
}
#primaryNav div.spacer{
	display:block;
	width:1px;
	float:right;	
	height:33px;
	padding:0px;
	margin-left:0px;	
	background: url(../Images/UI/bg-mainNavFirst.png) no-repeat left top;
	
}
#primaryNav a{
	display:inline-block;
	background: url(../Images/UI/bg-mainNavItem.png) repeat-x left top;
	height:33px;
	color:#FFF;
	text-transform:uppercase;
	font-size:11px;
	line-height:33px;
	padding:0px 22px 0px 20px;
	text-decoration:none;

}

#primaryNav a:hover, #primaryNav a.active{
	background: url(../Images/UI/bg-mainNavItem-active.png) repeat-x left top;
	color:#004080;

}
/* End Navigation */



/*Footer*/

.pageCommands{
	background:#dee6ef;
	margin:0 auto;
	width:144px;
	height:32px;
	border-left:1px solid #CFCFCF;
	border-top:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;		
}

.pageCommands a{
	display:inline-block;
	background:url(../images/ui/bg-pageCommands.png) repeat-x 0 0;
	width:39px;
	padding:9px 0px 0px 10px;
	height:25px;
	float:left;
	font-size:11px;
	color:#929292;
	font-weight:bold;
	text-decoration:none;
	margin:0px;
}
.pageCommands a:hover{

	color:#004080;

}

.pageCommands a.pageCommandPos{
	width:84px;
}

.pageCommands img{
	display:inline-block;
	width:1px;
	float:left;
}

.footer span{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#666;	
}

.footer a{	
	color:#676C72;
	text-decoration:none;	
}

.footer a:hover{	
	text-decoration:underline;	
}





.footerContactList{
	margin:0px;
	padding-top:42px;

}

.footerContactList div{
	float:left;
	margin-left:30px;
	padding-top:5px;
	padding-left:33px;	
	height:20px;
}

.footerContactList div.first{
	margin-left:0px;
}


.footerContactList .footPhone{
	background:url(../images/ui/icon-phone.gif) no-repeat scroll 0 0;
}

.footerContactList .footEmail{
	background:url(../images/ui/icon-Email.gif) no-repeat scroll 0 0;
}

.footerContactList .footFax{
	background:url(../images/ui/icon-fax.gif) no-repeat scroll 0 0;
}

.proudSponsors{
	margin-top:38px;
}

.footerNav{
	margin-top:30px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	padding:15px 0px 14px 0px;
}

.footerNav a{
	display:block;
	float:right;
	font-size:11px;
	text-transform:uppercase;
	margin-left:20px;
}

.footerBottomText{
	font-size:11px;
	margin-top:15px;
}

.footerBottomText span{
	margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
}

.footerBottomText a{
	float:right;
}

/*End Footer*/

/* Home Page */

.homeBanner{
	width:940px;
	height:259px;
}

.homeLists{
	background:url(../images/ui/bg-indexPage.jpg) no-repeat scroll 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #FFFFFF;	
	height:337px;
	width:940px;
	padding-top:58px;
}

.homeList{
	width:250px;
	float:left;

}

.homeList a {
	background: url(../Images/UI/bg-subnav.gif) no-repeat 0px 11px;
	clear:left;
	color:#676C72;
	display:block;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	line-height:130%;
	padding:5px 13px 10px 28px;
	text-decoration:none;
	width:199px;
	overflow:hidden;
}

.homeList3 a, .homeList1 a
{
    line-height:24px;
	height:20px;
}

.homeList a:hover{
	background: url(../Images/UI/bg-subnav-active.gif) no-repeat 0px 11px;
	color:#004080;
}

.homeList p a {
	background: none;
	float:none;
	display:inline;
	padding:0px;	
	color:#0D8DCF;
	text-decoration:underline;
}

.homeList p a:hover{
	background: none;
	text-decoration:none;
	color:#0D8DCF;	

}


.homeList h2{
	margin-left:26px;
	font-size:24px;
	font-weight:normal;
	color:#004080;	
	line-height:100%;
	padding-bottom:20px;
}

.homeList h2 a{
	background: none;
	color:#004080;
	display:inline;
	float:none;
	font-size:24px;
	line-height:100%;
	padding:0px;
	text-decoration:none;
	width:inherit;
}
.homeList h2 a:hover{
	background: none;
	color:#676C72;

}
.homeList2 h2{

	padding-bottom:25px;
}

.homeList p{
	margin-left:26px;
	font-size:16px;
	font-weight:normal;
	color:#676C72;	
	line-height:130%;
}

.homeList a{
	padding-left:26px;
}


.homeList1{
	padding-left:35px;
}

.homeList2{
	padding-left:79px;
}

.homeList3{
	padding-left:43px;
}



/*End Home Page */

/* Content Index */




.indexContainerInner{
	width:625px;
	margin:0 auto;

}
.indexContainerInner2{
	width:621px;
	float:left;
}

.indexContainerInner p{
	color:#333;
}

.indexContainerInnerSpacer{
	float:left;
	width:1px;
	height:500px;

}

.indexLists{
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom:20px;
}

.indexList{
	float:left;
	width:200px;
	padding-left:10px;

}

.indexListFirst{
	padding-left:0px;
}


.indexList a {
	background: url(../Images/UI/bg-subnav.gif) no-repeat left center;
	clear:left;
	color:#676C72;
	display:block;
	float:left;
	font-size:14px;
	line-height:130%;
	padding:5px 0px 10px 28px;
	text-decoration:none;
	width:163px;

}

.indexList a:hover{
	background: url(../Images/UI/bg-subnav-active.gif) no-repeat left center;
	color:#004080;
}

.indexList h2{
	margin-left:0px;
	font-weight:normal;
	padding-bottom:20px;
}

.indexList h2 a{
	background: none;
	color:#004080;	
	display:inline;
	float:none;
	font-size:24px;
	line-height:120%;
	padding:0px;
	text-decoration:none;
	width:inherit;
}
.indexList h2 a:hover{
	background: none;
	color:#676C72;

}




/* End Content Index */

/* Contact Us */

.leftColContact h2{
	margin-top:48px;
	color:#004080;
	float:left;
	font-size:24px;
	font-weight:normal;
}

input.inputText{
 	display:block;	
	clear:left;
	width:226px;
	border:1px solid #AFC4C9;
	height:19px;
	padding:5px 7px 3px 7px;
	margin: 37px 0 0px 0;
	color:#666;
	float:left;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

textarea.inputText{
 	display:block;	
	clear:left;
	width:226px;
	border:1px solid #AFC4C9;
	height:180px;
	padding:5px 7px 3px 7px;
	margin: 37px 0 0px 0;
	color:#666;
	float:left;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

input.error{	
	border:1px solid red;

}

div.error{
	margin-top:14px;
	width:200px;
	float:left;
	clear:left;
	color:red;
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:14px;
}


div.success{
	margin-top:14px;
	width:200px;
	float:left;
	clear:left;	
	font-family:Georgia, "Times New Roman", Times, serif;	
	font-size:14px;
}

.button-submit{
	float:left;
	clear:left;
	display:block;
	background: url(../Images/UI/btn-submit.png) no-repeat left top;	
	height:32px;
	width:92px;
	text-indent:-99999px;
	text-decoration:none;
	margin-top:20px;
}

.button-submit:hover{
	background: url(../Images/UI/btn-submit.png) no-repeat 0px -32px;	

}

.contactDetails{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;	
	color:#2d2d2d;
	line-height:150%;
	margin-top:31px;
}

.contactDetails img{
	float:right;
}

.contactDetails a{
	color:#0D8DCF;
	text-decoration:none;
}

.contactDetails a:hover{
	text-decoration:underline;
}

.contactDetails h3{
	margin-top:27px;
	line-height:150%;	
}

.contactDetails h3.info{
	display:inline;
	margin-top:0px;
	line-height:150%;	
}

.opera .contactDetails h3.info{
	display:inline-block;
}

#map{
	width:580px;
	height:418px;
	margin-top:50px;
	margin-bottom:20px;
}




/*End Contact Us*/

/*Staff list*/


.staffList{
	margin-top:35px;
}

.staffDirector{
	float:left;
	width:320px;
	font-size:16px;
	color:#333;
	line-height:130%;
	height:188px;
	position:relative;
	margin-right:12px;
}

.staffDirector2{	
	margin-right:0px;
}
.staffDirector img{
	position:absolute;
	top:0px;
	left:0px;
}
div.staffDirector div.overlay
{
    margin-top:0px;
	position:absolute;
	top:22px;
	left:160px;
	overflow:hidden;
	width:140px;
}
div.staffDirector h4
{
    margin-top:0px;
}
.staffDirector .more{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.staffDirector .more a{
	color:#004080;
	text-decoration:underline;

}

.staffDirector .more a:hover{
	text-decoration:none;

}

.staffMember{
	float:left;
	width:300px;
	margin-right:20px;
	margin-top:30px;	
}

.staffMember img{
	float:left;
	width:140px;
	margin-right:12px;
}

.staffMember h4{
	margin-top:0px;
}

.staffMember p{
	font-size:12px;
	margin-top:12px;
}

.staffMember p a{
	color:#004080;
	text-decoration:none;
}

.staffMember p a:hover{
	color:#004080;
	text-decoration:underline;
}

.staffDirectorDetail{
	width:580px;
	height:333px;
	position:relative;
	margin-top:30px;
}

.staffDirectorDetail img{
	position:absolute;
	top:0px;
	left:0px;
}

.staffDirectorDetail .info{
	position:absolute;
	top:204px;
	left:277px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:160%;
	color:#6A6A6A;
	width:278px;
	height:129px;
	text-align:right;
	padding-right:25px;
}
.staffDirectorDetail .info a{
	color:#004080;
	text-decoration:underline;

}

.staffDirectorDetail .info a:hover{
	text-decoration:none;

}




/*End Staff list*/
/* Sitemap */
.siteMap{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.siteMap ul {
	margin: 55px 0 20px 0px;
	list-style:none;
	position:relative;
}
.siteMap ul li{
	margin: 20px 0 5px 0;
	padding:  0 0 0 15px;
	background:url(../Images/UI/bg-li-big.gif) no-repeat 0px 6px;	
	font-size:16px;
	line-height:120%;
}

.siteMap ul li a{
	color:#676C72;
	text-decoration:none;
}
.siteMap ul li a:hover{
	color:#004080;
}




.siteMap ul li ul{
	margin: 0px;
}
.siteMap ul li ul li{
	margin: 5px 0 0 0;
	background:none;	
	font-size:14px;
	line-height:110%;
}
.siteMap ul li ul li a{
	color:#004080;
	text-decoration:underline;
}

.siteMap ul li ul li a:hover{
	color:#004080;
	text-decoration:none;
}


/*End Sitemap*/
/* News */

.newsContainer {
	font-family:Georgia, "Times New Roman", Times, serif;
}

.newsContainer .p 
{
	font-size:14px;
	line-height:160%;
	color:#666;
	margin:0;
	padding-bottom:10px;
	padding-right:60px;
	display:block;
	

}

.newsContainer .p a{
	color:#004080;
	text-decoration:underline;
}

.newsContainer .p a:hover{	
	text-decoration:none;
}

.newsContainer h2 {
	margin-top:44;
}

.newsContainer img {
	float:left;
	margin:3px 12px 0 0;
}

.newsContainer span.posted{
	color:#929292;
	display:block;
	font-size:14px;
	line-height:100%;
	padding-top:2px;
	padding-bottom:4px;
}


/* End News */
/*~~~~~~~~~~~~~~~~~paging styles start~~~~~~~~~~~~~~~~~*/

div.paging {
	background:url(../Images/UI/bg-paging-back.png) repeat-x top left;	
	font-size: 11px;
	font-weight:bold;
	color: #929292;
	line-height: 100%;
	margin:0px;
	float: left;
	text-transform:uppercase;
	padding-left:1px;
}
div.paging span {
	background:url(../Images/UI/bg-paging-item.png) repeat-x top left;	
	display: block;
	float: left;
	padding: 11px 13px 10px;
	margin-right: 1px;

}
div.paging a {
	background:url(../Images/UI/bg-paging-item.png) repeat-x top left;	
	text-decoration: none;
	display: block;
	float: left;
	padding: 11px 13px 10px;
	margin-right: 1px;
	color: #929292;	
}

div.paging a.pagingArrowRight{
	background:url(../Images/UI/bg-paging-next.png) no-repeat top left;	
	padding-right:35px;		
	padding-left:12px;			
}

div.paging a.pagingArrowLeft{
	background:url(../Images/UI/bg-paging-previous.png) no-repeat top left;	
	padding-left:36px;
	padding-right:5px;	
}

div.paging a:hover, div.paging span.active {
	background:#FFF;
	color:#004080;
}


div.paging a.pagingArrowRight:hover{
	background:url(../Images/UI/bg-paging-next.png) no-repeat 0px -33px;	

}

div.paging a.pagingArrowLeft:hover{
	background:url(../Images/UI/bg-paging-previous.png) no-repeat 0px -33px;	
}


/*~~~~~~~~~~~~~~~~~paging styles end~~~~~~~~~~~~~~~~~*/

/* Overides */

.noBg{
	background:none;

}
/*End Overides */