/*
 
Copyright (c) Enigma Interactive 2006

SOM2
Project:		EST
Filename:		layout_common.css
Description:	Layout of the home page
     
History
ver date  		who     	comment
-----------------------------------------------------------------------------
4	01jun06		MS			Adding a new class for media
3	26May06		MS			Making changes ala Sallys list
2	19May06		MS			Check in
1	03May06		MS			Created

*/

body {
	position: relative;
	margin: 0;
	padding: 0;
	padding-top: 7px;
	font: normal 70% arial,sans-serif;
	text-align: left; /* centering for IE users */
	color: #ffffff;
	background-color: #cccccc;
}


p{
	margin: 0;
	padding: 0px 0px 10px 0px;
}

#siteWrap {
	position: relative;
	overflow: hidden;
	width : 760px;
	margin : auto;
	padding : 0px;
	background-color: #569dd3;
}

/* #siteTop {
	position: relative;
	overflow: hidden;
	width : 760px;
	float: left;
	margin : 0px;
	padding : 0px;
} */

#siteMain {
	position: relative;
	overflow: hidden;
	width : 760px;
	float: left;
	margin : 0px;
	padding : 0px;
	z-index: 110;
	margin-top: -15px;
}

#siteLower {
	position: relative;
	overflow: hidden;
	width : 760px;
	float: left;
	margin : 0px;
	padding : 0px;
}

#siteContent {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width : 760px;
}

#siteContent a{
	/* text-decoration: underline; */
}

img {
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
	margin: 0;
	font-weight: bold;
}  

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

h4 {
	font-size: 1.1em;
}

h5 {
	font-size: 1.1em;
	font-weight: normal;
}

h6 {
	font-size: 1.0em;
	font-weight: normal;
}  

.image {
	position: relative;
	overflow: hidden;
	width: 253px;
	background-color: #ffffff;
}

.link {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
} 

.link a{
	color: #ffff00;
}  

.link .title{
	position: relative;
	overflow: hidden;
}  

.link .desc{
	position: relative;
	overflow: hidden;
} 

.download {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 10px 0px;
}   

.download a{
	color: #ffff00;
}

.download .title{
	position: relative;
	overflow: hidden;
}  

.download .desc{
	position: relative;
	overflow: hidden;
}  

.contact {
	position: relative;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
}   

.contact a{
	color: #ffff00;
}

.contact .group{
	position: relative;
	overflow: hidden;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
}  

.contact .group .title{
	position: relative;
	overflow: hidden;
	font-size: 1.1em;
}  

.contact .position{
	position: relative;
	overflow: hidden;
}  

.contact .organisation{
	position: relative;
	overflow: hidden;
}  

.contact .desc{
	position: relative;
	overflow: hidden;
}  

.contact .address1{
	position: relative;
	overflow: hidden;
}  

.contact .address2{
	position: relative;
	overflow: hidden;
}  

.contact .address3{
	position: relative;
	overflow: hidden;
}  

.contact .postcode{
	position: relative;
	overflow: hidden;
}  

.contact .country{
	position: relative;
	overflow: hidden;
}  

.contact .tel{
	position: relative;
	overflow: hidden;
}  

.contact .fax{
	position: relative;
	overflow: hidden;
}  

.contact .email{
	position: relative;
	overflow: hidden;
}  

.darkButton {
	position: relative;
	overflow: hidden;
	float: left;
} 

.darkButton a{
	text-decoration: none;
	color: #ffffff;
}

.darkButton .smallButton {
	position: relative;
	overflow: hidden;
	width: 80px;
	height: 17px;
	background: url('/images/buttons/dark_blue_button_small.gif') no-repeat top left;
}

.darkButton .smallButton .buttonText{
	position: relative;
	overflow: hidden;
	padding: 1px 0px 0px 8px;
}

.darkButton .largeButton {
	position: relative;
	overflow: hidden;
	width: 140px;
	height: 17px;
	background: url('/images/buttons/dark_blue_button_large.gif') no-repeat top left;
}

.darkButton .largeButton .buttonText{
	position: relative;
	overflow: hidden;
	padding: 1px 0px 0px 8px;
}

.lightButton {
	position: relative;
	overflow: hidden;
	float: left;
}

.lightButton a{
	text-decoration: none;
	color: #ffffff;
}

.lightButton .smallButton {
	position: relative;
	overflow: hidden;
	width: 85px;
	height: 17px;
	background: url('/images/buttons/light_blue_button_small.gif') no-repeat top left;
}

.lightButton .smallButton .buttonText{
	position: relative;
	overflow: hidden;
	padding: 1px 0px 0px 8px;
}

.lightButton .largeButton {
	position: relative;
	overflow: hidden;
	float: left;
	width: 140px;
	height: 17px;
	background: url('/images/buttons/light_blue_button_large.gif') no-repeat top left;
}

.lightButton .largeButton .buttonText{
	position: relative;
	overflow: hidden;
	padding: 1px 0px 0px 8px;
}

.teHTML table {
	font-size: 1.0em;
}

.teHTML a {
	color: #ffff00;
}