@charset "utf-8";
/* CSS Document */

/* Basic Structure */
body {
	font-family:"Lucida Grande",Verdana,sans-serif;
	font-size:0.75em;
	margin:0;
	padding:0;
	background:#3a414a;
}
#wrapper {
	text-align:center;
	background:#fff;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}
body.bg {
	background: #ac2e44 url(../images/bg.gif) 50% 0 repeat-y;
}
form table tr.comment {
	display: none;
}
#examples div {
  position: absolute;
  top: 0;
  left: -363px;
}

/* Header */
#header {
	text-align:center;
	background:#962004;
	height:110px;
	border-top:8px solid #ac2e44;
}
#header-wrap {
	width:760px;
	padding-top: 10px;
	margin:0 auto;
	text-align:left;
	height:80px;
	position:relative;
	border: 0;
}
a#logo {
	display:block;
	position:absolute;
	bottom:-520px;
	right:-18px;
	color:#fff;
	font-size:200%;
	line-height:2em;
	text-decoration:none;
	width: 160px;
	height: 205px;
}

/* Navigation */
ul#navigation {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	position:absolute;
	bottom:-22px;
	left:0;
	width: 564px;
	height: 37px;
}
ul#navigation li {
	float:left;
	margin:0;
	padding:0;
}
ul#navigation a {
	display:block;
	font-size:1.1em;
	text-transform:inherit;
	padding:9px 18px 10px 18px;
	color:#fff;
	text-decoration:none;
}
ul#navigation li:hover {
	background-color:#ac2e44;
}
ul#navigation li.active {
	background-color:#FFF;
}
ul#navigation li.active a {
	color: #911b31;
}

