@import url(menuvertical.css);
@import url(navMain.css);
@import url(menuhorizontal.css);


/* Layout (in html code order)
------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg_body.gif) repeat-x white;
}

div#bodyWrapper {
	background: url(images/bg_sidebar3.gif) repeat-y white;
}

div#branding {
	background: url(images/bg_banner.jpg) 100px 0px no-repeat white;
	position: relative;
	height: 112px;
	width: 100%;
}

	div#branding p.tel {
		width: 100%;
		text-align:center;
		color:white;
		font: bold 42px/1 "Arial Narrow", Arial, Helvetica, sans-serif;
		padding: 21px 0px 0 0px;
	}

	#logo img, * html p#logo a {
		position: absolute;
		top: 17px;
		right: 30px;
	}
	
	* html p#logo a {
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/logo.png");
		display: block;
		width: 120px;
		height: 73px;
	}
	
	* html p#logo img {
		top: -200px;
	}
	

div#navMain {
	width: 106px;
	position: absolute;
	left: 0;
	top: 112px;
}

div#pagebodyWrapper {
	margin-left: 130px;
	margin-top: 8px;
	width: auto;
	min-height: 463px;
	overflow: hidden;
	padding-bottom: 1em;
} 	* html div#pagebodyWrapper {height: 463px;}


	#pgHome div#pagebodyWrapper {
		margin-right: 30px;
		max-width: 70em;
	}

div#pagetextWrapper {
	float: right; 
	margin-left: -155px;
	width: 100%;
}

	#pgHome div#pagetextWrapper {
		float: left;
		margin-right: -300px;
		margin-left: 0;
	}

	.microsite div#pagetextWrapper {
		margin-left: -210px;
	}

	div#pagetext  {
		/* set margins and padding for page */
		margin: 0 0 0 155px;
		padding-right: 15px;
		max-width: 50em;	
	}
		
	#pgHome div#pagetext {
		margin: 0 300px 0 0;
		padding-right:0;
	}
	
	.microsite div#pagetext {
		margin-left: 210px;
	}
	
	#nosubnav div#pagetext {
		margin: 0;
		padding-right:0;
		max-width: none;
	}

		div#pagetext .content  {
			/* width set to % so IE5 picks up correct width for 100% wide page tables */
			width: 99%;
		}
		
		.microsite div#pagetext .content {
			max-width: 520px;
		}

div#navSub {
	float: left; 
	width: 135px;
	margin:0;
	padding:0;
}


#pgHome div#navSub {
	float: right;
	width: 290px;
}

.microsite div#navSub {
	width: 187px;
}

#nosubnav div#navSub {
	display: none;
}

div#footer { 
	clear: both;
	min-height: 57px;
	padding-top: 20px;
	position: relative;
	width: 100%;
}



/* =footer
-------------------------------*/
	
#footer {
	background: url(images/bg_footer1.gif) no-repeat top left white;
	font-size: 0.9em;
}
	
	#footer a:link, #footer a:visited {
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#footer p.tel,
	#footer p#address {
		margin: 0 0 0 155px;
		padding: 0.25em;
		position:absolute;
		bottom: 2em;
		right: 0;
		text-align: right;
		width: auto;
	}
		
	#footer p.tel {
		font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		bottom: 2.5em;
		color: #103E5F;
		font-weight: bolder;
		font-size: 1.8em;
	}
	#footer p.tel span {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 0.6em;
	}
	#footer p#address {
		border-top: 1px dotted #103E5F;
		bottom: 2em;
		color: #103E5F;
		font-weight: bold;
	}

	p#credit {
		bottom: 0px;
		color: white;
		float: left;
		font-size: 80%;
		left: 5px;
		margin: 0;
		position: absolute;
		width: 125px;
	}
	
		p#credit a {
			color: white;
		}
	
	#navMain2 {
		position: absolute;
		top: 53px;
		background:  url(images/bg_footer2.gif) top left no-repeat #103E5F;
		color: white;
		width: 100%;
}



	#footer p {
		width: 640px;
	}

	
/*  Base font 
---------------------- */


* {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

		/* Delete font-family rules not required, or substitute alternative

		Suggested resources for choosing a font-family:
		--------------------------------
		Browser News: http://www.upsdell.com/BrowserNews/res_fonts.htm
		Font sampler: http://www.codestyle.org/css/font-family/index.shtml
		*/
body {
	background-color: white;
	color: black;
	font-size: 84%;
} 

#pagetext {
	line-height: 1.5;
} #pagetext h1, #pagetext h2 {line-height: 1.3}

/* Paragraphs, lists, blockquote  
---------------------------------------- */

p, 
ul,
ol,
blockquote {
	margin-bottom: 1em;
}

ul, 
ol, 
blockquote {
	padding-left: 2em;
}

ul.nav, ul.nav li {
	margin:0;
	padding:0;
	list-style:none;
}

/* Headings 
------------------------------------ */

