/* Main MENU FEATURES */
/* setup style on top level anchor tags */

div.inigomenu {
	text-align: center;
}

div.inigomenu li a, div.inigomenu li a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	display: block;
	text-decoration: none;
	border-right: 1px solid white;
	text-align: left;
	background: #036 url(/multimedia/arrow.gif) no-repeat scroll left center;
	padding: 3px 2px 4px 16px;
	margin: 0;
}

/* top level menus hovers */
div.inigomenu li a.menuhover, div.inigomenu li a:visited.menuhover, div.inigomenu li a:hover {
	background: #060 url(/multimedia/arrow.gif) no-repeat scroll left center;
	color: #FFF;
}

#main_0 { width: 85px;}
#main_1 { width: 110px;}
#main_2 { width: 100px;}
#main_3 { width: 110px;}
#main_4 { width: 90px;}
#main_5 { width: 100px;}
#main_6 { width: 110px; }

body {
	background-color:#fff;
	margin:0px;
	padding:0px;
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none; 
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
}

html, body {
	margin:0px;
	padding:0px;
	font-size:small;
}

a img {
	border:none;
	margin:0px;
	padding:0px;
}

a, a:link, a:visited {
	color: #336699;
	text-decoration:none; 
}

a:hover {
	color: #006600;
	text-decoration:none; 
}

p,li,td {
	font-size: 12px;
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 { font-weight: bold;}

h1 { font-size: 15px; color:#6699CC;}
h2 { font-size: 14px; color: #336699;}
h3 { font-size: 13px; color: #336699;}
h4 { font-size: 13px;}
h5 { font-size: 12px; color: #336699;}
h6 { font-size: 12px; color: #003366;}

hr{
	border: 0;
	height: 1px;
	width: 100%;
	text-align: left;
	color: #6699CC;
	background-color: #6699CC;
}

.heading {
	font-size: 14px;
	font-weight: bold;
	color: #336699;
}

.subheading {
	font-size: 13px;
	font-weight: bold;
	color: #336699;
}

.normal {
	font-size: 12px;
	font-weight:normal;
}

.photo {
	float:right;
	margin-left: 10px;
	padding: 0px;
}

.error { color: #CC0000;}

.clr { clear: both;}

#whitespace {
	height: 35px;
	width: 780px;
	margin-top: 25px;
	margin-bottom: 0;
	padding:0px;
}

#whitespace h1{
	margin: 0px 0px 0px 155px;
	padding: 0;
	border: 0;
}

#whitespace img{
	margin: 0px;
	padding: 0px;
	border: 0;
}

/* Header */

#header {
	position:relative;
	margin:0px;
	padding:0px;
	width:780px;
	background-color:#E0EBF5;
}

#header h1{
	margin: 0px;
	padding: 10px 0 17px 15px;
}

/* Navbar */

#navbar {
	position:relative;
	margin:0px;
	padding:0px;
	width:780px;
	background: #036;
	border-top: 1px solid white;
	text-align: center;
}

/* Main Layout */

#overall {
	position:relative;
	margin:0px;
	padding:0px;
	width:780px;
	color:#333;
}

/* Left Column */

.left	{
	float:left;
	width:140px;
	margin: 0;
	padding : 0px 0px 30px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	border: 0px none #ccc;
}

.left ul {
	margin-left : 2px;
	padding : 0;
	text-align : left;
}

.left li {
	list-style : none;
	margin : 0;
	padding-left : 17px;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 14px;
}

.left li.address {
	background-image:  url("/multimedia/layout/icon_address.gif");
}

.left li.telephone {
	background-image:  url("/multimedia/layout/icon_telephone.gif");
}

.left li.fax {
	background-image:  url("/multimedia/layout/icon_fax.gif");
}

.left li.email {
	background-image:  url("/multimedia/layout/icon_email.gif");
}

.left p {
	padding: 0px 0px 0px 0px;
}

/* Middle Column */

.middle {
	margin-left:160px;
	margin-right:160px;
	padding-bottom: 30px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px none #ccc;
}

.middle p, h3 {
	margin-left: 0;
	margin-right: 0;
}

/* Right Column */

.right {
	float:right;
	width:140px;
	margin: 0;
	padding : 0px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	border: 0px none #ccc;
}

.right .tab1, .tab2, .tab3 {
	padding: 2px 2px 2px 20px;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 11px;
	font-weight: bold;
	color:#FFF;
	text-transform: uppercase;
}

.right .tab1 {
	background-image:  url("/multimedia/layout/arrow_darkblue.gif");
	background-color:#003366;
}

.right .tab2 {
	background-image:  url("/multimedia/layout/arrow_midblue.gif");
	background-color:#336699;	
}

.right .tab3 {
	background-image:  url("/multimedia/layout/arrow_lightblue.gif");
	background-color:#6699CC;
}

.right ul  {
	margin-left : 20px;
	margin-top : 2px;
	padding : 0;
	text-align : left;
}

.right li  {
	list-style : square;
	margin : 0px;
	padding : 0px;
	line-height : 12px;
	font-size: 11px;
}

/* Footer */

#footer {
	position:relative;
	width: 780px;
	padding-top: 15px;
	clear:both;
	border-top: 1px solid black;
}

#footer span.left, span.right {
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color:#666;
}

span.left	{
	float: left;
	width: 140px;
}

span.right	{
	float: right;
	width: 620px;
}