body {
	background: #fff;
	margin: 0;
	padding: 0;
}

p, h1, h2, h3, h4, h5, h6, dt, dd, ul, li, ol, dl, label, input, textarea, img, table, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
}

img.framed {
	border: 1px solid #D1D2CA;
}

p,h1,h2,h3,h4,h5,h6,h7,h8,table {
	margin: 0 10px 13px 10px;
}

a {
	color: #38acc5;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #38acc5;
		text-decoration: underline;
	}
	
ul, ol, dt {
	/*display: inline-block;*/
	margin: 0 10px 13px 45px;
}

ul.linklist {
	list-style: none;
	margin: 0 10px 13px 10px;
	padding: 0;
}
td ul.linklist {
	margin: 10px 10px 0 0;
}
	ul.linklist li {
		list-style: none;
		margin: 0 0 4px 0;
		padding-left: 34px;
		line-height: 32px;
	}
	ul.linklist li.doc {
		background: transparent url(../images/li/li-doc.gif) 0 0 no-repeat;
	}
	ul.linklist li.help {
		background: transparent url(../images/li/li-help.gif) 0 0 no-repeat;
	}
	

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 42px;
	letter-spacing: -3px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	color: #1e1e1e;
	text-shadow: 1px 1px 2px #fff;
}
h1.minmargin {
		margin-bottom: 6px;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -1px;
	font-weight: normal;
	color: #333;
	text-shadow: 1px 1px 2px #fff;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	letter-spacing: -2px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	text-shadow: 1px 1px 2px #fff;
}

h3 strong {
	color: #333;
}

h4 {
	font-size: 13px;
	line-height: 16px;
	margin: 4px 0 4px 0;
}

h4 a {
	text-decoration: none;
}

img {
	display: block;
	margin: 0;
	padding: 0;
	border:none;
}

/*		TABLES
_______________________________________________*/

caption {
	margin: 0 0 5px 0;
	text-align: left;
	font-size: 11px;
}

th, td {
	padding: 0 0 3px 0;
}

th {
	text-align: left;
	font-size: 13px;
	line-height: 26px;
}
	.forumTime {
		width: 151px;
		padding-bottom: 8px;
	}

td.error {
	color: #ff3300;
	font-size: 11px;
}
td.advanced {
	font-size: 11px;
}

table table {
	margin: 0;
	border-bottom: 1px solid #ccc;
}

/*______________________forms*/	

form {
	margin: 0;
	padding: 0;
}

label {
	font-size: 11px;
}

input, textarea, select {
	font-size: 13px;
	padding: 3px 3px 3px 3px;
	height: 19px;
	border: 1px solid #d1d2ca;
}
	input.radio, input.checkbox {
		width: 20px;
		border: none;
	}
		input.button {
			font-size: 11px;
			font-weight: bold;
			text-align: center;
			height: 25px;
			width: auto;
			line-height: 11px;
			padding: 0 3px;
			cursor: pointer;
			border: none;
			background: #d1d2ca;
		}
		input.button:hover {
			background: #38acc5;
			color: #fff;
		}
/*			input.submitEnquiry {
				width: 106px;
				height: 25px;
				border: none;
				padding: 0;
			}
			input.submitEnquiry:hover {
				background: #afc529;
			}
				input.clearEnquiry {
					width: 48px;
					height: 25px;
					border: none;
					padding: 0;
					margin: 0 16px 0 0;
				}
				input.clearEnquiry:hover {
					background: #afc529;
				}
			*/
textarea {
	width: 250px;
	height: 200px;
}

select {
	width: 262px;
	height: 25px;
}
select.safari {
	width: 262px;
	height: 25px;
	border-top: 3px solid #fff;
	border-bottom: 4px solid #fff;
}

input.file {
	background: auto;
	line-height: normal;
	color: #454545;
	width: 262px;
	height: auto;
/*	border: none;*/
	background: #fff;
}
input.filesafari {
	background: auto;
	line-height: normal;
	color: #454545;
	width: 250px; /*for safari*/ 
	height: auto;
	background: #fff;
}

/*		SECTION
_______________________________________________*/

div.section {

}
	body.spark div#top {
		background: #eaebe5 url(../images/bg/bg-blue.jpg) top center repeat-x;
	}
	div#bot {
		background: #fff;
	}
	
/*		CONTENT
_______________________________________________*/
	
div.content {
	width: 960px;
	margin: 0 auto;
}
	#top div.content {
		
	}
	#bot div.content {
		
	}
	
/*		WRAPPER
_______________________________________________*/
	
