@charset "UTF-8";
/* Custom CSS  */

body#home {
	margin: 0px;
	background-image: url(../images/home_header_background.gif);
	background-repeat: repeat-x;
	background-color: #F2EBC7;
	font-size: 100%;
	color: #343642;
	padding: 0px;
}
body#pages {
	margin: 0px;
	background-image: url(../images/pages_header_background.gif);
	background-repeat: repeat-x;
	background-color: #F2EBC7;
	font-size: 100%;
	color: #343642;
	padding: 0px;
}
#header h1 {
	background-image: url(../images/welcome.gif);
	background-repeat: no-repeat;
	text-indent: -5000px;
	height: 182px;
}
#topnav {
	height: 78px;
	font-size: 75%;
	text-align: right;
}
#topnav a:link, #topnav a:visited {
	color: #F2EBC7;
	text-decoration: none;
	padding: 0.4em;
}
#topnav a:hover {
	background-color: #962D3F;
}
#topnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#topnav li {
	display: inline;
}
#glasgow {
	height: 227px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#navigation h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0em;
	padding-bottom: 0.6em;
	padding-top: 2em;
	padding-left: 0.3em;
	margin: 0px;
	text-transform: uppercase;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navigation li a:link, #navigation li a:visited {
	font-size: 80%;
	text-decoration: none;
	color: #353642;
	display: block;
	padding-left: 0.3em;
	padding-top: 0.2em;
	line-height: 1.5em;
	height: 1.5em;
}
#navigation li a:hover {
	color: #F2EBC7;
	background-color: #962D3F;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#962D3F;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0.5em;
	letter-spacing: -0.05em;
	line-height: 1em;
}
#content h1 {
	font-size: 2em;
	margin-bottom: 0.7em;
}
#featured_navigation a:link, #featured_navigation a:visited {
	font-size: 60%;
	width: 60px;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
	line-height: 1.2em;
}
#featured_navigation a:hover {
	color: #962D3E;
}
#footer {
	font-size: 70%;
	text-align: left;
	line-height: 1.5em;
	margin-top: 1.5em;
}
#footer strong {
	color: #962D3E;
}
#logo {
	height: 78px;
}
#content {
	margin-top: 1.5em;
}
#base {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #F3EFDF;
	height: 200px;
	margin-top: 25px;
	width: 100%;
}
.copyright {
	text-align: right;
}
#bottom_logo h4 {
	background-image: url(../images/logo_small.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 38px;
	width: 150px;
}
#bottom_logo {
	height: 38px;
}
#content a:link, #content a:visited {
	color: #962D3E;
}
#content a:hover {
	color: #343642;
}
#footer a:link, #footer a:visited {
	color: #962D3E;
}
#footer a:hover {
	color: #343642;
}
#footer p {
	padding-top: 10px;
}
th {
	background-color: #343642;
	color: #FFFFFF;
}
input.narrow {
	width:150px;
}
caption {
	background-color: #F2EBC7;
}
.telephone td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.telephone th {
	color: #343642;
	background-color: #F2EBC7;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	letter-spacing: 0em;
	padding-bottom: 0.6em;
	padding-top: 2em;
	padding-left: 0.3em;
	color: #962D3F;
}
#navigation input {
	margin:0.5em 0;
	border:1px solid #bbb;
	background-color: #F3EFDF;
}
#navigation input:focus, #navigationtextarea:focus, #navigation select:focus {
	border:1px solid #666;
}
#navigation input {
	width:200px;
	padding:5px;
}
.indent {
	padding-right: 80px;
	padding-left: 80px;
}
#translation {
	width: 160px;
}
#announcement {
	background-image: url(../images/news_background.gif);
	background-repeat: repeat;
	margin-bottom: 1.5em;
}
#announcement p {
	padding-left: 40px;
	padding-right: 40px;
}
#announcement h2 {
	color: #343642;
	background-color: #F3EFDF;
	padding: 0.2em;
}
#announcement h3 {
	color: #343642;
	padding-right: 40px;
	padding-left: 40px;
	margin-bottom: 0px;
}
#trunk .hidden {
	top: 0;
	left: -9000px;
	position: absolute;
}
input.zemText {
	height: 24px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 16px;
}
textarea.zemTextarea {
	width: 500px;
	border: 1px solid #CCC;
	font-size:16px;
	height: 100px;
}