body {
	background: url('../images/bg.jpg') repeat-x 0 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#wrapper {
	position: relative;
	float: default;
	width: 942px;
}

#container {
	position: relative;
	float: left;
	width: 942px;
	background: url('../images/container_bg.jpg') repeat-y 0 0;
	margin: 15px 0 0 0;
}

#top_container {
	position: relative;
	float: left;
	width: 942px;
	background: url('../images/top_bg.jpg') no-repeat 0 0;
	margin: 0 0 0 0;
}

#header {
	position: relative;
	float: left;
	width: 942px;
	height: 364px;
}

#header a.logolink {
	position: absolute;
	width: 280px;
	height: 127px;
	left: 338px;
	top: 3px;
}

#header .toplinks {
	position: relative;
	float: right;
	margin: 0 10px 0 0;
	font: 12px/18px arial;
	font-weight: bold;
	color: #474747;        /*   color: #3F4E5F;   */
	display: inline;
}

#header .toplinks a {
	font: 12px/18px arial;
	font-weight: bold;
	color: #474747;        /*   color: #3F4E5F;   */
	text-decoration: none;
}

#header .toplinks a:hover {
	text-decoration: underline;
}

#nav {
	position: absolute;
	bottom: 0px;
	left: 21px;              /*   left: 21px;     */
	width: 900px;
	height: 39px;
	background: url('../images/nav_bg.jpg') repeat-x 0 0;
}

#nav a:hover {
	background-position: 0 0;
}

#nav .home {
	position: relative;
	float: left;
	width: 128px;         /*  width: 128px;   */
	height: 33px;
	margin: 6px 0 0 130px;      /*  margin: 6px 0 0 50px;    */
	background: url('../images/nav_home.jpg') no-repeat 0 -33px;
	display: inline;
}
#nav .ourservices {
	position: relative;
	float: left;
	width: 129px;
	height: 33px;
	margin: 6px 0 0 3px;
	background: url('../images/nav_ourservices.jpg') no-repeat 0 -33px;
	display: inline;
}

#nav .aboutus {
	position: relative;
	float: left;
	width: 128px;
	height: 33px;
	margin: 6px 0 0 3px;
	background: url('../images/nav_aboutus.jpg') no-repeat 0 -33px;
	display: inline;
}

#nav .samplereport {
	position: relative;
	float: left;
	width: 128px;
	height: 33px;
	margin: 6px 0 0 3px;
	background: url('../images/nav_samplereport.jpg') no-repeat 0 -33px;
	display: inline;
}

#nav .references {
	position: relative;
	float: left;
	width: 128px;
	height: 33px;
	margin: 6px 0 0 3px;
	background: url('../images/nav_references.jpg') no-repeat 0 -33px;
	display: inline;
}

#nav .contactus {
	position: relative;
	float: left;
	width: 128px;
	height: 33px;
	margin: 6px 0 0 3px;
	background: url('../images/nav_contactus.jpg') no-repeat 0 -33px;
	display: inline;
}

#slideshow {
	position: absolute;
	left: 398px;
	top: 45px;
}

#content {
	position: relative;
	float: left;
	width: 800px;      /*  width: 785px;  */
	min-height: 200px;
	*height: 200px;	
	margin: 15px 0px 0 70px;
	display: inline;
        color: #474747;       /*   color: #173A5C;   */
	/*    background: url('../images/content_bg.jpg') repeat-y 0 0;   */
}

#text {
	position: relative;
	float: left;             /*  float: left;   */
	width: 800px;           /* width: 550px;    */
	margin: 10px 0 0 0;
	display: inline;
}

#text .title {	
	position: relative;
	float: center;             /*  float: left;   */
	width: 785px;
	height: 25px;             /*  height: 25px;  */
	border-bottom: 1px solid #E1E1E1;
	font: 19px/25px arial;   /*  font: 15px/18px arial;  */
	font-weight: bold;
	color: #173A5C;       /* color: #173A5C;   */
}

#text .text {                   /* text on the top of each page - shared among pages  */
	position: relative;
	float: left;               /*  float: left;     */
  	width: 785px;
	font: 15px/24px arial;      /*  font: 12px/21px arial;  */
	color: #474747;              /*  color: #5B5B5B;  */
	margin: 10px 0 0 0;         /*  margin: 10px 0 0 0;  */
	display: inline;
        text-align: justify;         /* text-align: left; text-align: justify;  */
        text-justify: inter-word;
}

