body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,textarea,select,table,caption,blockquote,img {
   padding:0;
   border:0;
   margin:0;
}
body {
   background-color: #FFFFFF;
   color: #333333;
}
body,textarea {
   font-family:Tahoma, Arial, Helvetica, sans-serif;
   font-size:0.9em;
}
body {
	 background-image:url(../img/footer_bg1.gif);
   background-repeat:repeat-x;
	 background-position:bottom left;
}
p {
   line-height:1.4em;
}


/*MAIN STYLES*/


a {
   color: #58b94b;
}
a:hover {
   color: #2a3788;
   text-decoration: none;
}
#blue a {
   color:#4cc2ff;
}

h1,h2,h3,h4,h5,h6 {
   clear:both;
	 color:#2a3788;
	 margin:1.5em 0 0.3em 0;
}
h1 {
   font-size:2em;
}
h2 {
   font-size:1.3em;
   font-weight:normal;
}
h3 {
   font-size:1.2em;
	 border-bottom:1px dotted #DDDDDD;
	 padding-bottom:0.4em;
}
h4 {
   font-size:1em;
}

blockquote {
   padding:0.3em;
   clear:both;
   margin:1em 0;
	 border:1px solid #DDDDDD;
}
blockquote p {
margin:0;
padding:1em 0;
}
blockquote.valid,blockquote.invalid {
	 padding-left:4em;
	 background-repeat:no-repeat;
	 background-position:top left;
}
blockquote.valid {
   background-image:url(../img/tick1.gif);
}
blockquote.invalid {
   background-image:url(../img/cross1.gif);
}


/* NAVIGATION */


.menubuttons {
   width:100%;
}
.menubuttons ul,ul.inline,#headernav ul {
   list-style:none;
   margin:0;
   padding:0;
}
.menubuttons li a {
   display:block;
   border-bottom: 1px solid #EEEEEE;
   color:#58b94b;
   padding:0.6em 0;
   width:100%;
}
.menubuttons li a:hover {
   color:#2a3788;
}
.menubuttons li.active a {
   color:#2a3788;
   font-weight:bold;
}
#pink li a {
   color:#ff33e0;
}
#pink li.active a {
   color:#2a3788;
}

#headernav li {
   display:inline;
}
#headernav li a {
   display:block;
   float:left;
   height:56px;
	 background-repeat:no-repeat;
}
#headernav li a span {
   display:none;
}
ul.inline {
   display:block;
	 float:left;
	 width:100%;
	 border-bottom:1px solid #DDDDDD;
}
ul.inline li {
   float:left;
   padding:1em 2.5em 0.7em 0em;
	 font-weight:bold;
}
ul.orange li a {
   color:#ff6c00;
}
ul.darkblue li a {
   color:#2a3788;
}
ul.inline li.active a {
   color:#888888;
}

#headerbutton1 {
   background-image:url(../img/home1.gif);
	 width:126px;
}
#headerbutton2 {
   background-image:url(../img/company1.gif);
	 width:155px;
}
#headerbutton3 {
   background-image:url(../img/services1.gif);
	 width:148px;
}
#headerbutton4 {
   background-image:url(../img/products1.gif);
	 width:152px;
}
#headerbutton5 {
   background-image:url(../img/contact1.gif);
	 width:141px;
}
#headerbutton1:hover,#headernav li.active a#headerbutton1 { background-image:url(../img/home2.gif); }
#headerbutton2:hover,#headernav li.active a#headerbutton2 { background-image:url(../img/company2.gif); }
#headerbutton3:hover,#headernav li.active a#headerbutton3 { background-image:url(../img/services2.gif); }
#headerbutton4:hover,#headernav li.active a#headerbutton4 { background-image:url(../img/products2.gif); }
#headerbutton5:hover,#headernav li.active a#headerbutton5 { background-image:url(../img/contact2.gif); }

/* LAYOUT */


#body {
   width:100%;
   float:left;
   text-align:center;
}
#container,#header,#content,#footer {
   width:900px;
}
#container {
   margin:0px auto;
   text-align:left;
   clear:both;
}
#header {
   position: relative;
   float:left;
   height: 400px;
   clear:left;
	 background-repeat:no-repeat;
}
h1#headerh1 {
   margin:0;
	 padding:0;
	 color:#FFFFFF;
	 font-size:36px;
	 position:absolute;
	 right:208px;
	 top:258px;
	 font-weight:normal;
}
#footer {
   position: relative;
   clear: both;
   height: 111px;
   background-image:url(../img/footer1.gif);
	 background-repeat:no-repeat;
}
#footer p {
   color:#FFFFFF;
	 font-size:0.85em;
	 padding:1.5em 0 0 0;
	 position:relative;
	 left:83px;
	 line-height:1.6em;
}
#footer p a {
   font-weight:bold;
	 color:#FFFFFF;
}
#content {
   float:left;
   padding: 0px;
   min-height:400px;
   position:relative;
}
* html #content {
   height:400px;
}
#accessibility {
   position:absolute;
   top:0px;
   right:73px;
   text-align:right;
}
#accessibility a {
   color:#999999;
	 text-decoration:none;
	 font-size:0.9em;
}
#headernav {
   position:absolute;
   top:344px;
   left:70px;
	 height:56px;
	 width:100%;
}
.leftthin,.rightthin {
   width:200px;
}
.leftwide,.rightwide {
   width:490px;
}
.leftmid,.rightmid {
   width:345px;
}
.leftthin,.leftwide,.leftmid {
   float:left;
}
.rightthin,.rightwide,.rightmid {
   float:right;
}
.padder {
   padding-bottom:4em;
	 float:left;
	 position:relative;
	 left:83px;
	 width:747px;
}

/*FORMS*/
form {
   clear:both;
}
select,textarea,.textbox1 {
   background-color:#FFFFFF;
   border:1px solid #2a3788;
   color:#2a3788;
}
form fieldset {
   border:1px solid #CCCCCC;
   padding:0.5em;
}
form legend {
   background-color:#FFFFFF;
   color:#2a3788;
   padding:0.3em;
}
form label {
   font-weight:bold;
   display:block;
   padding:0.7em 0 0.2em 0;
   color:#2a3788;
}
form label span {
   display:block;
	 font-weight:normal;
}
.textbox1 {
   width:100%;
   height: 22px;
}
.imagebutton {
   float:right;
   border:0;
	 margin:5px 0 0 5px;
	 background-repeat:no-repeat;
	 width:110px;
	 height:29px;
}
.imagebutton span {
   display:none;
}
textarea {
   font-size:1em;
   width:100%;
   height:200px;
}
select.wide,select.multiple1 {
   width: 100%;
}
select.multiple1 {
   height:10em;
}


/*TABLES*/

table {
   width:100%;
   font-size:1em;
   text-align:left;
   border-collapse:collapse;
   clear:both;
}
table caption {
   padding:0.8em 0.2em;
	 background-color:#DDDDDD;
	 text-align:left;
	 border-top:1px solid #BBBBBB;
}
table tr,table td,table th {
   border-bottom:1px solid #EEEEEE;
   padding:0.4em 0.2em;
}
table th,table th a {
   background-color:#58b94b;
   color:#FFFFFF;
}