
.linkPdf, .linkWord, .linkPowerpoint, .linkExcel, .linkImage, .linkFlash, .linkZip, .linkFeatured, .linkBacktotop,
{
	display: block;
	background-repeat: no-repeat;
	padding-left: 22px !important;
	
}

.linkFeatured
{
	background-image: url(/images/interface/related_links_arrow.gif);
	background-repeat: no-repeat !important;
	padding-left: 22px !important;
	
}

.linkPdf
{ 
	background-image: url("/images/interface/pdf_icon_sml.gif") !important;
	background-repeat: no-repeat !important; 
	padding-left: 25px !important;
	
}

.rightpanel .linkPdf
{
	margin: 0px;
	padding: 4px 4px 2px 30px;
	background-position: 2px 1px;
}

.linkBacktotop
{
	background-image: url(/images/interface/top_icon.gif);
	background-repeat: no-repeat !important;
	padding-left: 18px !important;
}
/* Page/Banners */

.flashmobile
{
	display: none;
}

.leftnavimage
{
	display: none;
}

a img
{
	border-width: 0px;
}

body
{
	color: #404040; 
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 11px;
	padding: 15px;
	margin: 0px;
}

p  
{
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif; 
	line-height: 16px;
}

.centerOut /*this is the area that centerIn sits in*/
{
	/*background-color: #99ffff;*/
	text-align: center;
	margin: -15px;
	padding: 0px;
}
.centerIn /*this is the area that the main content would sit in, i.e. head, main, foot*/
{
	/*background-color: #99ccff;*/
	text-align: left;
	margin: auto;
	height: auto;
	width: 775px;
}

hr
{
	height: 1px;
	color: #2B6A00;
}

form
{
	margin: 0px;
}

.header
{
	position: relative;
	height: 98px;
	padding: 0px 12px 0px 10px;
}

/****Bread Crumbs****/

.breadcrumbs
{
	font-family: Verdana, Arial, Helvetica, san-serif;
	color: #E3E3E3;
	text-decoration: none;
	height: 22px;
	padding: 2px 10px 0px 10px;
	font-size: 9px;
	background: url(/images/interface/breadcrumb_bg.gif);
	margin-bottom: 0px;
}

.breadcrumbs a
{
	color: #FFFFFF;
	text-decoration: underline;
}
.breadcrumbs img
{
	margin: 6px 4px 0px 3px;
}

.breadcrumbsDate
{
	float: right; 
	margin-top: 3px;
	_margin-top: 2px;
}

/* Page Stuff */

.leftnav
{
	min-height: 400px;
	_height: 400px;
	width: 175px;
	float: left;
	padding: 0px 0px 0px 0px;
	
}
.content
{
	min-height: 400px;
	_height: 400px;
	width: 400px;
	_overflow-x: hidden;
	float: left;
	padding: 0px 23px;
	/*background-color: #9966ff;*/
}

.rightpanel
{
	min-height: 400px;
	_height: 400px;
	width: 154px;
	_overflow-x: hidden;
	float: right;
	padding: 0px;
	/*background-color: #9933ff;*/
}

.rightpanel p
{
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #404040;
	margin-top: 0px;
	_margin-top: -10px;
	padding: 0px;
}

.rightpanel img
{
	margin-top: 0px;

}

/* Footer Stuff */

