/* Trinder Engineers styles

Screen layout: */

body {
padding:15px 0 0 0;
margin:0;
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
background:#182734;
color:#303030;
}

a {
color:#003366;
text-decoration:none;
}

a:hover {
color:#003366;
text-decoration:underline;
}

h1 {
	margin:0 0 20px 0;
	font-size:2.2em;
	font-weight:normal;
		padding-bottom: 2px;
	/* set borders around header */
	border-bottom: 1px solid #003366;
	/* and some air under the border */
    margin:0 0 20px 0;
	line-height: 1.4em;

}

h2 {
margin:0 0 12px 0;
font-size:1.6em;
font-weight:normal;
}

h3 {
margin:0 0 10px 0;
font-size:1.4em;
font-weight:normal;
}

p {
margin:0 0 15px 0;
line-height:1.5em;
text-align:left;
}

a img {
border:0;
}

/* Main container */

#container {
	margin:0 auto 20px auto;
	padding:0 11px 0 11px;
	width: 778px;
	background-color: #ffffff;
}

/* Site title section */

#logo {
	margin:15px 0 0 0;
	background-image: url(../images/bg_header_top.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 30px 0 0 0;
}

/* Toptab menu */

#toptabs {
margin:10px auto -12px auto;
font-size:0.8em;
width:778px;
}

#toptabs p {
text-align:right;
color:#FFFFFF;
}

.toptab {
	padding:3px 5px 3px 5px;
	margin:0 0 0 4px;
	text-decoration:none;
	background:#c0cad1 url(../images/corner2.gif) top left no-repeat;
	color:#333333;
	border-bottom: 1px solid #182734;
}

.toptab:hover {
background:#fafafa url(../images/corner2.gif) top left no-repeat;
color:#505050;
text-decoration:none;
}

/* Navitab menu */

#navitabs {
	clear:both;
	text-align: right;
}

.navitab {
	padding:4px 8px 4px 8px;
	margin:0 0 4px 0;
	text-decoration:none;
	font-size:1em;
	background:#002b45 url(../images/corner.gif) top left no-repeat;
	border-bottom:1px solid #ffffff;
	color: #FFFFFF;
	font-weight: normal;
}

.navitab:hover {
	text-decoration:none;
	background:#8095a2 url(../images/corner.gif) top left no-repeat;
	border-bottom:1px solid #ffffff;
	color: #FFFFFF;
}

.activenavitab {
	padding:4px 8px 4px 8px;
	color:#ffffff;
	margin:0 0 4px 0;
	font-size:1em;
	text-decoration:none;
	background:#8095a2 url(../images/corner.gif) top left no-repeat;
	border-bottom: 1px solid #ffffff;
}

.activenavitab:hover {
	text-decoration:none;
	color:#ffffff;
	border-bottom: 1px solid #ffffff;
}

/* Header description */

#desc {
	height:140px;
	color:#ffffff;
	padding:0;
	clear:both;
	margin:5px 0 15px 0;
	background-color: #D1D9DF;
}

/* Main content */

#main {
width:550px;
float:left;
padding:0 20px 0 20px;
margin:0;
border-right:1px solid #d8d8d8;
}

/* Sidebar */

#sidebar {
width:160px;
float:right;
}

#sidebar p {
font-size:0.9em;
line-height:1.3em;
margin:0 15px 15px 0;
}

/* Footer */

#footer {
	clear:both;
	background:#8095a2;
	padding:0;
	margin:0;
}

#footer a {
color:#182734;
}

#footer a:hover {
color:#FFFFFF;
}

#footer p {
color:#FFFFFF;
font-size:0.8em;
line-height:1.3em;
margin:15px 0 0 0;
padding:10px 20px 10px 20px;
}

/* Various classes */

.photo {
padding:2px;
margin:0 0 8px 0;
background-color:#f0f0f0;
border:1px solid #d8d8d8;
}

.right {
margin-top:-8px;
text-align:right;
}

.block {
background:#f0f0f0;
padding:10px;
}

.sidelink {
	text-align:left;
	display:block;
	width:130px;
	background:#f0f0f0 url(../images/corner.gif) top left no-repeat;
	padding:3px 4px 3px 8px;
	margin:5px 15px 5px 0;
	border:none;
	font-size: 1.1em;
}

.sidelink:hover {
	background:#e0e0e0 url(../images/corner.gif) top left no-repeat;
	text-decoration:none;
	border:none;
	font-size: 1.1em;
}

.hide {
display:none;
}
