@charset "utf-8";
/* CSS Document */

/** Common Elements **/

html, body {
margin: 0;
padding: 0;
width: 100%;
}

body {
font: .8em Verdana, Arial, Helvetica, sans-serif;
background-color: #fff;
}

a:link, a:visited, a:active {
color: #5375a6;
font-weight: bold;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}

h1 {
font-size: 1.6em;
color: #093a80;
}

h2 {
font-size: 1.3em;
color: #315a94;
margin-top: 1.2em;
margin-bottom: .2em;
}

h3 {
font-size: 1.2em;
color: #093a80;
margin: .2em 0;
}

h4 {
font-size: 1.1em;
color: #7591b8;
margin-top: .2em;
margin-bottom: .2em;
}

p {
margin-top: .3em;
}

a img {
border: none;
}

a.titlelink, a.titlelink2 {
font-size: 1.2em;
color: #315a94;
margin: .2em 0;
}

a.titlelink2 {
color: #7591b8;
}

/** BRANDING **/

#branding {
background: #6080ae url(images/gradient.jpg) repeat-y 0 0;
height: 120px;
border-bottom: 2px solid #FEBA2F;
}

/** Navigation **/

#navwrap {
background-color: #315a94;
height: 31px;
border-bottom: 2px solid #FEBA2F;
}

#nav h2 {
font: 1em Verdana, Arial, Helvetica, sans-serif;
line-height: 1;
margin: .7em 0;
color: #fff;
}

#nav li ul ul {
margin: -1.4em 0 0 16.2em;
}

#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}

#nav ul li {
margin: 0;
padding: .3em;
}

#nav a {
display: block;
color: #fff;
font-weight: normal;
text-decoration: none;
}

#nav ul a {
min-width: 16.2em;
}

#nav a:hover {
text-decoration: underline;
color: #315a94;
background-color:#FEBA2F;
}

#nav li {
float: left;
padding: 0 1em;
}

#nav li ul {
position: absolute;
width: 16.5em;
left: -999em;
border: 1px solid #093a80;
background-color: #bbc8dc;
}

#nav li:hover, #nav li.hover {
position: static;
}

#nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li li:hover ul, #nav li li.sfhover ul, #nav li li li:hover ul, #nav li li li.sfhover {
left: auto;
}

/** Content Wrapper **/

#contentwrap {
float: left;
width: 100%;
background: #dce3ed;
}

/** Content **/

#content p, #content ul {
line-height: 1.4em;
}

#content {
margin-left: 225px;
padding: 20px;
min-height: 800px;
border-left: 1px solid #feba2f;
background: #fff;
}

.nolist {
list-style: none;
}

.leftside, .rightside {
width: 50%;
}

.leftside {
float: left;
}

.rightside {
float: right;
text-align: center;
}

.horizontallist, .horizontallist2 {
list-style: none;
text-transform:uppercase;
position: relative;
font-weight: bold;
color: #5375a6;
}

.horizontallist {
margin-top: 70px;
}

.horizontallist li, .horizontallist2 li {
border-left: solid 1px #999;
display: inline;
padding-left: 3px;
}

.horizontallist li.first, .horizontallist2 li.first {
border-left: none;
}

.padded {
padding: 10px;
}

.centered {
text-align: center;
}

.clear, .horizontallist {
clear: both;
}

.clearleft {
	clear: left;
}

.IACtable {
padding-bottom: 1em;
}

.IACtable td {
width: 310px;
padding: 5px;
}

.alignright {
text-align: right;
padding-right: 10px;
}

#invoice {
margin: 3em;
}

.invoice {
margin: 50px 0;
width: 600px;
vertical-align: top;
}

.invoice td {
width: 200px;
vertical-align: top;
}

.right, .rightgrey {
text-align: right;
}

td.paddedbottom {
	padding-bottom: 3em;
}

.line4 td {
padding-bottom: 1em;
}

.rightgrey {
background: #CCC;
}

.border td {
border: solid 1px black;
}

.subscribebox {
width: 160px;
padding: 10px;
margin-right: 15px;
float: right;
border-bottom: 2px solid #315a94;
border-right: 2px solid #315a94;
border-top: 2px solid #5375a6;
border-left: 2px solid #5375a6;
text-align: center;
background: #dce3ed;
}

.logo_subscribe {
float: right;
width: 215px;
text-align: center;
}

