html, body {
	margin: 0; padding: 0;
	font-size: 11px;
	font-family: "Verdana", sans-serif;
	height: 100%;
	background: url('../images/shadow_repeat.png') center center repeat-y #F6F6F6;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #003970 ;
}

p {
	margin: 1em 0;
	line-height: 1.6em;
}

.wysiwygright {
	float: right;
	margin: 10px 0 10px 15px;
	display: block;
}

.wysiwygleft {
	float: left;
	margin: 10px 15px 10px 0;
	display: block;
}

.wysiwyginline {
	display:block;
	margin: 10px 15px 10px 0;
}

form {
	margin: 0; padding: 0;

}

form label {
	display: block;
	margin: 1em 0 0.5em 0;
	color: #003970;
	font-weight: bold;
}

form input {
	display: block;
}

form .text,
form textarea {
	border: 1px solid #DCDCDC;
	padding: 6px 5px;
	font-family: "Verdana", sans-serif;
	font-size: 1em;
	color: #7E7E7E;
	width: 200px;
}

form .text:focus,
form textarea:focus {
	color: #000000;
}

form .submit {
	margin: 1em 0 0 0;
}

div#holder  {
	width: 967px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important; 
	height: 100%;
	position: relative;
	top: 0; bottom: 0;
	background: url('../images/nav_repeat.png') repeat-y 13px 0 #FFFFFF;
}

div#hax-background {
	width: 100%;
	top: 0; left: 0;
	position: absolute;
	height: 13px;
	background: url('../images/white_shadow_repeat.png') center center repeat-y #FFFFFF;
}

div#header {
	border-top: 5px solid #003970 ;
	width: 100%; overflow: hidden;
	background: #FFFFFF;
	min-height: 90px;
	/*width:156px;*/
}

div#header h1#logo {
	float: left;
}

div#header h1#logo a {
	display: block;
	width: 166px;
	height: 70px;
	background: url('../images/mssgroup.png') no-repeat;
	overflow: hidden;
	text-indent: -5000px;
}

div#header #search {
	float: right;
	padding: 0.75em 1.8em;
	width: 320px;
}

div#header #search #form {
	float: left;
}

div#header #search label {
	color: #045781;
	font-size: 1.2em;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	display: block;
	float: left;
	clear: both;
	width: 8em;
	margin: 0.5em 1em 0 0;
	padding: 5px 0;
	text-align: right;
}

div#header #search #navsearchbox {
	border: 1px solid #DCDCDC;
	float: left;
	margin: 0.5em 0 0.5em 0;
	padding: 5px 5px;
	color: #979797;
	display: block;
	width: 142px;
}
div#header #search .text:focus {
	color: #000000;
}

div#header #search select {
	margin: 0.8em 0 0.5em 0;
	width: 156px;
}

div#header #search .submit {
	margin:  0.5em 0 0 0.25em;
	padding: 0.2em;
	overflow: hidden;
	border: 0; background: none;
	color: #6699CC;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	float: right;
}

h2#tel {
	float: right;
	clear: left;
	padding: 0 13px 23px 13px;
}

h2#tel span {
	text-indent: -5000px;
	width: 125px;
	height: 12px;
	background: url('../images/number.png') no-repeat;
	overflow: hidden;
	display: block;
}

div#content {
	width: 100%; overflow: hidden;
	padding-bottom: 70px;

}


#searchHolder
{
	width:535px;
}

.searchresult
{
	overflow:hidden;
}

div#sidebar {
	width: 156px;
	margin: 0 13px;
	float: left;
	display: block !important;
	display: inline; /* IE6 double margin "fix" */
	overflow:hidden;
}

div#sidebar ul {
	margin: 0; padding: 5px 0;
	list-style-type: none;
}

div#sidebar ul li {
	padding: 0 8px;
}

div#sidebar ul li.active {
	background: url('../images/nav_active_arrow.png') 0 8px no-repeat;
}

div#sidebar ul li.active a {
	background: #003970;
	color: #fff;	
}

div#sidebar ul ul li a {
	background: #f6f6f6 !important;
	color: #003970 !important;
}

div#sidebar ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	color: #003970;
	border-bottom: 1px solid #DADADA;
	padding: 3px 3px;
	height: auto !important;
	height: 1%; /* oob IE6 */
}

div#sidebar ul li a span {
	padding: 2px 5px;
	display: block;
}

div#sidebar ul li a span span {
	padding: 0; margin: 0;
	overflow: hidden;
	text-indent: -5000px;
	height: 10px;
	background: url('../images/nav.png') no-repeat;
	margin: 2px 3px;
	display: block;
}

