@charset "utf-8";
/* CSS Document */

#container {
	width: 770px;
	margin: auto;
	padding: 0;
}

/* MAIN CONTENT */
#content {
	width: 736px;
	background-color: #ffffff;
	background-position: bottom right;
	background-repeat:no-repeat;
	border: solid 2px #2b5377;
	border-top: 0;
	color: #435b67;
	font-family: 'Trebuchet MS', arial, sans;
	font-size: 12px;
	text-align: left;
	margin: 0;
	padding: 20px 0 0 30px;
	min-height: 400px;
}
* html #content {
	height: 400px;
}

#maincontent {
	padding: 0 0 20px 0;
	margin: 0;
	width: 560px;
}

#content h1 {
	background-image:url(/images/subpages/header1.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	margin: 0 0 20px -20px;
	padding: 5px 0 0 20px;
	color: #2b5377;
	font-size: 16px;
	font-weight: bold;
	min-height: 25px;
}
/* because IE is dumb and doesn't recognize "min-height" */
* html #content h1 {
	height: 22px;
}
#maincontent h2 {
	margin: 4 0 12px 0;
	color: #2b5377;
	font-size: 14px;
	font-weight: bold;
}
#maincontent h3 {
	margin: 4 0 10px 0;
	color: #0596b0;
	font-size: 12px;
	font-weight: bold;
}

#maincontent p {
	margin: 0 0 10px 0;
	font-size: 12px;
	text-align:justify;
	line-height: 1.4;
}

#maincontent ul{
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0 40px 0 0;
	font-size: 12px;
	line-height: 1.2;
}
#maincontent ul li {
	background-image: url(/images/subpages/bullet.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 25px;
	padding: 0 0 5px 20px;
}

#maincontent a {
	color: #006db2;
	text-decoration: none;
	border-bottom: solid 1px #d3ecfe;
}
#maincontent a:hover {
	color: #157d8d;
	text-decoration: none;
	border-bottom: solid 1px #0596b0;
	background-color: #ebf6fd;
}
#maincontent a img {
	text-decoration: none;
	border: solid 1px #FFFFFF;
	padding: 0;
	background-color: #FFFFFF;
}
#maincontent a:hover img {
	text-decoration: none;
	border: solid 1px #FFFFFF;
	padding: 0;
	background-color: #FFFFFF;
}

#maincontent .divider {
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #0596b0;
	text-align: right;
}
#maincontent a.divider {
	border-bottom: 0;
}
#maincontent a.imglink {
	border-bottom: 0;
}
#maincontent a.imglink:hover{
	border-bottom: 0;
	background-color:#FFFFFF;
}
#maincontent .imglink img{
	border: solid 1px #0596b0;
}

#maincontent hr 
{
  color:#7f9db9;
}
  
table.contacts {
	border-collapse: collapse;
	border: 0;
	width: 560px;
}
table.contacts td{
	padding: 0;
	vertical-align: top;
	text-align: left;
}
td.contactspic {
	width: 82px;
}
td.contactsinfo {
	width: 198px;
}

/* END MAIN CONTENT */


#resulttable {
	border-collapse:collapse;
	border: solid 1px #00a1b2;
	/*clear: both;*/
	margin: 10px 0 20px 0;
	width: 100%;
	font-weight:bold;
}
#resulttable td{
	padding: 2px;
}
#resulttable .oc td{ /* odd cell #d3ecfe; */
	background-color: #eef7fd;
	border: solid 1px #00a1b2;
}
#resulttable .ec td{ /* even cell */
	background-color: #FFFFFF;
	border: solid 1px #00a1b2;
}
#resulttable .hc td{ /* hover cell 7fcdd7*/
	background-color: #00a1b2;
	border: solid 1px #00a1b2;
	color:#FFFFFF;
	cursor: pointer;
}
#resulttable a {
	background: none;
	border-bottom: 0;
}
#resulttable a:hover {
	text-decoration: none;
	border-bottom: 0;
	background:none;
	color:#FFFFFF;
}
#profiledetails {
	margin: 0;
	padding: 0 0 10px 0;
}
#profilecontacts {
	margin: 0;
	padding: 0 0 10px 0;
}
#contacttable {
	width: 270;
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	border: 0;
}
#contacttable td{
	padding: 1px 10px 1px 0;
	border: 0;
}
#profilespecs {
	margin: 0;
	padding: 0 0 10px 0;
}
#profilebranches {
	margin: 0;
	padding: 0 0 10px 0;
}
#profilebranches table {
	margin: 0;
	border-collapse:collapse;
}
#profilebranches td {
	padding: 0 0 10px 0;
}
/* END MEMBER SEARCH */

/* FORM ELEMENTS */
select {
	color: #435b67; 
	font-family: 'Trebuchet MS', arial, sans;
	font-size: 12px;
	min-width: 204px;
	padding: 0;
	border: solid 1px #0596b0;

}
input {
	color: #435b67;
	font-family: 'Trebuchet MS', arial, sans;
	font-size: 12px;
	width: 200px;
	padding: 0;
/*	border: solid 1px #0596b0;*/
}


.button {
	color: #006db2;
	font-family: 'Trebuchet MS', arial, sans;
	font-size: 11px;
	font-weight:bold;
	width: 70px;  /*TR. 2009-01-06 Increased width to allow "Recherche" to fit*/
	padding: 0;
	border: solid 2px #0596b0;
	background-color: #d3ecfe;
}
.formtable {
	border-collapse: collapse;
	margin: 10px 0 10px 0;
	text-align: left;
}
/* END FORM ELEMENTS */

/* FOOTER */
#footer {
	width: 770px;
	padding:15px 0 15px 0;
	text-align:center;
	font-family: 'Trebuchet MS', arial, sans; 
	font-size: 10px; 
	color:#2b5377;
}
/* END FOOTER */