/* CSS Document */

/* Generic
---------------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
h1 {
	font-size:100%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h2 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
h3 {
	font-size:80%;
	font-weight:bold;
	margin:0px;
	padding:0px;
}
p {
	padding: 10px 10px 5px 10px;
	font-size:80%;
	margin:0px;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.purple {
	color:#71277a;
}

.pageContent li {
	font-size:80%;
}


/* info block
---------------------------------------------------------------------------------*/
#info-block {
	width: 980px;
	color:#71277a;
}
#info-block ul{
	margin:0px;
	padding: 8px 0px 0px 0px;
	font-size:80%;
}
#info-block ul li{
	list-style-type:none;
	display:inline;
	padding: 0px 5px 0px 5px;
	font-weight:bold;
	border-right: #71277a solid 1px;
}
#info-block ul li.last{
	border:none;
}
#info-block ul li a:link, #info-block ul li a:visited{
	font-weight:bold;
	color:#71277a;
}
#info-block ul li a:hover{
	font-weight:bold;
	color:#ac82b3;
}
#contact-info {
	float:right;
	margin:20px 0px 10px 0px;
	text-align:right;
	font-weight:bold;
}
#contact-info a:link,#contact-info a:visited{
	color:#71277a;
	text-decoration:none;
}
#contact-info a:hover{
	color:#ac82b3;
}
#usability-links {
	float:right;
	height:33px;
	clear:both;
}

/* banner
---------------------------------------------------------------------------------*/
#banner {
	height: 130px;
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: url(../images/bg-banner.gif)  no-repeat top left;
}
#root-nav {
	font-size: 1em;
	height: 31px;
	width:980px;
	margin: 0 auto 15px;
	position: relative;
}
#root-nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#root-nav li A{
	margin-right: 100px;

}

#root-nav li{
	float: left;
  	margin: 0px 10px 0px 0px; 
	padding: 0px 0px 0px 0px;
	position: relative;
	line-height:90%;
}

#root-nav li{
	float: left;
	color: #ffffff;
	padding: 3px 0px 0px 6px;
	text-decoration:none;
	font-weight:bold;
	font-size: 85%;
	width: 132px;
	height:33px;
}
#root-nav li a:hover{
	color: #CCCCCC;
}
#root-nav li a:visited{
	color: #ffffff;
}
#root-nav li a{
	color: #ffffff;
}
#root-nav .menuItem_0_0{
	background: #7c4695 url("../images/rootnav-tab01.gif") no-repeat bottom right;
}
#root-nav .menuItem_0_1{
	background: #c1518f url("../images/rootnav-tab02.gif") no-repeat bottom right;
}
#root-nav .menuItem_0_2{
	background: #48738d url("../images/rootnav-tab03.gif") no-repeat bottom right;
}
#root-nav .menuItem_0_3{
	background: #e50e63 url("../images/rootnav-tab04.gif") no-repeat bottom right;
}
#root-nav .menuItem_0_4{
	background: #b5121b url("../images/rootnav-tab05.gif") no-repeat bottom right;
}
#root-nav .menuItem_0_5{
	background: #48738d url("../images/rootnav-tab03.gif") no-repeat bottom right;
}

/* content
---------------------------------------------------------------------------------*/
#content {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background-color:#FFFFFF;
}
#home-image {
	height:228px;
	width:980px;
	background-color:#cccccc;
	margin-bottom:15px;
}
#col-nav{
	width:138px;
	float:left;
	margin:0px 20px 0px 0px;
}
#col-nav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#col-nav li a{
	margin-right: 100px;
}
col-nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	position: relative;
	line-height:100%;
}

#col-nav li{
	float: left;
	color: #ffffff;
	padding: 5px 0px 0px 5px;
	text-decoration:none;
	margin-bottom:10px;
	font-weight:bolder;
	font-size: 100%;
	width: 132px;
	height:70px;
}
#col-nav li a:hover{
	color: #CCCCCC;
}
#col-nav li a:visited{
	color: #ffffff;
}
#col-nav li a{
	color: #ffffff;
}
#col-nav .menuItem_0_0{
	background: #91c859 url("../images/bg-quicklaunch-01.gif") no-repeat bottom right;
}
#col-nav .menuItem_0_1{
	background: #42708b url("../images/bg-quicklaunch-02.gif") no-repeat bottom right;
}
#col-nav .menuItem_0_2{
	background: #c04a8c url("../images/bg-quicklaunch-03.gif") no-repeat bottom right;
}
#col-nav .menuItem_0_3{
	background: #c04a8c url("../images/bg-quicklaunch-04.gif") no-repeat bottom right;
}
#col-nav .menuItem_0_4{
	background: #bfd1de url("../images/bg-quicklaunch-05.gif") no-repeat bottom right;
