body {
	font-style : normal;
	font-weight : normal;
	font-size : 70%;
	line-height: 125%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #00225D;
}

h1 {
	font-size: 150%;
	line-height: 120%;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #FF9F00;
}

h2 {
	font-size: 150%;
	line-height: 120%;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #00225D;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	color: #00225D;
}

h5 {
	color: #FF9F00;
}

h6 {
	font-size:80%;
	color: #00225D;
}

h3.nav {
	font-size: 110%;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px 5px 10px 10px;
	color: #00225D;
	border-bottom: 1px dashed #00225D;
}

p {
	margin: 0px 0px 20px 0px;
}

img {
	border:none;
}

hr {
	clear: left;
	border-top: 1px solid #FFC64B;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 10px 0px;
}

hr.dashed {
	clear: left;
	width: 100%;
	border-top: 1px dashed #FFC64B;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	margin: 10px 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	margin: 0px 0px 0px 16px;
	padding: 2px 0px;
	vertical-align: middle;
}

ul li {
	list-style-image: url(/assets/images/bullet.gif);
}



form {
	padding: 0px;
	margin: 0px;
}

form ol {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}

form li {
	list-style: none;
	list-style-image: none;
	margin: 0px;
}

fieldset {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 5px 0px;
}

legend {
	color: #FF9F00;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

label {
	display: block;
	padding: 5px 0px 3px 0px;
}

.customForm label {
	float:none !important;
	width:100% !important;
}

.customForm input, .customForm textarea {
	width:90%;
}

.customForm .submitbutton {
	width:100px;
}

label.inline {
	display: inline;
	padding: 5px 0px 3px 0px;
	background-color: red;
}

select {
	margin-bottom: 8px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table {
	border: 0px solid #00225D;
}

th {
	border: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color: #FAF9F9;
	padding: 3px;
}

td {
	border: 1px solid #cccccc;
	font-weight: normal;
	padding: 3px;
}

/* Links */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #00225D;
	outline:none;
}

a:link {
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #FF9F00;
	text-decoration: none;
}

a:hover {
	color: #FF9F00;
	text-decoration: underline;
}

/* --- */
a.nav:link {
	text-decoration: none;
	color: #00225D;
	font-weight: bold;
	display: block;
	/*padding: 5px 0px 0px 0px;*/
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
}

a.nav:visited {
	text-decoration: none;
	color: #00225D;
	font-weight: bold;
	display: block;
	text-align: center;
	vertical-align: middle;
	/*padding: 5px 0px 0px 0px;*/
	line-height: 32px;
}

a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	background-color: #00225D;
	vertical-align: middle;
	/*padding: 5px 0px 0px 0px;*/
	line-height: 32px;
}

a.nav:active {
	color: #FF9F00;
	text-decoration: none;
	font-weight: bold;
	display: block;
	text-align: center;
	background-color: #00225D;
	vertical-align: middle;
	/*padding: 5px 0px 0px 0px;*/
	line-height: 32px;
}

a#navdouble:link, a#navdouble:hover, a#navdouble:visited, a#navdouble:active {
	line-height:12px !important;
	padding:3px 0 4px;
}

/*-------*/
a.sitewide:link {
	text-decoration: none;
}

a.sitewide:visited {
	text-decoration: none;
}

a.sitewide:hover {
	text-decoration: underline;
}

a.sitewide:active {
	text-decoration: none;
}

/*-------*/
a.foot:link {
	text-decoration: none;
	color: #666666;
}

a.foot:visited {
	text-decoration: none;
	color: #666666;
}

a.foot:hover {
	text-decoration: underline;
	color: #666666;
}

a.foot:active {
	text-decoration: none;
	color: #666666;
}

/* navigation -------- */
ul.nav {
	margin: 0px;
	padding: 0px;
}

li.nav {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 125px;
	height: 32px;
	border-right: 1px solid #999999;
	display: block;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

li.navEnd {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 122px;
	height: 25px;
	display: block;
	text-align: center;
	font-weight: bold;;
}

/* side nav bar -------- */
#nav {
	float:left;
	margin:0px;
	padding:0px 5px 0px 12px;
	width:169px;
}

#nav2 {
	/*border-top: 1px dashed #FFC64B;
	border-bottom: 1px dashed #FFC64B;*/
	/*border-bottom:1px solid #EDEDED;*/
	margin: 10px 0px;
	padding: 5px 0px;
}

#nav2 li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	border-bottom:1px solid #EDEDED;
}

#nav2 li a#currentpage, #nav li a#currentpage {
	font-weight:bold !important;
		color: #FF9F00 !important;
}



#nav2 a {
	text-decoration: none;
}

#nav2 li b a {
	font-weight:bold;
}

#nav2 a:hover {
	text-decoration: underline;
}

#nav3 {
	margin: 0px;
	padding: 2px 0px;
}

#nav3 li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 2px 0px;
	color: #FF9F00;
}


