body {
	margin: 0px auto 30px 0px;
	background-color: #F2F5FA;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color:#555555;
}

a{
	text-decoration: none;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color: #2e5ef9;
	background:inherit;
}

a:hover{
	text-decoration: underline;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color: #e09424;
	background: inherit;
}

td {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	color: #555555;
	text-align: left;
	background: inherit;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	background-color: #ffffff;
}

hr {
	clear: left;
	height: 1px;
	border: none;
	border-top: 1px solid #C4CED4;
	margin: 8px 0 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 18px;
	color: #C31F26;
}
h2 {	
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
	color: #180988;
	background:inherit;
	font-weight: bold;
}
h2 a{ font-size: 12px; }
h2 a:hover{ font-size: 12px; }

h3 { 
	font-size: 11px;
	font-weight: bold; 
}
h3 a{ font-size: 11px; }
h3 a:hover{ font-size: 11px; }

h4 {
	font-size: 11px;
	color: #180988;
	background:inherit;
	margin: 5px 0 4px;
}
h4 a{ font-size: 11px; }
h4 a:hover{ font-size: 11px; }
img{
	border:none;
}
img a:hover{ border:none; }

.border_l {	background-image: url(../images/template/border_l.gif); }
.border_t {	background-image:url(../images/template/border_t.gif); }
.border_r {	background-image: url(../images/template/border_r.gif); }
.border_b {	background-image: url(../images/template/border_b.gif); }

.dash_vert{
	background-image:url(../images/dash_vert.gif);
	background-repeat: repeat-y;
	background-position:center;
}

.menu_bar{
	background-image:url(../images/template/menu_bar.gif);
	width: 675px;
	height: 35px;
	background-repeat:no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

.white_bg {
	color:#555555;  
	background-color: #FFFFFF;
}

.content{
	padding: 10px 10px 10px 5px;
	background-color: #FFFFFF;
	color: #555555;
}

.pnav_background{
	background-color:#BFD9EA;
	color:#ffffff;
}
.pnav_header{
	background-image:url(../images/pnav_header.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.pnav_content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
.pnav_content a{ font-size: 11px; }

.pnav_content ul {}

.pnav_content ul li{
	margin-top: 5px;
}

.pnav_footer{
	background-image:url(../images/pnav_footer.gif);
	padding-top: 3px;
	padding-bottom: 3px;
}

#news_content {}
#news_content ul{
	display: block;
	width: 400px;
	height: auto;
}

/* #navsite starts */
#navsite ul {
	margin-top:5px;
	margin-bottom: 10px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navsite ul li {
	padding-top: 0px;
	padding-bottom: 5px;
}
/* #navsite ends */

/* #product_navsite starts */
#product_navsite ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top:5px;
	margin-bottom: 10px;
}
#product_navsite ul li {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#product_navsite ul li ul{
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:5px;
}
/* #product_navsite ends */

.line_vert{	background-image:url(../images/line_vert.gif); }
.line_horz{	background-image:url(../images/line_horz.gif); }

.date{
	color:#180988;
	background-color:#F2F5FA;
}

/* #sites Area */
#sites {
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	color: white;
	background:inherit;
	position: relative;
	z-index: 0;
	height: 35px;
	width: 500px;
	margin: 0px auto auto -10px;
	padding: 0;
}
#sites .active { 
	font-weight: bold;
	font-size: 11px;
}
/* For Mozilla/Opera/Safari, we make sure the separator is missing from the first element */
ul#sites > li {	
	background-image: none;
}
ul#sites > li + li {}
#sites li {
	display: block;
	float: left;
	margin-top: 8px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 30px;
}
#sites li.active a {
	margin-top: 1px;
}
#sites li a {
	color: white;
	background:inherit;
	font-weight:bold;
	margin-top: 1px;
	display: block;
}
#sites li a:hover {
	color:#3b3d96;
	background:inherit;
	text-decoration:none;
	margin: 1px 0 0 0px;
}
#sites li ul, #site-tools li ul {
	display: none;
	position:absolute;
	z-index: 5;
	background-color: #322694;
	color:#FFFFFF;
	border: 1px solid #C1BFBF;
	padding: 0 0px 10px 0px;
	margin: 0px 0 0 -10px;
}
#sites li ul, #sites li li { width: 150px; }
/*#sites #vmtn ul, #sites #vmtn li { width: 150px; }*/
#sites #global ul, #sites #global li { width: 84px; }
#site-tools li ul, #site-tools li li { width: 120px; }
#site-tools li ul {
	height: auto;
	margin: -1px 0 0 0;
}
#sites li li, #site-tools li li {
	background-image: none;
	text-align: left;
	padding: 0;
	margin: 10px 0 5px 0px;
	height: auto;
}
#sites li.expand:hover, #sites li.over {
	margin: 5px 7px -1px 0px;
	padding-right: 0px;
	background-image: none; /* highlighted menu background */
	border-left: 0px solid #C1BFBF;
}
#site-tools li.expand:hover, #site-tools li.over {
	margin: 4px 0 0 -10px;
	padding: 0 8px 0 0;
	background-image: none;
}
#site-tools li.over {
	left: -10px; /* Needed to be done this way (rather than margin-left) due to IE 5.5 bug */
	margin: 4px -10px 0 0;
}
#sites li.expand:hover a, #sites li.over a, #site-tools li.expand:hover a, #site-tools li.over a {
	position: relative;
	z-index: 6;
	display: block;
	border: 0px solid #C1BFBF;
	padding: 5px 23px 8px 10px;
	margin: -1px 0 0 -10px;
}
#site-tools li.expand:hover a, #site-tools li.over a {
	padding-right: 7px;
	margin-left: 0;
}
#sites li.expand:hover li a, #sites li.over li a, #site-tools li.expand:hover li a, #site-tools li.over li a {
	position: relative;
	z-index: 8;
	display: block;
	color: white; /* sub menu link colour */
	background:inherit; /* sub menu link background colour */
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	height: auto;
	border: none;
	padding: 4px 10px;
	margin: -4px 0 -2px;
}
#sites li.expand li a:hover, #site-tools li.expand li a:hover {
	background-color:#615C8B;
	color: white;
}
#sites li.expand:hover ul, #sites li.over ul, #site-tools li.expand:hover ul, #site-tools li.over ul { display: block; } /* Activates the drop downs */
#sites li.expand:hover + li, #site-tools li.expand:hover + li {	background-image: none; } /* Removes the separator from the following element in Mozilla, doesn't work in Opera */
#sites li.over, #site-tools li.over {
	position: relative;
	z-index: 2;
} /* Removes the separator from the following element in Internet Explorer */
/* Toggles the 'v' expand image */
#site-tools li .hover {	display: none; }
#site-tools li:hover .expand, #site-tools li.over .expand {	display: none; }
#site-tools li:hover img.hover, #site-tools li.over img.hover {	display: inline; }
/* END Sites Area */

