/* CSS Document by Chris Vine [14 December 2007]
Copyright Digitise Internet Business Solutions Ltd. All Rights Reserved.
1. Any amendments to Section 1 and 2 made has to be reviewed and approved by Digitise
2. Digitise believes in the "tried and true", please think of all consequences before adding new pieces of CSS.

::Notes::
- If there are any errors please inform Digitise.

::Developers::
Please place extra CSS at appropriate sections

::Sections::
Section 1: Default HTML Tag CSS
Section 2: Custom HTML Tag CSS

Section 1: Default HTML Tag CSS : START */

body {
	margin:0;
	padding:0;
}

#listingmenu ul {
	padding:0;
	margin:0;
}

#listingmenu ul li{
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#002a54;
	list-style:none;
	padding-right:20px;

}

#listingmenu ul li a{
	text-decoration:none;
	color:#002a54;
}

#listingmenu ul li a:hover {
	color:#939598;
}

img {
	margin:0;
	padding:0;
	border:0;
}

td {
	vertical-align:top;
}

form {
	padding:0;
	margin:0;
}

hr {
	color:	#cccccc;
	background-color:#cccccc;
	height: 1px;
}

h1 {
	font-size:18px;
	font-family:Arial,Verdana,Sans-serif;
	color: #002a54;
}

h2 {
	font-size:16px;
	font-family:Arial,Verdana,Sans-serif;
	color: #002a54;
}

h3 {
	font-size:14px;
	font-family:Arial,Verdana,Sans-serif;
	color: #326F8C;
}

td, div {  
	font-family: Arial,Verdana,Sans-serif;
	font-size: 12px; 
	line-height: 16px;
}

input, textarea, select {
	font-family: Arial,Verdana,Sans-serif;
	font-size: 12px;
}

a {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}

td.imagecolumn {  
	font-family: Arial,Verdana,Sans-serif;
	font-size: 11px; 
	color: #333333;
	line-height: 13px;
}
td.imagecolumn a {
	color:#333333;
	text-decoration:underline;
}
td.imagecolumn a:hover {
	color:#666666;
	text-decoration:underline;
}

td.address {  
	font-family: Arial,Verdana,Sans-serif;
	font-size: 11px; 
	color: #000000;
	line-height: 13px;
}
td.address a {
	color:#448FDB;
	text-decoration:underline;
}
td.address a:hover {
	color:#93C8FF;
	text-decoration:underline;
}

td.footer {  
	font-family: Arial,Verdana,Sans-serif;
	font-size: 11px; 
	line-height: 13px;
}
td.footer a {
	font-family: Arial,Verdana,Sans-serif;
	font-size: 11px; 
	color:#666666;
	text-decoration:underline;
}
td.footer a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

.menuBreadCrumbs{
	padding:5px 0;
}

.menuBreadCrumbs a:hover {
	text-decoration:underline;
}


div.notValidated{
	color:#ff0000;
	font-weight:bold;
	margin:10px 0;
}

hr {
	background-color:#CCCCCC; !important;
	color:#CCCCCC;
	height:1px;
	border:0;
	width:100%;
}








/* Section 2 - Custom HTML CSS Tags */

.faq {
	/*faq content */
	border:1px dashed #666666;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	background:#eeeeee;
}

#faqlist{
	/*list of faq's on the site */
}

.news {
	/*newscontent */
	border:1px dashed #666666;
	margin-top:5px;
	margin-bottom:5px;
	padding:5px;
	background:#eeeeee;
}

#newslist{
	/*list of news on the site */
}

.gallerycategorytext{
	margin-left:10px;
	float:left;
}

.gallerycategory{
	/*border:1px dashed #666666;*/
	overflow:auto;
	margin-bottom:10px;
}

.gallerycategoryimage{
	clear:both;
	float:left; /* change to right to have images aligned to right of gallery description*/
}

.galleryimage {
	margin-right:10px;
	margin-bottom:10px;
}

.galleryimagepagination {
	margin-bottom:10px;
}

#galleryimagepopup {
	position:absolute;
	left:10px;
	top:10px;
	padding:10px;
	background:#ffffff;
	border:1px solid #000000;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 180px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
/*filter:alpha(opacity=100);*/
-moz-opacity:1;
}

.glossymenu li a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../images/glossyback2.gif);
color: white;
text-decoration: none;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */


/* Calendar Styles */
#calendar{
	width:600px;
	margin:20px auto;
}

#calendar table{
	width:100%;
	margin:0;
	padding:0;
	border:1px #000000 solid;
}

