/* COMMENTS CANNOT BE NESTED */
/* If four values are given, they apply to top, right, bottom, and left padding, respectively. */
/* If one value is given, it applies to all sides. */
/* If two or three values are given, the missing values are taken from the opposite side. */



html {
	height: 100%;
	/* border: thick solid blue; */
	}

body {
	height: 100%;
	margin: 0px;			/* controls the margin around CONTENT */
	padding: 0px;			/* controls the margin around CONTENT */
	font-family: verdana, tahoma, arial;
	color: #000000;
	background: white;
	text-align: center;
	font-size: smaller;
	/* border: thick solid yellow; */
	}

h1 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-weight: lighter;
	font-family: tahoma, arial;
	/* color: #0099cc; */
	/* color: #0066FF; */
	color: #3399FF;
	}
h2 {
	margin: 30px 0px 10px 0px;
	padding: 0px;
	font-weight: lighter;
	font-family: tahoma, arial;
	/* color: #0099cc; */
	/* color: #0066FF; */
	/* color: #3399FF; */
	}
h3 {
	font-weight: lighter;
	font-family: tahoma, arial;
	color: #3399FF;
	}
p {
	margin: 16px 0px 16px 0px;
	padding: 0px;
	}

a {
	color: #0099cc;
	font-family: tahoma, arial;
	text-decoration: none;
	}
a:link {color: #0099cc;}
a:visited {color: #0077aa;}
a:hover {background: #eeeeee;}

  


/* ====================================================== */
/*   banner                                               */
/* ====================================================== */

#B1 {
	width: 730px;
	position: absolute;
	top: 10px;
	left: 20px;
	margin-top: 10px;
	/* border: 2px solid orange; */
	}



/* ====================================================== */
/*   nav-00                                               */
/* ====================================================== */

#N0 {
	width: 730px;
	position: absolute;
	top: 160px;
	left: 20px;
	text-align: left;
	/* border: 2px solid purple; */
	}



/* ====================================================== */
/*   page                                                 */
/* ====================================================== */

#P1 {
	margin-top: 20px;
	text-align: center;
	/* border: thick solid #e6e6e6; */
	}
#P2 {
	margin-top: 0px;
	text-align: left;
	/* border: thick solid green; */
	}



/* ====================================================== */
/*   content                                              */
/* ====================================================== */

.C1 {
	margin: 202px 200px 0px 200px;
	padding: 0px;
	/* font-size: small; */
	/* border: 2px solid yellow; */
	}

.toc {				/* Table of Contents, such as for an article */
	border: 1px solid #000000;
	padding: 0px 12px 12px 6px;
	}

#box {
	margin: 0px 0px 1px 0px;
	padding: 0px 16px 0px 16px;
	background: #ffffff;
	border: 1px solid #999999;
	}

#sig {
	font-family: Georgia, Times New Roman, Times, serif;
	}


/* ====================================================== */
/*   nav-01                                               */
/* ====================================================== */

#N1 {
	width: 160px;
	position: absolute;
	top: 200px;
	left: 10px;
	padding: 10px;
	font-family: tahoma, arial;
	/* font-size: small; */
	/* background:#eeeeee; */
	/* border-right: 1px solid #eeeeee; */
	/* z-index: 2; */
	}



/* ====================================================== */
/*   quotecontainer                                       */
/* ====================================================== */

#LB1 {
	width: 160px;
	}
#LB1 ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}
#LB1 a {
	width: 158px;
	display: block;
	padding: 3px;
	font-family: tahoma, arial;
	color: #333333;
	/* background: #99F0FF; */
	background: #FFB90F;
	border-bottom: 1px solid #333333;		/* lines above and below links */
	border-right: 1px solid #333333;		/* lines above and below links */
	border-left: 1px solid #333333;		/* lines above and below links */
	border-top: 1px solid #333333;		/* lines above and below links */
	}
#LB1 a:hover {background-color: #00BFFF; color: #000000;}
#LB1 a:link {color: #000000; text-decoration: none;}
#LB1 a:visited {color: #000000; text-decoration: none;}

#LB2 a {text-decoration: none;}

#sub li {
	padding-left: 6px;
	}



/* ====================================================== */
/*   navcontainer                                         */
/* ====================================================== */

#LA1 {
	width: 160px;
	}

#LA1 ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	}

#LA1 a {
	width: 158px;
	display: block;
	padding: 3px;
	font-family: tahoma, arial;
	color: #333333;
	background: #00BFFF;
	border-bottom: 1px solid #333333;	/* lines above and below links */
	border-right: 1px solid #333333;		/* lines above and below links */
	border-left: 1px solid #333333;		/* lines above and below links */
	}
#LA1 a:hover {background-color: #3399FF; color: #333333;}
#LA1 a:link {color: #EEE; text-decoration: none; color: #333333;}
#LA1 a:visited {color: #EEE; text-decoration: none; color: #333333;}

#LA2 a {text-decoration: none;}

#LA3 a {font-size: smaller; text-decoration: none;}

.LA0 {
	width: 158px;
	display: block;
	margin: 0px;	/* effects the space between header and its subordinate links */
	padding: 3px;
	background: #cccccc;
	border-top: 1px solid #333333;	/* lines above and below links */
	border-bottom: 1px solid #333333;	/* lines above and below links */
	border-right: 1px solid #333333;		/* lines above and below links */
	border-left: 1px solid #333333;		/* lines above and below links */
	}