.footerleft /*mavada link usually sits here*/
 { color: #999999; font-size: 9px; font-family: verdana, Arial, san-serif; background-color: #fff; background-image: url("/images/interface/footer_dot.gif"); text-align: left; margin-bottom: 40px; _margin-bottom: 10px; padding: 12px 0 10px; width: 621px; height: 25px; float: left }

.footermain /*contact number and copyright info usually sits here*/
 { color: #999999; background-image: url("/images/interface/footer_dot.gif"); text-align: right; margin-bottom: 40px; _margin-bottom: 10px; padding: 12px 0 10px; width: 154px; height: 25px; float: left }

.footerleft a:link /*required for links*/
{ 
	color: #999999;
	text-decoration: underline;
}
  
.footerleft a:visited /*required for links*/
{
	color: #999999;
}

.footerleft a:hover /*required for links*/
{ 
	color: black;
}
 
.footerleft a:active /*required for links*/
{
	color: #999999;
}

/* Tabs */

.navcontainer
{
	width: 775px;
	position: relative;
}

.nav /*navigation menu at the top of the site*/
{ 
	background-color: #ECECEC;
	height: 24px;
	margin: 0; 
	padding: 0; 
	border: 0;  
	white-space: nowrap;
	display: block;
}

.extraNav
{
	position: absolute;
	right: 0px;
	_right: -1px;
	height: 24px;
}

.navcontainer ul     
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 
	list-style-type: none; 
	clear: none; 
	margin: 0; 
	padding: 0; 
	border: 0;
	display:block-inline;
}

.navcontainer ul li   
{ 
	text-align: center; 
	list-style-type: none; 
	float: left; 
	padding: 0; 
	border: 0; 
	display:block;
	width: 10%;
}

.navcontainer ul li a  
{
	color: white;
	font-size: 10px; 
	/*line-height: 2em; */
	text-decoration: none; 
	float: left; 
	text-align: center; 
	padding: 4px 10px 0px 10px; 
	border-style: none solid none none;  /*provides the white border line on the nav*/
	border-width: 0 2px 0 0; 
	border-color: white;
	height: 20px;  
	display: block;
}

.navcontainer .extraNav ul li a  
{
	border-style: none none none solid;  /*provides the white border line on the nav*/
	border-width: 0 0 0 2px; 
}


/* Mac IE backslash hack - this is ignored by mac IE \*/
.navcontainer ul li   
{ 
	text-align: center; 
	list-style-type: none; 
	float: left; 
	padding: 0; 
	border: 0; 
	display:block; 
	width: auto;
}

.navcontainer ul li a  
{
	color: black;
	font-size: 11px; 
	float:left; 
	/*line-height: 2em; */
	text-decoration: none; 
	text-align: center; 
	padding: 4px 10px 0px 10px; 
	border-style: none solid none none; 
	border-width: 0 2px 0 0; 
	border-color: white;
	height: 20px;  
	display: block; 
	width:auto;
}
/* end hack */

.navcontainer ul li a    
{ 
	font-size: 11px 
}

.navcontainer ul li a:hover      
{ 
	color: white; 
	background-color: #A3A3A3;
}

.navcontainer a:active	  
{ 
	color: black; 
	padding: 4px 10px 0px 10px;  
}

.navcontainer a.topnavon   
{ 
	color: white; /*text colour when in section*/
	background-color: #EC1608; 
	margin: 0; 
	padding: 4px 10px 0px 10px; 
}

.navcontainer a:hover.topnavon  
{ 
	color: #FFF; 
	background-color: #EC1608; 
	margin: 0; 
	padding: 4px 10px 0px 10px; 
}

.hmItem
{
	background-color: #260B96 !important;
	border-color: #6957AB !important;
}
.hmItemOver
{
	background-color: #9387C5 !important;
	border-color: #6957AB !important;
}

/*h1, h2, h3, h4
{
	color: #666666; 
	font-weight: normal; 
	font-size: 18px; 
	line-height: 16px; 
	font-family: "Trebuchet MS", Verdana, Sans-Serif; 
	margin: 5px 0px 10px
}

h2
{
	font-size: 16px;
	line-height: 18px; 
}

h3
{
	font-size: 14px;
}

h4
{
	font-size: 10px;
}*/

.utilheader
{
	background-image: url(/images/interface/right_bar_header.gif);
	background-repeat: no-repeat;
	width: 122px;
	height: 14px;
	margin-top: 24px;
	font-weight: bold;
	padding: 4px 5px 4px 27px;
}

/*.utilfooter
{
	width: 154px;
	height: 0px;
	border-bottom: 4px solid #CCCCCC;
	_margin-top: -15px;
}*/


#relatedinfo a.internal
{
	background-image: url(/images/interface/blue_web_link_icon.gif);
}

.colour
{  
	background-color: #EC1608;

}

/*web poll*/

.pollheader
{ 
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	font-weight: bold;
	color: #353535;
	background-image: url(/images/interface/right_bar_header.gif);
	background-repeat: no-repeat;
	background-color: #DDDDDD;
	width: 122px;
	height: 14px;
	margin-top: 24px;
	font-weight: bold;
	padding: 4px 5px 4px 27px;
}

.colourBorder
{
	border-top: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	border-bottom: solid 5px #DDDDDD;
	border-left: solid 1px #DDDDDD;
}

.headbox, table.box thead
{
	height: 25px;
	line-height: 25px;
	background-image: url(/images/interface/box_head.gif);
	background-color: #260B96;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 5px;
}

.dashhead, .dashheadwide
{
	height: 25px;
	line-height: 25px;
	background-image: url(/images/interface/dash_head.gif);
	background-color: #260B96;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 5px;
}

.dashheadwide
{
	background-image: url(/images/interface/dash_head_wide.gif);
}

table.box
{
	width: 100%;
	border-collapse: collapse;
	font-size: 11px;
	table-layout: fixed;
}
table.box thead th
{
	text-align: left;
	background-image: none;
	border-right: solid 1px #ffffff;
}
table.box th, table.box td
{
	padding: 0px 10px;
}
table.box td
{
	height: 22px;
	border-bottom: solid 1px #A9A9A9;
}
table.box thead th.left
{
	background-position: left;
	background-image: url(/images/interface/box_head.gif);
}
table.box thead th.right
{
	border-right-width: 0px;
	background-position: right;
	background-image: url(/images/interface/box_head.gif);
}

/* Form stuff */

.formtext select,.formtext option
{
	font-family: Verdana, Arial, Sans-Serif; 
	font-size: 10px; 
	color: #333;
	width: 128px;
}

.fieldtxt, memo,
{ 
	color: #343434; 
	font-size: 11px; 
	font-family: Verdana, Arial, Sans-Serif; 
	line-height: 16px; 
	margin: 0px; 
	padding-left: 10px;
}

.field   
{ 
	color: #333; 
	font-size: 10px; 
	font-family: verdana, Arial, Sans-Serif; 
	line-height: 10px; 
	background-color: white; 
	width: 179px; height: 1.3em; 
	border-color: #5f9a5d #fff #fff #5f9a5d;
	
}

.fielderr   
{ 
	color: #ffffff !important; 
	font-size: 10px; 
	font-family: verdana, Arial, Sans-Serif; 
	line-height: 10px; 
	background-color: #DB0D04; 
	width: 180px; height: 1.3em; 
	border-color: #5f9a5d #fff #fff #5f9a5d 
}




.row
{
	height: 30px;
}

.pollquestion
{
	font-weight: bold;
	padding-bottom: 6px;
}

.label
{
	width: 100px;
	float: left;
}
.element
{
	float: left;
	width: 200px;
}
.error
{
	float: left;
	width: 100px;
	color: #ff0000;
	font-weight: bold;
}

.filterBar
{
	text-align: right;
	margin-bottom: 5px;
	height: 18px;
}
.filterBar select, .filterBar input
{
	font-size: 10px;
}

.lightcolour a
{
	text-decoration: none;
	color: #000000;
}

.caption
{
	margin-top: 5px;
	font-size: 10px;
}

.inheritNote
{
	border: dotted 1px red;
	padding: 10px;
	margin-bottom: 10px;
}

img.left
{
	float: left;
	margin: 0px 10px 10px 0px;
}

img.right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

/*.dashbox, .dashboxleft, .dashboxright
{
	margin-bottom: 10px;
}

.dashboxleft, .dashboxright
{
	float: left;
	width: 195px;
}

.dashboxleft img, .dashboxright img
{
	float: left;
	width: 60px;
	height: 70px;
	margin: 5px;
}

.dashboxright
{
	margin-left: 10px;
}

.dashboxleft .dashtext, .dashboxright .dashtext
{
	font-size: 8px;
	margin-left: 60px;
	padding: 5px 5px 0px 5px;
	height: 50px;
	overflow: hidden;
}

.dashbox .dashtext
{
	padding: 5px;
}

.dashlink
{
	padding: 5px;
	text-align: right;
}*/

#centralcontent a
{
color: #260B96;
}

.searchtext
{
	color: #666666;
	margin-left: 30px;
	margin-top: 5px;
}


.mobiletext
{
	font-family: Verdana, san-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.mobileimage
{
	background-image: url(/images/generic/black_mobile_sml.jpg)
}

.quoteimage
{
	background-image: url(/images/generic/logicall_logo_home.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 30px;
	left: 0px;
	
}

#centralcontent h1 
{ 
	color: #DB0D04;  
	font-size: 24px;
	line-height: 26px; 
	font-family: "Arial, Trebuchet MS", Arial, Sans-Serif; 
	font-weight: 100; 
	margin-top: 20px; 
	margin-bottom: 5px; 
}

#centralcontent h1.tel 
{ 
	margin-top: 6px;
	font-size: 26px; 
 
}

#centralcontent h2 
{ 
	color: #DB0D04; 
	font-size: 18px; 
	font-family: "Arial, Trebuchet MS", Arial, Sans-Serif; 
	font-weight: 100; 
	line-height: 24px;
	margin-bottom: 0px;
}


#centralcontent h3 
{ 
	color: #DB0D04;  
	font-size: 16px;
	font-weight: bold; 
	font-family: "Arial, Trebuchet MS", Arial, Sans-Serif; 
	line-height: 24px;
	margin-bottom: 0px;
}

#centralcontent h4 
{
	color: #DB0D04;  
	font-size: 14px;
	font-weight: bold; 
	font-family: "Arial, Trebuchet MS", Arial, Sans-Serif; 
	line-height: 24px;
	margin-bottom: 0px;
}
#centralcontent h5 
{
	color: #DB0D04;  
	font-size: 12px;
	font-weight: bold; 
	font-family: "Arial, Trebuchet MS", Arial, Sans-Serif; 
	line-height: 24px;
	margin-bottom: 0px;
}


#centralcontent p,    
{ 
	color: #404040; 
	font-size: 11px; 
	line-height: 16px;
	/*_margin-bottom: -6px; */
	margin: 0 0 10px;
}

#centralcontent li    
{ 
	color: #FF0000; 
	font-size: 11px; 
	line-height: 16px; 

}

#centralcontent p.list 
{ 
	color: #404040; 
	font-size: 11px; 
	font-family: verdana; 

}

/*#centralcontent ul { margin-top: 20px; _margin-top: 20px; margin-bottom: 20px; _margin-bottom: 20px;}*/
#centralcontent li { font-size: 11px; color: #DB0D04; list-style-type: disc;}
#centralcontent li ul li { font-size: 11px; color: #DB0D04; list-style-type: circle;}
#centralcontent .bodysmall { font-size: 11px; line-height: 16px; color: #404040; }
#centralcontent a:link  { color: #DB0D04; }
#centralcontent a:visited  { color: #DB0D04; }
#centralcontent a:hover  { color: black; }

#bodysmall { font-size: 11px; color: #404040;}

#polls { color: #474747; font-size: 10px; font-family: Tahoma, Arial, Sans-Serif; line-height: 14px; margin: 0px 0 10px;  }


