/*
#
# Site:         efw
#
# File:         site.css
#
# Author:       Andrew Cope / Evergreen Computing Ltd
#
# Date:         March 2007
#
# Copyright:    (c) 2001 Evergreen Computing Ltd
#
*/
body {
	margin:0px;
	background: white;
	font-family: Arial, sans-serif;
	color: #000000; 
}
h1,h2,h3,h4,h5 {
	font-family: Arial, sans-serif;
	color: #0080aa;
}
h2 {
	margin-top:15px;
	margin-bottom:15px;
}
body,li,p,blockquote,td,textarea {
	font-family: Arial, sans-serif;
	font-size:10pt;
	color:#000000;
}
th {
	font-size: 10pt;
	background:#CCCCCC;
}

.titletag {
	font-size:18pt;
	font-family: Arial, sans-serif;
	/*
	font-style:italic;
	*/
	color: #81b090; 
	color: white;
}


A:link.sitemenu    { text-decoration: none; font-size:9pt; color:#FFFFFF }
A:visited.sitemenu { text-decoration: none; font-size:9pt; color:#FFFFFF }
A:hover.sitemenu   { text-decoration: none; font-size:9pt; color:#FFFFFF }

.green   { color: #81b090; font-weight:bold; }

.little { font-size: 9pt }

A:link    { color: #0080AA }
A:visited { color: #0080AA }
A:hover   { color: #ff009C; background:none }

A:link.wl    { color: #fefefe }
A:visited.wl { color: #fefefe }
A:hover.wl   { color: #CCCCCC; background:none }

A:link.noul    { text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul   { text-decoration: none }

A:link.menu    { text-decoration: none; color:#008182; font-size:95% }
A:visited.menu { text-decoration: none; color:#008182; font-size:95% }
A:hover.menu   { text-decoration: none; color:#CCFFCC; font-size:95% }

A:link.topbar    { text-decoration: none; color:#fefefe; }
A:visited.topbar { text-decoration: none; color:#fefefe; }
A:hover.topbar   { text-decoration: none; color:#CCCCCC; }

.heading1 { font-size:150% }
.heading2 { font-size:125% }

.row_blue   { background-color:#000099 }
.row_white  { background-color:#FFFFFF }

input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	border-width:1;
	background-color:#DDDDDD;
	color: black;
}
input:focus, textarea:focus, select:focus
  { background : #EEEEEE;
    color : black; }

.proceed { background-color:#00AA66; color:white }

.searchinp { width:300px; }

h3.si_heading {
	background:#EEEEEE;
	margin-top:5px;
	margin-bottom:0px;
}

input.form_button {
	padding-bottom:23px;
}
.form_button {
	color: #666666;
	height:2em;
	padding:4px;
	margin: 0px;
	text-align:center;
	text-decoration: none;
	border: 1px solid black;
	border-top-color: #aaa;
	border-left-color: #aaa;
	border-bottom-color: #555;
	border-right-color: #555;
	background-color: #eeeeee;
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	cursor: hand;
}
.form_button:hover { color:#006600; background-color:#DDDDDD }

li.spaced {
	margin-bottom:10px;
}

.telephone {padding:10px; FONT-SIZE:10pt; LINE-HEIGHT:140%; FONT-WEIGHT:BOLD; COLOR: #606069; margin-left: 2px; margin-bottom: 10px; vertical-align:middle;}
.telephone .phicon { margin-right:15px;}

.silk_box {
	margin-left:5px;
	border:2px solid;
	padding:10px;
	background: #F6F7FB;
	float:right;
	width:40%;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
.contactfield {
	width: 200px;
}

.lhs {
	margin:15px 20px 10px 10px;
}

h3.lhs {
	margin-top:20px;
}

.rhs_pic {
	float:right;
	margin:10px 0px 10px 20px;
}
.lhs_pic {
	float:left;
	margin:10px 20px 10px 0px;
}

.caption {
	margin-top:3px;
	font-style:italic;
	/*
	width:300px;
	*/
	font-size:80%;
}

.hlight0 { background: #FFFF00 }
.hlight1 { background: #CCFFCC }
.hlight2 { background: #CCCCFF }
.hlight3 { background: #FFCCCC }

div.rhs_button {
	margin:10px 0 10px 0;
	text-align:center;
	padding:10px 5px 10px 5px;
	background-color:#FFFFCC;
	border:solid #999999;
	border-width:0 2px 2px 0;
}

h3.account {
	margin-top:0px;
}

div.account li {
	margin-bottom:10px;
}

.browse_flag {
	width:150px;
	height:100px;
	padding:10px 5px 0 10px;
	font-size:12pt;
	float:left;
	margin:0 0 10px 10px;
}

.top {
	font-size:8pt;
	margin-left:20px;
}
A:link.top    { font-size:8pt; color:#CCCCCC }
A:visited.top { font-size:8pt; color:#CCCCCC }
A:hover.top   { font-size:8pt; color:#333333 }
