/*Structure*/
*
	{
	margin: 0;
	padding: 0;
	}

body
	{
	text-align: center;
	}
		
#wrapper
	{
	width: 865px;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 20px;
	}

#nav
	{
	left: 0;
	top: 0;
	width: 154px;
	position: absolute;
	}

#strap
	{
	position: absolute;
	left: 167px;
	width: 28px;
	height: 523px;
	top: -1px;
	}
	
#contentwrap
	{
	position: absolute;
	width: 666px;
	top: 0;
	right: 0;
	}
	
/*colors and imagery*/
body
	{
	background: #e5e5e5 url(../images/page_bg_tile.png) top left;
	}
	
.nav-header
	{
	background: transparent url(../images/nav_header.png) top left no-repeat;
	width: 154px;
	height: 39px;
	}

.nav-footer
	{
	background: transparent url(../images/nav_footer.png) top left no-repeat;
	width: 154px;
	height: 39px;
	}
	
#nav
	{
	background: #fff url(../images/nav_bg_tile.png);
	}

#strap
    {
    background: transparent url(../images/vertical_strap.png);
    width: 28px;
    height: 523px;
    }
	
	
/*T+C's popup menu*/
#dropmenudiv
	{
	font-size: 110%;
	line-height: 1.3em;
	background-color: #ececec;
	padding: 10px;
	margin: -35px 0 0 135px;
	position: absolute;
	text-align: left;
	border-top: 2px solid #fbfbfb;
	border-left: 2px solid #fbfbfb;
	border-bottom: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	z-index: 500;
	}

#dropmenudiv a, #dropmenudiv a:visited
	{
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: #4d4d4d;
	}
	
#dropmenudiv a:hover
	{
	color: #777;
	}
	
#dropmenudiv a:active
	{
	color: #111;
	text-decoration: underline;
	}
	
#contentwrap #head-banner
	{
	width: 654px;
	height: 186px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background: transparent url(../images/content_header.png) top left no-repeat;
	}
	
#footer
	{
    background: transparent url(../images/content_footer.png) top left no-repeat;
    width: 654px;
    height: 49px;
	}

#contentwrap
	{
    background: #fff url(../images/content_bg_blank.gif) top left;
    width: 654px;
	}

#strap
	{
	width: 28px;
	height: 523px;
	}

#strap img
	{
	border: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	}
	
/*magic dis-appearing spans*/
#strap span, #contentwrap #head-banner span, .replace-demos span, .replace-home span, .replace-tests span, .replace-vacancies span, .replace-contact span, .replace-partners span, .replace-terms span, .replace-pubs span, .replace-login span, .replace-logged-out span, .replace-logged-in span, .replace-about span
	{
	display: none;
	}

/*typography*/
body
	{
	font: normal 10px/100% "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	color: #2d2d2d;
	}
	
p
	{
	font-size: 11px;
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}
	
#footer p
	{
	font-size: 10px;
	text-align: center;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #b53737;
	margin: 15px 0px;
	font-weight: bold;
	}

h1
  {
  font-size: 16px;
  }

h2
  {
  font-size: 15px;
  }

h3
  {
  font-size: 14px;
  }

h4
  {
  font-size: 13px;
  }

/*body links*/
.pagecontent a, .pagecontent a:visited
	{
	color: #1c5f67;
	text-decoration: none;
	}
	
.pagecontent a:hover, .pagecontent a:active
	{
	color: #1c5f67;
	text-decoration: underline;
	}

/*fine tuning and general rubbish now*/

/*hr just split things up*/
hr
	{
	display: none;
	}
	
/*page*/
#page
	{
	margin: 0 17px;
	}
	
/*nav*/
.navlist
	{
	list-style: none;
	margin: 0 2px;
	}
	
.navlist li a, .navlist li a:visited
	{
	display: block;
	background: transparent url(../images/tab_bg.png) top left;
	width: 90%;
	height: 16px;
	padding: 7px 10% 0 0;
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: #4d4d4d;
	}