div#sidebar ul li a:hover span {
	background-color: #003970 !important;
	color: #FFFFFF;

}

div#sidebar ul li a:hover {
	cursor: pointer;
	background: #003970;
	color: #fff;
	/* 
		This is a "fix" to make IE6 actually apply the above styles.
		More details on it here: 
			http://friendlybit.com/css/ie6-bug-ignored-selector-hover-bug/
			http://www.quirksmode.org/css/ie6_purecsspopups.html
		Conclusion: If you use IE6 I hate you.
	*/
}

div#sidebar ul li li a{
	border: 0;
	font-size: 1.1em;
}

/*
div#sidebar ul li.active > a {
	background: #6699cc;
	color: #FFFFFF;	
	border: 0;
}
*/

div#sidebar ul ul {
	border-bottom: 1px solid #DADADA;
}

div#sidebar .emailpage {
	background: url(../images/emailpage.png) no-repeat left 16px;
	display: block;
	border-top: 1px solid #DADADA;
	margin: 0 8px;
	padding: 15px 0 10px 33px;
	color: #696868;
}

div#rightcol {
	float: right;
	width: 161px;
	margin-right: 15px;
	overflow: hidden;
}

#n-home span span {
	width: 34px;
}
#n-home a:hover span span {
	background-position: 0 100% !important;
}

#n-aboutus span span {
	width: 54px;
	background-position: -34px 0 !important;
}
#n-aboutus a:hover span span {
	background-position: -34px 100% !important;
}

#n-companies span span {
	width: 66px;
	height: 13px !important;
	background-position: -88px 0 !important;
}
#n-companies a:hover span span {
	background-position: -88px 100% !important;
}

#n-jobs span span {
	width: 26px;
	background-position: -154px 0 !important;
}
#n-jobs a:hover span span {
	background-position: -154px 100% !important;
}

#n-contactus span span {
	width: 63px;
	background-position: -180px 0 !important;
}
#n-contactus a:hover span span {
	background-position: -180px 100% !important;
}

div#quote {
	padding: 17px 19px 10px 5px;
	zoom: 1;
	text-align: right;
}

div#quote dl {
	margin: 0; padding: 0;
}

div#quote dt {
	color: #6699cc;
	font-family:"Trebuchet MS",sans-serif;
	font-weight: bold;
	letter-spacing: -0.1px;
	font-size: 1.1em;
	line-height: 1.4em;
}

div#quote dd {
	font-size: 0.9em;
	color: #696868;
	margin: 2px 0 0 0;
}


.searchBox {
	padding: 10px 3px 19px 3px;
	margin: 0 8px;
	border-bottom: 1px solid #dadada;
	overflow: hidden;
}

.searchBox label {
	margin: 0 0 2px 0; padding: 0;
	color:#003970;
	display:block;
	font-family:"Trebuchet MS",sans-serif;
	font-size:1.2em;
	font-weight:bold;
}

.searchBox .textbox {
	border: 1px solid #d3d3d3;
	font-size: 1em;
	color: #696868;
	padding: 4px 5px;
	*padding: 3px 5px;
	margin: 0; 
	*margin: 0 0 0 -7px;
	_margin: 0;
	display: block;
	float: left;
	width: 88px;
}

.searchBox .submit {
	padding: 0 0 0 8px;
	margin: 0;
	overflow: hidden;
}

.search_submit
{
	margin:5px 0 0 0;
}

div#main {
	overflow: hidden;
	height: auto !important; height: 1%;
	padding: 0 10px 0 0;

}


div#banner {
	width: 100%; overflow: hidden;
}

div#home-picker {
	padding: 1.5em 0 0 0;
}

div#home-picker ul {
	margin: 0; padding: 0;
	list-style-type: none;
	width: 100% !important; overflow: hidden;
	width: 533px;
}

div#home-picker ul li {
	float: left;
	width: 25%;
	height: 135px;
}

div#home-picker ul li h2 {
	background: url('../images/home_picker.png');
	display: block;
	width: 105px;
	height: 50px;
	text-indent: -5000px;
	overflow: hidden;
	margin: 30px 0 0 10px;
}

div#home-picker ul li a,
div#home-picker ul li img,
div#home-picker ul li a span {
	display: block;
	border: 0;
	width: 123px;
}

div#home-picker ul li img {
	border: 1px solid #989999;
	width: 123px;
	height: 73px;
	background: #4B6779;
}

