/* Globals ---------------------------------------------------------- */
html, body {
	color:#030303;
	margin:0;
	padding:0;
	font:normal 9pt Verdana, Arial, Geneva, Helvetica, sans-serif;
	line-height: 2em;
}

body {
	background-color: #fff;
	width:800px;
	margin:0 auto;
	padding:0;
	border-top: #030303 solid 3px;
	border-bottom: #030303 solid 3px;
	border-left: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

img {
	border:0;
}

p {
	margin-left: 20px;
	margin-right: 20px;
}

p a {
	text-decoration: none;
	border-bottom: #900 dotted 1px;
	color: #900;
}

p a:hover{
	text-decoration: none;
	border-bottom: #ffa500 dotted 1px;
	color: #ffa500;
}

ul li {
	line-height: 12pt;
}

h1 {
	margin-left: 10px;
	font-size: large;
	color: #990000;
	text-decoration: none;
}

h2 {
	font:bold 11px verdana,arial,sans-serif;
	color:#900;
	margin:30px 0 8px 20px;
	padding:0;
}

hr {
	color: #900;
}

/* top navigation */
#top {
	height: 60px;
	padding-top: 10px;
}


#topnav {
	margin: 10px 0 0 0;
	padding: 0;
	float:right;
}

#topnav li {
	list-style-type: none;
	display: inline;
	padding-left: 0;
	padding-right: 0;
	font-size: 10px;
}

#topnav a {
	text-decoration: none;
	color: #030303;
	padding-left: 10px;
	padding-right: 10px;
}

#topnav a:hover {
	text-decoration: underline;
}
	

/* identifing current page */
#thispage a:link, #thispage a:visited,
#thispage a:hover, #thispage a:active {
	color: #fc0353;
}

/* body */
#wrapcontent {
	margin: 0;
	padding: 0;
	width: 800px;
}

.formatted {margin: 20px;}

#centeredImg {margin: 20px; text-align: center; }


#header {
	/* ori colour #900 */
	border-top: #900 solid 20px; 
	border-bottom: #900 solid 20px;
}

#home_content {
	padding: 30px 10px 0 0;
	margin-left: 520px;
	width: 400px;
	float: right;
	position: absolute;
	line-height: 1.6em;
	height: 450px;
	top: 213px;
	left: 125px;
}

#footer {
	background:#414850;
	font-size: 7pt;
	color: #ccc;
	padding-left: 10px;
}

#big_cont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: bold;
	line-height: 2em;
}

#deco {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	margin-right: -7px;
}

.of {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
}

/* styles for contact form */
form {
	margin: 10px 25px 0 20px;
	width: 505px;
	padding: 10px;
	border: #900 dotted 1px;
}
#title {width: 80px;}
#name, #email {width: 200px;}
#message {
	width: 480px;
	height: 150px;
	}
label, .warning {
	font-family: Tahoma, Verdana, Arial, helvetica, sans-serif;
	font-weight: bold;
	}
.warning {
	color: #FF0000;
	margin: 20px;
	}
.number {
	font-weight: bold;
}

.legend {
	color: #fff;
	background-color: #000;
	padding: 0 5px;
	font-weight: bold;
	
}
legend a {
	text-decoration: none;
	border-bottom: #900 dotted 1px;
	color: #900;
}

legend a:hover{
	text-decoration: none;
	border-bottom: #ffa500 dotted 1px;
	color: #ffa500;
}
	
#address {
	color: #990033;
	font-size: 9px;
	margin: 5px, 0;
	padding: 0;
	text-align: center;
	line-height: 1.2em;
	}
#sideAddress {
	font-size: 9pt;
	color: #000066;
	text-decoration: none;
	padding: 0 0 10px 0;
	position: absolute;
	float:right;
	margin-left: 580px;
	margin-top: 0px;
	width: 180px;
	line-height: 1.4em;
}

#TempsideAddress {
	font-size: 9pt;
	color: #000066;
	text-decoration: none;
	padding: 0 0 10px 0;
	margin: 0 auto;
	width: 180px;
	line-height: 1.4em;
}


.boldChar {
	font-weight: bold;
	}
	
#map {
		margin: 10px auto;
		border: #900 solid 1px;
		font: 9pt Verdana, Arial, Helvetica, sans-serif;
		}

#extemail {
		padding-left: 20px;
		}
#extemail a{
		text-decoration: none;
		border-bottom: #900 dotted 1px;
		color: #900;
		}
#extemail a:hover{
	text-decoration: none;
	border-bottom: #ffa500 dotted 1px;
	color: #ffa500;
}
