@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #990000 url(../i_images/bkgnd_pat_01.png) center 0px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	height: 100px;
	width: 100%;
}
.imagitecType {
	font-weight: bold;
	color: #000000;
}
.imagitecLayout #container {
	width: 860px;
	text-align: left;
	background: url(../i_images/bkgnd_box_01.png) no-repeat center 0px;
	padding-top: 40px;
	padding-bottom: 0;
	margin: 0px auto 10px;
	position: relative;
}
.imagitecLayout #container #bkgnd_body {
	width: 860px;
	background: url(../i_images/bkgnd_box_02.png) no-repeat center 0px;
	margin: 30px auto 0px;
}
.imagitecLayout #container #bkgnd_footer {
	width: 860px;
	background: url(../i_images/bkgnd_box_03.png) no-repeat center;
	margin: 0px auto auto;
	height: 60px;
}
.imagitecLayout #container h1 {
	font-size: 1.5em;
	font-weight: bold;
}
.imagitecLayout #container h2 {
	font-size: 1.0em;
	margin-bottom: -0.9em;
}
.imagitecLayout #sidebar1 {
	float: left;
	width: 170px; 
	padding: 15px 20px;
	margin-left: 40px;
}
.imagitecLayout #mainContent {
	padding: 0 60px 20px 20px;
	margin: 0 0px 0 250px;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainContent .img_signature {
	margin-top: 0px;
	margin-bottom: 10px;
}

.divider {
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top: thin solid #D29A2C;
}

/************ Main navigation ************/
.mainNav  {
	margin-top: 115px;
}
.mainNav ul {
	padding: 0;
	margin:0;
	display: block;
}
.mainNav li {
	display: inline;
}
.mainNav a {
	padding: 12px 15px 10px 35px;
	margin:auto auto 2px;
	display: block;
	list-style: none;
	text-align: left;
	text-decoration: none;
	color: #000000;
	letter-spacing: -0.02em;
	font: 1.1em "Courier New", Courier, monospace;
	background: url(../i_images/bkgnd_pat_04.png) no-repeat;
}
.mainNav a:link {
	text-decoration: none;
}
.mainNav a:visited {
	text-decoration: none;
}
.mainNav a:hover {
	text-decoration: none;
	font-weight: bold;
	background: url(../i_images/bkgnd_pat_03.png);
}
/************ highlights ************/
#homePage a#home , 
#awardsPage a#awards , 
#portfolioPage a#portfolio , 
#quotesPage a#quotes{
	background: url(../i_images/bkgnd_pat_02.png);
	color: #FFFFFF;
	font-weight: bold;