#text .oursuccess {
	position: relative;
	float: center;               /*  float: left;  */
	width: 585px;
	margin: 25px 0 20px 0;     /*  margin: 25px 0 20px 0;  */
        font: 20px/24px arial;      /*  font: 12px/21px arial;  */
	color: #474747;              /*  color: #5B5B5B;  */
        font-weight: bold;
}

#text .themoreyouknow {
	position: relative;
	float: center;               /*  float: left;  */
	width: 585px;
	margin: 25px 0 20px 0;     /*  margin: 25px 0 20px 0;  */
        font: 20px/24px arial;      /*  font: 12px/21px arial;  */
	color: #474747;              /*  color: #5B5B5B;  */
        font-weight: bold;
        font-style: italic;
}

#list ul {
	position: relative;
	float: left;                         /*  float: left;     */
	width: 800px;                 /* width: 540px;  */
	list-style: disk;               /*list-style: none;   list-style: disk;      for a black circle*/
	padding: 0;
	margin: 10px 0 16px 5px;     /*  margin: 10px 0 16px 5px; */
}

#list li {                                     /*    list of items  - whole box including the arrows and the text*/
	position: relative;
	float: left;                         /*  float: left;     */
	width: 750px;                  /* width: 540px;  */
	list-style: disk;               /*list-style: none;   list-style: disk;      for a black circle*/
	padding: 0;                      /*  padding: 0;   */
	margin: 10px 0 0 0px;         /*  margin: 10px 0 0 0;  */
}

#list .arrow {                            /* Home page: arrow pictures */
	position: relative;
	float: left;                          /*  float: left;     */
	margin: 5px 0px 0px 0px;        /*   margin: 5px 0 0 0;   top, right, bottom, and left */
	display: inline;
}

#list .bullet {                             /* Home page: text by the arrows  */
	position: relative;
	float: left;                                     /*  float: left;     */
	width: 750px;                              /* width: 515px;  */
	margin: 0px 0px 0px 10px;         /*  margin: 0 0 0 10px;   ?-?-?-how close is the text to the bullet */
	font: 15px/24px arial;                 /*  font: 12px/18px arial;   */
	color: #173A5C;                          /*  color: #6D8494; */
	display: inline;
}

#text .oursuccess {
	position: relative;
	float: left;               /*  float: left;  */
	width: 785px;
	margin: 25px 0px 20px 50px;     /*  margin: 25px 0 20px 0;  */
        font: 20px/24px arial;      /*  font: 12px/21px arial;  */
	color: #474747;              /*  color: #5B5B5B;  */
        font-weight: bold;
        font-style: italic;
}

#rightrail {                      /*   this is now not used - defines the right hand columns with customer quotes  */
	position: relative;
	float: left;
	text-align: left;
	width: 190px;
	margin: 10px 0 0 45px;
	display: inline;
}

#rightrail .title {	     /*   this is now not used - defines the right hand columns with customer quotes */
	position: relative;
	float: left;
	width: 190px;
	height: 25px;
	border-bottom: 1px solid #E1E1E1;
	font: 12px/18px arial;
	font-weight: bold;
	color: #638399;
}

#quote {                     /*   this is now not used - defines the right hand columns with customer quotes */
	position: relative;
	float: left;
	width: 180px;
	margin: 25px 0 0 5px;
	font: 13px/20px arial;
	color: #728FA3;
	display: inline;
}

#quote .author {              /*   this is now not used - defines the right hand columns with customer quotes */
	position: relative;
	float: left;
	width: 175px;
	margin: 12px 0 0 0;
	font: 11px/16px arial;
	font-weight: bold;
	color: #499AE8;
	display: inline;
}

#quote .info {                     /*   this is now not used - defines the right hand columns with customer quotes  */
	position: relative;
	float: left;
	width: 175px;
	margin: 2px 0 0 0;
	font: 11px/16px arial;
	color: #7C7C7C;
	display: inline;
}