/*	font-size:85%;*/
}

#col-nav .menuItem_0_5{
	background: #91c859 url("../images/bg-quicklaunch-01.gif") no-repeat bottom right;
}
#col-nav .menuItem_0_6{
	background: #42708b url("../images/bg-quicklaunch-02.gif") no-repeat bottom right;
}
#col-nav .menuItem_0_7{
	background: #c04a8c url("../images/bg-quicklaunch-03.gif") no-repeat bottom right;
}
#col-nav .menuItem_0_8{
	background: #c04a8c url("../images/bg-quicklaunch-04.gif") no-repeat bottom right;
}
#col-nav .menuItem_0_9{
	background: #bfd1de url("../images/bg-quicklaunch-05.gif") no-repeat bottom right;
/*	font-size:85%;*/
}

#col-main{
	width:612px;
	float:left;
	margin:0px 20px 0px 0px;
}
#col-main h1{
	margin:0px 0px 15px 0px;
	color:#71277a;
	font-size:120%;
}
#col-main p{
	margin:0px 0px 7px 0px;
	padding:0px;
}
#home-news{
	float:left;
	width:296px;
	background:url(../images/bg-home-news-bg.gif) repeat-y top right;
	padding-bottom:15px;
	margin-top:10px;
}
#home-news a:link,#home-news a:visited{
	color:#71277a;
}
#home-news a:hover{
	color:#999999;
	text-decoration:none;
}
#home-news h1{
	margin:0px;
	padding:8px 0px 0px 10px;
	width:286px;
	height:62px;
	color:#ffffff;
	background:url(../images/bg-home-news-header.gif) no-repeat top right;
}
#home-news p{
	margin:0px;
	padding:5px 0px 0px 10px;
	width:286px;
}
#home-events{
	float:right;
	width:296px;
	background:url(../images/bg-home-events-bg.gif) repeat-y top right;
	padding-bottom:15px;
	margin-top:10px;
}
#home-events a:link,#home-events a:visited{
	color:#ffffff;
}
#home-events a:hover{
	color:#999999;
	text-decoration:none;
}
#home-events h1{
	margin:0px;
	padding:8px 0px 0px 10px;
	width:286px;
	height:62px;
	color:#ffffff;
	background:url(../images/bg-home-events-header.gif) no-repeat top right;
}
#home-events p{
	margin:0px;
	padding:5px 0px 0px 10px;
	width:268px;
	color:#FFFFFF;
}
#col-links{
	width:190px;
	float:right;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
}
#col-links a:link,#col-links a:visited{
	color:#ffffff;
}
#col-links a:hover{
	color:#999999;
	text-decoration:none;
}
#col-links h1{
	color:#FFFFFF;
	padding:6px 15px 15px 10px;
}
#col-links p{
	color:#FFFFFF;
	padding:0px 15px 10px 10px;
}
#home-login{
	width:190px;
	background:url("../images/bg-home-access-bg.gif") repeat scroll right bottom transparent;
	/*background:#9db7c7;*/
margin-bottom:10px;
padding-bottom:25px;
}
#home-accessibility{
	width:190px;
	background:url(../images/bg-home-access-bg.gif) bottom right;
	margin-bottom:10px;
	padding-bottom:15px;
}
#home-publications{
	width:190px;
	background:url(../images/bg-home-access-bg.gif) bottom right;
	margin-bottom:10px;
	padding-bottom:15px;
}
#home-follow{
	width:190px;
	margin-bottom:10px;
}
#home-follow h1{
	padding:3px 15px 3px 10px;
	font-size:90%;
	background:url(../images/bg-home-follow-bg.gif) bottom right;
}
.home-follow-image{
	height:76px;
	width:76px;
	float:left;
	margin:10px 10px 15px 0px;
}


