/***********************************************/
/* LSWD.css                            */

#xtaldiv, #ajdiv{display: none;} /* none or inherit! */

#xtaldiv, #ajdiv {
	position:absolute;
	width:180px;
	height:auto;
	z-index:50;
	left: 200px;
	top:386px;
	background-color: #FEF5D6;
	border: 1px ridge blue;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	visibility: visible;
}






/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #005FA9; /* Text colour */
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#ccdef9 ;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 14pt Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 14pt Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 12pt Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 12pt Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 12pt Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* Top Banner Area - above the white box*/
#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	
}

/* Box that holds rest of page content*/
#pagecell1{
	position:absolute;
	top: 50px;
	left: 19px;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	margin-bottom:1000px;
	
}

/* Page title and image logo; first item in pagecell */
#pageName{
	padding: 10px 0px 14px 10px;
	margin: 0px;
	border-bottom:1px solid #ccd2d2;
}

/* Left-hand column holding all navigation divs and menus */
#pageNav{
	float: left;
	width:188px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: Arial, Helvetica, sans-serif;
	font-size:10pt;
}

/* First type of nav box in pagenav */
#sectionLinks{
	margin: 0px;
	padding: 0px;

}
/* Other links below the section links - class only */
.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

/* Last item in navigation column */
#advert{
	padding: 10px;
}


/* Large box to right of navigation holding all content divs */
#content{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 188px;
	border-left: 1px solid #ccd2d2;
}

/* Used as the first item if content; other divs can be added with this class 8*/
.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
	min-height: 200px;
	height: 200px;
	
}
html>body .feature {height: auto;} /*feature classes auto,make height equal to body tag */

/* Bottom of page - the footer */
#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10pt;
	color: #777777;
	padding: 10px 10px 10px 10px;
	background-color:#ccdef9 ;
	margin-top: -1px;
	text-align:center;
}

#siteNavigation{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 10pt;
	text-align:center;
	margin-left:50px;
	margin-right:50px;
	color: #777777;
	padding: 10px 10px 10px 10px;
	margin-top: -1px;
}

/***********************************************/
/* Component Divs                              */
/***********************************************/
/* Applies to heading text in masthead */
#siteName{
	font:Arial, Helvetica, sans-serif;
	font-size:12pt;
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #005FA9;
	font-weight: normal;
}


/************** pageName styles ****************/


#pageName h2{
	font: bold 18pt Arial,sans-serif;
	color: #005FA9;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
	height: 57px;
}

/************** feature styles *****************/

.feature h3{
	font: Arial,sans-serif;
	font-size:20pt;
	color: #005FA9;
	padding: 30px 0px 5px 0px;
}

.feature p{
	font: Arial,sans-serif;
	font-size:12pt;
	color: #005FA9;
	padding: 10px 0px 5px 0px;
}
/*.feature img{
	float:  left;
	padding: 0px 10px 0px 0px;
}

/************** siteInfo styles ****************/



#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/



#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: url("bg_grad.jpg");
	font-weight: bold;
	text-decoration: none;
}


/************* relatedLinks styles **************/

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert img{
	display: block;
}

/********************* end **********************/
