.mainpanel {
	font-family: arial;
	font-size: 12px;
}
.mainpanel a {
	font-family: arial;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
}
.mainpanel a:hover {
	font-family: arial;
	font-size: 12px;
	color: #505050;
	text-decoration: underline;
}
.bottomlinks {
	font-family: arial;
	font-size: 12px;
	color: #505050;
}
.bottomlinks a {
	font-family: arial;
	font-size: 12px;
	color: #505050;
	text-decoration: none;
	font-weight: bold;
}
.bottomlinks a:hover {
	font-family: arial;
	font-size: 12px;
	color: #505050;
	text-decoration: underline;
	font-weight: bold;
}
.pagetitle {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
}
.pagetext {
	font-family: arial;
	font-size: 13px;
	color: #787878;
}
.pagetext a {
	font-family: arial;
	font-size: 12px;
	color: #787878;
	text-decoration: underline;
}
.pagetext a:hover {
	font-family: arial;
	font-size: 12px;
	color: #76142D;
	text-decoration: underline;
}
.servlinks {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
}
.servlinks a {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.servlinks a:hover {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
.bustext {
	font-family: arial;
	font-size: 11px;
	color: #787878;
}
.bustext a {
	font-family: arial;
	font-size: 11px;
	color: #787878;
	text-decoration: none;
}
.bustext a:hover {
	font-family: arial;
	font-size: 11px;
	color: #76142D;
	text-decoration: underline;
}


#services {
    margin-top:1em;
}

#services img {
    position:relative;
}

a img {
    border:none;
}

.videoOverview {
    margin-top:76px;
}


form {
    width:400px;
	margin-top:2em;
	padding:10px;
	background-color:#f4f4f4;
}

label {
    width:450px;
    padding-bottom:5px;
    clear:both;
    display:block;
}

label:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

label span {
    width:90px;
    display:block;
    float:left;
    margin-right:10px;
}

input, textarea, select {
    width:270px;
    float:left;
}

.submit {
	background-color:#6c0f2d;
	color:#ffffff;
	border:solid 1px #ffffff;
	width:auto;
	padding:3px;
	font-weight:bold;
	font-size:10px;
	margin-left:100px;
	float:none;
}

#contact-details{
	border: 0px solid red;
	font-family: arial;
	font-size: 11px;
	color: #505050;
	position: absolute;
}

h1{
	font-size: 12px;
	font-family: arial;
	margin-bottom: -1px;
	*margin-bottom: 0px;
	}
	
#fpfooter {
	color: #505050;
	font-family: arial;
	font-size: 12px;
}

#fpfooter a, a:link{
	color: #505050;
	text-decoration: none;
}

#fpfooter a:hover{
	text-decoration: underline;
}

#cds-container {
	margin-top: 300px;
	border:1px solid #D2D2D2;
	width: 800px;
	padding:10px;
}

.cds {
	width: 790;
	overflow: auto;
	padding-right: 10px;
	height: 180px;
}

div.cds h2 {
	font-family:arial;
	font-size:12px;
	color:#000000;
	text-align:left
}

div.cds p {
	font-family:arial;
	font-size:12px;
	color:#787878;
	text-align:justify
}

div.cds ul, li {
	font-family:arial;
	font-size:12px;
	color:#787878;
	text-align:left;
	text-decoration:none
}

div.cds a, a:link {
	font-family:arial;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	color: #505050;
}

div.cds a:hover {
	font-family:arial;
	font-size:12px;
	color:#787878;
	text-align:left;
	text-decoration:underline;
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-color:#cccccc;
	padding: 0px;
}

.jScrollPaneDrag {
	position: absolute;
	border:1px solid #6C0F2D;
	*border:1px solid #6C0F2D;
	background-color:#6C0F2D;
	*background-color:#6C0F2D;
	cursor: pointer;
	overflow: hidden;
}