#navCol {
	float:left;
	margin:0 12px 0 0;
	padding:0;
	width:187px;
_margin-right:8px !important;


}

.landingmenu #navCol {
_margin-right:0 !important;
}

#navCol .nav li, #navCol #nav li {
	padding:5px 0 !important;
	border-bottom:1px solid #EDEDED;
	list-style-image: none !important;
	list-style-type: none !important;
	margin: 0px !important;
}

#navCol a {
	text-decoration: none !important;
	color: #00225D !important;	
}

#navCol a:hover {
	text-decoration: underline !important;	
}

#nav3 a {
	text-decoration: none;
	color: #FF9F00;
}

#nav4 a {
	color: red;
	font-weight: bold;
}

#nav5 a {
	color: red;
	font-weight: bold;
}

#nav2 li ul li, #nav ul li ul#nav2 li {
	border-bottom:none !important;	
}

/* Home page ----------------------- */
#home1 h1 {
	color: #00225D;
}

#home2 h1 {
	color: #00225D;
}

#home3 h1 {
	color: #00225D;
}

/* sitemap */
#sitemap {
	line-height: 170%;
}

/*---- contact form ---*/
.conform {
	padding: 15px;
}

.conform2 {
	padding: 15px;
}

fieldset label {
	float: left;
	margin: 2px 0px 3px 0px;
	width: 175px;
	font-weight: normal;	
}

.conform label {
	float: left;
	margin: 2px 0px 3px 0px;
	width: 175px;
	font-weight: normal;
}

.conform2 label {
	float: left;
	font-weight: bold;
}

.conform select,input,textarea {
	margin: 0px 0px 7px 0px;
	vertical-align: middle;
}

.enqSelectOne {
	width: 40%;
	margin: 0px;
}

.enqSelectTwo {
	width: 56%;
	margin: 0px;
}

#errorbox {
	border: 1px solid #F71842;
	padding: 15px;
	margin: 20px 0px;
	color: F71842;
}

#errorbox h2 {
	color: #F71842;
	font-size: 110%;
	font-weight: bold;
	padding: 3px;
	margin: 0px;
}

#errorbox ul {
	color: #00225D;
	padding: 0px;
	margin: 5px;
	list-style-type: none;
}

#errorbox ul li {
	padding: 3px 0px;
	margin: 0px;
	font-size: 100%;
	font-weight: normal;
	list-style-image: none;
}


/*---- Products Home page ---*/
#col1 h3 a, #col2 h3 a {
	color: #FF9F00;
	font-size: 95%;
	margin: 2px 0px 5px 0px;
	padding: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#col1 h3 a:hover, #col2 h3 a:hover {
	text-decoration: underline;
}

/*---- Related Links ---*/
#relatedLinks {
	margin: 15px 0px;
}

#relatedLinks h3{
	border-bottom: 1px solid #FF9F00;
	margin: 0px 0px 7px 0px;
	padding: 5px 0px 0px 0px;
	font-size: 120%;
	font-weight: bold;
}

#relatedLinks a{
	text-decoration: none;
}

/*---- Related Products ---*/
#relatedProducts {
	margin: 15px 0px;
}

#relatedProducts h3{
	border-bottom: 1px solid #FF9F00;
	margin: 0px 0px 7px 0px;
	padding: 5px 0px;
	font-size: 120%;
	font-weight: bold;
}

#relatedProducts a{
	text-decoration: none !important;
}

.related li {
	margin: 0px 0px 0px 16px !important;
	padding: 2px 0px !important;
	list-style-image: url(/assets/images/bullet.gif) !important;
	vertical-align: middle !important;	
}

/* -- forms -- */
#form_error {
	border: 1px solid #ff3300;
	padding: 15px;
	color: #ff3300;
}

.submit {
	margin: 15px 0px;
}

.error_msg {
	color: #ff3300;
}

/* -- vacancies search -- */
#vacanciesSearchGroup {
	float: left;
	margin: 0px 0px 15px 0px;
}

#vacanciesSearchCategory {
	float: left;
	margin: 0px 50px 0px 0px;
}

#vacanciesSearchLocation {
	float: left;
}

/* -- Other --*/
.flag1 {
	margin: 0px 0px 0px 10px;
}

#contentCol img {
	border: 0px solid #999999;
}

#contentCol img.no_border {
	border: 1px solid #FFFFFF;
}

/*div#edit_container {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:1000;
}

p.editable {
	text-align:right;
	color:#CC0000;
	font-weight:bold;
	font-size:9px;
}

p.editable a {
	color:#CC0000;
	font-weight:bold;
	padding:1px 4px;
	text-decoration:none;
}

p.editable a:hover {
	text-decoration:underline !important;
	cursor:pointer !important;
}

p.status_current {
	color:#FFFFFF;
	font-size:9px;
	padding:2px;
	background-color:#009933;
	margin-bottom:0;
}

p.status_pending {
	color:#FFFFFF;
	font-size:9px;
	padding:2px;
	background-color:#CC0000;
	margin-bottom:0;
}*/

