html {
	height: 100%;
	font-size: 100%;
}

body {
	font-size: 1em;
	background: #00aad8 url( '/images/bg.png' ) top left repeat-x;
	color: #000000;
	width: 976px;
	margin: 0 auto;
	font-family: verdana, arial, helvetica, sans-serif;
}

h1, h2 {
	color: #21ac8a;
	background: transparent url( '/images/bar_blue.gif' ) bottom left repeat-x;
	font-weight: normal;
	margin-top: 10px;
	font-family: helvetica, verdana, arial, sans-serif;
}

h1 {
	font-size: 2.5em;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

h2 {
	font-size: 2em;
	padding-bottom: 10px;
	margin-bottom: 10px;
	clear: both;
}

h3 {
	font-size: 1.2em;
	color: #21ac8a;
	margin-bottom: 0px;
	font-family: helvetica, verdana, arial, sans-serif;
}

p {
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: #004481;
	font-weight: bold;
}

img {
	border: none;
}

#contactNo {
	font-size: 2.3em;
	color: #00b3de;
	margin-top: 0px;
	margin-bottom: 10px;
}

#main {
	font-size: 0.75em;
	background: transparent url( '/images/dropshadow.png' ) top left repeat-y;
	padding: 0px 9px 15px;
}

#header {
	background: transparent url( '/images/title_bg.png' ) top left repeat-x;
	padding: 30px 5px;
	height: 70px;
}

#headerLogo {
	margin-left: 20px;
	float: left;
    margin-top:10px;
}

#headerImages {
	float: right;
	margin-right: 5px;
}

#headerImages img {
	margin: 0px 3px;
}

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

#breadcrumb span {
	padding: 5px 80px 5px 4px;
	background-color: #def2ed;
	color: #666666;
	text-transform: uppercase;
	font-size: 0.9em;
	line-height: 20px;
}

#nobreadcrumb {
	margin: 10px 10px 0px;
	padding: 1px 4px 0px;
	font-size: 0.9em;
}


/* MENU */

#menu {
	float: left;
	width: 217px;
}

#MM_main, #MM_sub {
	list-style: none;
	padding-left: 10px;
}

#MM_main div.notfirst {
	background: transparent url( '/images/bar_blue.gif' ) top left repeat-x;
	height: 3px;
	font-size: 1px;
}

#MM_main div.notfirst_sub {
	background: transparent url( '/images/bar_blue.gif' ) top left repeat-x;
	height: 3px;
	font-size: 1px;
	padding: 0px;
	margin: 2px 0px;
}

#MM_main li {
	margin: 2px 0px;
}

#MM_main li.first {
	background: none;
}

#MM_main li div {
	padding: 6px 5px;
}

#MM_main li div:hover {
	background-color: #00b3de;
}

#MM_main li div:hover a {
	color: #ffffff;
}

#MM_main li div.current {
	background-color: #00b3de;
}

#MM_main li div.current a {
	color: #ffffff;
}

#MM_main li a {
}

#MM_main li.current a {
	color: #ffffff;
	background-color: #00b3de;
}

#MM_main li ul#MM_sub div.notfirst {
	background: transparent url( '/images/bar_grey.gif' ) top left repeat-x;
	height: 3px;
	font-size: 1px;
	padding: 0px;
	margin: 2px 0px;
}

#MM_main li ul#MM_sub li {
}

#MM_main li ul#MM_sub li.first {
	background: none;
}

#MM_main li ul#MM_sub li a {
	color: #004481;
}

#MM_main li ul#MM_sub div {
	padding: 4px 5px;
}

#MM_main li ul#MM_sub div:hover {
	background-color: #def2ed;
}

#MM_main li ul#MM_sub div.current {
	background-color: #def2ed;
}

#rightCol ul {
	list-style: none;
	padding: 0px;
}

#rightCol ul li {
	padding-bottom: 10px;
}

/* CONTENT */

#content {
	width: 470px;
	margin: 0px 22px;
	float: left;
}

#rightCol {
	width: 216px;
	float: left;
}

#rightCol .awardimage {
	width:180px;
	overflow:hidden;
}

#rightCol img.award {
	max-width:180px;
}

#footer {
	width: 470px;
	margin: 0px 236px;
	background: transparent url( '/images/bar_blue.gif' ) top left repeat-x;
	color: #666666;
	padding: 10px 0px;
	font-size: 0.9em;
}

#preview {
	float: right;
}

#IL_imageWindow {
	clear: both;
	border: 1px solid #cccccc;
	padding: 1px;
}

#IL_imageGroup {
	width: 115px;
	float: left;
	margin-left: 1px;
	margin-top: 1px;
}

#content #IL_imageAlt label, #content #IL_imageAlt input {
	display: inline;
	width: auto;
}

#EL_editList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#EL_editList form {
	display: inline;	
}

#EL_editList label, #EL_editList input {
	display: inline;
	width: auto !important;
	float: none;
	margin: 0px;
}

img.floatright {
	float:right;
	padding-left:20px;
}
label {
	display: block;
	float: left;
	width: 200px;
	margin-bottom: 10px;
	clear: left;
}

label.large {
	width:350px;
}
form h4 {
	clear:left;
}
input, select {
	float: left;
	margin-bottom: 10px;
}

#content input {
	width: 250px;
}
#content input.small {
	width: 50px;
}
#content input.submit, input.small {
	width: auto;
}

FORM#testquestions input {
	width:20px;
	float:none;
	margin-bottom:0;
}
FORM#testquestions p {
	margin-top:20px;
}
label.norm {
	display:inline;
	float:none;
	clear:none;
}

FORM#qform SELECT {
	font-size:0.9em;
}


ul.clientCategory {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.client {
	list-style: disc;
}

.submit {
	clear: both;
	text-align: center;
}

textarea {
	width: 464px;
	height: 300px;
}
textarea.comment {
	height:100px;
}

.error {
	color: #cc0000;
	font-weight: bold;
}

.news_summary {
	margin-top: 0px;
}

.split_left, .split_right {
	float: left;
	width: 227px;
}

.split_right {
	margin-left: 10px;
}

.clearall {
	clear: both;
	font-size: 1px;
}

.clearnorm {
	clear: both;
}

.invisible {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

div.mceEditor {
	clear: both;
}

button {
	margin-bottom: 10px;
}

#EL_editList input.opt {
	width: 50px !important;
}

table {
	width: 464px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

td {
	vertical-align: top;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 1px;
	width:65px;
}

thead td, td abbr {
	font-weight: bold;
	font-size:0.8em;
}

tbody td {
	font-size: 0.8em;
}

.news_date {
	font-size: 0.8em;
	color: #999999;
}

span.red {color:#ff0000;}

.answerblock, .answerblock-small {
    width:120px;
    float:left;
    padding:5px 5px 10px 20px;
}
.answerblock-small {
    width:80px;
    padding:5px;
}
.answerblock img {
    margin-top:5px;
}
.clearall {
    clear:both;
}
