/*
This is an Elated PageKit - www.elated.com.
All artwork copyright (c) 1996-2005 Elated Communications Ltd.
By using this PageKit, you are agreeing to be bound by the
usage agreement available online at http://www.pagekits.com/usage/
*/


/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #333333;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
}



/*
	Standard paragraph style
*/

p
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.65em;
	margin-top: 0px;
	color: #FFFFFF;
	line-height: 1.4em;
	text-align: justify;
}


li
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin-top: 5px;
	color: #FFFFFF;
	line-height: 1.1em;
	margin-left: 10px;
}




/*
	Links
*/


a:link {
	color: #e0b846;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	}

a:visited {
	color: #e0b846;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	} 

a:active {
	color: #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	text-decoration: none;
	} 

a:hover {
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .8em;
	text-decoration: underline;
	} 


/*
	Front Page Table Links
*/


a.menu:link {
	color: #e0b846;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	margin: 0px, 0px, 0px, 15px;
	}

a.menu:visited {
	color: #e0b846;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	margin: 0px, 0px, 0px, 15px;
	} 

a.menu:active {
	color: #CCCCCC;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	margin: 0px, 0px, 0px, 15px;
	} 

a.menu:hover {
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: underline;
	margin: 0px, 0px, 0px, 15px;
	} 




/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 0.7em;
	color: #4066ff;
	margin-top: 10px;
	margin-left: 10px;
}

h1.left-header
{
	font-weight: normal;
	font-size: 0.7em;
	color: #4066ff;
	margin-left: 85px;
}

h2
{
	font-size: 0.7em;
	color: #4066ff;
	padding-top: 9px;
	padding-left: 60px;
	font-weight: bold;
}
h3
{
	font-size: 0.9em;
	color: e0b846;
	font-weight: bold;
	text-align: center;
	padding-top: 50px;
}



/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: #333333;
	
}



/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable 
{
	width: 750px;
	background-color: #333333;
	border-bottom: 1px solid #e0b846;
}

.menucell
{
	background-color: #000000;
	padding-left: 15px;
	padding-bottom: 3px;
}



/*
	Left hand column on homepage - the big image
*/

.home-left 
{
	width: 276px;
	height: auto;
	background-image: url("images/home_left.jpg");
	background-repeat: no-repeat;
	padding-top: 570px;
}

p.left-text
{
	font-size: 0.6em;
	margin-left: 15px;
	margin-right: 20px;
	color: #e0b846;
}
ul.left-text
{
	font-size: 0.6em;
	margin-left: 15px;
	margin-right: 20px;
}



/*
	Right hand column on homepage
*/

.home-right 
{
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;

}





/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 200px;
	height: 300px;
	background-image: url("images/page_left.jpg");
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 75px;
}


/*
	Right hand column on sub-page
*/

.page-right 
{
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 15px;
	width: 400px;
	height: 537px;
}
.port-left/*
	Left hand column on sub-page
*/

 
{
	width: 40px;
	height: 300px;
	background-image: url("images/page_left.jpg");
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 75px;
}
.port-right/*
	Right hand column on sub-page
*/

 
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	width: 600px;
}




/*
	Page footer area
*/


p.footer
{
	text-align: center;
	margin-top: 0px;
	padding-top: 20px;
	color: #e0b846;
	font-size: 0.65em;
	margin-bottom: 10px;
}

p.footer a
{
	color: #EA922B;
	font-size: 1em;
}




/*
	Standard images
*/

img
{
	border: none;
}





/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}

