
/*
**
** Cascading Style Sheet
** $VER: wellhandled.css 1.0 (08.04.2009)
**
**
** This file is part of the "Well Handled" website project
**
** (C) 2009 Daniel J. Allsopp
** All rights reserved
**
** This source code remains the copyright of Daniel J. Allsopp
** and is non-transferable to any project other than "Well Handled"
** without written consent from Daniel J. Allsopp.
**
*/

/*
**
**	General Layout
**
*/

html,
body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #ffffff;
	font-family: Verdana, Sans-Serif, Helvetica;
	font-size: 90%;
	color: #666666;
}

div#container
{
	position: relative;
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}

div#header
{
	width: 100%;
	height: 150px;
}

div#header-content
{
	width: 970px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	
	background-image: url('../images/back_header.png');
	background-position: center top;
	background-repeat: no-repeat;
}

div#body 
{
	width: 970px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

div#presentation
{
	width: 970px;
	height: 250px;
	margin-top: 10px;
	background-color: #ffffff;
}

div.slide
{
	position: absolute;
}

div#content
{
	width: 970px;
	height: auto;
	min-height: 100px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	
	font-size: 0.85em;
	line-height: normal;
}

div#pre-footer
{
	clear: both;
	padding-top: 10px;
	padding-bottom: 40px;
}

div#footer
{
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
}

#footer div#footer-content
{
	width: 970px;
	height: 32px;
	margin-left: auto;
	margin-right: auto;
	
	color: #666666;
	font-size: 0.8em;
	text-align: center;
	line-height: 12px;
	padding-top: 8px;
}

/*
**
**	HTML Defaults
**
*/

a { text-decoration: underline; color: #666666; }
a:hover { text-decoration: underline; color: #257aba; }
a.welbeck:hover { text-decoration: underline; color: #eb008b; }
img { border: none; }
form { margin: 0px; }
p { margin-top: 10px; margin-bottom: 10px; line-height: 17px;}
ul { margin-top: 10px; margin-bottom: 10px; }
ul>li { margin-left: -15px; line-height: 16px; }

.small { font-size: 0.8em; }

h1 { font-size: 1.3em; font-weight: bold; margin-top: 0px; }
h2 { font-size: 1.1em; font-weight: normal; color: #2a7aba; margin-top: 0px; }
h3 { font-size: 1.1em; font-weight: bold; color: #2a7aba; margin-top: 20px; margin-bottom: 0px;}
h4 { font-size: 1.1em; font-weight: bold; margin-bottom: 0px; }
h5 { font-size: 1.0em; font-weight: bold; color: #2a7aba; margin-top: 10px; margin-bottom: 0px; }

p.quote { font-style: italic; margin-bottom: 4px; }
b.title { font-family: Verdana, Sans-Serif, Helvetica; font-size: 1.0em; }

div.send
{
	width: 55px;
	height: 24px;
	margin-top: 10px;
	background-image: url('../images/back_send.png');
}

/*
**
**	Tabs
**
*/

#content div#tab-container
{
	width: 970px;
	height: auto;
}

#tab-container div#tab-header
{
	width: 970px;
	height: 54px;
	background-color: #ffffff;
}
#tab-container div#tab-header ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 970px;
}
#tab-header ul li.tab
{
	width: 97px;
	display: inline-block;
	height: 28px;
	line-height: 27px;
	color: #666666;
	text-align: center;
	font-family: Times, Serif;
	font-size: 1.2em;
	float: left;
	padding: 0;
	margin: 0;
}
#tab-header ul li.tab a {
	display: block;
	text-decoration: none;
}
#tab-header ul li.tab a:hover {
	color: #666666;
}
#tab-container div#tab-content
{
	width: 970px;
	min-height: 480px;
	padding-top: 20px;
	
	background-image: url('../images/back_container.png');
	background-position: center top;
	background-repeat: no-repeat;
}

#tab-content div#tab-footer
{
	clear: both;
	width: 970px;
	height: 4px;
}

#tab-content div#left-column
{
	width: 210px;
	height: auto;
	margin-left: 30px;
	float: left;
	font-size: 0.8em;
}

#tab-content div#main-column
{
	width: 450px;
	height: auto;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
	text-align: justify;
}

#tab-content div#right-column
{
	width: 210px;
	height: 219px;
	margin-right: 25px;
	float: right;

	background-image: url('../images/back_news.png');
	background-position: right top;
	background-repeat: no-repeat;
}

#right-column div#news-content
{
	width: 180px;
	min-height: 219px;
	font-size: 1.0em;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	font-family: Tahoma;
}
#right-column div#news-content p
{
	margin-top: 0px;
}
div#news-content a { color: #2a7aba; }

#right-column div#news-archive
{
	margin-top: 20px;
}

#tab-content div#news-column
{
	width: 680px;
	height: auto;
	min-height: 200px;
	margin-left: 30px;
	float: left;
}

#news-column div.news-item
{
	width: 680px;
	height: auto;
	min-height: 120px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px #9c9d9f;
}

div.news-item div.news-image
{
	width: 210px;
	height: 100px;
	border: solid 1px #9c9d9f;
	float: left;	
}

div.news-image img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}

div.news-item div.news-story
{
	width: 440px;
	min-height: 100px;
	float: right;
}

div.news-story table
{
	width: 440px;
	border: none;
	border-collapse: collapse;
	margin-bottom: 10px;
}

div.news-story table td.news-title
{
	width: 50%;
	text-align: left;
	font-weight: bold;
}

div.news-story table td.news-date
{
	width: 50%;
	text-align: right;
	font-weight: bold;
}

div.news-story table td.news-summary
{
	width: 100%;
	min-height: 70px;
	vertical-align: top;
}
div.news-story table td.news-summary p
{
	margin-top: 0px;
}
div.news-story table td.news-more
{
	text-align: right;
	font-weight: bold;	
}

/*
**
**	Client Presentation
**
*/

div#client-presentation
{
	width: 180px;
	height: 64px;
	margin-top: 20px;
}
div#client-presentation a
{
	height: 64px;
	width: 180px;
	float: left;
}
/*
**
**	Forms
**
*/
.form {
	margin-top: 20px;
	font-size: 1.2em;
	width: 90%;
}
.form fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	width: 90%;
	position: relative;
}
.form label {
	clear: left;
	display: block;
	margin-top: 5px;
	margin-bottom: 3px;
}
.form input {
	clear: left;
	width: 95%;
	padding: 2px;
	font-size: 8pt;
	border: solid 1px #aaaaaa;
}
.form textarea {
	width: 95%;
	float: left;
	border: solid 1px #aaaaaa;
}
.form input.checkbox{
	border: none;
	width: 16px;
	float: left;
	clear: right;
	margin-top: 4px;
}
.form input.checkbox-equipment{
	margin-top: 10px;
}
.form input.form-send {
	width: 55px;
	height: 24px;
	cursor: pointer;
	background-image: url(../images/form_send.png);
	border: 0;
	font-weight: bold;
	margin-top: 10px;
	clear: both;
	color: #666;
}
.form label.checkbox {
	width: 85%;
	float: left;
}
.form input.form-file {
	border: 0;
}
.button-option {
	width: 55px;
	height: 24px;
	background-image: url(../images/form_send.png);
	border: 0;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	color: #666;
	display: inline-block;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
}
.button-option:hover {
	text-decoration: none;
	color: #666;
}
.button-option-div-right {
	text-align: right;
}
/*
**
**	Slideshow
**
*/
.slideshow {
    position:relative;
}
div#presentation img {
	position: absolute;
    top:0;
    left:0;
    z-index:8;
}
div#presentation img.active {
    z-index:10;
    opacity:1.0;
}
div#presentation img.last-active {
    z-index:9;
}
div#client-presentation a.js {
	position: absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
div#client-presentation a.active {
    z-index:10;
    opacity:1.0;
}
div#client-presentation a.last-active {
    z-index:9;
}
/*
**
**	Restricted Area
**
*/
.restricted-newsitem {
	border-bottom: 1px solid #999;
}
.restricted-newsitem p {
	margin-top: 0px;
}
/*
**
**	Homepage Specific
**
*/
ul#homepage-logos {
	width: 180px;
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-align: center;
	float: left;
}
ul#homepage-logos li {
	margin: 0;
	padding: 0;
	border: 0;
	margin-top: 5px;
}
ul#homepage-logos li a {
	display: block;
}
/*
**
**	Training Lists
**
*/
ul.training-list, ol.training-list {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	border: 0;
	list-style-position: outside;
}
ul.training-list {
	margin-left: 40px;
}
ol.training-list {
	margin-left: 20px;
}
.training-list ul {
	margin: 0;
	margin-left: 40px;
	padding: 0;
	border: 0;
}
.rss {
	float: right;
}