div.wrapper {

}
	div#topNav {
		padding: 39px 0 0 0;
	}
	div#mainContent {
		width: 940px;
		padding: 10px;
		background: #eaebe5 url(../images/bg/bg-col-gradient.jpg) top left repeat-x;
	}
	div#gridHolder {
		padding: 0 0 13px 0;
	}
	div#gmapHolder {
		clear: both;
		width: 650px;
		height: 320px;
		border: 1px solid #d1d2ca;
		background: #fff;
		margin: 0 0 13px 0;
		padding: 4px;
	}
	div#ssp-holder {
		width: 650px;
		height: 432px;
		border: 1px solid #d1d2ca;
		background: #fff;
		margin: 0 0 13px 0;
		padding: 4px;
	}
	div#footer {
		width: 940px;
		padding: 10px;
	}
	
/*		TOPNAV
_______________________________________________*/

img#edaLgo {
	float: left;
	display: inline;
	margin: 0 50px 39px 10px;
}

ul#navigation {
	float: left;
	list-style: none;
	background: #fff; /*#eaebe5*/
	margin: 50px 0 0 0;
	padding: 0 20px;
	width: 640px;
}

ul#navigation li {
	font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	height: 54px;
	line-height: 54px;
	color: #c9cac1;
}

ul#navigation li a {
	margin: 0 10px 0 0;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
ul#navigation li a:hover, ul#navigation li a.selected {
	color: #454545;
	border-bottom: 3px solid #454545;
}

	
/*		COLUMN
_______________________________________________*/

div.column {
	float: left;
	display: inline;
}
	div#leftMain {
		width: 260px;
		margin: 0 20px 0 0;
	}
	div#rightMain {
		width: 660px;
		margin: 0;
	}
	
/*		LEFTMAIN
_______________________________________________*/

ul#featuredPanel {
	list-style: none;
	margin: 0 0 38px 0;
	padding: 0;
}

ul#featuredPanel li {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -1px;
	font-weight: normal;
	text-shadow: 1px 1px 2px #333;
	list-style: none;
	display: block;
	width: 260px;
	height: 113px;
	margin: 0 0 3px 0;
}

ul#featuredPanel li a {
	display: block;
	padding: 10px 50px 10px 10px;
	width: 200px;
	height: 93px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
	ul#featuredPanel li.landd a {
		background: url(../images/but/but-landd.gif) 0 -113px no-repeat;	
	}
	ul#featuredPanel li.landd a:hover {
		background: url(../images/but/but-landd.gif) 0 0 no-repeat;
	}
	ul#featuredPanel li.casestudies a {
		background: url(../images/but/but-casestudies.gif) 0 -113px no-repeat;	
	}
	ul#featuredPanel li.casestudies a:hover {
		background: url(../images/but/but-casestudies.gif) 0 0 no-repeat;
	}

div#leftMain table {
	width: 240px;
}

div#leftMain table td input {
	width: 232px;
}
div#leftMain table td input.button {
	width: 84px;
}

	
/*		GRIDHOLDER
_______________________________________________*/

div.gridHolder {
	padding: 0 0 13px 0;
}

div.gridHolder div {
	display: inline;
	float: left;
	width: 305px;
	margin: 0 10px 10px 0;
	padding: 10px;
	background: #d1d2ca;
}
div.gridHolder div.last {
	margin-right: 0;
}
/*div.gridHolder div:hover {
	background: #bfdcdd;
}*/
div.gridHolder div.clickable:hover {
	cursor: pointer;
	background: #bfdcdd;
}
	
div.gridHolder div img {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 1px;
	border: 1px solid #989988;
	background: #fff;
}
	div.gridHolder div.clickable:hover img {
		border: 1px solid #000;
	}

div.gridHolder div div.gridCopy {
	float: left;
	display: inline;
	width: 166px;
	margin: 0;
	padding: 0;
	background: none;
}

div.gridCopy p, div.gridCopy h1, 
div.gridCopy h2, div.gridCopy h3,
div.gridCopy h4, div.gridCopy h5,
div.gridCopy h6, div.gridCopy h7, 
div.gridCopy h8 {
	margin-left: 0;
	margin-right: 0;
}

div.gridCopy h4, div.gridCopy h4 a {
	color: #454545;
}

div.gridCopy h4 a, div.gridCopy h4 a:hover {
	text-decoration: none;
}

div.gridCopy p {
	font-size: 11px;
	line-height: 15px;
	margin: 4px 0;
	color: #454545;
}

div.gridCopy p a {
	text-decoration: none;
}