/* Content */
#main {
	width:750px;
	margin:0 auto 0em auto;
	text-align:left;
}
br.clear {
	clear:both;
}
img#mainimage {
	position:absolute;
	top:0;
	right:0;
	display:block;
	color:#666;
	text-align:right;
}
#contentheading {
	position:absolute;
	bottom:0;
	left:0;
}
#contentbody {
	margin:0;
	color:#434b55;
	line-height:1.6em;
	text-align:left;
	padding-right:20px;
	padding-top: 15px;
}
#content {
	float:left;
	width:700px;
	padding-bottom: 0px;
	margin-top:2.7em;
}
#content a.imagelink:link,#content a.imagelink:visited {
	border-bottom:none;
}
#content a:link,#content a:visited {
	color:#ac2e44;
	text-decoration:none;
	border-bottom:1px dotted #ac2e44;
}
#content a:hover {
	color:#ac2e44;
	border-bottom-style:solid;
}
#contentbody a:link,#contentbody a:visited {
	color:#060606;
	text-decoration:none;
	border-bottom:1px dotted #ac2e44;
}
#contentbody a:hover {
	color:#ac2e44;
	border-bottom-style:solid;
}
#contentbody p {
	margin:0 0 1.4em 0;
	padding:0;
}
h1 {
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:1.5em;
	color:#ac2e44;
	margin:0 0 0.8em 0;
	padding:0;
	font-weight:normal;
}
h2 {
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:1.5em;
	margin:0 0 0.2em 0;
	font-weight:normal;
	color:#434b55;
	padding:0;
}
#contentbody h3 {
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:0.9em;
	letter-spacing:0.2em;
	color:#ac2e44;
	text-transform:uppercase;
	padding-bottom:2px;
	border-bottom:1px solid #e2e6ec;
	margin:2.6em 0 1em 0;
	/* padding-left:20px;
	left:-20px;
	position:relative;
	width:300px;
	background:transparent url("../images/header3_bullet.gif") 0 50% no-repeat;
	*/
}
#news h3 {
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:1.5em;
	margin:0 0 0.4em 0;
	font-weight:normal;
	color:#434b55;
	padding:0;
	border:none;
	letter-spacing:0;
	text-transform:none;
}
* html h3 {
	font-weight:bold;
}
#news p.more {
	margin-bottom:1.5em;
	padding-bottom:1.5em;
	border-bottom:1px solid #e2e6ec;
	padding-left:13px;
	background:url(../images/star.gif) no-repeat -1px 6px;
}
#news p.strap {
	margin-bottom:0.4em;
}
#contentbody form.contactform table th {
	vertical-align:top;
	width:170px;
	text-align:left;
	font-weight:normal;
}
#contentbody form.contactform table td {
	padding-bottom:5px;
}
#contentbody form.contactform select {
	font-family:"Lucida Grande",Verdana,sans-serif;
	width:250px;
	font-size:120%;
}
#contentbody form.contactform .textbox {
	font-family:"Lucida Grande",Verdana,sans-serif;
	padding:2px;
	font-size:150%;
	font-weight:bold;
	color:#666;
	border:2px solid #e2e6ec;
	width:250px;
}
#contentbody form.contactform .textbox:focus {
	border:2px solid #999;
}
#contentbody form.contactform textarea {
	font-family:"Lucida Grande",Verdana,sans-serif;
	padding:2px;
	font-size:150%;
	font-weight:bold;
	color:#666;
	border:2px solid #e2e6ec;
	width:250px;
	height:150px;
}
#contentbody form.contactform textarea:focus {
	border:2px solid #999;
}
#contentbody form.contactform .button {
	font-family:inherit;
	border:2px solid #e2e6ec;
	padding:4px;
	margin-top:10px;
	color:#666;
	background:#e2e6ec;
	font-weight:bold;
}
#contentbody table.kvpairs th {
	vertical-align:top;
	width:120px;
	text-align:left;
	font-weight:bold;
}
#contentbody table.kvpairs td {
	padding-bottom:5px;
}
#contentbody table.kvpairs td.spacer {
	height:10px;
}
#contentbody ul {
	list-style:none;
	margin:1em 0 1em 0;
	padding-left:10px;
	padding-right:40px;
	list-style-type: disc;
}
#contentbody ul li {
	padding:0 0 0.4em 16px;
	margin:0;
	background:url(../images/star.gif) no-repeat 0 6px;
}
#contentbody ul.filelist {
	list-style:none;
	margin:1em 0 1em 0;
	padding-left:10px;
	padding-right:40px;
}
#contentbody ul.filelist li {
	padding:0 0 4px 18px;
	margin:0;
	background:url(../images/0177_document.png) no-repeat 0 4px;
}
#contentbody ul.index {
	list-style:none;
	background:none;
	clear:both;
	padding:0;
	margin:2em 0 0 0;
}
#contentbody ul.index li {
	list-style:none;
	margin:0;
	background:none;
	padding:0;
	float:left;
}
#contentbody ul.index li span {
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:0.9em;
	letter-spacing:0.2em;
	color:#ac2e44;
	text-transform:uppercase;
	margin:0;
	font-weight:normal;
	display:block;
	border:none;
	width:300px;
	font-weight:bold;
}
* html #contentbody ul.index li span {
	font-weight:bold;
}
div#sidestrip {
	float:left;
	width:220px;
	margin-top:1em;
}
div#sidestrip a, div#sidestrip a:link, div#sidestrip a:visited {
	border: none;
}
div#accomp {
	float:right;
	width:287px;
	margin-top:-1.5em;
}
div#sidestrip img {
	border: 3px solid #e2e6ec;		
	margin-bottom: 3em;
}
#contentbody ul.index li a,#contentbody ul.index li a:visited {
	color:#434b55;
	border:none;
	width:650px;
	display:block;
	background:#fff;
	border:0px solid #e2e6ec;
	margin-top: 0;
	margin-right: 13px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
