@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	outline: none; }
	
ul { list-style: none; }

a img { border: none; }

body {
	background: #f5f5f5 url(../images/topbackground.jpg) center top repeat-x;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif; }
	
.outer {
	background: transparent url(../images/shades.png) center 120px no-repeat; }
	
.container {
	margin: 0px auto;
	width: 980px; }
	
.main_header {
	clear: both; }
	
.main_content {
	background: #fff; }
	
.top_header_part {
	clear: both;
	height: 122px; }
	
.logo {
	background: transparent url(../images/logo.jpg) left top no-repeat;
	width: 423px;
	height: 122px;
	float: left; }
	
.top_header_part img {
	float: right; }
	
.navigation {
	clear: both;
	height: 57px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 );
	box-shadow: inset 0px -3px 0px rgba(0,0,0,0.07);
	border-radius: 15px 15px 0px 0px; }
	
.navigation ul {
	float: left;
	border-right: 1px solid rgba(255,255,255,0.4); }
	
.navigation ul li {
	float: left; }
	
.navigation ul li a {
	display: block;
	clear: both;
	height: 41px;
	border-left: 1px solid rgba(255,255,255,0.4);
	border-right: 1px solid #ddd;
	font-size: 17px;
	color: #333;
	text-shadow: 0px 1px 0px #fff;
	padding: 16px 20px 0px 20px; }
	
.navigation ul li:first-child a { border-left: none; border-radius: 15px 0px 0px 0px; }

.navigation ul li a:hover,
.navigation ul li.youarehere a {
	background: #fff; }
	
.about_section {
	background: #0E5A8E url(../images/aboutsection.jpg) left bottom no-repeat;
	/*
	width: 675px;
	height: 229px;
	*/
	width: 930px;
	min-height: 229px;
	display: block;
	clear: both;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	/*
	padding: 20px 30px 10px 275px;
	*/
	padding: 15px 25px 10px 25px;
	position: relative; }

.top-shadow {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 980px;
	height: 248px;
	background: url(../images/top-shadow.png) no-repeat left top;
	z-index: 10; }

.about_section h1 {
	/*
	font-size: 40px;
	*/
	font-size: 28px;
	line-height: 37px;
	font-weight: normal;
	margin-bottom: 15px;
	letter-spacing: -1px;
	z-index: 100; }
	
.about_section p {
	font-size: 13px;
	padding: 0px;
	margin-bottom: 20px;
	line-height: 21px;
	z-index: 100; }

.about_section ul {
	list-style-type: disc;
	margin-bottom: 20px;
	padding-left: 40px; }

.about_section ul li {
	font-size: 13px;
	line-height: 22px;
	padding-left: 10px; }
	
.about_section .readmore {
	background: transparent url(../images/readmore_about.png) left top no-repeat;
	width: 151px;
	height: 37px;
	display: block;
	clear: both;
	margin: 0px;
	text-align: center;
	text-shadow: 0px 1px 0px #b6e3ff;
	color: #0a3963;
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0px 0px 0px; }
	
.about_section a:hover.readmore { background-position: left -52px; }
.about_section a:active.readmore { background-position: left bottom; color: #fff; text-shadow: 0px -1px 0px #000; }

.services_list {
	clear: both;
	padding: 30px; }

.services_list.services_list-content { padding: 10px 30px 30px 30px; }

.normaltitle {
	display: block;
	clear: both;
	font-size: 40px;
	color: #333;
	font-weight: 100;
	letter-spacing: -1px; }
	
.services_panels {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 20px 0px 0px 0px; }
	
.services_panels div {
	background: #e8e8e8 url(../images/service_bottom.gif) left bottom no-repeat;
	float: left;
	width: 180px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 5px 0px;
	text-align: center; }
	
.services_panels div h1 {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	color: #3a3a55;
	letter-spacing: -0.5px; }
	
.services_panels div h1 a {
	color: #3a3a55; }
	
.services_panels div h1 a:hover {
	color: #0f96d2; }
	
.services_panels div p {
	display: block;
	clear: both;
	font-size: 13px;
	padding: 10px 10px 0px 10px;
	color: #444;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	text-shadow: 0px 1px 0px #fff;
	height: 120px; }
	
.services_panels div a.readmore {
	background: #0f99d4;
	background: -moz-linear-gradient(top, #0f99d4 0%, #0d88cc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0f99d4), color-stop(100%,#0d88cc));
	background: -webkit-linear-gradient(top, #0f99d4 0%,#0d88cc 100%);
	background: -o-linear-gradient(top, #0f99d4 0%,#0d88cc 100%);
	background: -ms-linear-gradient(top, #0f99d4 0%,#0d88cc 100%);
	background: linear-gradient(to bottom, #0f99d4 0%,#0d88cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f99d4', endColorstr='#0d88cc',GradientType=0 );
	display: block;
	clear: both;
	width: 109px;
	margin: 0px 0px 0px 35px;
	padding: 8px 0px;
	border-radius: 3px;
	box-shadow: inset 0px -3px 0px rgba(0,0,0,0.1);
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.3); }
	
.services_panels div a:hover.readmore {
	background: #46aedc;
	background: -moz-linear-gradient(top, #46aedc 0%, #3ca1d6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46aedc), color-stop(100%,#3ca1d6));
	background: -webkit-linear-gradient(top, #46aedc 0%,#3ca1d6 100%);
	background: -o-linear-gradient(top, #46aedc 0%,#3ca1d6 100%);
	background: -ms-linear-gradient(top, #46aedc 0%,#3ca1d6 100%);
	background: linear-gradient(to bottom, #46aedc 0%,#3ca1d6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46aedc', endColorstr='#3ca1d6',GradientType=0 ); }
	
.cta_homepage {
	clear: both;
	padding: 10px 20px 20px 20px;
	overflow: hidden; }
	
.cta_homepage h1 {
	padding: 0px 0px 10px 0px; }

.cta_homepage p {
	display: block;
	clear: both;
	font-size: 17px;
	color: #666;
	line-height: 26px; }
	
.whyus {
	width: 550px;
	float: left;
	padding: 0px 0px 0px 10px; }
	
.getintouch {
	width: 355px;
	float: left;
	padding: 0px 0px 0px 15px; }
	
.getintouch div {
	display: block;
	clear: both;
	overflow: hidden; }
	
.getintouch div p {
	float: left;
	width: 180px; }
	
.getintouch div p a {
	color: #3382cc;
	text-decoration: none; }
	
.getintouch div p a:hover {
	text-decoration: underline; }
	
.getintouch div a.contact_button {
	background: transparent url(../images/contactus.png) left top no-repeat;
	width: 161px;
	height: 50px;
	float: right;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #0a3963;
	text-shadow: 0px 1px 0px #b6e3ff;
	padding: 22px 0px 0px 0px;
	margin: 8px 0px 0px 0px; }
	
.getintouch div a:hover.contact_button { background-position: left -72px; }

.getintouch div a:active.contact_button { background-position: left bottom; text-shadow: 0px -1px 0px rgba(0,0,0,0.4); color: #fff; }

.sub_footer {
	background: transparent url(../images/separator.gif) left top repeat-x;
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 40px 40px 5px 40px;
	text-align: center;
	color: #808080;
	line-height: 27px; }
	
footer {
	background: transparent url(../images/footer.gif) left top no-repeat;
	margin: 0px auto;
	width: 980px;
	height: 106px; }
	
footer p {
	display: block;
	clear: both;
	font-size: 12px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 65px 0px 0px 0px; }
	
.google-map-holder {
	clear: both;
	padding: 30px 30px 15px 30px; }
	
.google-map-holder iframe {
	display: block;
	clear: both; }
	
.map-title {
	display: block;
	clear: both;
	overflow: hidden;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#f3f3f3 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f3f3f3',GradientType=0 );
	border-radius: 3px 3px 0px 0px;
	border-bottom: 1px solid #ddd;
	padding: 15px; }
	
.map-title h1 {
	float: left;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333;
	text-shadow: 0px 1px 0px #fff; }
	
.google-map-holder .formline {
	float: right;
	overflow: hidden; }
	
.google-map-holder .formline label {
	float: left;
	font-size: 15px;
	padding: 7px 0px 0px 0px;
	width: 130px; }
	
.google-map-holder .formline select {
	border: none;
	border: 1px solid #bbb;
	box-shadow: inset 0px 1px 2px #ccc;
	background: #fafafa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 10px;
	height: 40px;
	float: left;
	border-radius: 4px;
	width: 240px; }
	
.google-map-holder .formline select option {
	padding: 5px; }
	
.google-map-holder .formline select option[disabled] {
	background: #eee;
	text-transform: uppercase; }
	
.view-on-google {
	display: block;
	clear: both;
	background: #f3f3f3;
	border-radius: 0px 0px 3px 3px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px;
	text-align: center; }
	
.view-on-google a {
	color: #0A3963; }
	
.view-on-google a:hover {
	text-decoration: underline; }
	
.regular-text-content {
	clear: both;
	padding: 30px; }
	
.regular-text-content h1,
.normaltitle {
	display: block;
	clear: both;
	font-size: 30px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding: 0px 0px 15px 0px;
	font-weight: normal; }
	
.regular-text-content p,
.normal-text,
.services_list.groups_list p,
.services_list div p {
	display: block;
	clear: both;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px; }

.service-item div p { color: #000; }
	
.normal-text { margin-bottom: 0px; }

.services_list {
	clear: both; }
	
.service-item {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 20px 0px 30px 0px; }
	
.service-item div {
	float: left;
	width: 610px;
	padding: 0px 0px 0px 30px; }
	
.services_list div img {
	float: left;
	width: 200px;
	border-radius: 400px;
	background: #f9f9f9;
	padding: 7px;
	border: 1px solid #ddd; }
	
.services_list div p {
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px; }
	
.services_list div h1 {
	display: block;
	clear: both;
	font-size: 28px;
	color: #333;
	font-weight: normal;
	padding: 10px 0px;
	color: #186dc0; }
/*
.services_list div em {
	color: #666; }
*/	
.groups-content {
	clear: both;
	overflow: hidden; }
	
.group_links {
	clear: both;
	padding: 20px 0px 0px 20px; }
	
.group_links h2 {
	display: block;
	clear: both;
	font-size: 17px;
	font-weight: normal;
	color: #333;
	text-transform: uppercase;
	padding: 0px 0px 10px 0px; }
	
.group_links ul {
	display: block;
	clear: both;
	padding: 0px 0px 0px 20px; }
	
.group_links ul li {
	display: block;
	clear: both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px; }
	
.group_links ul li a {
	color: #2288d2;
	font-weight: bold; }
	
.group_links ul li a:hover {
	color: #3ec2f3; }
	
.expanded-groups {
	background: #f9f9f9;
	border-right: 1px solid #eee;
	float: left;
	width: 370px;
	margin: 20px 0px 0px 0px;
	padding-bottom: 20px; }
	
.select-from-map {
	float: left; }

.groups_list div.select-from-map {
	float: right;
	margin: 20px 0px 0px 0px; }

.groups_list div.select-from-map.select-from-map-reset-margin { margin: 0px; }
	
.groups_list div.select-from-map img {
	display: block;
	clear: both;
	width: 500px;
	border-radius: 4px;
	margin-bottom: 10px; }
	
.services_list div.select-from-map p {
	display: block;
	clear: both;
	font-size: 12px;
	color: #666; }
	
.group-details-container {
	clear: both; }
	
.pharmacy {
	padding: 30px; }
	
.pharmacy-main-content {
	background: url(../images/separator.gif) left bottom repeat-x;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 0px 0px 20px 0px;
	margin-bottom: 10px; }
	
.pharmacy-main-content img {
	float: left;
	width: auto;
	background: #f9f9f9;
	padding: 7px;
	width: 250px;
	border: 1px solid #ddd; }
	
.group-info {
	float: left;
	width: 358px;
	padding: 15px 0px 0px 30px; }
	
.group-info hgroup {
	display: block;
	clear: both;
	padding-bottom: 15px; }
	
.group-info p {
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
	line-height: 22px; }

.group-info hgroup h1 {
	display: block;
	clear: both;
	font-size: 30px;
	color: #0c4373;
	font-weight: bold; }
	
.group-info hgroup h2 {
	display: block;
	clear: both;
	font-weight: normal;
	font-size: 18px;
	color: #333; }
	
.group-info ul {
	display: block;
	clear: both;
	padding: 15px 0px 0px 0px; }

.group-info ul li strong {
	color: #333; }
	
.group-info ul li {
	display: block;
	clear: both;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px 0px;
	color: #666; }
	
/*	
.pharmacy-details-bottom {
	display: block;
	display: table;
	clear: both;
	padding: 20px 0px;
	overflow: hidden; }
	
.pharmacy-details-bottom div {
	display: table-cell;
	float: left;
	width: 240px;
	height: 200px;
	min-height: 160px;
	overflow: hidden;
	margin-right: 25px;
	padding: 0px 25px 0px 0px;
	padding: 0px 25px;
	border-right: 1px solid #eee; }
*/
	
.pharmacy-details-bottom {
	display: table;
	clear: both;
	padding: 20px 0px;
	overflow: hidden; }
	
.pharmacy-details-bottom div {
	display: table-cell;
	width: 240px;
	padding: 0px 25px;
	border-right: 1px solid #eee; }

.pharmacy-details-bottom div:first-child {
	padding: 0px 20px 0px 0px;
	width: 375px; }

.pharmacy-details-bottom div.address-box {
	width: 200px;
	border: none;
	padding: 0px 0px 0px 20px;
	margin: 0px; }
	
.pharmacy-details-bottom div h3 {
	display: block;
	clear: both;
	font-size: 17px;
	color: #0c4373;
	padding: 0px 0px 20px 0px; }
	
.pharmacy-details-bottom div ul {
	display: block;
	clear: both; }
	
.pharmacy-details-bottom div ul li {
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0px 0px 15px 0px;
	overflow: hidden; }
	
.pharmacy-details-bottom div.location-box {
	display: block;
	clear: both;
	float: none;
	padding: 15px 0px 0px 0px;
	width: auto;
	height: auto;
	margin: 0px; }
	
.pharmacy-details-bottom div.location-box .map-location {
	width: auto;
	height: auto; }
	
.pharmacy-details-bottom div ul li span {
	float: left;
	color: #666; }
	
.pharmacy-details-bottom div ul li strong,
.pharmacy-details-bottom div ul li a {
	float: right; }
	
.pharmacy-details-bottom div ul li a {
	font-weight: bold;
	color: #2288D2; }
	
.pharmacy-details-bottom div ul li a:hover {
	color: #3ec2f3; }
	
.pharmacy-details-bottom div p {
	display: block;
	clear: both;
	font-size: 14px;
	line-height: 22px;
	color: #666; }
	
.bottom-options {
	display: block;
	clear: both;
	height: 30px; }
	
.regularbutton {
	float: left;
	background: #f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%,#eeeeee 100%);
	background: linear-gradient(to bottom, #f9f9f9 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#eeeeee',GradientType=0 );
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	margin-top: 20px;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
	text-shadow: 0px 1px 0px #fff; }
	
.regularbutton:hover {
	border: 1px solid #999;
	box-shadow: 0px 1px 3px #ccc; }
	
.regularbutton:active {
	background: #e0e0e0;
	box-shadow: inset 0px 1px 2px #999; }
	
.contactform {
	float: left;
	/*
	padding: 20px 0px 0px 0px;
	*/
	padding: 0px; }
	
.contact-container {
	padding: 10px 0px 0px 5px;
	overflow: hidden; }
	
.contact-container p {
	display: block;
	clear: both;
	font-size: 14px;
	color: #666; }
	
.contact-container p a {
	color: #2288d2;
	font-weight: bold; }
	
.contact-container p a:hover {
	color: #3ec2f3; }
	
.contact-form-legend strong {
	color: red; }
	
.contactform .formline {
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 16px 0px; }
	
.contactform .formline label {
	display: block;
	clear: both;
	font-size: 14px;
	color: #666;
	padding: 0px 0px 8px 0px; }
	
.contactform .formline label strong {
	color: red; }
	
.contactform .formline input,
.contactform .formline select,
.contactform .formline textarea {
	display: block;
	clear: both;
	border: none;
	border: 1px solid #ccc;
	background: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 9px;
	border-radius: 3px;
	box-shadow: inset 0px 1px 1px #ddd;
	width: 280px; }
	
.contactform .formline textarea {
	width: 350px;
	height: 120px;
	resize: vertical; }
	
.contactform .formline input:focus,
.contactform .formline select:focus,
.contactform .formline textarea:focus {
	border: 1px solid #999;
	background: #fff; }
	
.send-message {
	display: block;
	clear: both;
	background: #88d4ff;
	background: -moz-linear-gradient(top, #88d4ff 0%, #5dbfff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88d4ff), color-stop(100%,#5dbfff));
	background: -webkit-linear-gradient(top, #88d4ff 0%,#5dbfff 100%);
	background: -o-linear-gradient(top, #88d4ff 0%,#5dbfff 100%);
	background: -ms-linear-gradient(top, #88d4ff 0%,#5dbfff 100%);
	background: linear-gradient(to bottom, #88d4ff 0%,#5dbfff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88d4ff', endColorstr='#5dbfff',GradientType=0 );
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0a3963;
	border: none;
	cursor: pointer;
	padding: 10px;
	width: 170px;
	border-radius: 4px;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.5); }
	
.send-message:hover {
	background: #5bc8ff;
	background: -moz-linear-gradient(top, #5bc8ff 0%, #3cacff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5bc8ff), color-stop(100%,#3cacff));
	background: -webkit-linear-gradient(top, #5bc8ff 0%,#3cacff 100%);
	background: -o-linear-gradient(top, #5bc8ff 0%,#3cacff 100%);
	background: -ms-linear-gradient(top, #5bc8ff 0%,#3cacff 100%);
	background: linear-gradient(to bottom, #5bc8ff 0%,#3cacff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bc8ff', endColorstr='#3cacff',GradientType=0 ); }
	
.send-message:active {
	background: #2679b6;
	box-shadow: inset 0px 1px 4px #124e7b;
	color: #fff;
	text-shadow: none; }
	
.software-service p {
	display: block;
	clear: both;
	padding: 0px 0px 20px 0px; }
	
.mapoutline {
	display: block;
	clear: both; }

.store-map {
	float: right; }
	
.store-map iframe {
	width: 250px;
	height: 250px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	padding: 7px; }
	
.store-map div {
	display: block;
	clear: both;
	text-align: center;
	padding: 5px; }
	
.store-map div a,
.services_list div.select-from-map p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A3963;
	font-weight: normal; }
	
.store-map div a:hover,
.services_list div.select-from-map p a:hover {
	text-decoration: underline; }
	
.services_list div.select-from-map iframe {
	background: #f6f6f6;
	padding: 7px;
	border: 1px solid #ccc; }

/* Massages */

.messages {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 5px 10px;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-weight: bold;
	margin-top: 10px;
	width: 350px; }
	
.successmessage { 
	background: #f6ffda;
	border: 1px solid #5b7900;
	color: #5b7900; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 10px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }

.errormessage {
	background: #fff8f8;
	color: red!important;
	border: 1px solid red;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 10px;
	text-align: center;
	font-size: 12px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }

/* /Massages */

.contact-column { width: 380px; }

.left { float: left; }
.right { float: right; }





.career_list {
	clear: both;
	padding: 30px; }

.career_list .normal-text p { margin-bottom: 20px; }

.jobs-list {
	padding: 0px;
	margin-top: 20px; }

.jobs-list .job-item {
	padding: 0px; }

.jobs-list .job-item + .job-item { padding-top: 10px; } 

.jobs-list .job-item h1 {
	display: block;
	clear: both;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	padding: 0px 0px 10px;
	color: #186dc0; }

.jobs-list .job-item p {
	display: block;
	clear: both;
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px; }

.career_list > a {
	display: inline-block;
	color: #2288d2;
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px; }
	
.career_list > a:hover {
	color: #3ec2f3; }

.registration-programme {
	clear: both;
	padding: 30px; }

.registration-programme a {
	display: inline-block;
	color: #2288d2; }

.registration-programme a:hover {
	color: #3ec2f3; }

.registration-programme h2 {
	display: block;
	clear: both;
	font-size: 18px;
	line-height: 24px;
	color: #186DC0;
	font-weight: normal;
	padding: 10px 0px; }

.registration-programme p {
	display: block;
	clear: both;
	font-size: 14px;
	color: #333;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px; }

.registration-programme .normal-text ul { list-style-type: disc; }

.registration-programme .normal-text ol { list-style-type: decimal; }

.registration-programme .normal-text ul,
.registration-programme .normal-text ol {
	color: #333;
	padding: 0px 0px 10px;
	margin-left: 40px; }

.registration-programme .normal-text li { margin-bottom: 10px; }


.breadcrumbs {
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	white-space: nowrap; }

.breadcrumbs span {
	font-size: 18px;
	margin: 0px 5px;
	color: #999; }