.navlist li a:hover
	{
	color: #777;
	background: transparent url(../images/tab_bg_over.png) top left;
	}

.navlist li a:active
	{
	color: #111;
	background: transparent url(../images/tab_bg_over.png) top left;
	text-decoration: underline;
	}

/*footnav*/	
.footernav
	{
    padding: 10px 0 0 0;
	}

.footernav a, .footernav a:visited
	{
	color: #1c5f67;
	text-decoration: none;
	}

.footernav a:hover
	{
	color: #1c5f67;
	text-decoration: underline;
	border: none;
	}
	
.footernav a:active
	{
	color: #900;
	text-decoration: none;
	border: none;
	}

/*crumbs*/
.breadcrumbs
	{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #a7a7a7;
	}
	
.breadcrumbs a, .breadcrumbs a:visited, .breadcrumbs a:hover
	{
	color: #1c5f67;
	text-decoration: none;
	}

.breadcrumbs a:active
	{
	color: #900;
	text-decoration: none;
	border: none;
	}

/*page lists*/
.pagecontent ul
	{
	margin: 10px 30px 20px 30px;
	font-size: 11px;
	}

.pagecontent li
	{
	margin-top: .8em;
	line-height: 1.4em;
	}

.pagecontent ol
	{
	margin: 10px 30px 20px 30px;
	font-size: 11px;
	}

/*pull quotes*/
dl
    {
    width: 618px;
    margin: 20px 0;
    padding-bottom: 10px;
    background: #5c6d80 url(../images/roundbottom_618.png) no-repeat bottom left;
    font-size: 11px;
    line-height: 1.5em;
    color: #fff;
    }

dt
    {
    width: 588px;
    padding: 15px;
    background: #5c6d80 url(../images/roundtop_618.png) no-repeat top left;
    }
	
dd
    {
	padding: 0 15px;
    }

dt img
    {
    float: right;
    background: #fff;
    padding: 4px;
    margin-left: 5px;
    border: 1px solid #00f;
    border-top-color: #2e3640;
    border-left-color: #2e3640;
    border-right-color: #8aa3bf;
    border-bottom-color: #8aa3bf;
	}

.invertlink
    {
  color: #fff;
    }


/*odds and ends*/
.map-img
	{
	float: right;
	margin: 1em;
	padding: 0;
	border: 1px;
	border-color: #4d4d4d;
	}

.team-img
	{
	margin: 1em 0;
	padding: 0;
	border: 1px;
	border-color: #4d4d4d;
	}

#partners-table, #pubs-table
	{
	text-align: center;
	font-size: 11px;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	}
	
#partners-table td {
	vertical-align: bottom;
}

#featured {
	width: 99%;
	text-align: center;
	padding: 10px 0;
}
	
.guide {
	width: 33%;
	float: left;	
	text-align: center;
	padding: 10px 0;
}

.guide img, #featured img {
	border: 0;
	padding-bottom: 3px;
}

.guide a, #featured a {
	font-size: 13px;
	font-weight: bold;
}

.guide a:hover, #featured a:hover {
	text-decoration: none;
	color: #008080;
}

#partners-table img
	{
	margin: 15px 0;
	border: 0;
	}

#pubs-table img
	{
	margin: 15px 0 5px 0;
	padding: 0;
	background-color: transparent;
	}
	
#terms-block p
	{
	margin: 5px 0;
	}
	
.about-img
	{
	text-align: center;
	padding: 10px;
	margin: 0 0 10px 0;
	}

.about-img img
    {
	border: 0;
	margin: 0 7px;
	}
	
/*Web Form*/
.login-form
	{
	text-align: center;
	}
	
.login-username, .submit-button
	{
	margin: 0 0 10px 0;
	}
	
.login-password
	{
	margin: 0 0 15px 0;
	}

.loginfail
	{
    color:red;
    font-weight:bold;
	}

.flashinfo
    {
	float: right;
	margin: 18px 0 0 0;
    }

.important
    {
    font-weight: bold;
    font-size: 11px;
    }