#contentbody ul.index li a:hover {
	background:#f7f7fc;
	border:2px solid #e2e6ec;
	color:#434b55;
}
#contentbody ul.index li a:hover span {
	color:#434b55;
}
#contentbody ul.image-index {
	list-style:none;
	background:none;
	clear:both;
	padding:0;
	margin:2em 0 0 0;
}
#contentbody ul.image-index li {
	list-style:none;
	margin:0;
	background:none;
	padding:0;
	float:left;
}
#contentbody ul.image-index li span {
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:0.9em;
	letter-spacing:0.2em;
	color:#ac2e44;
	padding-left:15px;
	text-transform:uppercase;
	margin:0 0 0.3em 0;
	font-weight:normal;
	display:block;
	border:none;
	width:auto;
	font-weight:bold;
	background:url(../images/star.gif) no-repeat 0 6px;
}
#contentbody ul.image-index li a,#contentbody ul.image-index li a:visited {
	color:#434b55;
	border:none;
	width:220px;
	margin:0 4em 3em 0;
	display:block;
	background:#fff;
	
}
#contentbody ul.image-index li img {
	border:3px solid #e2e6ec;
}
#contentbody ul.image-index li a:hover span {
	color:#434b55;
	background:url(../images/star.gif) no-repeat 0 6px;
}
#contentbody ul.image-index-list {
	list-style:none;
	background:none;
	clear:both;
	padding:0;
	margin:2em 0 0 0;
}
#contentbody ul.image-index-list li {
	list-style:none;
	margin:0 0 2em 0;
	background:none;
	padding:0;
	float:left;
	clear:left;
}
#contentbody ul.image-index-list li span {
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:0.9em;
	letter-spacing:0.2em;
	color:#ac2e44;
	padding-left:0;
	text-transform:uppercase;
	margin:0 0 0.3em 2em;
	font-weight:normal;
	display:block;
	border:none;
	width:auto;
	font-weight:bold;
	float:left;
}
#contentbody ul.image-index-list li img {
	float:left;
}
#contentbody ul.image-index-list li a,#contentbody ul.image-index-list li a:visited {
	color:#434b55;
	border:none;
	margin:0 4em 3em 0;
	display:block;
	background:#fff;
}
#contentbody ul.image-index-list li a:hover {
}
#contentbody ul.image-index-list li a:hover span {
	color: #434b55;
}

/* Sidebar */
#sidebar {
	float:left;
	color:#434b55;
	line-height:18px;
	padding:0;
	margin-top:2em;
	margin-right: 0px;
	margin-left: 38px;
}
#sidebar h1 {
	font-size:100%;
	color:#ac2e44;
	margin:0 0 .3em 0;
}
#utility {
	padding:10px 10px 5px 10px;
	margin:2em 0;
	list-style:none;
}
#utility li {
	margin:0;
	padding:0 0 0.5em 0;
}
#utility a {
	margin-left:20px;
	color:#ac2e44;
	text-decoration:none;
	border-bottom:1px dotted #ac2e44;
}
ul#utility li#print {
	background:#fff url("../images/0171_new_page.png") 0 4px no-repeat;
}
ul#utility li#colleague {
	background:#fff url("../images/0181_1.png") 0 3px no-repeat;
}
ul#utility li#contact {
	background:#fff url("../images/0184_4.png") 0 5px no-repeat;
}
#utility a:hover {
	color:#ac2e44;
	border-bottom-style:solid;
}
ul#sidemenu {
	margin:0;
	padding:0;
	list-style:none;
	width:310px;
}
ul#sidemenu li {
	margin:0;
	padding:0;
	background:transparent url("../images/b.gif") bottom left no-repeat;
	list-style:none;
}
ul#sidemenu a {
	padding:0.6em 0.2em 0.5em 0.8em;
	text-decoration:none;
	display:block;
	color:#434b55;
	background:transparent url("../images/t.gif") top left no-repeat;
}
* html ul#sidemenu li a {
	height:1%;
	/* hack to make whole area clickable in IE */
}
ul#sidemenu li.home {
}
ul#sidemenu li.active a {
	font-weight:bold;
	background:transparent url("../images/t.gif") top left no-repeat;
	color:#434b55;
}
ul#sidemenu li.active {
	background:#f7f7fc url("../images/b.gif") bottom left no-repeat;
}
ul#sidemenu a:hover {
	background:transparent url("../images/t.gif") top left no-repeat;
}
ul#sidemenu li:hover {
	background:#f7f7fc url("../images/b.gif") bottom left no-repeat;
}
#breadcrumb {
	margin:-1em 0 2.5em 0;
}
#breadcrumb a {
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:1.1em;
	font-weight:normal;
	color:#434b55;
	text-decoration:none;
	padding: 0;
}


