@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
[ASG] Screen Stylesheet

version:   1.0
date:      01/07/11
author:    Thomas James
email:     Thomas@urbanedgedesign.co.uk
website:   http://www.urbanedgedesign.co.uk

/* Import other stylesheets
-----------------------------------------------------------------------------*/

/* @import url("otherstylesheet.css"); */



/* Font Chart
-----------------------------------------------------------------------------*/
/*

body = 62.5%

08px = 0.8em
09px = 0.9em
10px = 1.0em
11px = 1.1em
12px = 1.2em
14px = 1.4em
16px = 1.6em
18px = 1.8em
20px = 2.0em
22px = 2.2em
24px = 2.4em

*/

/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	min-height: 100%;
	height: auto;
}


/* Styles for layout
-----------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #3f4554;
	line-height: 1.3em;
	background: #662492 url(../images/background.jpg) center 0 repeat-y;
}

#wrapper {
	width: 752px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#container {
	width: 751px;
	height: auto;
 	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	position: relative;
}


/* Header
-----------------------------------------------------------------------------*/

#header {
	width: 751px;
	height: 142px;
	margin: 50px 0 0 0;
	padding: 0;
	float: left;
	clear: both;
	border-bottom: 1px solid #bebebe;
}

#header_left {
	width: 308px;
	height: 142px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#main_navigation {
	width: 443px;
	height: 63px;
	margin: 79px 0 0 0;
	padding: 0;
	float: left;
	display: inline;
}

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

#main_navigation ul li {
	display: block;
	float: left;
	width: auto;
	height: 63px;
	margin: 0 44px 0 0;
	padding: 0 0 0 13px;
	border-left: 1px solid #bebebe;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #717075;
}

#main_navigation ul li a {
	color: #717075;
	text-decoration: none;
}

#main_navigation ul li a:hover {
	color: #57217e;
	text-decoration: none;
}

#main_navigation ul li.nav_active a {
	color: #57217e;
	text-decoration: none;
}


/* Contents Area Layout
-----------------------------------------------------------------------------*/

#contents_container {
	width: 751px;
	min-height: 450px;
	height: auto!important;
 	margin: 30px 0 0 0;
	padding: 0 0 30px 0;
	float: left;
	clear: both;
	background: #717075;
}

#titlebox {
	width: 700px;
	height: 60px;
	margin: 35px 0 0 50px;
	padding: 0;
	float: left;
	clear: both;
}

#contents_column_one {
	width: 308px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
}

#col1_textbox {
	width: 258px;
	height: auto;
	margin: 0 0 0 50px;
	padding: 0;
	float: left;
	clear: both;
}

/* Col 2 */

#contents_column_two {
	width: 443px;
	height: auto;
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}

#textbox {
	width: 365px;
	height: auto;
	margin: 35px 0 0 40px;
	padding: 0;
	float: left;
	clear: both;
}

#textbox2 {
	width: 365px;
	height: auto;
	margin: 0 0 0 40px;
	padding: 0;
	float: left;
	clear: both;
}


/* Footer
-----------------------------------------------------------------------------*/

#footer {
	width: 751px;
	height: auto;
	margin: 30px 0 0 0;
	padding: 17px 0 20px 0;
	float: left;
	clear: both;
	border-top: 1px solid #bebebe;
}


/* Clear Fix Class
-----------------------------------------------------------------------------*/

.clear {
	font-size: 0;
	height: 0;
	width: 100%;
	display: block;
	clear: both;
	line-height: 0;
}


/* Links
-----------------------------------------------------------------------------*/

a {
	color: #d3c9e4;
	text-decoration: none;
}

a:hover {
	color: #d3c9e4;
	text-decoration: underline;
}

img { border: 0; }

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

#footer a:hover {
	color: #57217e;
	text-decoration: underline;
}


/* Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 1.8em;
	color: #000;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 1.6em;
	color: #ddd3e5;
	margin: 0 0 9px 0;
	padding: 0;
	line-height: 1.3em;
}

h3 {
	font-size: 1.6em;
	color: #fff;
	margin: 4px 0 10px 0;
	padding: 0 0 9px 0;
	border-bottom: 1px solid #a1a0a3;
	cursor: pointer;
}

h3:hover {
	color: #ddd3e5;
}

h4 {
	font-size: 1.2em;
	color: #000;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 1.2em;
	color: #000;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, sans-serif;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	color: #fff;
	margin: 0 0 14px 0;
	padding: 0;
	line-height: 1.4em;
}

#latestnews p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	color: #fff;
	margin: 16px 16px 16px 16px;
	padding: 0;
	line-height: 1.3em;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #717075;
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	text-align: center;
	text-transform: uppercase;
}

strong { font-weight: bold; }

em { font-style: italic; }

hr {
	height: 1px;
	margin: 10px 0 18px 0;
	padding: 0;
	border: none;
	background: #a1a0a3;
	color: #a1a0a3;
}

.left { text-align: left; }

.right { text-align: right; }


/* Home Page
-----------------------------------------------------------------------------*/

#latestnews {
	width: 363px;
	height: 116px;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	background: url(../images/newsback.jpg) 0 0 no-repeat;
	border: 1px solid #656467;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: #8b8a8d;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
	background: #8b8a8d;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #8b8a8d;
	position: relative;
}

.jspDrag
{
	background: #b3b2b6;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}


/* Issues Page
-----------------------------------------------------------------------------*/




/* Forms
-----------------------------------------------------------------------------*/

/*input.error { border: 1px solid #000; } */



/* Random CSS Code
-----------------------------------------------------------------------------*/

.dn { display: none !important; }

.floatleft { float: left; }

.floatright { float: right; }

:focus { outline: 0; }

/*.min_height {
	min-height: 500px;
	height: auto !important;
	height: 500px;
}*/

/*input:focus, textarea:focus {
	background: #424141;
	color: #ccc;
}*/

/*#transparency {
	background-color: #fffdea;
	filter: alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity: 0.9;
}*/


/* Table
-----------------------------------------------------------------------------*/

/*table {
	width: 100%;
	height: 100%;
	border: 0;
}

td {
	vertical-align: middle;
	text-align: center;
}*/


