html,
body {
color:#663399;
font-size:20px;
font-family:Verdana, Arial,sans-serif;
text-align:center;
background:#fff;
}

a {color:#663399;}

.left {float:left;}
.right{float:right;}
.clear {clear:both;}

img.right{margin:0 0 0 25px;}

#home_page {
	margin-top: 0;
	margin-bottom: 0;
}
#page {
	width: 1000px;
	margin: 0 auto;
}

#header {
font-family:Times New Roman,sans-serif;
text-align:left;
width:100%;
height:116px;
background:transparent url(images/header_background.gif) repeat-y center;
}

#logo {
	width: 168px;
	height: 72px;
	margin: 24px 0 0 18px;
	float: left;
}

#contactInfo {
	width: 200px;
	margin: 24px 26px 0 0;
	float: right;
	text-align:right;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
}
#contactInfo a {
	color: #fff;
	text-decoration:none;
}

.enquiries {
	font-size: 14px;
}

.telephone {
	font-size: 26px;
}

#main {
	width: 100%;
}

#menu {
width: 175px;
margin-left: 5px;
padding:0;
text-align:left;
float:left;
font-size:13px;
}

#menu a {
font-size:13px;
text-decoration:none;
}
#menu a:hover {
	color: #CC0066;
}

#menu ul {
list-style:none;
padding:0;
margin: 20px 0 0 0;
font-size: 13px;
}

#menu li {
padding:3px;
border-bottom:1px dashed #ccc;
}

/* Current page indicator */
#menu li.current {
	background:transparent url(images/menu_background.gif) repeat-y top left;
}
/* End current page indicator */

#newsButton{
clear:right;
float:right;
text-align:center;
width:260px;
}

#newsButton a {font-size:18px;}

#content {
color:#333;
font-size:14px;
text-align:left;
width: 810px;
float: right;
height:auto;
min-height:425px;
}

#text {
	margin:0; /* Added PW */
	border:none; /* Added PW */
	outline:none; /* Added PW */
padding:10px 15px;
}

#text h2 {
	margin:0; /* Added PW */
	border:none; /* Added PW */
	outline:none; /* Added PW */
font-size:15px;
padding:5px 0;
}

#text h3 {
font-size:13px;
padding:5px 0;
}

#text p {
font-size:13px;
padding:10px 0;
margin:0;
}

#text ul {margin:10px 35px;}

#text ul li {
font-size:13px;
margin:5px 0;
}

.blogpost {
margin:10px 0;
border-bottom:2px solid #bfb4c5;
}

.blogpost h2 {color:#68328b;}

.reactionlist {
display:block;
padding:10px;
}

#footer {
background-color:#eaeaea;
width:100%;
/*height:30px;*/
/*margin:0 auto;*/
padding: 2px 0 20px 0;
clear: both;
font-size:12px;
text-align:center;
border-top:1px solid #ccc;
}

#footer p {
	color:#474747;
}

#footer a {
color:#474747;
text-decoration:none;
margin:0 10px 0 0;
}

.list {
	color:#666;
	font-size:9px;
}

#map {
float:right;
margin:10px 0 0 10px;
width:300px;
}

#mapContainer {
width:300px;
height:318px;
border:1px solid #e6c7fb;
}

#map p {text-align:center;}

#contact_form {
float:right;
width:275px;
height:298px;
padding:10px 5px;
margin:10px 0 0 10px;
border:1px solid #e6c7fb;
background:#f8f8f8;
}

#contact_form table {height:300px;}

#contact_form td {padding:5px;}

#contact_form label {
font-size:12px;
font-weight:bold;
line-height:150%;
}

#contact_form label em {color:#ff0000;}

#contact_form input,
#contact_form textarea {border:1px solid #ccc;}

#contact_form input {
width:130px;
padding:2px 5px;
}

#contact_form textarea {
width:250px;
padding:2px 5px;
}


#contact_form input.submit_button {
cursor:pointer;
width:60px;
color:#fff;
padding:2px 6px 3px 5px;
margin:0 0 0 10px;
background:#663399;
}

/* News iframe */
#newsfeed {
	/*clear:right;*/
	float:right;
	width:210px;
}

.box {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #c9c9c9;
	border-radius: 5px 5px 5px 5px;
    padding: 10px;
	margin-left: 15px;
    margin-right: 0;
	overflow: hidden;
    position: relative;
}
#NewsDiv #newsAccordian .date {
	color: #6d6d6d;
}
#NewsDiv #newsAccordian h2 {
	font-size: 10px;
	color: #41125e;
}

/* Inline div */
.inline {
	display:inline;
	*display:inline;
	margin:0 0 0 25px;
	float:right;
}



