/* CSS Document */
/***********************************************/
/* Secondary Page only HTML tag styles         */
/***********************************************/ 

@import url("main.css");
@import url("pagelayout.css");
@import url("toolboxcolumn.css");
@import url("newscolumn.css");
@import url("eventscolumn.css");


.noprint {display:none;}

/*************** contactDetails column **************/
#contactColumn{
	width: 221px;
	padding: 20px 10px 0px 0px;
	margin: 5px 0px 0px 0px;
	background-image: url(/images/contactbkg.gif);
	background-repeat: no-repeat;
}
#contactColumn h2 {
	display: none;
}
#contactColumn p {
	font-size:85%;
	line-height:100%;
	padding: 5px 0 5px 5px;
	margin:0px;
}
#contactColumn strong {
	color:#028A99;
}
#postalDetails {
	float:left;
	padding-right: 17px;
}
#streetDetails {

}
#contactDetails {

}

/*************** Section-Heading **************/
#section-heading{
	margin: 0px 0 0px 140px;
	padding: 0px 0px 0px 20px;
	height:42px;
	
}

#section-heading, #section-heading h1, 
#section-heading h2, #section-heading h3, 
#section-heading h4, #section-heading h5, 
#section-heading h6, #section-heading p {
font-weight:normal;
color:#000000;
padding-top:0;
margin-top:0;
}
/*************** Section-links **************/

#section-links {
	width:140px;
	background-color: #038A98;
	padding:0px;
	margin:0px;
	border-bottom: 1px solid #fff;
}

#section-links ul {
list-style: none;
padding: 0;
margin: 0;
}

#section-links a {

display: block;
margin: 0;
padding: 2px 3px;
border-top: 1px solid #fff;
}

#section-links a {
padding: 6px 0px 6px 10px;
margin: 0;
font-size: 12px;
font-weight: bold;
color: #F0F3F7;
border-top: 1px solid #fff;
}

#section-links a:hover {
	text-decoration: none;
	background-image:url(/images/top_popout.gif);
	background-repeat:no-repeat;
	background-color:#5CADAD;
}

#section-links li {position: relative;}

#section-links ul ul {
	position:absolute;
	top: 1px;
	left: 100%; /* to position them to the right of their containing block */
	width: 100%; /* width is based on the containing block */
	background-color:#5CADAD;
	background-image:url(/images/popout.gif);
	background-repeat:no-repeat;
	background-position: 1px 0px;
	border-bottom: none;
	padding-bottom: 5px;
	border-left: 1px solid #fff;
}

#section-links ul ul li a{
font-size: 12px;
color: #F0F3F7;
border-top: none;
font-weight:normal;
}

#section-links ul ul a:hover {/* what the first level pop out will look like when*/
text-decoration: underline;
background-image:none;
}

div#section-links ul ul,
div#section-links ul li:hover ul ul
{display: none;}

div#section-links ul li:hover ul,
div#section-links ul ul li:hover ul
{display: block;}

/*************** Footer **************/

#footerlist {
	text-align:center;
	padding: 0 50px 20px 50px;
	font-size:80%;
	}

#footerlist ul{
	padding:0px;
	margin: 0 0 0 0px;
	display: inline;
	list-style-type: none;
	border-right: solid 1px #999;
}
#footerlist li{
	display: inline;
	padding: 0 5px 0 5px;
	border-left: solid 1px #999;
	word-wrap:normal;
}
#footerlist li a:link, #footerlist li a:visited {
	color:#999999;
	text-decoration: none;

}
#footerlist li a:hover{
	text-decoration: underline;
}
#footerlist ul ul {display: none;}
/*************** Disclaimer **************/

#disclaimer p{
	font-size: 80%;
}
/*************** Page-top **************/ 
#page-top{
	font-family: Verdana;
	font-size:14px;
	text-align: right;
	color: #006699;
}
#page-top  a {
	text-decoration:none;
	font-size: 10px;
}

#page-top  a:hover{
	text-decoration: underline;
	font-size: 10px;
}

/*************** Data Grid **************/ 
.datagrid {
	border-color:#339999;
	width:500px;
	border-width:0px;
	}
.datagrid_item {
border:none;
border-bottom-width:5px;

}
.datagrid_alt {
	background-color:#EFF8F8;
	border:none;
	}
	
/*************** Admin Links **************/ 

#pagingArea ul {
list-style: none;
padding: 0;
margin:5px 0 5px 0;
}

#pagingArea li {
float:left;
background-color: #99CCCC;
margin:0 2px 0 0;
padding:2px 5px 2px 5px;

}

#pagingArea li a {
display:block;
margin: 0;
padding: 2px 3px;
}.whitetext {
	color: #FFFFFF;
}