/* ====================================================== */
/*   nav-02                                               */
/* ====================================================== */

#N2 {
	width: 160px;
	position: absolute;
	top: 200px;
	right: 10px;
	padding: 10px;
	/* font-size: small; */
	/* background: #eeeeee; */
	/* border-left: 3px solid #eeeeee; */
	/* z-index: 1; */
	}



/* ====================================================== */
/*   nav-03                                               */
/* ====================================================== */

#N3 {
	margin: 20px 200px 20px 200px;
	padding: 3px 0px 3px 0px;
	/* font-size: small; */
	/* background: #eeeeee; */
	border-top: 1px solid black;
	}



/* ====================================================== */
/*   nav-04                                               */
/* ====================================================== */

#N4 {
	position: absolute;
	top: 160px;
	left: 20px;
	padding: 3px 3px 3px 3px;
	/* font-size: small; */
	background: #eeeeee;
	border: 1px solid black;
	}



/* ====================================================== */
/*   Case Study Pages                                     */
/* ====================================================== */

.indexhead {
	margin: 3em 0px .3em 0px;
	/* font-size: small; */
	font-weight: bolder;
	}

.indexsubhead {
	margin: 2em 0px .3em 0px;
	/* font-size: small; */
	font-weight: bolder;
	}

.indexitem {
	margin: 0em 0px .3em 0px;
	/* font-size: small; */
	}

.casestudy {
	margin: 1em 0px 0em 0px;
	padding: 0em 0px 0em 0px;
	text-align: left;
	border: 1px solid #999999;
	background: #FFFFFF;
	}

.casestudynumber {
	margin-top: 0em;
	float: right;
	padding: .2em 6px .2em 6px;
	/* font-size: small; */
	font-weight: bolder;
	}

.casestudyclient {
	padding: .3em 0px 0em 12px;
	font-size: medium;
	/* font-size: small; */
	font-weight: bolder;
	}

.casestudytext {
	padding: .3em 0px .3em 12px;
	font-size: medium;	/* was small */
	/* font-size: small; */
	font-weight: bolder;
	}

.casestudylist {
	/* display: list-item; */
	margin: 0em 30px .3em 80px;
	text-indent: -20px;
	/* font-size: small; */
	}

.casestudyresult {
	margin-top: .6em;
	background: #efefef;
	border-bottom: 1px solid #efefef;
	}

.casestudyresultheader {
	padding: .3em 0px .3em 12px;
	/* font-size: small; */
	font-weight: bolder;
	}

.casestudyresulttext {
	/* display: list-item; */
	padding: 0em 0px .6em 0px;
	margin: 0em 30px 0em 60px;
	/* font-size: small; */
	}

#LC1 {
	margin: 3px 0px 0px 0px;
	padding: 4px;
	width: 156px;
	/* background: #FFB90F; */
	/* background: #eeeeee; */
	background: #00BFFF;
	border: 1px solid #000000;
	text-align: center;
	}



/* ====================================================== */
/*   About Us Page                                        */
/* ====================================================== */

img.photo {
	float: right;
	margin: 0px 20px 20px 20px;
	} 



/* ====================================================== */
/*   Testimonial Pages                                    */
/* ====================================================== */

.t {						/* This was testimonial */
	margin: 20px 0px 20px 0px;
	padding: 1em 30px 2em 30px;
	text-align: left;
	/* font-size: small; */
	border: 1px solid #666666;
	background: #FFFFFF;
	}
#tdate {					/* This was testimonialdate */
	margin: 0em 0px 0em 0px;
	text-align: right;
	}
#tstart {					/* This was testimonialstart */
	margin: .6em 0px 0em 0px;
	}
#tbody {					/* This was testimonialbody */
	margin: .6em 0px 0em 0px;
	}
#tname {					/* This was testimonialname */
	margin: .6em 0px 0em 0px;
	font-weight: bolder;
	}
#tpos {					/* This was testimonialposition */
	margin: 0em 0px 0em 0px;
	}
#tco {					/* This was testimonialcompany */
	margin: 0em 0px 0em 0px;
	}
#tst {					/* This was testimonialstate */
	margin: 0em 0px 0em 0px;
	}
#twww {					/* This was testimonialwww */
	margin: 0em 0px 0em 0px;
	}
#ttop {					/* This was testimonialtop */
	margin: 1em 0px 0em 0px;
	}


/* ====================================================== */
/*   Bullets                                              */
/* ====================================================== */

#bullet {
	margin: 0px;
	padding: 0px 0px 1em 30px;
	line-height: 120%;
	}

a.m1 {
	color: #000000;
	font-weight: bolder;
	font-family: tahoma, arial;
	text-decoration: none;
	}
a.m1:link {color: #000000; font-weight: bolder;}
a.m1:visited {color: #000000;}
a.m1:hover {color: #ffffff; font-weight: bolder; background: #00BFFF;}



/* ====================================================== */
/*   Notices                                              */
/* ====================================================== */

#notice-1 {
	margin: 20px 0px 20px 0px;
	padding: 0px 12px 0px 12px;
	/* font-size: small; */
	background: #eeeeee;
	border: 1px solid black;
	}
