/* GLOBALS
------------------------------------- */

html, body, div, ul, ol, li, h1, h2, h3, h4, p, span, img, table, thead, tbody, tr, td, form { margin: 0; padding: 0; border: none; font-weight: normal; }
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }
body { font-family: arial, helvetica, sans-serif; background: url(../images/bluebg.jpg) left top repeat-x; }
p { font-size: 12px; } 
a { color: #192E6B; }

/* FPO
------------------------------------- */

div {  }

/* LAYOUT
------------------------------------- */

#container {
	margin: 20px auto;
	width: 803px;
}

#header {
	width: 799px;
	padding: 0 4px;
}

#logo {
	display: block;
	float: left;
	width: 125px;
	height: 71px;
	background: url(../images/logo.gif) left top repeat-x;
}

#nav {
	float: right;
	list-style: none;
	color: #ddd;
	font-size: 14px;
	margin: 58px 0 1px 0;
	background: url(../images/topnav_bg.gif) right top no-repeat;
	height: 25px;
}

#nav li.home { 
	background: url(../images/topnav-home_bg.gif) left top no-repeat;	
}

#nav li {
	float: left;
	font-size: 12px;
	border-right: 1px solid #ccc;
	margin: 0;
	padding: 3px 8px 0 8px;
	height: 22px;
}

#nav li#Contact { border: none; }

#nav li a {
	display: block;
	text-align: center;
	padding: 3px;
	color: #26367F;
	text-decoration: none;
}

#nav li a:hover {
	color: #000;
}

#breadsearch {
	background: url(../images/breadcrumbbg.gif) left top no-repeat;
	padding-top: 2px;
	width: 804px;
}

#breadcrumb {
	float: left;
	width: 404px;
	padding: 3px 0 5px 10px;
}

#breadcrumb li {
	display: inline;
	height: 18px;
	padding: 0 15px 5px 5px;
	line-height: 18px;
	background: url(../images/breadarrow.gif) right 3px no-repeat;
}

#breadcrumb li a {
	color: #999;
	font-size: 10px;
	text-decoration: none;
}

#breadcrumb li a:hover {
	color: #666;
}

#search {
	float: right;
	padding-right: 10px;
}

#search .searchbox {
	background: url(../images/search.gif) right 2px no-repeat;
	display: block;
	float: left;
	width: 139px;
	height: 22px;
	margin-top: 2px;
}

#search .searchbox input {
	background: none;
	border: none; 
	width: 130px;
	margin: 4px 0 0 3px;
}

#searchbtn {
	background: url(../images/searchbtn.gif) right 2px no-repeat;
	float: left;
	border: none;
	height: 22px;
	margin: 2px 0 0 5px;
	width: 31px;
}

#contentwrap {
	background: #fff url(../images/sidebarbg.jpg) 13px top repeat-y;
	border: 1px solid #ccc;
	min-height: 400px;
}

#content {
	float: right;
	width: 650px;
}

.artbody {
	padding: 0 20px 20px 0;
}

.artbody p {
	display: block;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
	font-family: times, serif;
}

#content h1 {
	display: block;
	border-bottom: 1px solid #ccc;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	color: #212E54;
	font-size: 24px;
	margin: 10px 20px 0 20px;
}

#content small {
	display: block;
	margin: 2px 0 10px 20px;
	color: #777;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
}

#tools {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 0 30px 30px 30px;
	padding: 0 10px;
	background: #fcfcfc;
}

#tools ul {
	list-style: none;
	float: right;
	padding-bottom: 3px;
}

#tools ul li {
	display: inline;
	margin: 0 3px;
	padding: 0 3px;
	color: #ccc;
	font-size: 11px;
}

#tools a.backbtn {
	float: left;
	padding-top: 4px;
}

#tools a {
	text-decoration: none;
	color: #4a6eaa;
	font-size: 11px;
}

#tools a:hover {
	color: #000;
}

