/* setup style on top level anchor tags */
div.inigomenu a, div.inigomenu a:visited {
	font-size: 9pt;
	font-family: arial;
	text-align: left;
	line-height: 20px;
}

#main_0, #main_1, #main_2, #main_3 {
	border: 0;
	border-bottom: 1px dotted #cccccc;
}


div.inigomenu li a, div.inigomenu li a:visited 
{
	display: block;
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding: 3px;
	padding-left: 32px;
	margin: 0;
	margin-right: 1px;
	white-space: nowrap;
}

/* top level menus hovers */
div.inigomenu li a.menuhover, div.inigomenu li a:visited.menuhover, div.inigomenu li a:hover 
{
	display: block;
	text-decoration: none;
	color: white;
	background-color: #6699CC;
	padding: 3px;
	padding-left: 32px;
	white-space: nowrap;
	margin-right: 1px;
}

/* setup style on levels below top level */
div.inigomenu li li a, div.inigomenu li li a:visited 
{
	background-color: #e8e8e8;
	color: #000000;
	padding: 3px;
	border: 1px solid #cccccc;
	border-top: 0;
	margin: 0;
}

div.inigomenu li li a.menuhover, div.inigomenu li li a:visited.menuhover, div.inigomenu li li a:hover 
{
	/* must put all details in here to ensure settings are not inherited from visited links */
	color: white;
	background-color: #6699CC;
	border: 1px solid #cccccc;
	border-top: 0;
	padding: 3px;
	margin: 0;
}
/* end anchor tag styling */

/* top level li items */
div.inigomenu ul li
{
	border-left: 0;
	padding: 0;
	margin: 0;
	display: inline;
}

/* setup bottom border on submenus */
div.inigomenu ul ul
{
	border: 0;
	padding: 0;
	border-top: 1px solid #cccccc;
}


/* position arrow */
div.inigomenu li div.arrow {
	display: none;
}

div.inigomenu li li div.arrow {
	display: block;
	position: absolute;
	height: 12px;
	width: 13px;
	background: url( /multimedia/arrow.gif );
	z-index: 9999;
	background-repeat: no-repeat;
	top: 0.4em;
	right: 0.25em;
}
/* end arrow positioning styling */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	/*width: 700px;
	text-align: center;*/
}

p, li, h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 10pt;
	color: #333;
}
.contactLinks TD {
	font-size: 10pt;
}
li {
	font-size: 10pt;
	color: #333;
	margin-left: -15px;
}

h1 {
	font-size: 14pt;
	color: #333;
	padding-left: 8px;
	padding-top: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 13pt;
	color: #333;
}

h3 {
	font-size: 12pt;
	color: #333;
}

h4 {
	font-size: 11pt;
	color: #006699;
}

.footer {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9pt;
	padding: 5px;
}

.error {
	font-size: 9pt;
	color: #cc0000;
}

a, a:link {
	color: #336699;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}
.spec TH {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #6699CC;
	text-align: left;
	padding-left: 10px;
}
.spec TD, P {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
}

a:visited {
}
.test {
	color: blue;
	font-weight: bold;
}

.padding {
	padding: 0px 10px;
}

.paddingright {
	padding: 0px 0px 0px 5px;
}

.inigoAdvert {
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
}

/* Top Navigation CSS */

.navMenu {
	background-color: #336699;
	color: #fff;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
}

.navMenu a{
	color: #fff;
	padding-left: 5px;
	padding-right: 10px;
}

.navarrow {
	font-weight: normal;
	font-size: 9px;
	font-family:webdings;
	color: #000;
}

/* Search CSS */
.searchBox {
	background-Color: #fff0bc;
	padding: 3px;
	/*display: block;
	width: 180px;*/
}
.searchInput {
	background-color: #FFFFFF;
	width: 100px;
	height: 17px;
	border: 1px solid #333366;
}

.searchButtonImg {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	border: 0px;
	margin-bottom: 1px;
}
.searchButton {
	font-size: 8pt;
	width: 70px;
	font-family: arial;
	height: 18px;
	background-color: #e8e8e8;
	font-weight: bold;
}

.searchFooter {
	font-size: 8pt;
	color: #333;
}
.searchWord {
	background-color: #fff0bc;
	padding: 2px;
}

/* Login table CSS */

.loginTable {
	background-color:#fff;
	border: 1px solid #333366;
}

.loginTable TD {
	padding: 3px;
	font-size: 8pt;
	font-family: arial;
}

.loginInput {
	font-size: 8pt;
	width: 120px;
	font-family: arial;
	height: 17px;
	background-color: #fff;
	border: 1px solid #333366;
}

.loginButton {
	margin-left: 15px;
	font-size: 8pt;
	width: 70px;
	font-family: arial;
	height: 18px;
	background-color: #e8e8e8;
	font-weight: bold;
}

.loggedIn {
	color: green;
	font-weight: bold;
}

.maxLoginsExceeded {
	font-size: 10pt;
	color: blue;
	font-weight: bold;
}

.loginLabel {
	font-size: 8pt;
	font-family: arial;
}

/* END LOGIN TABLE */

/* Search Pagin bar */
.pagingControl {
	width: 100%;
}

.pagingControl TD {
	text-align: center;
	font-size: 8pt;
	font-weight: bold;
	background-color: #e8e8e8;
	border: solid 1 #666;
}
.firstTD {
	width: 5%;
}
.prevTD {
	width: 5%;
}
.nextTD {
	width: 5%;
}
.lastTD {
	width: 5%;
}
.positionTD {
	width: 80%;
}