body, html {
	font-family: Verdana, sans-serif;
	font-size: 95%;
	color: #303030;
	line-height: 18px;
	}

a {
	text-decoration: none;
	color: #fd913e;
	}

a:hover {
	text-decoration: underline;
	}

strong, b {
	font-weight: bold;
	}

em, em strong {
	font-style: italic;
	}

img {
	display: block;
	float: left;
	}

#wrapper {
	width: 944px;
	min-width: 944px;
	height: 100%;
	margin: 0 auto;
	font-size: 75%;
	overflow: hidden;
	}

/* ---------- Header -- */
#header {
	height: 111px;
	background-image: url(../images/site/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}


#header .header_left {
	float: left;
	padding-top: 50px;
}
#header .header_right {
	float: right;
}
#header .header_right a img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header .header_left a img {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* ---------- Navigation -- */
#navigation {
	border: 1px #fd913e solid;
	border-left: none;
	border-right: none;
	background: #FFFFFF url( /share/images/site/navigation-bg.png ) repeat-x bottom left;
	overflow: hidden;
	height: 100%;
	}

#navigation li {
	float: left;
	}

#navigation li a {
	display: block;
	padding: 10px 9px;
	color: #003768;
	font-weight: bold;
	font-size: 150%;
	background: url( /share/images/site/navigation-separator.png ) no-repeat center right;
	}

#navigation li a:hover {
	color: #fd913e;
	text-decoration: none;
	}

#navigation li.last a {
	background: none;
	}

/* ---------- Top -- */
#top {
	height: 205px;
	background: #eaeaea url( /share/images/site/top_1.jpg ) no-repeat top left;
	border-bottom: 1px #bfbfbf solid;
	}

#top .quote {
	width: 170px;
	float: right;
	font-size: 135%;
	display: inline;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 14px;
	background-image: url(/share/images/site/quotes-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	}

#top .quote img {
	display: inline;
	float: none;
	}

#top .quote .author {
	font-style: italic;
	text-align: right;
	font-size: 85%;

	}

/* ---------- Footer -- */
#footer {
	color: #797a7b;
	font-size: 90%;
	clear: both;
	overflow: hidden;
	height: 100%;
	}

#footer .column {
	border-top: 1px #fe6e00 solid;
	padding: 8px 0;
	}

#footer li {
	float: left;
	}

#footer li a {
	color: #003768;
	display: block;
	padding: 0 5px 0 7px;
	background: url( /share/images/site/footer-separator.png ) no-repeat center left;
	}

#footer li a:hover {
	color: #fe6e00;
	}

#footer li.first a {
	padding-left: 0;
	background: none;
	}

#footer .copyright {
	float: left;
	padding-top: 3px;
	white-space: nowrap;
	font-size: 90%;
	}

#footer a.cmc-registered {
	display: block;
	float: right;
	width: 131px;
	height: 30px;
	background: url( /share/images/site/cmc-registered.png ) no-repeat 3px;
	text-indent: -10000px;
	padding: 3px;
	border: 1px #d8d8d8 solid;
	}

#footer .column-right span {
	display: block;
	float: left;
	padding-left: 20px;
	font-size: 12px;
	width: 70px;
	white-space: normal;
	color: #003768;
	font-style: italic;
	font-weight: bold;
	}

/* ---------- Content -- */
#content {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}

#content .wide {
	clear: both;
	overflow: hidden;
	height: 100%;
	padding: 15px 0 15px 0;
	}

#content h1 {
	color: #fd913e;
	font-size: 195%;
	font-weight: bold;
	padding-bottom: 10px;
	line-height: 22px;
	}

#content .home_links {
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	}

#content p {
	padding: 5px 0;
	}
#content blockquote {
	font-size: 140%;
	font-style: italic;
	font-weight: normal;
	padding: 10px 0;
	}

#content .cell {
	width: 33%;
	float: left;
	padding-bottom: 30px;
	}

#content .column-right .cell {
	width: 100%;
	}

#content .cell h3 {
	padding: 10px 0 10px 30px;
	background: url( /share/images/site/services-bullet.png ) no-repeat center left;
	color: #003768;
	font-size: 140%;
	font-weight: bold;
	}
/* ---------- image rollover -- 
#content .cell a {
	display: block;
	border: 1px #c4c4c4 solid;
	padding: 3px;
	float: left;
	}

#content .cell a:hover {
	background: #fd913e;
	}*/

#content .cell a {
	color: #003768;
	}

#content .cell a:hover {
	color: #fd913e;
	}

/* ---------- Breadcrumb -- 
#content .cell p {
	float: left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	width: 150px;
	}*/
	
#content .cell p {
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	}

#content .cell img {
	float: right;
	}
