body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
}
a {
	color: #302F8C;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2 {
  text-indent: -9999px
}
ul {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
#container {
  margin: 0 auto;
  width: 550px;
  height: 700px;
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  padding: 0 50px 0 300px;
}
#header {
  height: 130px;
}
#titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #302F8C;
}
#menu li {
  display: inline;
  margin-right: 25px;
}
#menu a {
  color: #fff;
	font-weight: normal;
  text-decoration: none;
}
#menu a:hover {
  color: #302F8C;
}
ul#services {
	list-style: square inside;
	padding-left: 15px;
}

.contact p, .contact ul {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.contact li {
  display: inline;
  padding-right: 15px;
}
.contact a  {
  text-decoration: underline;
  color: #fff;
}
.contact a:hover  {
  text-decoration: none;
}

.large {
	font-size: 18px;
}
.medium {
	font-size: 16px;
}
.blue {
	color: #302F8C;
}
.green {
  color: #66CC00;
}
.grey {
	color: #999;
}
.lightblue {
	color: #09f;
}
.red {
	color: #600;
}

.events h3, .testimonials h3, .images h3, .enquiry h3 {
	color: #302F8C;
	font-size: 24px;
	margin-bottom: 7px;
}
.testimonials .by {
	color: #000;
}
.home .contact {
  padding-top: 20px;
}
.events .contact {
  padding-top: 20px;
}
.testimonials .contact {
  padding-top: 50px;
}
.images .contact {
  padding-top: 150px;
}
.enquiry .contact {
  padding-top: 20px;
}
.images li {
	display: inline;
}

.input {
  clear: both;
  padding-top: 7px;
}
label {
  display: block;
  width: 150px;
  float: left;
  padding-top: 2px;
}
input, textarea {
  /*margin-top: 3px;*/
  padding: 2px;
}
.input .message {
  display: block;
  font-size: 11px;
}
.btn {
  margin-top: 15px;
  background-color: #302F8C;
  color: #fff;
  border: none;
  padding: 5px;
  border: solid 1px #ccc;
  font-size: 14px;
}
