@charset "UTF-8";
/* CSS Document */

/* --- tags --- */

body, html {
	margin: 0;
	padding: 0;
}

body {
	background: #1366a5 url(../images/body_back.png) center top repeat;
	color: #555;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
	line-height: 18px;
	behavior: url("includes/csshover3.htc"); 
}

p {
	margin-top: 0;
	margin-bottom: 0.7em;
}

a {
	color: #b00000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 29px;
	line-height: 30px;
	font-weight: bold;
	margin: 15px 0 13px;
	color: #2c81c2;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 17px;
	color: #900;
	margin: 10px 0 2px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	color: #000;
}

img {
	border: 0;
}

img.png {
}

li {
	list-style-image: url(../images/arrow_black.png);
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	border: solid 1px #666;
	font-size: 12px;
}

/* --- place holders --- */

#idts_body_top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 299px;
	background: url(../images/body_top.png) repeat-x;
}

#idts_container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#idts_header {
	position: relative;
	width: 100%;
	height: 140px;
}

#idts_navigation {
	position: relative;
	width: 100%;
	height: 40px;
	background: url(../images/nav_back.png) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	border-bottom: solid 5px #0e4168;
}

#idts_banner {
	position: relative;
	width: 100%;
	border-bottom: solid 5px #e0e0e0;
}

#idts_main {
	position: relative;
	width: 100%;
	background-color: #fff;
}

#idts_component {
	position: relative;
	display: inline;
	float: left;
	width: 746px;
	margin: 0 18px;
}

#idts_component.home {
	display: block;
	float: none;
	width: 924px;
}

#idts_pane_side {
	position: relative;
	float: left;
	width: 160px;
}

#idts_footer {
	position: relative;
	width: 948px;
	height: 60px;
	padding: 35px 6px 0;
	font-size: 11px;
	background: url(../images/footer_back.png) top no-repeat;
	color: #fff;
}

/* --- navigation --- */

#navlist {
	width: 100%;
	height: 40px;
	margin: 0 auto;
}

ul.navlist {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

ul.navlist * {
	margin: 0;
	padding: 0;
}

ul.navlist a {
	display: block;
	text-decoration: none;
}

ul.navlist li {
	position: relative;
	z-index: 10;
	float: left;
	list-style-image: none;
}

ul.navlist ul {
	position: absolute;
	top: 40px;
	display: none;
	opacity: 0;
	list-style: none;
	z-index: 1020;
	left: 0;
}

ul.navlist ul li {
	position: relative;
	border-top: solid 1px #73a0c5;
	margin: 0;
	float: left;
}

ul.navlist ul li a {
	display: block;
	padding: 0 7px;
	height: 28px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #001e35;
	background-color: #608fb5;
	width: 160px;
	text-align: left;
}

ul.navlist ul li a:hover {
	color: #fff;
	background-color: #4e82ac;
	text-decoration: none;
}

ul.navlist ul ul {
	top: 0;
}

ul.navlist a.navlink {
	border: 0;
	color: #001e35;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
}

ul.navlist a.navlink:hover, ul.navlist a.navhover {
	background: url(../images/nav_back_hover.png) bottom repeat-x;
	text-decoration: none;
	color: #001e35;
}

ul.navlist .sub {
}

ul#navlist li img {
	vertical-align: top;
}

/* --- modules --- */

.idts_logo {
	position: absolute;
	top: 9px;
	left: 2px;
}

.idts_navigation_sub {
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 11px;
	line-height: 11px;
	color: #fff;
	text-transform: uppercase;
}

.idts_search {
}

.idts_content_home p {
	margin-bottom: 0;
}

.idts_table_main td {
	padding: 7px 10px 2px 0;
	border-bottom: solid 1px #ccc;
	vertical-align: top;
}

.idts_newsletter {
	position: absolute;
	top: 27px;
	right: 6px;
	font-size: 16px;
	font-weight: bold;
}

.idts_newsletter_field {
	width: 238px;
	height: 18px;
	padding: 7px 41px 5px 8px;
	margin-top: 4px;
	background: url(../images/newsletter_back.png) no-repeat;
	color: #196cab;
	border: 0;
}

#idts_pane_side img {
	border: solid 1px #000;
	margin-top: 12px;
}

#idts_header a, #idts_footer a {
	color: #fff;
}

/* --- classes --- */

.idts_clear {
	position: relative;
	width: 100%;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	clear: both;
}

.idts_text_cyan {
	color: #abd6f7;
}

.idts_text_date, .idts_content_home p.idts_text_date {
	font-size: 12px;
	color: #2c81c2;
	margin-bottom: 1px;
}

.idts_text_small {
	font-size: 11px;
}

.idts_separator_h {
	position: relative;
	width: 100%;
	height: 17px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px
}

#idts_footer .idts_text_cyan a {
	color: #abd6f7;
}


.idts_button {
	border: solid 1px #006;
	background: #1466a4;
	color: #fff;
	font-weight: bold;
	padding: 4px 20px;
	cursor: pointer;
	cursor: hand;
}

.idts_links_colourless a {
	color: #555;
}

h3 a {
	color: #000;
}