/* footer
---------------------------------------------------------------------------------*/
#pagefooter {
	width: 946px;
	margin: 15px auto 15px;
	padding:10px 20px 50px 15px;
	position: relative;
	clear:both;
	background:#b5cbd9 url(../images/bg-footer.gif) no-repeat right bottom;
	overflow:hidden;
}
.footer-col {
	width: 210px;
	float:left;
	margin-right:25px;
}
.footer-col h1{
	font-size:90%;
	margin-bottom:10px;
}
.footer-col ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.footer-col ul li{
	margin:0px;
	padding:0px 0px 3px 0px;
	font-size:80%;
}
.footer-col ul li a:link,.footer-col ul li a:visited{
	color:#333333;
	text-decoration:none;
}
.footer-col ul li a:hover{
	color:#999999;
	text-decoration:none;
}






#pagefooter ul li ul li {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#pagefooter ul li ul  {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}





#pagefooter a:link {
	color:#999999;
	text-decoration:none;
}
#pagefooter a:hover {
	color:#666666;
	text-decoration:none;
}
#pagefooter a:visited {
	color:#999999;
	text-decoration:none;
}



/*


/*#pagefooter ul li a:link, .footer-col ul li a:visited{*/

#pagefooter ul li a{
	color:#666666 !important;
	text-decoration:none;
}
#pagefooter ul li a:hover{
	color:#999999;
	text-decoration:none;
}



*/























#col-nav ul li ul
{
display:none;
}






#root-nav ul li ul
{
display: none;
}

.mossElementsTop a
{
	color: #000;
	font-size: 10pt;
}

.mossElementsTop div
{
	display: inline;	
}

.mossElementsTop
{
position: absolute;
top: 0px;
left: 0px;
/*float:right;*/
z-index: 99;
background-color: #FFFFFF;
}


.ms-bodyareaframe
{
	border-width: 0px;
}

#MSOTlPn_MainTD
{
position: relative;
z-index: 999;
}


.Leftzone TR.ms-WPHeader td:first-child
{
	background:url(../images/bg-home-news-header.gif) no-repeat bottom right;
}

.Rightzone TR.ms-WPHeader td:first-child
{
	background:url(../images/bg-home-events-header.gif) no-repeat bottom right;
}

TR.ms-WPHeader TD
{
	border-width: 0px;
}

h3.ms-WPTitle{
	font-size: 1.2em;
	margin:0px;
	margin-top: 10px;
	padding:8px 0px 0px 10px;
	width:286px;
	height:62px;
	color:#ffffff;
}

.ms-WPBorder
{
	border-width: 0px;
}

.Leftzone .ms-WPBody
{
	border-width: 0px;
	margin-right: 19px !important;
	height: 100%;
	
}

.Rightzone .ms-WPBody
{
	border-width: 0px;
	background:url(../images/bg-home-events-bg.gif) repeat-y top right;
	margin-right: 19px !important;
	color: #FFFFFF;
	height: 100%;
}

.Leftzone .ms-WPBody div:first-child, .Rightzone .ms-WPBody div:first-child
{
	margin-right: 19px !important;
}
		


.ms-bodyareaframe
{
	padding: 0px;
}

.ms-propertysheet
{
font-size: 1em;
}




#footer TR.ms-WPHeader td:first-child, #col-links TR.ms-WPHeader td:first-child
{
	background: none;
	display: none;
}


#col-links .ms-WPBody
{
	border-width: 0px;
	background: none;
	margin-right: 0px !important;
	font-size: 1em;
}

#col-links H1
{
font-size: 100%;
}


/* buttons
---------------------------------------------------------------------------------*/
.button-go a{
	width: 40px;
	margin:5px 5px 5px 10px;
	padding:5px 5px 5px 5px;
	text-align:center;
	border:solid 1px #ffffff;
	font-size:90%;
}

.button-go a:link,.button-go a:visited{
	font-weight:bold;
	text-decoration:none;
}
.button-go a:hover{
	font-weight:bold;
	text-decoration:none;
	color:#CCCCCC;
	border:solid 1px #cccccc;
}


#home-login input
{
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
}


#root-nav li ul {
display: none;
}

.textSizeNormal
{
font-size: 1em;
}

.textSizeLarge
{
font-size: 1.2em;
}

