body {
	background-image: url(images/a_base/background.jpg);
	margin: 0;
}
body,td,th,input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

/* * { text-align: justify !important; } */

a.email:link {
	color: #464646;
}
a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}
a:visited {
	color: #224F90;
}
a:link {
	color: #224F90;
}
a:hover {
	color: red !important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 12px;
	color: #224F90;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
}
h5 {
	font-size: 14px;
	margin-top: 0px;
}
h6 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}

.style5 {font-size: 9px; color: #FFFFFF; }
.style7 {color: #FFFFFF;}
.style9 {font-size: 9px; color: #666666; }
.style11 {color: #666666;}
.style12 {font-size: 14px;}
.style13 {font-size: 10px;}
.style14 {font-weight: bold;}
.style15 {color: #000000;}
a:hover .style15 {color:red;}
/*a:visited .style15 {color: #999;}*/

#Login {
	position: relative;
	top: -25px;
}
.submenu {
	background: #eee;
	border: 1px solid #eee;
	padding: 1ex;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-align: justify;
}
.submenu a:visited, .submenu a:visited .style15 {
	color: #224F90;
}
.submenu a:hover .style15, .submenu .current {
	color: red !important;
}

p.emphatic {
	color: red;
}

/* The menu */
#menu, #menu li {
	list-style: none;
}
#menu {
    position: absolute;
    height: 14px;
    padding: 0;
    margin: 0;
    width: 600px;
    z-index: 50;
}
#menu li {
    float: left;
    padding-left: 55px;
    height: 14px;
    margin: 0;
}
#menu li#service {padding-left: 0; width:72px;}
#menu li#resourcecentre {width:140px;}
#menu li#company {width:83px;}
#menu li li {
    float: none;
    padding: 1ex 2em 1ex 0;
    margin: 0;
}
#menu a {
    color: #000;
    font-size: 11px;
}
#menu a:hover {
    color: red/*#1F5190*/;
}
#menu a:visited {
	color: #224F90;
}
#menu div {
    display: none;
}
#menu .hover div {
    display: block;
	background: #d4e3ee;
    position: absolute;
    /*z-index: 50;*/
    top: 14px;
    left: 0;
    border-bottom: 2px solid #165392;
	width: 600px;
}
#menu ul {
    float: left;
    padding: 0 1em 0 0;
    margin: 0;
}
#menu #company ul {padding-right: 4em; width: 150px;}
#menu #service ul {width: 135px;}
#menu #resourcecentre ul {width: 150px;}
#menu ul a { display: block; }

#menu img.inactive {display: none;}

/* pretty forms */

form.pretty {
	position: relative;
	background: #d4e3ee;
	font-size: 80%;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
form.pretty div.indent {
	margin-left: 20ex;
	padding: 1ex 0 1ex;
}
form.pretty p {
	margin: 1ex 0;
}
form.pretty div.indent label {
	position: absolute;
	left: 1ex;
	width: 18ex;
	text-align: right;
	padding-top: 0.3ex;
}
form.pretty div.indent label.tall {
	padding-top: 0;
	margin-top: -0.5ex;
}
form.pretty input, form.pretty textarea {
	padding: 0.2ex 0.6ex;
	border: 0;
}
form.pretty select {
	border: 0;
}

form.pretty div.left {
	padding: 1em;
	width: 45%;
}
form.pretty div.left input, form.pretty div.left select {
	width: 90%;
}
form.pretty div.right {
	width: 45%;
	position: absolute;
	top: 3ex;
	right: 0;
}
form.pretty div.right textarea {
	width: 90%;
	height: 100%;
}

form.pretty div.buttons {
	text-align: right;
	padding: 0 1em 1em;
}
form.pretty div.buttons button {
	border: 0;
	background: transparent;
	cursor: pointer;
}

form.pretty div.minimal {
	padding: 1ex;
}
form.pretty div.minimal input, form.pretty div.minimal textarea {
	width: 95%;
}

form .warning {
	color: #f00;
}