#calendar td{
	margin:0;
	padding:0;
	border:1px #000000 solid;
	vertical-align:top;
}

#calendar td.calMonthHeader{
	background-color:#ebebeb;
	text-align:center;
	font-weight:bold;
	padding:3px;
}

#calendar td.calH{
	width:14%; /* 1/7 */
	text-align:center;
	padding:3px;
}

#calendar td.calDayBlank{
	background-color:#666666;
	height:50px; /* height of day cell */
}

#calendar td.calDay{
	background-color:#CCCCCC;
	height:50px; /* height of day cell */
}

#calendar td.calToday{
	background-color:#006699;
	color:#FFFFFF;
	height:50px; /* height of day cell */
}	

#calendar td.calToday a{
	color:#FFFFFF;
}

#calendar td.calFooter{
	text-align:center;
	padding:5px;
}

div.calDayEntries{
	overflow:auto;
	font-size:12px;
	height:40px; /* restrict height of events on calendar */
}

span.lblCal {
	float:left;
	width:100px;
}

/* Calendar Styles End */


/* Default Div Layout */
body {
	background:#999999;
}

#wrapper {
	width:980px;
	margin:10px auto;
	background:#ffffff;
}

#content {
	padding:15px;
}

#copyright
{
	margin:10px auto 30px auto;	
	font-size:11px;
	line-height:13px;
}

#siteby
{
	float:right;
	text-align:right;

}

#footer {
	margin-bottom:15px;
	clear:both;
}

#nav{
	padding:15px;
}

#ULHeaderNav{
	padding:0;
	margin:0;
}

#ULHeaderNav li{
	list-style:none;
	display:inline;	
	font-size:16px;
	margin-right:20px;
}


#ULAddr{
	padding:0;
	margin:0;
}

#ULAddr li{
	list-style:none;
	display:inline;
}

.separator {
	margin:0 4px 0 2px;
}

/* Default Div Layout End*/

body {
	background:url(../images/background.jpg) repeat-x;  
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#outertable {
	background:url(../images/background_level_2.jpg) center top no-repeat;  
}


body#inside #outertable {
	background:url(../images/background_level_2b.jpg) center top no-repeat;  
}

#top_menu {
	color:#666666;
	font-size:13px;
	text-align:right;
	vertical-align:bottom;
	padding-bottom: 23px;
	padding-right: 5px;
}

#top_menu ul {
	margin: 0;
	padding: 0;
}

#top_menu ul li {
	list-style: none;	
	display: inline;
}

#top_menu ul li a {
	text-decoration: none;
	color: #002a54;
}

#top_menu ul li a:hover {
	color: #939598;
}

#menu_cell_left {
	background:url(../images/menu_cell_left.jpg) top left no-repeat;
	width: 268px;
	padding: 50px 30px 0 18px;
	height: 145px;
	font-size:11px;
	line-height: 14px;
	vertical-align:top;	
}

#menu_cell_left ul {
	margin:0;
	padding:0;
	padding-left:13px;
}

#menu_cell_center {
	background:url(../images/menu_cell_center.jpg) top center no-repeat;
	width: 269px;
	padding: 50px 30px 0;
	height: 145px;
	font-size:11px;
	line-height: 14px;
	vertical-align:top;
}

#menu_cell_right {
	background:url(../images/menu_cell_right.jpg) top right no-repeat;
	width: 266px;
	padding: 50px 20px 0 30px;
	height: 145px;
	font-size:11px;
	line-height: 14px;
	vertical-align:top;
}

body td#pagecontent {
	padding: 0 5px 40px 5px;
	vertical-align:top;
}

body#inside td#pagecontent {
	padding: 40px 5px;
	vertical-align:top;
}

#footer {
	font-size:11px;
	color:#4f4e4e;
	line-height: 14px;
	padding-top: 10px;
	padding-left: 5px;
}

#footer ul {
	margin: 0;
	padding: 0;
}

#footer ul li {
	list-style: none;	
	display: inline;
	text-decoration: none;
}

#footer ul li a {
	text-decoration: none;
	color: #4f4e4e;
}

#footer a {
	text-decoration: none;
}

#digitise {
	font-size:11px;
	color:#4f4e4e;
	line-height: 14px;
	text-align:right;
	vertical-align:top;
	padding-top: 10px;
	padding-right: 5px;
}

#digitise a {
	text-decoration: none;
}

td.divider {
	border-bottom: 1px dotted #4f4e4e;
}