#footer {
	position: relative;
	float: left;
	width: 942px;
	height: 70px;
	background: url('../images/footer_bg.jpg') no-repeat 0 0;
	background-color: #ffffff;
}

#footer .backtotop {
	position: absolute;
	top: 5px;
	left: 450px;
	font: 13px/18px arial;
	color: #474747;      /*      color: #638399;   */
}

#footer .backtotop a {	
	font: 13px/18px arial;
	color: #474747;      /*      color: #638399;   */
	text-decoration: none;
}

#footer .backtotop a:hover {
	text-decoration: underline;
}

/**********
COLORED LIST
**********/

#coloredlist ul {                   /*  Our Services page */
	position: relative;
	float: left;              /*  float: left; */
	width: 800px;            /*  width: 540px;  */
	list-style: disk;           /*  list-style: none; */
	padding: 0;
	margin: 10px 0px 0px 16px;    /* margin: 10px 0 0px 0px;  ?-?-top-left  our services: offset of the colored boxed from the top text*/
}

#coloredlist li {
	position: relative;
	float: left;
	width: 750px;        /*  width: 526px;  */
	*width: 540px;
	list-style: disk;           /*  list-style: none;    list-style: disk; for a black filled circle     */
	padding: 7px;           /*  padding: 7px;  */
	margin: 15px 0 0 0;     /*  margin: 15px 0 0 0;  */
	border: 1px solid #eeeeee;
	background: url('../images/coloredlist_bg.jpg')  repeat-x 0 0;
	background-color: #FFFFFF;
}

#coloredlist .arrow {
	position: relative;
	float: left;
	margin: 5px 0 0 0;   /*  margin: 5px 0 0 0;  offset of bullet points from each other*/   
	display: inline;
}

#coloredlist .bulletheader {
	position: relative;
	float: left;
	width: 700px;        /*  width: 526px;  */
	margin: 0 0 0 0px;       /*  margin: 0 0 0 10px;  */
	font: 17px/22px arial;    /* font: 13px/18px arial;  */
	font-weight: bold;
	color: #173A5C;                          /*  color: #6D8494; */
	display: inline;

}

#coloredlist .bulletdescription {    /* Our services: colored boxe: title for each bullet point  */
	font: 15px/20px arial;       /* font: 12px/18px arial;  */
	color: #173A5C;              /* color: #7D7D7D;  */
	font-weight: bold;
	display: inline;
}

#coloredlist .bullet {         /* Our services: colored boxe: the text under the title  */
	position: relative;
	float: center;              /*  float: left; */
	width: 505px;
	margin: 10px 0px 0 0px;         /*  margin: 10px 0 0 18px;   top-left-right-bottom */
	font: 14px/22px arial;         /* font: 12px/18px arial;  */
	color: #474747;              /* color: #878787;  */
	display: inline;
}

#coloredlist .bullet a {
	font: 12px/18px arial;
	color: #435866;              /* color: #435866;  */
	display: inline;
	text-decoration: none;
}

#coloredlist .bullet a:hover {
	text-decoration: underline;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

#contactus_info{
	position: relative;
	float: left;
	width: 240px;            /*  width: 175px; */
	padding: 10px;
	border: 1px solid #eeeeee;
	margin: 0 0 0 0;
	background: url('../images/coloredlist_bg.jpg')  repeat-x 0 0;
 }

#contactus_form {
	position: relative;
	float: left;
	width: 470px;           /*  width: 300px; */
	padding: 10px;        /* padding: 10px;  */    /* contact form: offset from the top of the box */
	border: 1px solid #eeeeee;
	margin: 0 0 0 15px;
	background: url('../images/coloredlist_bg.jpg')  repeat-x 0 0;
}

#contactus_form .category {
	font: 15px/24px arial;      /* font: 12px/18px arial;  */
	color: #474747;              /* color: #878787;  */
	width: 150px;                  /* width: 150px;  */
}

#contactus_form .textbox {
	position: relative;
	float: left;                         /*  float: left; */
	width: 150px;                  /* width: 150px;  */
	border: 1px solid #C2C2C2;
}

#contactus_form .seal {
        position: relative;
	float: right;
        background-color: #ffffff;
        width: 160px;     /* 160  */
}

