/********************************************************************
	The Export Office
		Default Style Sheet
			<steve@egsystems.co.uk>
********************************************************************/

/* Zero all margins and padding */
* {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

/* Named Structural DIVs and sub elements */
#outer {
	width:  840px;
	margin: 0 auto;
	background: #eeeee9 url(../images/bg_outer.gif) 0 0 repeat-y;
}

#outer_close {
	width:  840px;
	height: 96px;
	margin: 0 auto;
	background: #eeeee9 url(../images/bg_outer_close.gif) 0 0 no-repeat;
}

#container {
	width: 768px;
	margin: 0 auto;
	background: #fff;
}

#masthead {
	width: 100%;
	height: 88px;
	border-bottom: 2px solid #be1a1f;
	margin-bottom: 12px;
	background: #fff url(../images/bg_masthead.jpg) 0 0 no-repeat;
}

#masthead_logo {
	position: relative;
	left: 10px;
	top:  20px;
	width: 200px;
	height: 50px;
	background: url(../images/teo_logo.gif) 0 0 no-repeat;
	float: left;
	cursor: pointer;
}

/*
#masthead_strap {
	width: 540px;
	height:  88px;
	float: right;
	margin-right: 6px;
	background: url(../images/bg_masthead_strap.gif) right 45px no-repeat;
}
*/

/* Nav */
#nav {
	width: 208px;	/* 224px - 16px gutter */ 
	padding-right: 16px; /* gutter */
	height: 384px;
	float: left;
	text-align: left;
}

#nav a {
	color: #333;
	display: block;
	width: 192px;	/* 224px - 2*16px gutter */ 
	height: 22px;
	float: left;
	text-decoration: none;
	font: 13px/22px  Arial, Helvetica, sans-serif;
	padding: 0 6px 0 12px;
	border-bottom: 1px dotted #ccc;
}

#nav a:hover {
	background-color: #FDE693;
}

#nav a.current {
	font-weight: bold;
	background-color: #eeeee9;
}

#nav a.first {
}

/* Banner Images */

/* Banner Images */
#banner {
	width: 528px;	/* 544px - 16px gutter */ 
	height: 116px;	/* 128px - 12px vspace */
	margin-bottom: 12px;
}

.index {
	background: url(../images/banner_index.jpg);
}

/* Body Content */
#content {
	width: 528px;	/* 544px - 16px gutter */ 
	padding-right: 16px; /* gutter */
	padding-bottom: 24px;
	float: right;
	text-align: left;
	min-height: 360px;
}

#content img {
	border: none;
	margin-bottom: 10px;
}

#content img.left {
	margin: 5px 15px 0 0;
	float: left;
}

#content img.right {
	margin: 5px 0 0 15px;
	float: right;
}

#content img.center {
	display: block;
	margin: 5px auto 0 auto;
}

#content img.icon {
	margin: 6px 8px 6px 0;
	float: left;
}

#footer {
	clear: both;
	width: 100%;
	height: 72px;
	text-align: center;
	font-size: 85%;
	border-top:  1px dotted #ccc;
	background: #feeeb7 url(../images/bg_footer.gif) 0 0 repeat-x;
}

#footer a {
	color: #333;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	background-color: transparent;
}

#footer p {
	margin-top: 12px;	
}

/* Page Specific Structure */
#index_body {
	margin-top: 175px;
	float: left;
	text-align: left;
}

/* Elements */
body {
	font: 13px/1.3em Verdana, sans-serif;
	color: #333;
	background: #eeeee9;
}

a {
	color: #be1a1f;
	text-decoration: underline;
}

a:hover {
	background-color: #feeeb7;
}

a.more {
	font-size: 11px;
}

a img {
	border: none;	
}

h1, h2, h3, h4, h5 {
	font-family: Arial, sans-serif; 
	font-weight: bold;
	line-height: 1.2em;
	margin-bottom: 0.3em;
}

h1 {
	font-size: 170%;
	color: #be1a1f;	
	margin-bottom: 0.5em;
}

h2 {
	font-size: 130%;
	color: #be1a1f;	
}

h2.subhead {
	margin-bottom: 0.6em;
}

h3 {
	font-size: 105%;
}

p {
	margin: 0 0 1.2em 0;
}

p.doublespace {
	margin-top: 5px;
	line-height: 20px;
}

p.large {
	font-size: 14px;
	line-height: 16px;
}

p.small {
	font-size: 11px;
	line-height: 13px;
}

p.heavy {
	color: #333;
	font-weight: bold;
}

p.light {
	color: #777;
}

table {
	width:  100%;
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	border: none;
}

table.inline {
	margin-bottom: 12px;
}

table.inline td {
	padding: 5px 0;
}

ol {
	text-align: left;
	margin-top: 10px;
}

ul {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 20px;
}

ol>li {
	margin-bottom: 6px;
	margin-left: 22px;
	font-size: 12px;
}

ul>li {
	margin-bottom: 10px;
	margin-left: 15px;
}

ul.ticked>li {
	background: url(../images/bullet_tick.gif) 0 3px no-repeat;
	padding-left: 20px;
	list-style: none;
	margin-left: 0;
}

/* Downloads Table */
#downloads th
{
	background-color: #fbda66;
	text-align: center;
}

#downloads th.label
{
	border-right: 2px solid #fff;
}

#downloads td
{
	background-color: #eeeee9;
	border-bottom: 2px solid #fff;
	vertical-align: middle;
}

#downloads td.label
{
	background-color: #feb;
	border-right: 2px solid #fff;
}

/* Registration Form */
#registration_form th
{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #fbda66;
}

#registration_form td
{
	border-bottom: 2px solid #fff;
	background-color: #eeeee9;
	line-height: 18px;
}

#registration_form td.label
{
	background-color: #feb;
}

/* Form Elements */
input {
	width: 330px;
}

input.checkbox {
	width: 25px;
}

input.radio {
	width: 25px;
}

input.narrow {
	width: 120px;
}

input.submit {
	width: 60px;
	float: right;
}

label {
	margin-left:  10px;
}

textarea {
	width: 330px;
	font: 13px/15px Arial, Helvetica, sans-serif;
}

fieldset {
	border:  none;
}

legend {
	display: none;
}

/* Subclassed Elements */
p.caption {
	clear: both;
	text-align: center;
	font-size: 11px;
}

/* Subclassed Divs and COLUMN Divs */
div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

div.separator {
	clear: both;
	height: 10px;
	border-top: 1px solid #999;
}

/* Generic Subclasses */
.screenreader {
	display: none;
}

.red {
	color: #be1a1f;	
}

.yellow {
	color: #fbda66;	
}

/* Q&A */
.q {
	color: #be1a1f;
}

.a {
	color: #be1a1f;	
}

.small {
	font: normal normal 10px/13px Verdana, Arial, Helvetica, sans-serif !important;
}

.tight {
	margin-top: 0;	
}

.right {
	text-align: right !important;	
}

.center {
	text-align: center !important;	
}

.smallcaps {
	font-variant: small-caps;
}

/* End */