/* Footer */
#footer {
	font-family:Verdana,sans-serif;
	background:#3a414a;
	font-size:0.9em;
	height:60px;
	color:#f7f7fc;
	text-align:center;
	clear:both;
	/* make sure it's below the content div */
}
#footer-wrap {
	padding-top:0em;
	color:#f7f7fc;
	width:750px;
	margin: 0 auto;
}
#footer p {
	float:left;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a,#footer a:visited {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #999;
}
#footer a:hover {
	color:#fff;
	border-bottom:1px solid #333;
}
#banner {
	min-height:280px;
	width:800px;
	position:relative;
}
#quicklinks {
}
#examples {
	position:absolute;
	right:0;
	top:4px;
	display:block;
}
#examples img {
	border:none;
}
#banner h1 {
	font-family:"Lucida Grande","Trebuchet MS",Verdana,sans-serif;
	font-size:1.5em;
	margin:0 0 0 0;
	font-weight:normal;
	color:#434b55;
	padding:0.9em 0 0 0;
	line-height:3em;
}
#cmsbutton span {
	display:none;
}
#cmsbutton {
	position:absolute;
	top:7px;
	left:310px;
	width:171px;
	height:78px;
	background:url(../images/banner_images/cms_button_over_06.gif);
}
#cmsbutton a {
	width:171px;
	height:78px;
	display:block;
	background:none;
}
#cmsbutton a:hover {
	background:url(../images/banner_images/cms_button_06.gif);
}
#introtext {
	width:637px;
}
#introtext p {
	width:570px;
	color:#434b55;
	margin:2em 0 0 0;
	left: 300px;
}
#introtext a:link,#introtext a:visited {
	color:#666;
	text-decoration:none;
	border-bottom:1px dotted #e2e6ec;
}
#introtext a:hover {
	color:#999;
	border-bottom:1px dotted #666;
}
#introtext strong {
	font-weight:normal;
}
#extranet {
	width:190px;
	position:absolute;
	right:0;
	line-height:1.3em;
	top:0;
}
* html #extranet {
	top:10px;
}
#extranet input.textbox {
	width:180px;
	padding:2px;
	font-size:150%;
	font-weight:bold;
	color:#666;
	font-family:inherit;
	border:2px solid #e2e6ec;
}
#extranet input.textbox:focus {
	border:2px solid #999;
}
#extranet input.button {
	font-family:inherit;
	border:2px solid #e2e6ec;
	padding:4px;
	margin-top:0;
	color:#666;
	background:#e2e6ec;
	font-weight:bold;
}
#extranet h3 {
	border-bottom-style:none;
	color:#666;
}
#extranet label {
	font-weight:bold;
	color:#666;
	font-family:inherit;
}
* html #home {
	margin-top:1.8em;
}
#home {
	position:relative;
	width:750px;
}
hr.spacer {
	visibility:hidden;
}
#extratext {
	display:none;
}
#login input.textbox {
	width:180px;
	padding:2px;
	font-size:150%;
	font-weight:bold;
	color:#666;
	font-family:inherit;
	border:2px solid #e2e6ec;
}
#login input.textbox:focus {
	border:2px solid #999;
}
#login input.button {
	font-family:inherit;
	border:2px solid #e2e6ec;
	padding:4px;
	margin-top:10px;
	color:#666;
	background:#e2e6ec;
	font-weight:bold;
}
#login h3 {
	border-bottom-style:none;
	color:#666;
}
#login label {
	font-weight:bold;
	color:#666;
	font-family:inherit;
}
#footer ul {
	list-style:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	float:right;
}
#footer li {
	list-style:none;
	padding:0;
	margin:0 0 0 0em;
	float:left;
}
#printonly {
	display:none;
}
#summary a {
	color:#fff;
	border-color:#fff;
}
a#more-work {
	position:absolute;
	right:0;
	top:266px;
	display:block;
	background:url(../images/0025_bullet.png) 100% 2px no-repeat;
	padding-right:15px;
	color:#434b55;
	text-decoration:none;
}
a#more-work:hover {
	color: #999;
}
