/** 

COLOUR SCHEME:

Blue is: 0096d5
Green is: 7cc06c

**/

body {
	font-family: arial, helvetica, sans serif;
}

.wrap1 {
	width: 800px;
	margin: 0 auto;
}

.footer {
	clear: both;
	border-top: 1px solid #ccc;
	padding-top: 10px;
	height: 50px;
}

	/* Logos */

	ul.logos {
		list-style-type: none;
		float: right;
	}

	ul.logos li {
		display: inline;
	}

	ul.logos li.ocsi {
		margin-right: 20px;
	}

	ul.logos li a img {
		border-width: 0;
	}

.content_wrap {
	width: 800px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}

/* H2 gets blue from logo */
h2 {
	font-family: sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #0096d5;
}

/* H3 gets blue... */
h3 {
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0096d5;
	/* color: #7cc06c; */
}
/* ... unless specified as green */
h3.green_h3 {
	color: #7cc06c;
}

/* H4 gets green... */
h4 {
	font-size: 12pt;
	color: #7cc06c;
}


/* Highlight service name in blue */
.lem_title_text {
	color: #0096d5 !important;
	text-decoration: none;
}

/* By default, content links are green */
.content_wrap a {
	color: #7cc06c;
	text-decoration: none;
}

/* Highlight company names in green */
.company_link {
	color: #7cc06c;
	text-decoration: none;
}

/* Contact Us link in green */
.contact_link {
	color: #7cc06c;
	text-decoration: none;
}


/* Set paragraphs to have space before them, except for the first one */

p {
	margin-top: 1em;
	line-height: 1.3em;
}

p:first-child {
	margin-top: 0;
}


.header {
	width: 800px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
}
	.header a img {
		border: 0;
	}

.breadcrumb {
	margin: 10px 0 0 0;
}

.error_message {
	font-size: 12pt;
	color: #ff1100;
	margin-top: 10px;
	margin-bottom: 5px;
}

.error_msg_main {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}



/* blue text */
.submit_button {
	margin-top: 0px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 16pt;
	color: #0096d5;
	cursor: hand;
}

/* link to open IA */

.atlas_link {
	float: right;
	width: 280px;
	margin-left: 20px;
}

.atlas_link {
	top: 20px;
	height: 200px;
}

.atlas_link a img {
	border: 0;
}
