@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.twoColFixLt #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 152px;
	background-color: #FFF;
	background-image: url(http://www.sagconsulting.com/images/sitetemplate_01.jpg);
	padding: 0px;
	height: 695px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 152px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(http://www.sagconsulting.com/images/sitetemplate_02.jpg);
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: top center;
} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.navigation {
	height: 65px;
	width: 748px;
	padding-top: 80px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
}

.content {
	height: 100%;
	width: 90%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-left: 25px;
	margin-top: 25px;
}

.content2 {
	height: 525px;
	width: 90%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	margin-left: 25px;
	margin-top: 25px;
}

.content a:link {color:#03C;}
.content a:visited {color:#03C;}
.content a:active {color:#03C;}
.content a:hover {color:#06C;}
.content a {text-decoration: none;}
	
h1, h2, h3 {
	font-family:Tahoma, Geneva, sans-serif;
	color: #F00;
}
h1 {
	font-size:22px;
	font-weight: normal;
	}
#home h1, h2 {
	margin-bottom:0;
	padding-bottom: 0;
	font-size:16px;
	font-weight: normal;
	}
#team h2 {
	padding-top: 1.5em;
	}
h2.first {
	margin-top: 0;
	padding-top: 0;
	}

.emailtext {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}
#clientservices span {
	color: #F00;
	}
.emailtext a:link {color:#000;}
.emailtext a:visited {color:#000;}
.emailtext a:active {color:#000;}
.emailtext a:hover {color:#000;}
.emailtext a {text-decoration: none;}

#team .content img {display: block; float: left; margin: 0 15px 5px 0; padding: 1px; border: 1px solid #CCC; }
address {
	font-style: normal;
	}
.nobull {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}
.nobull li {
	padding-bottom: 1em;
	}