.textSizeLarger
{
font-size: 1.5em;
}

#google_translate_element
{
margin-left: 6px;
}

.textSizeOptions
{
margin-left: 15px;
}

#MSO_ContentTable .ms-bodyareaframe
{
border-width: 0px;
}

.mossElementsTop div{
}

.newsArticle
{
	margin: 10px 0px 0px 10px;
}

.newsArticle>.image>img
{
	width: 190px;
	height: 140px;
}

.newsArticle>.image
{
	margin-left: auto;
	margin-right: auto;
}



.ms-WPBody
{
	font-size: 1em !important;
}


/* Final ammendments
---------------------------------------------------------------------------------*/



.ms-WPBody a
{
	color: #000000 !important;
	width: 297px;
	background-color: transparent;
}
.Leftzone .ms-WPBody
{
	background-color: #9c8dc3;
	background-image: none !important; 
	width: 292px;
	margin-right: 15px !important;
}


.newsArticle a
{
	color: #ffffff !important;
	background-color: transparent;
}

.Rightzone .ms-WPBody
{
	background-color: #6C2887;
	background-image: none !important; 
	width: 292px;
	margin-right: 16px !important;
}

.pageContent
{
	font-family: Arial, Helvetica, sans-serif;
	color: #4c4c4c;
	font-size: 1em;
}



.pageContent OL LI
{
	font-size:0.7em !important;
	color: #4c4c4c !important;
}

/* Final ammendments - added 6th July 2010
---------------------------------------------------------------------------------*/

.pageContent

{ width: 600px; }


.breadcrumb {
	color: #6C2887 !important;
	padding-top: 4px !important;
	padding-bottom: 8px !important;
	font-weight: bold !important;
}
.breadcrumb a {
	color: #9c8dc3 !important;
}
.breadcrumb a:hover {
	text-decoration: underline !important;
}
.breadcrumb a:visited {
	color: #9c8dc3 !important;
}


#pagefooter ul { display: block; }


#home-image {
	height:245px;
	background-color:#ffffff;
}



.mainBreadcrumb {
	font-size: 0.8em !important;
	color: #6C2887 !important;
	padding-top: 4px !important;
	padding-bottom: 8px !important;
	font-weight: bold !important;
}
.mainBreadcrumb a {
	color: #9c8dc3 !important;
}
.mainBreadcrumb a:hover {
	text-decoration: underline !important;
}
.mainBreadcrumb a:visited {
	color: #9c8dc3 !important;
}


.Leftzone .ms-WPBody

	{margin-top : -10px !important;
	padding-top : 20px !important;}

.Rightzone .ms-WPBody

	{margin-top : -10px !important;
	padding-top : 20px !important;}

#col-nav li a:hover{
	color: #ffffff;
}


/* Final ammendments - added 7th July 2010
---------------------------------------------------------------------------------*/

#pagefooter li{
	display: inline;
	float: left;
	width: 180px;
	font-size: 90%;
	padding: 0px;
}
#pagefooter li li{
	margin-left: -43px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	width: 85px;*/


}
#pagefooter li li A{
	font-size: 85%;
	color: #333333;
	font-weight: normal;



}

#pagefooter li A{
	color: #000000;
	font-size: 85%;
	font-weight: bold;

}
#pagefooter li a:hover{
	text-decoration: underline;



}
#pagefooter li a:visited{
	color: #7c1172;



}

#pagefooter .menuItem_0_5{
	margin-right: 20px;
	
}
#pagefooter .menuItem_0_2{

	
	
}

#pagefooter {

	padding-top: 0px;
	background-color: #d2bee3;
	
}

.trisoftFooter { 
	width: 946px;
	margin: -15px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	clear:both;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
}

#col-nav ul li ul{
display: none;
}


#logoLink
{
position: absolute;
width: 283px;
height: 126px;
cursor: Pointer;
}



.AspNet-Login
{
	font-size: 80%;
}

.ContactFormInner
{
	clear: both;
	padding-top: 25px;
}

.removeMargins
{
	margin-top: 0px;
}

.ms-WPBody td, #col-main .Leftzone, #col-main .Rightzone
{
	font-size: 80%;
}


.Title
{
	color: #6C2887;
	font-weight: bold;
}

.mossElementsTop
{
	display: none;
}