/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	width:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {text-decoration: none;}

/* Main CSS */
html {
	position:relative;
	}

body {
	background:#ffffff url(/images/header-bg.png) repeat-x;
	color:#333;
	width:100%;
	margin:0 auto;
	font-family:'Calibra', sans-serif;
	position:relative;
	height:auto;
	}

#wrap {width:960px; margin:0 auto; height:auto;}

#header {height:230px;}

#header h1 {float:left; color:white; font-weight:bold;font-size:150%; padding:60px 10px 0 40px; display:block;}
#header h2 {float:left; padding-top:67px;}

#logo {
	width:205px;
	height:170px;
	display:block;
	float:left;
	background:url(/images/idst-logo.png) no-repeat 0px 0px;
	}

#navigation {
	width:755px;
	float:left;	
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-size: 100%;
	padding:50px 0 0;		
	}
	
#navigation ul {
	padding:15px auto;
	}
	
#navigation li {
	float:left;display:inline;
	}	

#navigation a {color:#444444;}
#navigation a:hover {color:#ffffff;}

#main {line-height: 150%; float:left; font-size:110%;}
#main p {margin-top:10px;}
#block-heading {margin-top:-5px;}

#main h1 {font-size:150%; color:#f00; font-weight:bold; margin-top: 20px;}
#main h2 {font-size:130%; color:#f00; font-weight:bold; margin-top: 20px;}
#main h3 {font-size:120%; color:#666; font-weight:bold; margin-top: 20px;}
#main h4 {color:#666; margin: 0px 0 30px; padding:0 150px; background:url('/images/red-dot.png') no-repeat 100px 0px;}
#main h5 {color:#666; font-weight:bold; margin: 0px 0 30px; padding:0 25px; background:url('/images/red-dot.png') no-repeat -5px 0px;}
#main h6 {margin: 0px 0 30px; padding:0 25px; background:url('/images/red-dot.png') no-repeat -5px 0px;}
#main p a {text-decoration: underline;}
#main p em {font-style: italic;}
#main p i {font-style: italic;}
#main p b {font-weight: bold;}
#main p strong {font-weight: bold;}
#main ol {list-style: decimal; margin: 10px 30px;}
#main ul {list-style: circle; margin: 10px 30px;}
#main li {margin: 20px 30px;}
#sentence-stress {text-decoration: underline; color:#666;}

#breadcrumbs {float:left; width:100%; font-size:80%; margin:0 0 20px; letter-spacing: 0; font-weight: bold;}
#breadcrumbs ul {list-style: none;}
#breadcrumbs li {float:left;}
#breadcrumbs li a {color:#aaa; padding-right:10px; background:url(./images/crumbs.png) no-repeat right; margin-right: 6px;}
#breadcrumbs li.current-page a {color:#333; background:none;}
#breadcrumbs li a:hover {color:#f00;}

.content-box-row {float:left; width:100%;}

.content-box, .content-box-large, .content-box-super-large {float:left; background:url('/images/box-bg.jpg') no-repeat right top; display:inline; margin:5px 5px 15px 10px; overflow:hide; font-size:80%; padding:0 5px 10px 0; letter-spacing: 0; line-height: 110%;}
.content-box p, .content-box-large p, .content-box-super-large p {margin:0; text-align: left;}
.content-box img, .content-box-large img, .content-box-super-large img {border:1px solid #c1d0e9;}
.content-box a:hover img, .content-box-large a:hover img, .content-box-super-large a:hover img {border:1px solid #666;} 


.content-box {width:170px;}
.content-box-large {width:295px;}
.content-box-super-large {width:612px;}

.content-box-large p {width:290px; float:left; margin-right:15px; line-height: 200%;}
.content-box-super-large p {width:290px; float:left; margin-right:15px; line-height: 200%;}

p.second-box {margin:0 8px 0 7px; float:right; padding:0;}

#footer {
	padding:20px 0 20px 0;
	width:100%;
	line-height: 100%;
	text-align:center;
	background:#c1d0e9;
	}
#footer p {font-size: 80%;}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
	display:block;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
 padding:10px 10px; 
 margin:0 20px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
	background:#79a3d1;
 z-index: 598;
 width: 100%;
 margin:0;
}

ul.dropdown ul li {
 float: none;
 width:92px;
 display:block;
 padding:10px 0;
 margin:0;
 text-align: center;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
 background:#618ec0;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

li.dir:hover {background:#79a3d1; color:#ffffff;}
li.dir a:hover {color:white;}

/*
For the form
*/

.form-table {
border: 0px;
}

.form-td {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color:#333;
  line-height: 125%;
  padding-bottom:  10px;
  margin: 0;
  font-size: 11pt;
  
   }
  
  #idstlang {
   float: right;
   margin-top: 15px;
   }


 