#left_column_3col #formWrapper #containerForm fieldset ul li,
#middle_column_3col #formWrapper #containerForm fieldset ul li,
#right_column_3col #formWrapper #containerForm fieldset ul li {
	width:240px !important;	
}

/* modules */
ul.moduleUL {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border-top: 1px solid #CCCCCC;
	width: 100%;
}

li.moduleLI {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px dashed #CCCCCC;
	width: 100%;
	list-style-type: none;
	list-style-image: none;
}

li.moduleLI span {
	color: #999999;
}

.moduleTitle {
	float: left;
	width: 70%;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

.eventsTitle {
	float: left;
	width: 50%;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

.moduleDate {
	float: left;
	width: 29%;
	text-align: right;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

.eventsDate {
	float: left;
	width: 49%;
	text-align: right;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
}

li.moduleLiSwitch {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	border-bottom: 1px dashed #cccccc;
	list-style-type: none;
	list-style-image: none;
}

.moduleTitleSwitch {
	float: left;
	width: 75px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.moduleDateSwitch {
	float: left;
	width: 425px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

a.moduleLink {
	font-weight: normal;
	text-decoration: none;
	color: #00225D;
}

a.moduleLink:visited {
	text-decoration: none;
}

a.moduleLink:hover {
	text-decoration: underline;
}

#events span.moduleTitle {
	width:49% !important;
}

#events span.moduleDate {
	width:50% !important;
}

/* search -------- */
form.search {
	padding: 0px;
	margin: 12px 0px 0px 0px;
}

label.search {
	display: inline;
	vertical-align: middle;
}

input.search {
	display: inline;
	width: 140px;
	height: 17px;
	margin: 0px 2px;
	padding: 0px;
	vertical-align: middle;
	border: 1px solid #999999;
}

.searchButton {
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}

ul.productsubset {
	margin:0 !important;
}

#nav2 li#productsubset {
	padding:2px 0 !important;	
}

/* Social Icons */

.socialIcons {
	margin: 0 0 0 0; padding: 0 10px 0 10px;
}
.socialIcons img {
	padding: 0 6px 0 6px;
}
.socialIcons a, .socialIcons a:hover, .socialIcons img {
	text-decoration: none;
	border: 0px;
}




/** Text Type start **/

#typetext{
	clear:both;
	height:125px;
	padding:20px 15px;
}
#typetext h1{
	font-size:55px;
	margin:0;
	padding:0;
	display:none;
}
/** Text Type end **/

/** Home buttons start **/

#homebuttonselector {
	position: relative;
}
#homebuttonselector #homebut1hover ul {
 width: 180px;
 float: left;
}
#homebuttonselector #homebut3hover ul {
 width: 347px;
 float: left;
}
#homebuttonselector #homebut2hover ul, #homebuttonselector #homebut4hover ul {
 float: left;
}

#homebuttonselector ul {
	margin: 0px !important;
	padding: 5px 0 0 0 !important;
	list-style: none !important;
	list-style-image: none;
}
#homebuttonselector li {
	list-style: none !important;
	list-style-image: none;
	padding:0;
}
#homebuttonselector li a {
	color: #000000 !important;
	text-decoration: none !important;
}
#homebuttonselector li a:hover {
	color: #ffffff !important;
	text-decoration:underline !important;
}

.homebut{
	float:left;
	margin:5px;
}
.homebut img{
	display:block;
}

.homebuthover {
	top: 0;
	background-repeat:no-repeat;
	display:none;
	height:133px;
	margin:5px;
	position:absolute;
	width:367px;
}

.homebuthover h3{
	margin:0;
	padding:9px 0 2px 16px;
}

.homebuthover h3 a{
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

.homebuthover h3 a:hover{
	color:#FFFFFF;
	text-decoration:underline; 
}

#homebut1hover{
	background-image:url("/assets/images/homebut1-hover.jpg");
	background-repeat: no-repeat;
	position:absolute;
	top: 0;
	left: 0;
}
#homebut2hover{
	background-image:url("/assets/images/homebut2-hover.jpg");
	background-repeat: no-repeat;
	position:absolute;
	right:2px;
	top:0;
}
#homebut3hover{
	background-image:url("/assets/images/homebut3-hover.jpg");
	background-repeat: no-repeat;
	position:absolute;
	top: 143px;
	left: 0;
}
#homebut4hover{
	background-image:url("/assets/images/homebut4-hover.jpg");
	background-repeat: no-repeat;
	position:absolute;
	top: 143px;
	right:2px;
}

.homebutmain a {
	display: block;
	float: left;
	text-decoration: none;
	width: 372px;
	height: 133px;
	border-right: 1px dashed #FF9F00;
}
.homebutmain2 a {
	display: block;
	float: right;
	text-decoration: none;
	width: 381px;
	height: 133px;
	border-left: 1px dashed #FF9F00;
}

/** Home buttons end **/