h1, h2, h3, h4, h5, h6, dt {
	color: #103E5F;
	font-weight: bold;
	margin-bottom: 0em;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight:normal;
	margin-bottom: 0.75em;
}

	h1 *{
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
/*	.microsite h1 {
		background: url(images/photos/ist2_358014_meeting.jpg) no-repeat 0px -10px;
		padding-left: 145px;
	}
*/
h2, dt {
	font-size: 1.1em;
}

	h2 a, dt a {
		color: #103e5f;
		text-decoration:none;
	}
	
		h2 a:hover, dt a:hover {
			text-decoration:underline;
		}

#pagetext h1, body.microsite #pagebodyWrapper h1 {
	border-bottom: 1px solid #ecd091;
	/*margin-right: 100px;*/
}

#pgHome #pagebodyWrapper h1 {
	line-height: 1.3;
	margin-right: 0px;
}

/* Tables 
------------------------------------ */

table {
	border-collapse: collapse;
}

th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

td {
	text-align: left;
	vertical-align: top;
}


/* Forms 
-------------------------------------------*/
form {
	margin: 0;
}
	
input.text, 
input.button, 
textarea, 
select {
	margin-top: 2px;
	padding: 0.1em;
}

textarea {
	line-height: 1.5em;
}

form.contact p, form.contact li {
	float: left;
	width: 100%;
	clear:left;
}

form.contact label {
	display:block;
}
form input:focus, form textarea:focus, form select:focus {
	background-color: #E4E9ED;
	border: 2px solid #E4E9ED;
}
form input.fullwidth, form textarea.fullwidth {
	width: 95%;
}
form.contact p.submit {
	padding-left: 50%;
}
form.contact fieldset {
	overflow: hidden;
	border:1px dashed #CBD6DE;
	margin:0.5em 0 1em 0;
	padding:0 2% 1em 2%;
	float: left;
	width: 40%;
	margin-right: 3%;
}	


form.contact legend { /* Remove default left indent. IE requires position/left rules. Everyone else margin/padding */
	font-weight: normal;
	margin:0;
	margin-bottom:0.5em;
	padding:0;
	font-weight:bold;
}

form.contact legend span {
	white-space:normal; /* so multi-line legends wrap properly */
	background-color: white;
	padding: 0 0.3em;
	color: black;
}
form.contact legend span span { /* for notes */
	position: static;
	display: inline;
}
form.contact fieldset label {
	x-text-align: right;
}

form.contact fieldset p, form.contact fieldset ul {
	margin-left: 0;
}

form.contact ul, form.contact li {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

form.contact li {
	margin-bottom: 0.5em;
}

form.contact .checkbox input {
	width: auto;
	float: none;
}

form.contact .checkbox label {
	display:inline;
	float:none;
	width: auto;
}



/* links
-----------------------*/
#pagetext a, #navSub .video a {
	background: url(images/arrow_f01.gif) no-repeat top right;
	color: #387A9A;
	padding-right: 16px;
	text-decoration: none;
}

	#pagetext h2 a {
		background-image: url(images/arrow_f03.gif);
		color: #103E5F;
	}

	#pagetext a:hover, #navSub .video a:hover {
		color: #103E5F;
		background: url(images/arrow_f02.gif) no-repeat top right;
		text-decoration: none;
	}
	
	#pagetext a.imagelink,
	#pagetext span.image a {
		background-image: none;
		padding: 0;
	}

/*  Other elements in alphabetical order - dependent/sub-rules indented 
--------------------------------------------------------------------------*/

.alert {
	color: #CC0000;
}

code, code *
kbd, kbd * {
	font-family: "Courier New", Courier, monospace;
}

.col {
	width: 47%; 
	/* combine with .left and .right to make a 2-column layout */
}
.col3, .colWrapper {/* wrapper for 2 column layout */
	float:left;
	width: 99%;
}

ol.col3, ul.col3 {
	margin-left:0;
	padding-left:0;
	list-style-position:inside;
}
.col3 .left, .col3 li {
	float: left;
	width: 30%;
	margin-right: 1%;
	display: block;
}
.col3 div li {
	width: auto;
	display:list-item;
}
body.newsHome p.date {
	font-size: 0.85em;
	margin-bottom:0;
}
del {
	text-decoration: line-through;
}

em {
	font-style: italic;	
}

hr {
	background-color: black;
	border: 0;
	color: black;
	height: 1px;
}

img {
	border: 0;
}

img.pdfico {
	vertical-align: middle;
	margin-bottom: 5px;
}

.left {
	float: left;
}

.note,
.small {
	font-size: 0.8em;
}

.right {
	float: right;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 0.8em;
	font-weight: normal;
}


/* =slideshow
--------------------------------*/

.slideshow {
	float: right;
	font-size: 0.9em;
	height: 280px;
	position:relative;
	width: 262px;
}

.slideshow dt {
	float: left;
	margin-right: 1em;
	padding-bottom: 0.5em;
	cursor: pointer;	
}

	.slideshow dt:hover {
		text-decoration: underline;
	}

.slideshow dd {
	position: absolute;
	top: 1.25em;
	left: 0;
}




