
body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: black;
	color: white;
	text-align: center;
	margin: 0;
}

/* Typography --------------------------------*/

h1, h2, h3, h4, h5, h6
{
	margin: 0;
	font-family: "Garamond", "Times New Roman", Times, serif;
}

h1
{
	margin: 0em 0em .8em 0em;
	font-size: 2em;
}

h2
{
	margin: .2em 0em .8em 0em;
	font-size: 1.3em;
}

em
{
	letter-spacing: .05em;
	font-style: italic;
}

.blue
{
	color: #96D3DD;
}

.small
{
	font-size: .85em;
}

a.highlight
{
	color: white;
}

blockquote
{
	margin: 0em 0em 1.5em 0em;
}

strong
{
	color: white;
}

.clear { clear: both; }

/* Elements ----------------------------------*/

p
{
	line-height: 1.5em;
}



a img
{
	border: none;
}

a.link
{
	background: url(../images/icon_link.gif) no-repeat left center;
	padding-left: 13px;
}

a.external
{
	background: url(../images/icon_popup.gif) no-repeat 0px 4px;
	padding-left: 17px;
}

a.externalicon
{
	background: url(../images/icon_popup.gif) no-repeat 0px 4px;
	padding-left: 17px;
}

p a
{	
	/*background: url(../images/icon_link.gif) no-repeat left center;
	padding-left: 13px;*/
}

ul
{
	list-style: none;
	margin: 0em 0em 1em 0em;
	line-height: 1.6em;	
	padding: 0;
}

ul ul
{
	padding: 0;
	margin: 0em 0em 1.5em 1em;
}

.feedback h3 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.feedback li {
	padding-left: 10px;
	}
	
.feedback li input {
	margin-right: 5px;
	}
	
ul.todo li {
	list-style-type: decimal;
	padding: 5px 0;
	margin: 0 0 0 20px;
	}
	
ul.todo li li {
	list-style-type: none;
	margin: 5px 0 -13px 0;
	}
	
ul.indent {
	margin: 0 0 10px 15px;
	}
	
.indent li {
	padding: 5px 0 5px 5px !important;
	list-style-type: disc !important;
	}
	
.indent li li {
	list-style-type: none !important;
	padding: 0 !important;
	}
	
.alpha li {
	list-style-type: lower-alpha !important;
	margin: 5px 0 !important;
	}

img.right
{
	float: right;
	margin: .4em 0em 1em 1em;
	border: 1px solid white;
}

img.left
{
	float: left;
	margin: 1em 1em 1em 0em;
	border: 1px solid white;
}

.replace
{
	overflow: hidden;
	text-indent: -100em;
}

#activity cite {
	display: block;
	text-align: right;
	font-style: normal;
	}

hr
{
	height: 1px;
	color: white;
	margin: 0em 0em 1.5em 0em;
	border: none;
	border-bottom: 1px solid #888888;
}

dl
{
	
}

dt
{
	margin: 0em 0em .5em 0em;
	color: #96D3DD;
	font-weight: bold;
	text-transform: capitalize;
}

dd
{
	margin: 0em 0em 1.5em 1em;
	line-height: 1.6em;
}

/* Page ------------------------------------*/

#page
{
	width: 760px;	
	margin: 15px auto;
	text-align: left;	
	position: relative;
}

/* Header ----------------------------------*/

#header
{
	height: 90px;
	position: relative;	
}

#header a
{
	color: white;
	text-decoration: none;
}

#logo
{
	position: absolute;
	top: 11px;
	left: 12px;
	background: none;
	display: block;
}


#menu-main
{
	position: absolute;
	top: 30px;
	right: 15px;
	font-size: .9em;
	line-height: 1.2em;
}

#menu-main li
{
	float: left;
	border-right: 1px solid white;
	padding: 0px 6px;
	margin: 0;
}

#header li.last
{
	border-right: none;
}

