
/*---------------------------------------------------------------------------------------------------------------------

*************** This Style Sheet is copyright*******************
Version:	1.01
Date:		December 2006
Author:		Patrick Viney
E-mail:		webmaster@successbydesign.co.uk
website:	www.successbydesign.co.uk
Copyright:	successbydesign 2006

---------------------------------------------------------------------------------------------------------------------*/


/*--------------------------------------------------------------------------------------------------------------------

Main body styling

---------------------------------------------------------------------------------------------------------------------*/

* {margin: 0; padding: 0;}

body {
	margin-top: 15px;
	font-family: arial; font-size: small; color: #0F3D83;
	background: #FFFFFF url(images/background.gif) repeat-x fixed;
	text-align: center;
	
}

H1 {font-size: large; text-align: center; font-weight: bold; padding: 0px 0px 10px 0px; margin: 0px;}
H2 {font-size: medium; text-align: center; margin: 0; padding: 0px 0px 10px 0px;}
H3 {font-size: medium; font-weight: bold; margin: 0px; padding: 0px;}
H4 {font-size: x-small; font-weight: bold; margin: 0;}
H5 {font-size: 10pt; font-weight: bold; text-align: center; margin: 0;}


.center {text-align: center;}
.bold {font-weight: bold;}
.centerbold {text-align: center; font-weight: bold;}
.clear {clear: both;}
.clearbold {clear: both; font-weight: bold; text-align: center;}

/*--------------------------------------------------------------------------------------------------------------------

Layout

---------------------------------------------------------------------------------------------------------------------*/

#wrapper {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

#navigation {
	width: 750px;
	margin: 0 auto;
	
}

#logo {
	width: 750px;
	height: 100px;
	background: #ffffff url(images/logo.png) no-repeat;
	line-height: 90px;
	text-indent: 15px;
	clear: both;
}

#content	{
	
	padding: 10px;
	background: #ffffff;
    font-family: arial;
    line-height: 1.2em;
	
}
#content p, h1, h2, h3,h4, ul {padding: 7px;}

#content img{
	float: left;
	padding: 0px;
	
}

#content img.centered{
	float: none;
	padding: 0px 112px 10px 112px;
    margin: 0px
	
}
         
#content img.left{
	float: left;
	padding: 0px 10px 10px 0px;
	
}
#content img.right{
	float: right;
	padding: 0px 0px 10px 10px;
}

#content ul {margin: 0;	padding: 7px;}

#content li	{margin-left: 20px;}

#content a {color: #0F3D83; font-size: small;}
#content a:hover {color:#000;}

/*--------------------------------------------------------------------------------------------------------------------

Navigation

---------------------------------------------------------------------------------------------------------------------*/

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 750px;
	float: left;
}


#navigation ul li {
	float: left;
	background: url(images/tab-right.gif) no-repeat top right;
	margin: 0px 5px 0px 0px;
}

#navigation li a {
	display: block;
	padding: 0 1em;
	line-height: 1.5em;
	background: url(images/tab-left.gif) no-repeat top left;
	text-decoration: none;
	color: #ffffff;
	float: left;
	
}

#navigation ul li.selecttab {
	float: left;
	background: url(images/tab-right-selected.gif) no-repeat top right;
}

.inner {
	display: block;
	padding: 0 1em;
	line-height: 1.5em;
	background: url(images/tab-left-selected.gif) no-repeat top left;
	text-decoration: none;
	float: left;
	color: black;
}

#navigation ul a {color:#0F3D83; font-size: small;}
#navigation ul a:hover {color:#000000;}

#bottomnav {
	width: 750px;
	height: 47px;
	background: url(images/gradup.gif) repeat-x;
	text-align: center;
	line-height:47px;
	clear: both;
}
#bottomnav a {color: #0F3D83; font-size: small; text-decoration:none;}
#bottomnav a:hover {color:#ffffff;}


#sbd {text-align: center; margin: 10px 0px 10px 0px;}
#sbd a{color:#0F3D83; font-size: x-small; text-decoration:none;}
#sbd a:hover{color:#000000;}
.validator  {border: 0px; width: 88px; height: 31px}

/*--------------------------------------------------------------------------------------------------------------------
tables
---------------------------------------------------------------------------------------------------------------------*/

td.center {text-align: center;}
td {padding: 3px; border: 1px solid #5FB5FF; background-color: #dff7ff;}
th {padding: 3px; border: 1px solid #5FB5FF; text-align: center; font-weight: bold; background-color: #5fb5ff;}

/*--------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------*/