/* #showcase starts */
#showcase {
	padding: 0;
	margin-top: 10px;
}
#showcase *.image {
	vertical-align: top;
	padding: 10px 10px 0 0;
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
#showcase *.description {
	padding-left: 10px;
	border-top: 1px solid #D4D4D4;
}
#showcase *.description p {	font-size: 11px; }
#showcase.plain *.image {
	border-top: 0;
	border-right: 0;
}
#showcase.plain *.description {	border-top: 0; }
#showcase th {
	color: #454545;
	background:inherit;
	height: 28px;
	padding: 0 12px;
	font-size: 12px;
	text-align: left;
}
/* #showcase ends */

/* #contact starts */
#contact {
	padding: 0;
	margin-top: 10px;
}
#contact *.left {
	vertical-align: top;
	padding: 5px 5px 0 0;
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
}
#contact *.right {
	vertical-align: top;
	padding: 5px 0px 0px 5px;
	border-top: 1px solid #D4D4D4;
}
/* #contact ends */

/* #display starts */
#display {
	margin:0px;
	padding: 3px;
}
#display .side { 
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #d4d4d4;
	text-align:center;
}
#display .middle {
	border-top: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	padding: 5px 0px 5px 0px;
	text-align:center;
}
#display .side_disc { 
	padding: 5px 0px 5px 0px;
	border-bottom: 1px solid #d4d4d4;
	text-align:center;
}
#display .middle_disc {
	border-bottom: 1px solid #d4d4d4;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	padding: 5px 0px 5px 0px;
	text-align:center;
}
/* #display ends */

/* #news starts */
#news {}
#news a {
	text-decoration: none;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color: #2e5ef9;
	background:inherit;
}
#news a:hover{
	text-decoration: underline;
	color: #e09424;
	background:inherit;
}
/* #news ends */

/* #quicklink_top starts */
#quicklink_top {}
#quicklink_top a {
	text-decoration: underline;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color: #180988;
	background-color:#ffffff;
}
#quicklink_top a:hover {
	color: #b1bcd2;
	background-color:#ffffff;
	text-decoration:none;
}
/* #quicklink_top ends */

/* #quicklink_bot starts */
#quicklink_bot{}
#quicklink_bot a {
	text-decoration: underline;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	color: #180988;
	background-color:#F2F5FA;
}
#quicklink_bot a:hover {
	color: #b1bcd2;
	text-decoration:none;
	background-color:#F2F5FA;
}
/* #quicklink_top ends */

/* #literature starts */
#literature {
	padding: 0;
	margin-top: 10px;
}
#literature *.cat {
	padding: 10px 10px 0 0;
	border-top: 1px solid #D4D4D4;
	border-right: 1px solid #D4D4D4;
	width: 200px;
}
#literature *.file {
	padding-left: 10px;
	border-top: 1px solid #D4D4D4;
}
#literature *.file p {	font-size: 11px; }

#literature *.file ul {
	margin: 10px;
	padding: 0px;
	margin-top:10px;
	margin-bottom: 10px;
}

#literature.plain *.cat {
	border-top: 0;
	border-right: 0;
}
#literature.plain *.file {	border-top: 0; }
#literature th {
	color: #454545;
	background:inherit;
	height: 28px;
	padding: 0 12px;
	font-size: 12px;
	text-align: left;
}
/* #literature ends */
