/* JDwebmedia CSS document - layout for GWAC.co.uk */

/* Copyright 2007 James Davie */

body	{
		margin: 0;
		padding: 0 0 20px 0;
		border: 0;
		color:#000000;
		text-align: center;
		font: 0.7em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		background-color: #FFFFCC;
		}
		
		a:link , a:visited {color:#000000; text-decoration:none;}
a:hover {color:#999999; text-decoration:none;}
		
div#container {
	margin: 5px auto 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	border:3px solid #000000;
	background-color:#00CDF0;
}

div.images{
	width:100px;
	float:left;
	margin: 10px 10px 10px 10px;
	background-color:#CCCCCC;
	border:2px solid;
	border-color:#000000;
	border-style:dotted;
	}
	
div.Longimages{
	width:445px;
	height:250px;
	float:left;
	margin: 10px 10px 10px 10px;
	background-color:#CCCCCC;
	}
	
	div#ContentArea{
	padding:20px;
	margin: 10px;
	width:470px;
	float:right;
	background-color:#FFFFCC;
	border-bottom:5px solid #FF0000;
	border-right:5px solid #00027B;
	border-top:5px solid #00027B;
	border-left:5px solid #FF0000;
	}
	
div.ContentImages{
	width:200px;
	height:200px;
	float:right;
	margin: 10px 0px 10px 10px;
	background-color:#FFFFCC;
	}
	
div.ContentAImages{
	width:200px;
	height:257px;
	float:right;
	margin: 10px 0px 10px 15px;
	background-color:#CCCCCC;
	border:2px solid;
	border-color:#000000;
	border-style:dotted;
	}
Div#header{
	width:760px;
	height:122px;
	
}

	
Div.HarfText{}

Div.MainImage{}

Div#Footer{
	width:760px;
	height:22px;
	text-align: center;
	
	
	}
	
.style1 {
	font-size: 1.3em;
	font-family:"Trebuchet MS", Verdana, Arial;
	}
	
.style1b {
	font-size: 1.3em;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	}
	
.style1c{
	font-size: 1.3em;
	font-family:"Trebuchet MS", Verdana, Arial;
	text-align:center;
	}
	
	
	/*Navigation*/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#GWNavigation{
	width: 200px;
	border: 1px solid #ccc;
	margin: 10px 0px 10px 10px;
	float:left;
	}
	
#GWNavigation li a {
  	height: 32px;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#GWNavigation li a:link, #GWNavigation li a:visited {
	color: #888;
	display: block;
	background:url(../images/menu3.gif);
	padding: 8px 0 0 30px;
	}
	
#GWNavigation li a:hover, #GWNavigation li a:active {
	color: #283A50;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:bold;
	background:url(../images/menu3.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
	
	/*** Form Styling ***/
input.formbtn {
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #333;
	border-left: 1px solid #999;
	background-color:#00CDF0;
	font-weight:bold;
	color:#000000;
	font:10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}