label {
        color: #173A5C;              /* color: #878787;   this specifies the questionnaire box labels  */
        font-weight: normal;        /*  font-weight: bold; */
        display: block;
        width: 400px;                  /*   width: 150px; */
        font: 15px/10px arial;      /*  letters above each input box   */
} 

#contactus_form .mytext {          /* this specifies the questionnaire input boxes  */
        width: 300px;
        height:25px;
        /*   font-size:12pt;   */
        font: 15px/24px arial;      /*  this was not here - letter in the input fields */
}

#contactus_form .mytextcomment {       /* this specifies the comment/question boxes  */
        width: 300px;
        height:100px;
        /*   font-size:12pt;   */
        font: 15px/24px arial;            /*  this was not here - letters in the comment field */
}

input[type=Submit] {                      /* all submit buttons on the page */
        width: 200px;  
        height: 30px;
        /*   font-size:12pt;   */
        font: 15px/24px arial;            /*  this was not here - letter in the input fields */
        font-weight: bold;                  /*  font-weight: bold;  font-weight: normal; */
        color: #474747;                     /* color: #878787;  */
}

#contactus_form .textarea {
	position: relative;
	float: left;
	width: 150px;                  /* width: 150px;  */
	height: 100px;                 /* height: 100px;  */
	border: 1px solid #C2C2C2;
}

#contactus .oursuccess {
	position: relative;
	float: center;               /*  float: left;  */
	width: 785px;
	margin: 25px 0 20px 0;     /*  margin: 25px 0 20px 0;  */
        font: 20px/24px arial;      /*  font: 12px/21px arial;  */
	color: #474747;              /*  color: #5B5B5B;  */
        font-weight: bold;
        font-style: italic;
}

input[type=radio]{
    float:left;
    margin-right:10px;
}

#references {
	position: relative;
	float: left;     /*  float: left;  */
	width: 780px;   /*  width: 550px;  */
	border: 1px solid #eeeeee;
	background: url('../images/coloredlist_bg.jpg')  repeat-x 0 0;
	background-color: #FFFFFF;
        margin: 0px 0px 30px 0px;     /* was not here  */
}

#references .reference {
	position: relative;
	float: left;     /*  float: left;  */
	width: 350px;   /*  width: 225px;  */
	margin: 5px 20px 0px 0px;     /* margin: 1px 0 0 10px;  top-left-bottom-right */
	font: 15px/24px arial;      /*  font: 12px/18px arial;  */
	color: #474747;              /* color: #878787;  */
	display: inline;
}

#projects {
	position: relative;
	float: center;     /*  float: left;  */
	width: 780px;   /*  width: 550px;  */
	border: 1px solid #eeeeee;
	background: url('../images/coloredlist_bg.jpg')  repeat-x 0 0;
	background-color: #FFFFFF;
	padding: 0px;     /* padding: 10px;  */
        /*margin: 5px 40px 0 0px;  */ /*  was not original here: top-left-right bottom */
}

#projects .project {
	font: 15px/24px arial;      /*  font: 12px/18px arial;  */
	color: #474747;              /* color: #878787;  */
	border-bottom: 1px dotted #cccccc;
}

#thankstext {
	position: relative;
	float: center;             /*  float: left;   */
	text-align: left;
        font: 15px/24px arial;      /*  font: 12px/21px arial;  */
	width: 800px;           /* width: 550px;    */
	margin: 10px 0 0 0;
	display: inline;
}

#thankstext .text {                   /* text on the top of each page - shared among pages
	position: relative;
	float: center;                         /*  float: left;     */
	width: 550px;
	font: 15px/24px arial;      /*  font: 12px/21px arial;  */
	color: #474747;             /*  color: #5B5B5B;   */
	margin: 10px 0 0 0;         /*  margin: 10px 0 0 0;  */
	display: inline;
}

div.gallery {
  margin: 25px;
               /*border: 1px solid #ccc;*/
  float: left;
  width: 180px;
}

div.gallery img:hover {
  border: 1px solid #cadbeb;
}

div.gallery img {
  width: 100%;
  height: auto;    /* auto;*/
  /*border: 1px solid #777;*/
}

div.desc {
  padding: 15px;
  text-align: center;
  font: 14px/14px arial;
  color: #474747;
  font-weight: bold;
}