/*
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;
}

h1 {
	color: #8179b6;
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 26px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}

h2 {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	color: #E07902;
	font-weight: bold;
	padding-bottom: 5px;
}

p {
	margin-bottom: 12px;
	line-height: 16px;
}

ul, ol {
}

ul {
}

ul li {
	line-height: 150%;
	list-style-position: inside;
}

a:link {
	color: #8179b6;
}

a:hover {
	text-decoration: none;
}

a:visited {
}

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: 100%;
	background-color: #FFFFFF;
}

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

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

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

#menu_top li {
	display: inline;
}

#menu_top a {
	color: #6b747c;
	text-decoration: none;
	font-size: 12px;
	padding: 0px 20px;
	border-left: solid #666 1pt;
	font-weight: 400;
}

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

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

#left_pics {
	float: left;
	width: 330px;
	height: 100%;
	padding-left: 20px;
}

#right_text {
	float: right;
	width: 410px;
	height: 100%;
	padding-right: 20px;
	padding-top: 20px;
}

#long {
	float: left;
	width: 800px;
	height: 100%;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

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

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

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

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

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

/* 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;
}
