/*
Design by Likeminded ©2008
http://www.likeminded.co.uk
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	background-color: #FFFFFF;
}

h1 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: lighter;
	font-style: italic;
	line-height: 28px;
}

h2 {
	font-size: 14px;
	color: #004F94;
}

h3 {
	font-size: 14px;
	color: #004F99;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

p {
	margin-bottom: 5px;
	line-height: 20px;
}

ul, ol {
}

ul {
}

ul li {
	line-height: 20px;
	list-style-position: inside;
	list-style-type: disc;
	padding-left: 10px;
}

ol {
}

ol li {
}

a:link {
	color: #004F99;
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: #CC071E;
}

img {
}

.image-left {
	float: left;
	margin-bottom: 12px;
}

.image-right {
	float: right;
	margin-left: 1em;
}


/* Wrapper * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page * Page */

#wrapper {
	width: 800px;
	margin: 0 auto;
	height: 550px;
	background-color: #FFFFFF;
	padding-top: 20px;
}

/* Content * Content * Content * Content * Content * Content * Content * Content * Content * Content * Content * Content */

#header {
	width: 800px;
	padding-bottom: 40px;
	height: 148px;
	padding-top: 5px;
}

#menu_top {
	float: left;
	width: 800px;
	padding-bottom: 0px;
	height: 30px;
	padding-top: 5px;
}

#menu_top ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu_top li {
	display: inline;
}

#menu_top a {
	color: #000000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	padding: 0px 24px;
	border-left: solid #CC071E 1pt;
}

#menu_top a:hover {
	text-decoration: none;
	color: #CC071E;
}

#menu_top .first a {
	border-left: 0px solid #000000;
	padding: 0px 20px;
}

#left_holder {
	float: left;
	width: 420px;
	background-repeat: no-repeat;
	padding: 0px 40px 0px 35px;
}

#left_holder p {
	color: #000000;
}

#left_holder h1 {
	color: #FDFDFD;
	font-style: normal;
	font-size: 16px;
}

#right_text {
	float: right;
	width: 290px;
	height: 100%;
	padding-top: 214px;
	padding-right: 10px;
}

#long {
	float: left;
	width: 760px;
	height: 100%;
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

/* Footer * Footer * Footer * Footer * Footer * Footer * Footer * Footer * Footer * Footer * Footer */

#footer {
	width: 780px;
	margin: 0px auto;
	height: 25px;
	padding-bottom: 40px;
	padding-left: 20px;
}

#footer ul {
	list-style: none;
}

#footer li {
	display: inline;
}

#footer a {
	color: #A5A5AD;
	text-decoration: none;
	float: left;
	text-align: center;
	font-size: 12px;
	border-left: solid #A5A5AD 1pt;
	padding: 0px 20px 0px 20px;
}

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

#footer .first a {
	border-left: 0px solid #000000;
	padding: 0px 20px 0px 0px;
}

/* Legals * Legals * Legals ** Legals ** Legals ** Legals ** Legals * * Legals */

#legals {
	width: 780px;
	margin: 0px auto;
	padding-left: 20px;
	padding-bottom: 20px;
}

#legals p {
	font-size: 10px;
	color: #A5A5AD;
	line-height: 14px;
}

#legals a {
	text-decoration: none;
	color: #666666;
}

#legals a:hover {
	text-decoration: none;
	color: #CC071E;
}

/* Form * Form * * Form * Form ** Form * Form ** Form * Form ** Form * Form ** Form * Form */ 

 label
{
	width: 8em;
	float: left;
	text-align: left;
	margin-right: 1em;
	display: block;
}

 input
{
color: #421E6E;
background: #feeab3}

 textarea
{
color: #000000;
background: #feeab3}

.submit input
{
margin-left: 0em;
background: #feeab3}

.application {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #F18E00;
	height: 20px;
	width: 789px;
	padding-left: 10px;
	padding-bottom: 10px;
}

/* access keys * access keys ** access keys ** access keys ** access keys ** access keys ** access keys * access keys */ 


#acceskeys  {
position : relative;
padding : 0;
margin : 0;
margin : auto;
text-align : left;
}

#acceskeys ul {
padding : 0;
margin : 0;
list-style : none;
}

#acceskeys li {
padding : 0;
margin : 0;
list-style : none;
display : inline;
}

#acceskeys a {
border : 1px solid white;
color : #000000;
position : absolute;
top : 0;
left : 0;
overflow : hidden;
width : 0;
height : 0;
font-size : 1em;
z-index : 1000;
}

#acceskeys a:active, #acceskeys a:focus {
position : absolute;
overflow : visible;
width : auto;
height : auto;
margin : auto;
padding : 3px;
background-color : #e7ff44;
border : 1px solid #b6db4d;
}
