@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/backgrounds/page-background.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #000;
	margin: 0;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #a71e82;
	margin: 0;
	text-decoration: underline;
}

a:link {
	color: #a71e82;
}
a:visited {
	color: #a71e82;
}
a:hover {
	color: #93C;
}
a:active {
	color: #a71e82;
}

#container {
	position: relative;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
}

#banner {
	position: relative;
	height: 84px;
	width: 925px;
	background-image: url(images/backgrounds/banner-back.png);
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	width: 245px;
	height: 59px;
	padding: 11px 0 0 40px;
}

#bannerContactDetails {
	float: right;
	width: 148px;
	padding:5px 40px 0 0;
	}

#menu {
	position: relative;
	height: 48px;
	background-image: url(images/backgrounds/menu-back.png);
	background-repeat: no-repeat;
}
#menu-text {
	position: relative;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 150%;
	padding-top: 15px;}

#mainContainer {
	position: relative;
	background-image: url(images/backgrounds/main-back.png);
	background-repeat: repeat-y;
	height: auto !important;
	height: 850px;
	min-height: 850px;
}

#mainContainerVideo {
	position: relative;
	background-image: url(images/backgrounds/main-back.png);
	background-repeat: repeat-y;
	height: auto !important;
	height: 550px;
	min-height: 550px;
}

#mainBanner {
	position: relative;
	width: 892px;
	height: 292px;
	margin-left: auto;
	margin-right: auto;
}

#leftContent {
	position: relative;
	width: 406px;
	padding: 30px;
}

#rightContent {
	float: right;
	width: 406px;
	padding: 30px 30px 20px 20px;
	text-align: left;
}

#fullContent {
	position: relative;
	width: 864px;
	padding: 20px 30px 0px 30px;
}

#footer {
	position: relative;
	background-image: url(images/backgrounds/footer.png);
	background-repeat: no-repeat;
	height: 80px;
}

#footerText {
	position: relative;
	width: 892px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFF;
	padding-top: 25px;
}

#servicesImage {
	position: relative;
	width: 96px;
}

#servicesText {
	float: right;
	width: 302px;
}

.purpleText {
	color: #a71e82;}
