/*-----------------------------------------------------------------------------
S. W. Durham Training Ltd. Screen Stylesheet (Firefox)

version:   1.1
date:      28/11/08
author:    Steven Lamb
email:     slamb@swdt.co.uk

website:   www.swdt.co.uk

version history: N/A
-----------------------------------------------------------------------------*/


/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */


/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

*
{
    margin: 0;
    padding: 0;
    border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
{
    clear: both;
}

.right
{
    float: right;
	width: 45%;
}

.left
{
    float: left; 
	width: 45%;
}

.rightcon
{
    float: right;
    width:50%;
}

.leftcon
{
    float: left;
    width:50%   
}

.center
{
    clear: both;
    text-align: center;
    width: auto;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
{
    font: 62.5%/1.5 "Century Gothic" , "Trebuchet MS" , Tahoma, Verdana, sans-serif;
    background: #ffffff; /*url(/images/background.png) repeat;*/
    color: #000000;
    text-align: justify;
}



#wrapper
{
    margin: 0 auto;
    width: 922px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}

/* Typography
-----------------------------------------------------------------------------*/

h1
{
    font-size: 2.2em; /* Equivalent to 22pt */
    font-weight: 900;
}

h2
{
    font-size: 2.0em; /* Equivalent to 20pt */
    font-weight: 800;
}

h3
{
    font-size: 1.8em; /* Equivalent to 18pt */
    font-weight: 700;
}

h4
{
    font-size: 1.6em; /* Equivalent to 18pt */
    font-weight: 500;
    border-bottom: dotted 1px #dcdce9;
    color: #00adef;
}

h5
{
    font-size: 1.4em; /* Equivalent to 14pt */
    font-weight: 500;
    color: #00adef;
}

p, q, cite
{
    font-size: 1.2em; /* Equivalent to 12pt */
}

ul, ol, dl
{
    list-style: bullets;
    margin-left: 20px;
    font-size: 1.1em; /* Equivalent to 11pt */
}

li, dd, dt
{
    font-size: 1.1em; /* Equivalent to 11pt */
}

.bold
{
    font-weight: 700;
}

a
{
    text-decoration: none;
    color: #00adef;

}

a:hover
{
    text-decoration: none;
    border-bottom: dotted 1px #00adef;
	border-top: dotted 1px #00adef;

}

/* Header
-----------------------------------------------------------------------------*/


#header
{
    width: 900px;
    color: #333;
    padding: 10px;
    border: none;
    height: 100px;
    margin: 5px 0px 5px 0px;
    background: #FFFFFF;
}

/* Navigation
-----------------------------------------------------------------------------*/

#navigation
{
    width: 920px;
    height: 20px;
    color: #333;
    padding: 0px;
    border: none;
    margin: 0px 0px 5px 0px;
    text-align: center;
}
#navigation ul
{
    padding: 0;
    margin: 0;
}

#navigation li
{
    float: left;
    list-style: none;
    margin: 0xp 0px 0px 0px;
}
#navigation li a
{
    height: 20px;
    line-height: 20px;
    float: left;
    width: 113px;
    display: block;
    text-decoration: none;
    text-align: center;
    background: #00adef;
    color: #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
}

#navigation li a:hover
{
    /*background: #99CCFF;*/
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-bottom: none;
	border-top: none;
	font-weight: bold;
	background: #0096cc;

	
}
/* Footer
-----------------------------------------------------------------------------*/

#footer
{
    width: 920px;
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    border: none;
    background: #00adef;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    text-align: center;
    clear: both;
}

/* Content
-----------------------------------------------------------------------------*/

#content
{
    width: 900px;
    color: #333;
    border-top: 1px solid #dcdce9;
    border-bottom: 1px solid #dcdce9;
    background: url(images/wave_li.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 0px 5px 0px;
    padding: 10px;
    height: 450px;
    overflow: auto;
}


#content li
{
    list-style: bullets;
    list-style-image: url( "images/bullet.png" );
    margin: 0px 0px 0px 20px;
}


.imgplc
{
    width: 75px;
    margin: 0px 0px 0px 0px;
    float: left;
}
.textplc
{
    width: 140px;
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    float: left;
}

.logoplc
{
    width: 100px;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    float: left;
}

.para
{
    width: auto;
	padding-left: 110px;
}

.block
{
    clear: both;
    display: block;
}

.splitter
{
    clear: both;
    margin: 10px 0px 0px 0px;
    display: block;
}

.splitterform
{
    clear: both;
    margin: 0px 0px 0px 0px;
    display: block;
	text-align: left;
	padding-right: 115px;
}

.conplc
{
    margin: 0px;
}


/* Forms
-----------------------------------------------------------------------------*/

input
{
    padding: 3px;
    border: 1px dotted #dcdce9;
    width:150px;
    background:#ffffff;
	font-family: "century gothic";
}

textarea
{
    padding: 3px;
    border: 1px dotted #dcdce9;
    background:#ffffff;
	font-family: "century gothic";
}

input.submit
{
    padding: 3px;
    border: 1px dotted #dcdce9;
    width:75px;
    background:#00adef;
    color:#ffffff;
}

input.broswe
{
    padding: 3px;
    border: 1px dotted #dcdce9;
    width:75px;
    background:#00adef;
    color:#ffffff;
}


option
{
	font-family: "century gothic";
	width: 150px;
	
}


/* Tables 
-----------------------------------------------------------------------------*/

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    text-align: left;
    font-weight: normal;
}