/* -------------------------- BODY STYLES ---------------------------------- */
body { margin: 0px; background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height:130%; 
}
/* 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; 
}
.menupad {margin-right:20px;}

/* -------------------------- 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;
        padding-top:10px; padding-bottom:15px;}			 
.ours a:link    {color:#999999; text-decoration:underline;}
.ours a:visited {color:#999999; text-decoration:underline;}
.ours a:hover   {color:#666666; text-decoration:underline; cursor:pointer; }
.ours a:active  {color:#999999; text-decoration:underline;
}
.impadR {margin-left:10px;margin-bottom:10px;float:right;}
.impadL {margin-right:10px;margin-bottom:10px;float:left;}

/* -------------------------------------------- MAIN HORIZONTAL MENU -------------------------------------- */

.hozmenu a { text-decoration:none; text-align:left; background-color: #0000cc; background-repeat:no-repeat;
  color:#FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 13px; font-weight: normal; 
  display:inline; height:20px; line-height: 20px; padding-left: 15px; padding-right: 15px; padding-top: 7px; padding-bottom: 7px;float:left;margin-left:1px;}
.hozmenu a:hover { background-color: #33ccff; height:20px; color:#11455A;
}
.nav-sub { position:absolute; visibility: hidden; line-height: 25px; z-index: 100; width: 140px; }
.nav-sub a { width: 148px;  padding-left: 16px; padding-top:2px; padding-bottom:2px; text-decoration: none; display: block;
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; background: #0000cc; text-align:left; }
.nav-sub a:hover { background:#33ccff; color: #FFFFFF;
}
/* -------------------------------- TEXT STYLES ----------------------------------------- */
.maintxt { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height:130%;  }
.maintxt a:link    {color:#0000cc; text-decoration:underline;}
.maintxt a:visited {color:#0000cc; text-decoration:underline;}
.maintxt a:hover   {color:#33ccff; text-decoration:none; cursor:pointer;}
.maintxt a:active  {color:#0000cc; text-decoration:underline;
}
.large { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: #000000; line-height:130%;  }
.menu { font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; line-height:130%;  font-weight:bold;}
.menu a:link    {color:#0000cc; text-decoration:none;}
.menu a:visited {color:#0000cc; text-decoration:none;}
.menu a:hover   {color:#33ccff; text-decoration:none; cursor:pointer;}
.menu a:active  {color:#0000cc; text-decoration:none;
}
.footer { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff;   }
.footer a:link    {color:#ffffff; text-decoration:underline;}
.footer a:visited {color:#ffffff; text-decoration:underline;}
.footer a:hover   {color:#33ccff; text-decoration:none; cursor:pointer;}
.footer a:active  {color:#ffffff; text-decoration:underline;
}
/* -------------------------------- FORM STYLES ----------------------------------------- */

.formfield {border: 1px solid #000000;}
/* -------------------------------- CSS LAYOUT STYLES ----------------------------------------- */
#container {
	height: auto;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
#headerbox {
	height: 100px;
	width: 990px;
}
#topL {
	height: 100px;
	width: 300px;
	float: left;
	text-align: left;
}
#topR {
	float: right;
	height: 100px;
	width: 690px;
	text-align: right;
}
#menubar {
	text-align: center;
	height: 30px;
	width: 990px;
	line-height: 30px;
}
#mainbox {
	height: auto;
	width: 990px;
}
#mainL {
	float: left;
	height: auto;
	width: 175px;
	text-align: left;
}
#maincentre {
	text-align: left;
	height: auto;
	width: 620px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#mainR {
	float: left;
	height: auto;
	width: 175px;
}
#footer {
	line-height: 30px;
	text-align: center;
	clear: both;
	height: 30px;
	width: 990px;
	margin-top: 10px;
}
.divider {
	line-height: 1px;
	background-color: #0000CC;
	float: left;
	height: 2px;
	width: 100%;
}