#content .cell .more-info {
	color: #fd913e;
	clear: both;
	}
	
	#content .cell form {
	clear: both;
	padding-top: 5px;
	}

#content .cell .more-info a {
	display: inline;
	border: none;
	padding: 0;
	color: #003768;
	margin-right: 3px;
	}

#content .cell .more-info a:hover {
	color: #fd913e;
	background: none;
	}

#content input, fieldset input, fieldset select, fieldset textarea {
	border: 1px #868686 solid;
	padding: 5px;
	color: #868686;
	float: left;
	}

#content input.submit, fieldset input.submit {
	background: #e9e9e9;
	border: 1px #fe6e00 solid;
	font-weight: bold;
	color: #104371;
	font-size: 115%;
	margin-left: 5px;
	height: 27px;
	padding: 0 5px;
	cursor: pointer;
	text-align: center;
	}

#content input.submit:hover {
	color: #fd913e;
	}

/* ---------- Columns -- */
.column {
	float: left;
	}

.column.column-left {
	width: 72%;
	}

.column.column-right {
	float: right;
	width: 251px;
	}

/* ---------- Breadcrumb -- */
#breadcrumb {
	overflow: hidden;
	height: 100%;
	clear: both;
	padding-bottom: 5px;
	}

#breadcrumb li {
	float: left;
	font-size: 90%;
	padding-right: 5px;
	}

#breadcrumb li a {
	float: left;
	display: block;
	padding-right: 5px;
	}

/* ---------- Page content -- */
.page-content {
	overflow: hidden;
	clear: both;
	height: 100%;
	padding-bottom: 10px;
	}

/*.page-content span {
	color: #fd913e;
	}*/

.page-content img {
	float: right;
	padding: 3px;
	border: 1px #c7c7c7 solid;
	}

#content .page-content h2 {
	border: none;
	color: #003768;
	font-weight: bold;
	}

#content .page-content h3 {
	border: none;
	color: #333333;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	}

.page-content .bold-orange {
	font-weight: bold;
	color: #fd913e;
	}

.page-content .bold-blue {
	font-weight: bold;
	color: #4f4b6e;
	}

.page-content ul {
	padding: 10px 20px;
	}

.page-content ul li {
	list-style: none;
	padding-left: 20px;
	padding-bottom: 5px;
	background-image: url(/share/images/site/li-bullet.png);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	}

#content .page-content ul li h2 {
	padding-top: 0;
	}

.page-content ul li h2 a {
	color: #003768;
	}

.page-content ul li h2 a:hover {
	text-decoration: none;
	color: #fd913e;
	}

.page-content h4 {
	font-weight: bold;
	color: #fd913e;
	}

.page-content .further-information {
	padding-top: 10px;
	}

.page-content .further-information ul {
	padding-top: 10px;
	padding-bottom: 0;
	}

.page-content .further-information li {
	background-position: 5px 4px;
	}

/* ---------- Panel -- */
.panel {
	margin-bottom: 20px;
	margin-top: 20px;
	}

#content .panel h2 {
	border: 1px #fd913e solid;
	border-right: none;
	border-left: none;
	background: #FFFFFF url( /share/images/site/navigation-bg.png ) repeat-x bottom left;
	padding: 5px;
	font-weight: normal;
	color: #003768;
	}

#content .panel h2 a {
	color: #003768;
		font-weight: bold;
	}

.panel.overview li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/share/images/site/services-bullet.png);
	background-repeat: no-repeat;
	background-position: 7px 10px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 36px;
	}

.panel.overview li ul {
	padding-top: 5px;
	}

.panel.overview li li {
	background: none;
	padding: 3px;
	padding-right: 0;
	padding-left: 10px;
	border: none;
	}

.panel.overview li a {
	color: #003768;
	font-weight: bold;
	}

.panel.overview li li a {
	color: #303030;
		font-weight: normal;
	}

.panel.overview li a:hover {
	color: #fd913e;
	}

/* ---------- Main fieldset -- */
fieldset {
	font-size: 100%;
	}

fieldset h3 {
	color: #003768;
	font-size: 140%;
	}

fieldset label {
	display: block;
	width: 100%;
	clear: both;
	padding: 2px 0;
	color: #f79637;
	}

fieldset input, fieldset select {
	width: 250px;
	margin-bottom: 10px;
	}

fieldset select {
	width: 260px;
	}

fieldset label span, .page-content fieldset label span {
	color: #003768;
	}

.compulsory-fields {
	color: #7b7c7c;
	font-style: italic;
	font-size: 90%;
	padding: 5px 0;
	}

#contact-us input.submit {
	width: 80px;
	margin: 0;
	}

#errors {
	padding: 10px 0;
	}
