/* HTML degradation */
article, aside, figure, footer, header, hgroup,
menu, nav, section {
	display: block;
}

/* CSS Document */
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: black;
	border: none;
	margin: 0;
	background-image: url(../images/common/sand-colour.gif);
}
p {
	margin-top: 0px;
	margin-bottom: 7px;
}
#container { width: 96%; }
#container td {
	padding: 5px;
	vertical-align: top;
}
#leftmenu {
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 180px;
	font-size: 1.1em;
}
#leftmenu li {
	float: left;
	clear: left;
	padding: 5px 0px;
	margin: 0;
	display: block;
	width: 180px;
	text-align: center;
}
#leftmenu, #rightmenu {
	font-weight: bold;
}
#leftmenu li a, #rightmenu li a {
	display: block;
	text-decoration: none;
}
#leftmenu li.divider, #leftmenu li.topsection, #rightmenu li a {
	color: white;
	background-color: inherit;
}
#leftmenu .topsection, #leftmenu .divider, #leftmenu .bottomsection {
	padding-top: 10px;
	background-repeat: no-repeat;
}
#leftmenu .item {
	background-image: url(../images/common/menuitem.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 165px;
}
#leftmenu .item a, #rightmenu li a:hover {	color: black; }
#leftmenu .item a:hover { color: #006699; }
#leftmenu .topsection {
	background-image: url(../images/common/menutop.gif);
	height: 30px;
}
#leftmenu .divider {
	background-image: url(../images/common/menudivider.gif);
	height: 30px;
}
#leftmenu .bottomsection {
	height: 40px;
	background-image: url(../images/common/menubottom.gif);	
}

#address {
	text-align: center;
	padding: 0;
	float: left;
	clear: left;
	font-style: italic;
	font-weight: normal;
	font-size: 0.9em;
}
.phoneme {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 0.5em;
}
#leftside { width: 200px; }
#rightside {
	text-align: center;
	width: 100%;
	padding: 0px 10px;
}

#header, header {
	clear: both;
	text-align: center;
}
.sectionheader, h2 {
	font-size: 1.5em;
}
#sectionheader, h1 {
	font-size: 2.2em;
	margin: 10px 0;
}
#sectionheader, .sectionheader, h1, h2 {
	font-family: Georgia, Times, serif;
	color: #996600;
	text-align: center;
	width: 100%;
	clear: both;
	font-weight: normal;
	padding: 10px;
}
#rightmenu {
	width: 620px;
	margin: 20px auto;
	padding: 0;
	clear: both;
	list-style-type: none;
}
#rightmenu li {
	float: left;
	background-repeat: no-repeat;	
}
#rightmenu li, #rightmenu li a { height: 40px; }
li.small { background-image: url(../images/common/buttonsmall.gif); }
li.medium { background-image: url(../images/common/buttonmed.gif); }
li.large { background-image: url(../images/common/buttonlarge.gif); }
.small { width: 70px; }
.medium { width: 110px; }
.large { width: 130px; }
#rightmenu li a { padding: 5px; }
#mainbody, .mainbody {
	text-align: left;
	clear: both;
}
#imagesection, .alone { clear: both; }
#imagesection {
	text-align: center;
	margin-bottom: 20px;
}
img.bordered, .imageelement img {
	padding: 7px;
	color: black;
	background-color: white;
	border: none;
	zoom: 1; /* This enables hasLayout, which is required for older IE browsers */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#444444', Direction=135, Strength=3);    
	-webkit-box-shadow: 2px 2px 4px #444444;
	-moz-box-shadow: 2px 2px 4px #444444;
	box-shadow: 2px 2px 4px #444444;
}
.imageelement {
	margin: 10px;
	font-weight: bold;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.imageelement a {
	display: block;
	width: 1;
	height: 1;
	margin: 0px;
}
.imageelement a img {
	min-width: 60px;
	height: 150px;
}
.imageelement a img.fullsize {
	height: auto;
}
.imageelement img {
	margin-bottom: 1em;
}
.imageelement .dsc, figcaption {
	display: block;
	width: 100%;
	text-align: center;
}
.leftimage {
	float: left;
	clear: left;
	margin: 0px 10px 10px 0px;
}
.rightimage {
	float: right;
	clear: right;
	margin: 0px 0px 10px 10px;
}
.padded { margin: 10px; }
.floatleft { float: left; }
.centered { text-align: center; }
.examples { float: left; width: 100%; font-style: italic; font-size: 1.1em; text-align: center; }
#footer, footer {
	width: 100%;
	text-align: center;
}
#footer img, footer img {
	border: none;
}
