
body {
	margin: 20px;
	padding: 0;
	font-size: 14px;
	font-weigth: normal;
	font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif;
	color: #5A5A5A;
}
a:link {
	color: #FF0000;
}
a:visited {
	color: #0000FF;
}

.vsmnormal	{ font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif; font-size: 11px; color: #AAAAAA; }
.smnormal  	{ font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif; font-size: 12px; color: #5A5A5A; }
.mednormal, textarea    	{font-size: 14px;}
.medbold      	{font-size: 14px; font-weight: bold }
.lgnormal		{font-size: 15px;}
.lgbold    		{font-size: 15px; font-weight: bold }

A:link		{ text-decoration: none; color: #FF0000; font-weight: bold;}
A:visited		{ text-decoration: none; color: #FF0000; font-weight: bold;}
A:hover		{ text-decoration: underline; color: #CC0000; font-weight: bold;}

A.darkgrey:link	{ font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif; color: #5A5A5A; font-weight: bold;}
A.darkgrey:visited	{ font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif; color: #5A5A5A; font-weight: bold;}
A.darkgrey:hover	{ font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif; color: #CC0000; font-weight: bold;}

A.grey:link		{ font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif; color: #7A7A7A; font-weight: normal;}
A.grey:visited		{ font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif; color: #7A7A7A; font-weight: normal;}
A.grey:hover		{ font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif; color: #CC0000; font-weight: normal;}

hr				{ height: 1; color: #DDDDDD; background-color: #DDDDDD; }
pre				{ font-family: Gill Sans MT,Gill Sans,arial,helvetica,sans-serif; font-size: 12px; page-break-after: avoid; page-break-inside: avoid; }

#mainpagecontent td {
	text-align: left;
}
/* home menu - horizontal */
#homeMenu {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	clear: both;
	width: 240px;
}
#homeMenu li {
	list-style: none;
	margin: 0 8px;
	padding: 0;
	float: left;
}
#homeMenu .first {
	margin-left: 2px;
}
#homeMenu .last {
	margin-right: 0;
}

#langMenu {
	clear: both;
	margin-top: 10px;
}

.quote {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 12px;
	text-align: center;
}

.spacer {
	height: 1px;
	display: block;
	clear: both;
	overflow: hidden;
}

.box {
	width: 154px;
	height: 119px;
	border: solid 1px #DDDDDD;
	float: left;
	margin: 2px 3px 2px 2px;
	overflow: hidden;
	display: inline;
}

h2 {
  font-size: 12px;  
}


/* About us page */
#staffMembers {
	margin: 0;
	padding: 0;
	list-style: none;
}
#staffMembers li {
	margin: 0;
	padding: 15px 0;
	border-top: dotted 1px #CCC;
	list-style: none;
	clear: both;
}

#staffMembers li:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#staffMembers li .staffImg {
	float: left;
	margin: 2px 0 0;
	width: 134px;
}
#staffMembers li p {
	margin: 0 0 0px 140px;
	padding: 0;
}
#staffMembers li.full p {
	margin: 0 0 20px 0px;
}
#staffMembers li .staffImg img {
	display: block;
	border: solid 2px #E5E5E5;
	margin: 0 auto;
}

.fileLink {
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 15px;
}

.logoWrap {
	vertical-align: middle;
	display: inline-block;
	padding: 5px 0;
}
