/*-------------------------------------------------
GLOBAL RESET
-------------------------------------------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.hidden {
	display: none;
	visibility: hidden;
}

/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/

body {
	font-family: arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	background: #fff;
	text-align: center;
}

/*-------------------------------------------------
WRAPPER
-------------------------------------------------*/

.wrapper {
	width: 950px;
	margin: 50px auto 0 auto;
	text-align: left;
}

/*-------------------------------------------------
LOGO / BREADCRUMB
-------------------------------------------------*/

.wrapper .logo a {
	display: block;
	width: 300px;
	height: 60px;
	background: url("/iod/global/img/iod.png") +107px 0 no-repeat;
}
.wrapper .logo a span {
	display: none;
	visibility: hidden;
}
.wrapper .breadcrumb {
	font-size: 12px;
	margin: 0 0 7px 0;
	color: #999;
}
.wrapper .breadcrumb a:link, .wrapper .breadcrumb a:visited {
	color: #990033;
	text-decoration: none;
}
.wrapper .breadcrumb a:hover {
	color: #AB9E8F;
	text-decoration: none;
}

/*-------------------------------------------------
SIDENAV
-------------------------------------------------*/

.wrapper .sideNav {
	float: left;
	width: 145px;
}
.wrapper .sideNav ul li {
	margin: 5px 0;
}
.wrapper .sideNav ul li a:link, 
.wrapper .sideNav ul li a:visited {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #111;
	text-decoration: none;
}
.wrapper .sideNav ul li.active a:link, 
.wrapper .sideNav ul li.active a:visited {
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
.wrapper .sideNav ul li a:hover {
	color: #AB9E8F;
	text-decoration: none;
}
/* L2 */
.wrapper .sideNav ul li li {
	margin: 3px 0 4px 10px;
}
.wrapper .sideNav ul li.active li a:link, 
.wrapper .sideNav ul li.active li a:visited {
	color: #111;
	text-decoration: none;
	font-weight: normal;
}
.wrapper .sideNav ul li.active li.active a:link, 
.wrapper .sideNav ul li.active li.active a:visited {
	color: #990033;
	text-decoration: none;
	font-weight: bold;
}
.wrapper .sideNav ul li li a:link, 
.wrapper .sideNav ul li li a:visited {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 0.9em;
	line-height: 1em;
	color: #111;
	text-decoration: none;
	font-weight: normal;
}
.wrapper .sideNav ul li.active li a:hover {
	color: #AB9E8F;
	text-decoration: none;
}

/*-------------------------------------------------
CONTENT
-------------------------------------------------*/

.wrapper .content {
	float: right;
	width: 778px;
	padding: 0 0 0 25px;
	border-left: 2px solid #e3e0d9;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #111;
}
.wrapper .content h2  {
	display: none;
	visibility: hidden;
}
.wrapper .content h3 {
	color: #524E85;
	font-weight: bold;
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.wrapper .content h3.leading {
	margin: 0;
}
.wrapper .page p,
.wrapper .category p {
	width: 75%;
	margin: 0.7em 0;
}
.wrapper .page p strong {
	font-weight: bold;
}
.wrapper .page p.indent {
	margin: 0 0 0 35px;
	font-style: italic;
}
.wrapper .page a:link, .wrapper .page a:visited {
	color: #990033;
	text-decoration: underline;
}
.wrapper .page a:hover {
	color: #AB9E8F;
	text-decoration: underline;
}
.wrapper .pdfLink {
	font-size: 11px;
}
.wrapper .pdfLink a:link, .wrapper .pdfLink a:visited {
	color: #990033;
	text-decoration: none;
}
.wrapper ul.bullet {
	margin: 0 0 0 20px;
}
.wrapper ul.bullet li {
	list-style-type: none;
}

/*-------------------------------------------------
PORTFOLIO
-------------------------------------------------*/

table.portfolio {
	width: 100%;
	margin: 0 0 40px 0;
}
table.portfolio td {
	width: 25%;
	vertical-align: top;
	padding: 40px 0 0 0;
}
table.portfolio td .dropshadow a {
	width: 117px;
	height: 90px;
	display: block;
	background: #eee;
	background-position: 0 -90px;
}
table.portfolio td .dropshadow a:hover {
	background-position: 0 0;
}
table.portfolio td .dropshadow a span {
	display: none;
	visibility: hidden;
}
table.portfolio div.projectSubTitle {
	width: 117px;
	font-size: 12px;
	margin: 0;
	color: #999;
	text-align: center;
}
table.portfolio div.projectSubTitle a:link,
table.portfolio div.projectSubTitle a:visited {
	font-size: 1em;
	line-height: 1.1em;
	color: #111;
	text-decoration: none;
}
table.portfolio div.projectSubTitle a:hover {
	color: #AB9E8F;
}

/*-------------------------------------------------
PORTFOLIO > DROP SHADOWS
-------------------------------------------------*/

.dropshadow {
	background: url("/iod/global/img/shadow.png") right bottom no-repeat;
	width: 127px;
	height: 101px;
}
.dropshadowLarge {
	background: url("/iod/global/img/shadowLarge.png") right bottom no-repeat;
	width: 370px;
	height: 460px;
}

/*-------------------------------------------------
PORTFOLIO > PROJECT
-------------------------------------------------*/

table.project {
	width: 100%;
}
table.project td.projectTL {
	vertical-align: top;
}
table.project td.projectTR {
	vertical-align: top;
	padding: 0 0 0 15px;
}
table.project td.projectBR {
	vertical-align: bottom;
	padding: 0 0 0 15px;
}
/* Project Description */
table.project td.projectTR ul {
	list-style-type: square;
	margin: 0 0 0 15px;
}
table.project td.projectTR a:link, 
table.project td.projectTR a:visited {
	color: #990033;
	text-decoration: none;
}
table.project td.projectTR a:hover {
	color: #AB9E8F;
	text-decoration: none;
}

/* Project Large Image */
table.project .projectLarge {
	width: 360px;
	height: 450px;
	background: #808080 top center no-repeat;
}

/* Project Thumbs */
table.project table.thumbs {
	margin: 10px 0 0 0;
}
table.project table.thumbs td {
	width: 127px;
}
table.project table.thumbs td div.thumb,
table.project table.thumbs td a.thumb {
	width: 117px;
	height: 90px;
	display: block;
	background: #f1f1f1;
	background-position: 0 -90px;
	cursor: pointer;
}
table.project table.thumbs td div.thumb:hover,
table.project table.thumbs td a.thumb:hover {
	background-position: 0 0 !important;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

.wrapper .content .tagline {
	margin: 20px 0 0 0;
}
.wrapper .content .tagline p.pointsAlt {
	color: #524E85;
	font-size: 0.9em;
	line-height: 1em;
	font-weight: bold;
}
.wrapper .content .tagline p.points {
	color: #524E85;
	font-size: 0.85em;
	line-height: 1em;
	margin: 0;
	font-weight: normal;
}
.wrapper .content .tagline p.copyright {
	color: #AB9E8F;
	font-size: 0.8em;
	margin: 0;
}