div#home-picker ul li a span {
	font-size: 0.9em;
}

div#home-boxes {
	width: 100%; overflow: hidden;
	padding: 10px 0;
	position: relative;
	zoom:1;
}

dl#resources , #clients {
	margin: 10px 0 0 0px;
	width: 160px;
	float: right;
}

dl#resources h2 {
	color: #6699CC;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	margin: 0.5em;
}

dl#resources ul {
	margin: 0; padding: 0;
	list-style-type: none;
}

dl#resources dd , #clients dd {
	margin: 0;
	border: 1px solid #DADADA;
	padding: 15px 14px;
}

dl#resources dd img {
	display: block;
	float: left;
	padding:  0 5px 8px 0;
}

div#clients dd img {
	padding: 0 0 5px 20px;
}

dl#resources dd li , #clients dd li {
	padding: 0 0 15px 0;
}

#clients a {
	display: block;
	text-align: center;
}

div#home-boxes dl {
	width: 355px;
	float: left;
	padding: 0;	
	margin: 0 0 17px 0;
	clear: left;
}

div#home-boxes dl.alt {
	margin-left: 20px;	
	clear: none;
}

div#home-boxes dt , dl#resources dt , #clients dt {
	background: url('../images/hometitle_left.png') no-repeat #003970;
	font-size: 1.4em;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

div#home-boxes dt span , dl#resources dt span , #clients dt span {
	background: url('../images/hometitle_right.png') no-repeat top right;
	padding: 9px 15px;
	display: block;
	line-height: 1em;
}

div#home-boxes dd {
	background: url('../images/homebody_left.png') bottom left no-repeat #f6f6f6;
	margin: 0;
}

div#home-boxes p {
	text-decoration: underline;
}

div#home-boxes td {
	vertical-align: top;
	padding-right: 20px;
}

div#home-boxes ul {
	padding: 12px 27px 14px 18px;
	margin: 0;
	list-style-type: none;
	background: url('../images/homebody_right.png') bottom right no-repeat;
}

div#home-boxes li {
	background: url('../images/bullet.png') 0 6px no-repeat;
	padding: 0 0 0 10px;
}

div#home-boxes a {
	color: #696868;
}

div#home-boxes table {
	margin: 0 14px;
}

div#maincontent {
	overflow: hidden;
	height: auto !important;
	height: 1%;
	padding: 10px 26px 10px 13px;
	color: #888888;

}

div#maincontent h2 {
	color: #005A83;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 1.2em;
}

div#maincontent .maintitle {
	background: #003970  url(../images/hometitle_left.png) no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 5px;
}

div#maincontent .maintitle span {
	background: url(../images/hometitle_right.png) no-repeat right top;
	display: block;
	padding: 7px 15px;
}

div#companies-list {
	width: 100%; overflow: hidden;
}

div#companies-list .thumb {
	float: left;
	border: 1px solid #999999;
	margin: 0 10px 0 0;
}

div#companies-list .logo {
	float: right;
	margin: 0 0 0 20px;
}

div#companies-list dl {
	width: 100%; overflow: hidden;
	display: block;
	padding: 1.5em 0 1.25em 0;
	margin: 0;
	border-bottom: 1px solid #D7D7D7;
}

div#companies-list h4 {
	overflow: hidden;
	height: auto !important;
	height: 1%;
	color: #003970;
	font-size: 1.2em;
}

div#companies-list h4 a {
	text-decoration: none;
}

div#companies-list dd {
	margin: 0; padding: 0.5em 0;
	overflow: hidden;
	height: auto !important;
	height: 1%;
}

div#companies-list p {
	margin: 0; padding: 0;
}

div.pagination {
	background: #F4F4F4;
	overflow: hidden;
	padding: 0.4em 3px;
	margin:5px 0 5px 0;
	text-transform: uppercase;
	zoom: 1; 
}

div.pagination span, div.pagination a {
	float: left;
	display: block;
	padding: 0.35em 0.55em;
	margin: 1px;
	color: #595959;
	font-size: 0.9em;
}
div.pagination a {
	background: #E3E3E3;
	text-decoration: none;
}
div.pagination a:hover {
	background: #F0F0F0;
}

div#contactform {
	padding: 0.5em 0 0 0;
}


div#contactform ul 
{
	padding:0;
	margin:0;
}


div#contactform ul li
{
	list-style:none;
}

div#vacancieslist {
	padding: 0 1.5em 0.5em 1.5em;
	overflow: hidden;
}

div#vacancieslist dl {
	margin: 2em 0;
	display: block;
	width: 100%;
}

