/* -------------------------- BODY STYLES ---------------------------------- */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height:130%;
	background-image: url(../images/bg.gif);
}
/* non IE fix to force horiziontal scrollbar display (stops the width changing and the template jumping around)*/
html { height: 100%; margin-bottom: 1px; 
}
.tiny {font-size:1px;
}
li { list-style-position:inside; 
}

/* -------------------------- TEMPLATE & LAYOUT STYLES ---------------------------------- */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color:#CCCCCC;
	 margin:0px; 
}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #000000;
	 margin:0px; 
}
h2 a:link    {color:#660000; text-decoration:underline;}
h2 a:visited {color:#660000; text-decoration:underline;}
h2 a:hover   {color:#FF6600; text-decoration:none; cursor:pointer;}
h2 a:active  {color:#660000; text-decoration:underline;}
.ours { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; color:#999999;
        }			 
.ours a:link    {color:#999999; text-decoration:underline;}
.ours a:visited {color:#999999; text-decoration:underline;}
.ours a:hover   {color:#ffffff; text-decoration:underline; cursor:pointer; }
.ours a:active  {color:#999999; text-decoration:underline;
}
.impadR {margin-left:30px;margin-bottom:10px;float:right;}
.impadL {margin-right:30px;margin-bottom:10px;float:left;}

/* ------------------ VERTICAL MENU STYLE with background image ------------------------- */
/* You can call this in a single <div> - no <br> tags are needed. If you want to have a 
different background/style when you are actually ON the page then you need to make your
menu an editable region and use <div class="vertOFF">menu item with no link</div>         */
.vertmenu a { text-decoration:none; text-align:left;
  background-image: url(../images/menuOFF.gif); background-repeat:no-repeat;
  color:#FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 12px; 
  font-weight: normal; 
  display:block; width:213px; height:30px; line-height: 30px;  padding-left: 17px; }
.vertmenu a:hover { background-image: url(../images/menuON.gif); background-repeat:no-repeat;
                    color:#FF0000;
}
.vertOFF { text-decoration:none; text-align:left;
  background-image: url(../images/menuSELECT.gif); background-repeat:no-repeat;
  color:#000000; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 12px; 
  font-weight: normal; 
  display:block; width:213px; height:30px; line-height: 30px;  padding-left: 17px; }
  
/* -------------------------------------------- MAIN HORIZONTAL MENU -------------------------------------- */

.hozmenu a { text-decoration:none; text-align:left; background-color: #15698b; background-repeat:no-repeat;
  color:#FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 13px; font-weight: normal; 
  display:inline; height:30px; line-height: 30px; padding-left: 15px; padding-right: 15px; padding-top: 7px; padding-bottom: 7px; }
.hozmenu a:hover { background-color: #94cbe1; height:30px; color:#11455A;
}


/* -------------------------------- TEXT STYLES ----------------------------------------- */
.maintxt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; line-height:160%;  }
.maintxt a:link    {color:#ffffff; text-decoration:underline;}
.maintxt a:visited {color:#ffffff; text-decoration:underline;}
.maintxt a:hover   {color:#CCCCCC; text-decoration:none; cursor:pointer;}
.maintxt a:active  {color:#ffffff; text-decoration:underline;
}
.msg { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color:#FFFF00; line-height:160%;  }
/* -------------------------------- FORM STYLES ----------------------------------------- */

.formfield {border: 1px solid #ffffff;   }
/* -------------------------------- CSS LAYOUT STYLES ----------------------------------------- */
#container {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#headerbox {
	height: 82px;
	width: 990px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bab8b8;
}
#topL {
	height: 82px;
	width: 380px;
	float: left;
	text-align: left;
}
#topR {
	float: right;
	height: 14px;
	width: 610px;
	text-align: right;
	padding-top: 68px;
}
#menubar {
	text-align: center;
	height: 30px;
	width: 990px;
	line-height: 30px;
}
#bannerbox {
    width:990px;
	height:200px;}
#mainbox {
	height: auto;
	min-height:500px;
	width: 990px;
}
#mainL {
	float: left;
	height: auto;
	width: 175px;
	text-align: left;
}
#maincentre {
	text-align: left;
	height: auto;
	width: 805px;
	margin-left: 10px;
	float: left;
}
#footer {
	line-height: 30px;
	text-align: center;
	clear: both;
	height: 30px;
	width: 990px;
	margin-top: 10px;
}
#design {
	line-height: 30px;
	text-align: center;
	height: 30px;
	width: 990px;
	margin-top: 10px;
}

#gallery {
	height: 600px;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
