/* CSS Stylesheet Document Author: Charles Gardner  */
/* Copyright 2005 Strategic Consumer Reasearch Inc. */

/* Begin Stylesheet Implementation */

/* a:link is the style used for the hyperlinks */
a:link {
	font-size:7pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
}

/* a:active is for the currently used link, en route */
a:active {
	font-size:7pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
}

/* a:visited is for the already visited links */
a:visited {
	font-size:7pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-decoration: none;
	color: #000000;
}

/* a:hover is for the pretty Mouse Overs */
a:hover {
	font-size:7pt;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;

	/* this can be set to "blink, inherit, line-through, none, overline, underline" */
	text-decoration: underline;
	
	color: #000000;
}

.heading1 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

.heading2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

.heading3 {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

.heading4 {

	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

.heading5 {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: none;
	color: #000000;
}

/* Toolbar Links */

.home {
background-attachment: fixed;
background-repeat:repeat-x;
background-position:bottom;
background-image: url(../images/m1.jpg);
}

.about {
background-attachment: fixed;
background-repeat:repeat-x;
background-position:bottom;
background-image: url(../images/m2.jpg);
}

.services {
background-attachment: fixed;
background-repeat:repeat-x;
background-position:bottom;
background-image: url(../images/m3.jpg);
}

.technology {
background-attachment: fixed;
background-repeat:repeat-x;
background-position:bottom;
background-image: url(../images/m4.jpg);
}

.principals {
background-attachment: fixed;
background-repeat:repeat-x;
background-position:bottom;
background-image: url(../images/m5.jpg);
}

.contact {
background-attachment: fixed;
background-repeat:repeat-x;
background-position:bottom;
background-image: url(../images/m6.jpg);
}

.center-bg {
background-color:#E8E8E8;
}
/* End Stylesheet */