/**
Every other page Style file (apart from main home page) which defines the template or page structure as well as colours, font colours and some background images.
*/

body {
	background-color: #e6e6e6;
	font-family: Arial;
	font-size: 14px;
	line-height: 19px;
	color: #a9a9a9;
	text-align: center;
	width: 980px;
	margin-top: 0px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	height: 625px;
	background-color:#e6e6e6;
	text-align:center;
}

#header {
	background-color:#e6e6e6;
	padding: 0px;
	margin: 0px;
	border-style: none;
	height: 95px;
	line-height: 0px;
}

#main {
	width: auto;
	height: 590px; /* Increase this value to give more space for text*/
	margin-top: 0px;
	text-align: left;
	background-color:#ffffff;
	background-position: center;
}

#main_menu {
	width: 203px;
	height: 430px;
	margin-top:40px;
	margin-left:0px;
	text-align: left;
	line-height: 25px;
	background-color:#ffffff;
	float: left;
}

#main_menu li {
	list-style: none;
	color:#000000;
	padding: 0;
	margin: 0;
}

#menu_address {
	padding-top: 10px;
	line-height:20px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
}

.selected {
	list-style: none;
	font-weight:bold;
	color:#000000 ;
	padding: 0;
	margin: 0;
	position: relative;
	left: -9px;
}

#main_content {
	width: 600px;
	height: 500px;
	margin-top: 0px;
	text-align: left;
	background-color:#ffffff;
	background-position: center;
	float: left;
}

#main_content_text {
	width: 600px;
	height: 390px;
	margin-top: 20px;
	font-size:12px;
	line-height:13px;
	color: #666666;
	text-align: justify;
	background-color:#ffffff;
	background-position: center;
	float: left;
}

#main_content_image {
	height: auto;
	width: auto;
	float: right;
	padding: 10px;
}

#main_sidepanel {
	width: 177px;
	height: 350px;
	margin-top: 90px;
	text-align: center;
	background-color:#ffffff;
	background-position: center;
	float: right;
}

#main_content_pagetitle {
	width: 600px;
	height: 70px;
	margin-top: 0px;
	text-align: left;
	line-height:30px;
	background-color:#ffffff;
	background-position: center;
}

#address {
	line-height:15px;
}

#footer {
	float: right;
	height: 20px;
	width: 100%;
	background-color:#e6e6e6;
	font-weight:bold;
	font-family: Arial;
	font-size: 14px;
	color: #000000;
}

h3 {
	font-weight:bold;
	font-family: Arial;
	font-size: 18px;
	color: #000000;
}

h5 {
	font-style:italic;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	line-height: 12px;
}

hr {
	border: 0;
	color: #a9a9a9;
	background-color: #a9a9a9;
	width: 100%;
}

#hide {display: none;}

A:link {text-decoration: none; color:#a9a9a9;}
A:visited {text-decoration: none; color: #a9a9a9;}
A:active {text-decoration: none; color:#a9a9a9;}
A:hover {text-decoration:none; font-weight: bold; color:#000000;}