/*		SIDENAV
_______________________________________________*/

ul.sideNav {
	list-style: none;
	width: 260px;
	margin: 0 0 38px 0;
	padding: 0;
}

ul.sideNav li {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 12px;
}

ul.sideNav li a {
	display: block;
	margin: 0 0 0 0;
	padding: 4px 10px;
	background: #d1d2ca;
	color: #666;
	text-decoration: none;
}
	ul.sideNav li a:hover {
		background: #bfdcdd;
		color: #1e1e1e;
	}
	ul.sideNav li a.selected {
		background: #38acc5;
		color: #fff;
	}

/*		BREADCRUMB
_______________________________________________*/

ul.breadcrumb {
	list-style: none;
	width: 640px;
	margin: 0;
	padding: 5px 10px 8px 10px;
}

ul.breadcrumb li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 11px;
}
	ul.breadcrumb li.selected {
		font-weight: bold;
	}

ul.breadcrumb li a {
	margin: 0 5px 0 0;
}

/*		PUBLICATION
_______________________________________________*/

div.publication {
	padding: 10px; 
	margin: 0 0 13px 0; 
	background: none;#D1D2CA
}

div.publication img {
	display: inline;
	float: left;
	padding: 1px;
	background: #fff;
	border: 1px solid #989988;
}

div.publication div {
	display: inline; 
	float: left; 
	width: 501px; 
	padding: 4px 0 0 0;
}

/*		NEWS
_______________________________________________*/

p.newsImage {
	float: right;
	text-align: center;
}

p.newsImage a {
	display: block;
	font-size: 11px;
	background: #d1d2ca; /*#989988*/
	padding-bottom: 4px;
	color: #666;
}
p.newsImage a:hover {
	background: #38acc5;
	text-decoration: none;
	color: #fff;
}

p.newsImage img {
	margin: 0 0 3px 0;
	padding: 1px;
	border: 1px solid #d1d2ca; /*#989988*/
	background: #fff;
}

p.newsImage a img {
	margin: 0 0 3px 0;
	padding: 1px;
	border: 1px solid #d1d2ca; /*#989988*/
	background: #fff;
}
p.newsImage a:hover img {
	border: 1px solid #38acc5;
}


/*		CONTACT/GMAP
_______________________________________________*/

div.addressBar {
	display: inline;
	float: left;
	width: 220px;
}

div#gmap {
	width: 650px;
	height: 320px;
}

/*		SSP
_______________________________________________*/

div#ssp {
	width: 650px;
	height: 432px;
}

/*		FORUM
_______________________________________________*/

.forum img {
	margin: 0 0 10px 0;
}

.forum td {
	padding-bottom: 15px;
}

.forum td table {
}

/*		FOOTER
_______________________________________________*/

img#tradeAs {
	float: left;
	display: inline;
	margin: 10px 61px 0 41px;
}

div#footer div {
	display: inline;
	float: left;
	width: 305px;
	margin: 0 10px 10px 0;
	padding: 10px;
}
	div#footer div.last {
		margin-right: 0;
	}
	
div#footer p, div#footer h1, 
div#footer h2, div#footer h3,
div#footer h4, div#footer h5,
div#footer h6, div#footer h7, 
div#footer h8 {
	margin-left: 0;
	margin-right: 0;
}

div#footer p {
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 10px 0;
}

div#footer ul {
	list-style: none;
	float: left;
	width: 150px;
	margin: 0 5px 0 0;
	padding: 0;
}
	div#footer ul.last {
		margin: 0;
	}

div#footer ul li {
	list-style: none;
	font-size: 11px;
	line-height: 15px;
	/*height: 15px;*/
	margin: 0 0 2px 0;
	padding: 0;
}

div#footer ul li a {
	display: block;
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: normal;
	color: #666;
	border-bottom: 1px solid #eaebe5;
	text-decoration: none;
}

div#footer ul li a:hover, div#footer ul li a.selected {
	color: #38acc5;
	font-weight: bold;
	border-bottom: 1px solid #38acc5;
}
	
/*		LINE
_______________________________________________*/
	
div.line {
	/*clear: both;*/
	height: 1px;
	background: #c9cac1;
	/*border-top: 1px solid #333;*/
	border-bottom: 1px solid #fff;
	margin: 0 0 13px 0;
}
	
/*		CLEARFIX
_______________________________________________*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*		CLEARINGDIV
_______________________________________________*/

div.clearingDiv {
	clear: both;
	height: 0;
}

.copper {
	color: #ce711e;
}