div#vacancieslist dt, div#vacancieslist dd {
	width: 100%; overflow: hidden;
	display: block;
	margin: 0; padding: 0;
}

div#vacancieslist h4 a:link,
div#vacancieslist h4 a:visited {
	text-decoration: none;
	font-size: 1.2em;
	display: block;
}
div#vacancieslist h4 a:hover,
div#vacancieslist h4 a:active {
	text-decoration: underline;
}
div#vacancieslist h4 {
	color: #003970;
	margin: 0 0 5px 0;
}

div#jobdetail {
	width: 100%; overflow: hidden;
	padding: 0.5em 0;
}

div#jobdetail h4 {
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	color: #003970;
	padding: 1em 0 0em 0;
}
div#jobdetail h4 a:hover {
	text-decoration: underline;
}
div#jobdetail dl {
	margin: 1em 0 0 0;
	display: block;
	overflow: hidden;
}
div#jobdetail dt {
	color: #003970;
	font-weight: bold;
	padding: 0.5em 0  0.5em 0;
}
div#jobdetail dd {
	margin: 0; padding: 0 0 1em 0;
}

div#footer {
	border-top: 15px solid #fff;
	position: absolute;
	bottom: 0; left: 0; width: 100%;
	overflow: hidden;
	/*background: url('../images/footer_bluebar.png') no-repeat #FFFFFF;*/
}

div#footer ul {
	overflow: hidden;
	margin: 0; padding: 1.5em 1em 1.6em 1em;
	list-style-type: none;
	background: #F4F4F4;
	height: auto !important;
	height: 1%; /* hasLayout damn you! */
}

div#footer ul li {
	color: #999999;
	float: left;
	padding:  0 1em;
	border-right: 1px solid #999999;
}

div#footer ul li.right {
	float: right;
}

div#footer ul li.last {
	border: 0;
}

div#footer ul li a {
	color: #999999;
	text-decoration: none;
}

div#footer ul li a:hover {
	text-decoration: underline;
}

.newsListHeader
{

}

.newsListHeader img
{
	float:left;
	padding:0 10px 0 0;
}


div#newslist {
	padding: 0 1.5em 0.5em 1.5em;
	overflow: hidden;
}

div#newslist dl {
	margin: 1em 0 2em 0;
	display: block;
	width: 100%;
}

div#newslist dt, div#newslist dd {
	width: 100%; 
	display: block;
	margin: 0; padding: 0;
}

div#newslist dd {
	padding: 4px 0 0 0;
}

div#newslist h4 a:link,
div#newslist h4 a:visited {
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	color: #696868;
}
div#newslist h4 a:hover,
div#newslist h4 a:active {
	text-decoration: underline;
}
div.newslisthome h4 
{
	color: #696868;
	font-size: 0.8em;
	font-weight: normal;
}
div.newslisthome h4 a:link,
div.newslisthome h4 a:visited,
div.newslisthome h4 a:hover,
div.newslisthome h4 a:active
{
	text-decoration: underline !important;
}
div#newslist h4 {
	color: #003970 ;
	margin: 0 0 5px 0;
}
div.newslisthome 
{
	color: #6699cc;
}
div#newsdetail {
	width: 100%; overflow: hidden;
	padding: 0.5em 0;
}

div#newsdetail h4 {
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	color: #003970;
	padding: 1em 0 0em 0;
}
div#newsdetail h4 a:hover {
	text-decoration: underline;
}
div#newsdetail dl {
	margin: 1em 0 0 0;
	display: block;
	overflow: hidden;
}
div#newsdetail dt {
	color: #003970;
	font-weight: bold;
	padding: 0.5em 0  0.5em 0;
}
div#newsdetail dd {
	margin: 0; padding: 0 0 1em 0;
}
.SideNewsBox h2 { padding: 16px 0 0 16px; color: #003970; font-size: 1.1em; }

.SideNewsBox {
	padding-bottom: 50px;
}

div#clientquotelist {
	padding: 0 1.5em 0.5em 1.5em;
	overflow: hidden;
}

div#clientquotelist dl {
	margin: 2em 0;
	display: block;
	width: 100%;
}

div#clientquotelist dt, div#clientquotelist dd {
	width: 100%; overflow: hidden;
	display: block;
	margin: 0; padding: 0;
}

div#clientquotelist h4 a {
	text-decoration: none;
	font-size: 1.2em;
	display: block;
}
div#clientquotelist h4 {
	color: #003970;
	margin: 0 0 5px 0;
}