.listitem {
	width: 550px;
	margin: 20px 0 20px 20px;
	padding: 10px;
	background: url(../images/listitembg.jpg) left top repeat-y;
}

.listitem img {
	float: left;
	padding: 1px;
	border: 1px solid #4A505D;
}

.listitem .summary {
	float: left;
	margin-left: 10px;
	width: 330px;
}

.listitem .summary h2 {
	color: #4A505D;
	text-decoration: none;
	text-align: left;
	display: block;
	margin-bottom: 8px;
	padding-bottom: 2px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
}

.listitem .summary h2 a {
	color: #4A505D;
	text-decoration: none;
}

.listitem .summary p {
	font-family: times, serif;
	font-size: 13px;
	line-height: 17px;
	color: #313744;
}

.listitem .summary a.seedetails {
	display: block;
	position: relative;
	width: 104px;
	height: 21px;
	margin-top: 15px;
	background-image: url(../images/viewdetails.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

.listitem .summary a.seedetails:hover {
	margin: 0;
	padding: 0;
	display: block;
	width: 104px;
	height: 21px;
	margin-top: 15px;
	background-position: right top;
	background-image: url(../images/viewdetails.jpg);
	background-repeat: no-repeat;
}

#feature {
	height: 361px; /* Will be controlled by CMS */
	background: url(../images/splashbg.jpg) left top no-repeat; /* Will be controlled by CMS */
}

#featurecopy {
	position: relative;
	top: 35%;
	background: #fff;
	padding: 10px 20px;
	background: url(trans.png) left top repeat;
}

#featurecopy p {
	font-size: 20px;
	padding: 10px 0;
	line-height: 26px;
	display: block;
	color: #000;
	font-family: times, serif;
}

#addfeatures {
	background: url(../images/addbg.jpg) left top repeat-x;
	border-top: 1px solid #777;
}

.smallfeat {
	height: 171px;
	border: 1px solid #777;
	width: 200px;
	background: #eee;
	margin: 8px 0 8px 11px;
	float: left;
	display: inline;
}

.smfeatcopy {
	position: relative;
	top: 70%;
	background: #fff;
	padding: 5px;
	background: url(feattrans.png) left top repeat;
	height: 42px;
	border-bottom: 1px solid #777;
	width: 190px;
}

.smfeatcopy p {
	font-size: 12px;
	line-height: 14px;
	display: block;
	color: #000;
	font-family: times, serif;
}

#sidebar {
	float: right;
	height: 100%;
	width: 143px;
}

#sidebar ul {
	list-style: none;
	padding: 15px 0 0 5px;
}

#homepage #sidebar ul {
	list-style: none;
	background: url(/images/sidebarheading.gif) left 15px no-repeat;
	padding: 24px 0 0 2px;
}

#homepage #sidebar ul ul {
	background: none;
}

#sidebar ul ul {
	padding: 0 0 0 15px;
	margin: 0;
}

#sidebar ul ul li {
	padding: 0;
}

#sidebar ul ul ul {
	padding: 0 0 0 15px;
	margin: 0;
}

#sidebar ul ul ul li {
	padding: 0;
}

.selected {
	background: url(../images/sidebar_hover.jpg) right top repeat-y;
}

#sidebar ul li {
	padding: 5px 0;
	line-height: 15px;
}

#sidebar ul li a {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #323B64;
	text-decoration: none; 
	display: block;
	padding: 5px 0;
	width: 100%;
}

#sidebar ul li a:hover {
	background: url(../images/sidebar_hover.jpg) right top repeat-y;
}

.copyright { 
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	display: block;
	padding: 5px 0;
	color: #777;
}

.copyright a { color: #213160; }
.copyright a:hover { text-decoration: none; }

#timelinebody {
	padding: 0 0 20px 20px;
	background: url(../images/timelinebg.jpg) right bottom no-repeat;
}