/* Onpage navigation 
-----------------------------*/

div.content ul.nav li {
	margin-bottom: 1em;
}



*.navPage {
	float: right; 
	font-size: 0.9em;
	width: 13em; 
	margin: 0 0 1em 1em; 
	background: #E4E9ED;
}

	*.navPage dt {
		background: #103e5f;
		color: white;
		padding: 0.25em 0.5em; 
	}
	
	*.navPage p {
		padding: 0 0.25em; 
	}
	
	dl.navPage ul.nav li {
		margin:0;
	}
	
	#pagetext .navPage ul li a {
		border-bottom: 1px dashed #CBD6DE;
		background-image: none;
		color: #103e5f;
		display: block;
		margin: 0;
		padding: 5px 12px 5px 0.5em;
		text-decoration: none;
	}
	
	#pagetext .navPage ul li a:hover {
		background: url(images/arrow_f01.gif) right 0.35em no-repeat white;
	}
	
/* newsletter sign up */

div#pagetext div.signup {
}

body#pgNews div#pagetext div.signup {
	float: right; 
	margin: 0 0 1em 1em;
	
	float: none;
	margin:0;
}


/* People page
-----------------------------------*/

ul.people {
	float:left;
	width: 100%;
	margin:0;
	padding:0;
	list-style:none;
}

body#pgPeople .content li {
	display: block;
	margin-left:0;
	padding-left:0;
	list-style:none;
	color: #103E5F;
	display:block;
	font-weight:bold;
	float: left;
	margin-top: 20px;
	margin-right:1%;
	min-height: 120px;
	position:relative;
	text-align: right;
	width: 45%;
	min-width: 15em;
} * html body#pgPeople .content li {height: 120px}

	body#pgPeople .content li p.image {
		display: block;
		position: absolute;
		top:0;
		right:0px;
	}

	body#pgPeople .content li img {
		display: block;
		padding: 2px;
		border: 1px solid #ecd091;
		background-color: #FFFFFF;
		position: absolute;
		top:0;
		right:0px;
	}
	
	ul.people h2 {
		margin-right: 95px;
	}
	
	body#pgPeople #pagetext .content h2 a {
		display:block;
	} * html body#pgPeople #pagetext .content h2 a {height: 1px}
	
	body#pgPeople .content li p {
		margin-right: 111px; /* h2 padding + 16 px for a image */
	} body#pgPeople .content li p.image {margin:0}

img.portrait,
p.portrait img {
		display: block;
		padding: 2px;
		border: 1px solid #ecd091;
		background-color: #FFFFFF;
		float: left;
		margin: 0 20px 0 0;
}

/* video ----------------------------------*/

body.microsite #navSub .video {
	width: 187px;
} 

.video {
	background: #EDC570;
	font-size: 0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.video p, .video h2, .video p *, .video h2 * {	font-family:Verdana, Arial, Helvetica, sans-serif; margin:0; line-height:1.3;
}

.video img {
	display: block;
}

.video h2 {
	clear: both;
	font-weight:normal;
	color:#917844;
	font-size: 1em;
}

.caption {
	background: white;
	clear: both;
	display: block;
	padding: 3px 0 5px 1px;
}

.description {
	background-color: transparent;
	padding: 5px 8px 8px 8px;
	font-weight: bold;
}

.video h2 strong {
	color: #000000;
} 

.video h2  {
	background: url(images/ico-video_f2.gif) no-repeat top left #EDC570;
	padding: 6px 2px 6px 40px;
}

#pagetext .video span.caption a, #navSub .video span.caption a  {
	background-image: none;
	padding: 0;
	text-decoration:underline;
}

#pagetext .video span.caption a:hover, #navSub .video span.caption a:hover  {
	background: none transparent;
	text-decoration:none;
}

div#furtherinfo {
	position: relative;
	width: 100%;
	margin-top: 2em;
}

div#furtherinfo div.video {
	position: absolute;
	top: 0;
	left: 0;
}

div#furtherinfo .video h2 {
	color: #888;
}

ol#empElements li {
	width: 30%;
	margin-right: 2%;
	list-style:none;
	padding: 0;
	background-color:  #E4E9ED;
	min-height: 13.5em;
	display: block;
	border-bottom: 1px dashed #CBD6DE;
} * html ol#empElements li {height: 13.5em}

ol#empElements li h3 {
	border-top: 1px dashed #CBD6DE;
	background: 8px 8px no-repeat;
	padding: 8px 8px 0.2em 38px;
	margin:0;
	color: black;
	line-height:1.3;
}

ol#empElements li p {
	padding: 0px 8px 0.5em 38px;
	margin:0;
	font-size: 0.8em;
} 

ol#empElements li.item1 h3 {background-image: url(images/item_f01.gif)}
ol#empElements li.item2 h3 {background-image: url(images/item_f02.gif)}
ol#empElements li.item3 h3 {background-image: url(images/item_f03.gif)}

ol#empElements strong {
	display:block;
	margin-bottom: 0.2em;
}