ul.italics li {
font-style:italic;
}

h1.nopad {
	margin: 0;
}

ul.tick {
	list-style-image: url(images/tick.gif)
}

/** TABLES **/

.tptable {
width: 600px;
border: solid 1px #f4bd4d;
padding: 5px
}

.tp-cen {
text-align: center;
}

.details td {
width: 100px;
}

.careerstable p, .eventtable p {
padding: 5px;
}

.careerstable, .eventtable {
border: solid 1px #f4b64d;
margin: 10px 30px;
}

.eventtable {
margin-left: 0px;
width: 300px;
}

.wide-th {
	width: 350px;
}

.wide-th th {
	width: 80px;
}

.careerstable th, .eventtable th {
font: small-caps bold 1.2em;
text-align: left;
padding: 6px;
margin: 0;
background: #dce3ed;
}

.careerstable td, .eventtable td {
padding: 5px;
border: 1px solid #dce3ed;
margin: 0;
}

.aligncellstop td, .aligncellstop th {
	vertical-align: top;
	text-align:left;
}

.cooltable td {
	width: 330px;
	padding-right: 30px;
	vertical-align: top;
}

td.aligntop {
	vertical-align: top;
	padding-right: 4em;
}

td.right3em	{
	padding-right:3em;
}

/** PADDING **/
a img.eighteen {
	padding: 18px;
}

a img.eighteen-sides {
	padding: 0 18px;
}

/** IMAGES **/
.rightimage, .leftimage, .rightimageborder, .leftimageborder, .rightimageborder300, .rightimage300, .leftimageborder300, .leftimage300 {
margin: 5px;
display: inline;
font-size: .9em;
text-align: center;
list-style: none;
}

.rightimageborder300, .rightimage300, .leftimageborder300, .leftimage300, .imageborder300 {
width: 300px;
}

.topcornerimage {
margin: 0;
}

.rightimage a, .leftimage a, .rightimageborder a, .leftimageborder a, .rightimageborder300 a, .rightimage300 a, .leftimageborder300 a, .leftimage300 a {
color: #000;
font-weight: normal;
text-decoration: underline;
}

.leftimageborder, .rightimageborder, .imageborder, .imageborder300, .rightimageborder300, .leftimageborder300, a img.imageborder, a img.leftimageborder,  a img.rightimageborder {
border: solid 1px #f4bd4d;
}

.rightimage, .rightimageborder, .topcornerimage, .rightimageborder300, .rightimage300 {
float: right;
margin-left: 15px;
margin-bottom: 10px;
}

.leftimage, .leftimageborder, .leftimage300, .leftimageborder300 {
float: left;
margin-left: 0;
margin-right: 15px;
margin-bottom: 10px;
}

.rightimageborder h5, .leftimageborder h5, .imageborder h5, .leftimage h5, .rightimage h5 {
font-size: 1em;
}

img.headerimage {
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.7em;
font-weight: bold;
color: #093a80;
}

.whiteback {
	background: #FFF;
}

/** FORMS **/
.form p {
margin-bottom: 0;
margin-top: 1em;
}

.form p.radio {
	margin-bottom: 0;
	margin-top: 0;
}

/** FIXED LEFT **/

#fixedleft {
float: left;
width: 199px;
margin-left: -100%;
padding: 20px;
padding-right: 6px;
border-right: 1px solid #f4bd4d;
background: url(images/vertical-gradient.jpg) repeat-x 0 0;
background-color: #dce3ed;
}

#fixedleft a {
font-weight: bold;
}

#fixedleft h2 a {
font-size: 1.1em;
color: #006098;
margin-top: 1.2em;
margin-bottom: .2em;
text-decoration: none;
}

#fixedleft .leftimageborder, #fixedleft .rightimageborder, #fixedleft .imageborder, #fixedleft .leftimage, #fixedleft .rightimage, #fixedleft h5 {
display: none;
}

#fixedleft h3 a { 
text-decoration:none;
color: #6080ae;
}

#fixedleft ul li a {
color: #6080ae;
}

#projects-fixedleft h3 {
margin-top: 1em;
}

/** Site Info **/

#siteinfo {
clear: both;
width: 100%;
background: #bbc8dc;
text-align: center;
border-top: 1px solid #5375a6;
border-bottom: 1px solid #5375a6;
padding: 1px 0;
}