#timelinebody h4, h4.leadin, h4.leadin p { 
	font-size: 20px;
	display: block;
	padding: 10px 70px 20px 0;
	line-height: 28px;
	display: block;
	color: #000;
	font-family: times, serif;
}

h4.leadin { 
	padding-left: 22px;
}

.timeline { 
	margin: 10px 10px 15px 10px;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	padding-right: 70px;
}

.timeline span {
	color: #24356b;
	font-size: 18px;
	display: block;
	border-bottom: 1px solid #ccc;
}

.timeline p {
	padding: 5px 0;
	line-height: 18px;
	color: #000;
}

#jumplist {
	padding: 0 20px;
	padding-bottom: 20px;
}

#jumplist table {
	width: 95%;
	font-size: 13px;
	margin: 20px auto;
	border-top: 4px double #ccc;
	border-bottom: 1px solid #ddd;
}

#jumplist table td {
	border-bottom: 1px solid #ddd;
	padding: 4px 5px;
}

#jumplist table td a {
	color: #114191;
	text-decoration: none;
	font-weight: bold;
}

#jumplist table td a:hover {
	color: #000;
}

#jumplist table td+td {
	font-size: 12px;
	text-align: right;
}

.profile {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	clear: both;
	padding-right: 0;
}

.profile img {
	border: 1px solid #bbb;
	float: left;
	margin-right: 10px;
}

.profile h4 {
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
	font-size: 16px;
	color: #114191;
}

.profile h4.jobtitle {
	font-size: 13px;
	font-style: italic;
	color: #222;
}

.profile p {
	margin: 10px 0;
}

.profile a.backtotop {
	float: right;
	color: #114191;
	font-size: 11px;
	text-decoration: none;
	padding-right: 20px;
	margin-bottom: 5px;
}

.profile a.backtotop:hover {
	color: #000;
}

#casethumbs {
	float: right;
	width: 160px;
	min-height: 350px;
	text-align: center;
	display: inline;
	margin-right: 20px;
	background: url(../images/casethumbbg.jpg) left top repeat-x;
	padding: 30px 5px;
}

#casethumbs img {
	border: 1px solid #747C87;
	margin: 2px;
}

#casecontent {
	float: left;
	width: 420px;
	padding: 32px 0 0 20px;
}

#casecontent img {
	border: 1px solid #747C87;
}

#casecontent h3 {
	border-bottom: 1px solid #D9DADC;
	margin: 10px 0 12px 0;
	padding-bottom: 4px;
	color: #2C3547;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
}

#casecontent p {
	font-size: 13px;
	display: block;
	padding-right: 40px;
	font-family: times, serif;
	line-height: 18px;
}

#casenextprev {
	clear: both;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 30px 0 30px 0;
	padding: 3px 10px;
	background: #fcfcfc;
}

#casenextprev a {
	text-decoration: none;
	font-size: 13px;
	color: #2A406A;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
}

#casenextprev a:hover {
	color: #000;
}

.prev {
	float: left; 
}

.next {
	float: right; 
}

#sortby {
	float: right;
	display: block;
	padding: 20px 25px 0 0;
	font-size: 11px;
}

#sortby a {
	color: #28386e;
	text-decoration: none;
}

.readmore {
	font-size: 12px;
	text-decoration: none;
	color: #26367F;
}

#contactaddress {
	float: right;
	padding-top: 20px;
	width: 300px;
}

#contactaddress h3 {
	font-size: 18px;
	padding-bottom: 5px;
}

#contactaddress p {
	font-size: 14px;
}

#contactform {
	float: left;
	padding-top: 20px;
	width: 300px;
}

/* Clearing without presentational markup. */
#contentwrap:after, #breadsearch:after, #header:after, #addfeatures:after, .listitem:after, #timelinebody:after, #tools:after, #casenextprev:after {
    content: ""; 
    display: block;
    clear: both; 
    visibility: hidden;
}