#menu-main li a
{	
	background: none;
	text-decoration: none;	
}

#body
{
	clear: both;
	padding-bottom: 5px;
}

/* Columns --------------------------------------*/

#column1
{
	width: 329px;
	position: relative;	
	padding: 0px 0px 0px 0px;		
	float: left;	
}

#column2
{
	width: 428px;
	position: relative;
	float: right;
	
	/* Hack number for IE mac 5.2 to read, and a hack to hide it from PC IE 5.01*/
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-top: -405px;
	
}

/* All other browser see this REAL number */
#column2/* */ {	margin-top: 0px; }

#column2 #content
{
	clear: both;
	padding: 10px 19px;
}


#fishmenu
{
	width: 310px;
	margin: 0px 0px 10px 19px;	
	background: url(../images/submenu_top.gif) no-repeat;
	padding: .4em 0em 0em 0em;	
}

#fishmenu ul
{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px;
}

#fishmenu a
{
	text-decoration: none;	
	height: 19px;
	padding: 0;
	margin: 0;
	padding: 0px 15px;
	display: block;
}

#fishmenu a:hover, #fishmenu a.selected
{
	color: white;
}



#film
{
	position: absolute;
	top: 305px;
	left: 29px;
	font-size: .9em;
	line-height: 1.2em;	
}

#film li
{
	float: left;
	border-right: 1px solid white;
	padding: 0px 6px;
}

#film li.last
{
	border: none;
}

#film li a
{
	color: white;
	text-decoration: none;
}

/* Detail Page Column 2 -----------------------------------*/


#column2-header
{
	height: 49px;		
}

#column2-header h1
{
	overflow: hidden;
	text-indent: -100em;
	position: absolute;
	right: 19px;
	top: 12px;	
	height: 32px;
	width: 350px;		
}

#sectionmenu
{
	margin: 0px;
	padding: 0px;		
}

#sectionmenu li
{
	margin: 0px 0 10px;
	padding: 0px;
	float: left;	
	
}

#sectionmenu li a
{
	text-decoration: none;
	display: block;	
	height: 21px;
	background: none;
}

#sectionmenu li a span
{
	visibility: hidden;
}
 


#sectionmenu li.select-overview a, #sectionmenu li.overview a:hover
{
	background: url(../images/secmenu_overview2.gif);
	width: 91px;
}

#sectionmenu li.select-casestudy a, #sectionmenu li.casestudy a:hover
{
	background: url(../images/secmenu_casestudy2.gif);
	width: 92px;
}

#sectionmenu li.select-viewpoints a, #sectionmenu li.viewpoints a:hover
{
	background: url(../images/secmenu_viewpoints2.gif);
	width: 93px;
}

#sectionmenu li.select-learnmore a, #sectionmenu li.learnmore a:hover
{
	background: url(../images/secmenu_learnmore2.gif);
	width: 98px;
}




/* Next and previous Navigation ------------------------------*/

#nextprev
{
	border-top: 1px solid #666666;
	padding-top: .3em;
	text-align: right;
	clear: both;
}

#nextprev a
{
	text-decoration: none;
	position: relative;
}

#nextprev a:hover
{
	color: white;
}

#nextprev a.left
{
	float: left;
}

/* Footer ---------------------------------------*/

#footer
{	
	height: 36px;	
	padding: 43px 10px;
	color: #A16C2A;
	font-size: .9em;
	clear: both;	
}

#footer a
{
	color: #A16C2A;
}

#footer a:hover
{
	color: #E4C380;
	text-decoration: underline;
}

#footer ul
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}

#footer li.last a
{
	border-right: none;
}

#footer ul li
{
	margin: 0;
	padding: 0;
	float: left;
}

#footer ul li a
{
	color: #A16C2A;
	text-decoration: none;
	margin: 0;
	padding: 0px 5px;
	border-right: 1px solid #A16C2A;
}

#footer div
{
	float: right;
}

