/*

Color Palette
Red		#f03c3c
Gray	#959595
Blue	#0068ae

*/

body {
	margin:0 0 20px 0;
	padding:0;
	background: #f2f2f2 url('img/bg-page-tile2.gif') repeat-y 50% 0;
	font: 11px verdana, arial, sans-serif;
	}

/* reset styles */
h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0;
	padding:0;
	line-height: 1em;
	font-size: 100%;
	font-weight: normal;
	}
ul {list-style:none;}

/* Header and Nav */
h3#logo {
	margin: 36px auto 50px; 
	width: 255px;
	height: 64px;
	background: url('img/logo.gif') no-repeat 0 0;
	text-indent: -9999px;
	}
#nav {
	background: url('img/dottedline.gif') repeat-x 0 26px;
	}
#nav ul {
	width: 910px;
	height: 34px;
	margin: 0 auto;
	position: relative;
	}
#nav li {
	position: absolute;
	height: 34px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	}
#nav li a { /* sets clickable region */
	display: block;
	height: 12px;
	}
#nav li.nav1 {
	left: 0;
	width: 38px;
	background: url('img/nav1.gif');
	}
#nav li.nav2 {
	position: absolute;
	left: 263px;
	width: 86px;
	background: url('img/nav2.gif');
	}
#nav li.nav3 {
	position: absolute;
	left: 565px;
	width: 58px;
	background: url('img/nav3.gif');
	}
#nav li.nav4 {
	position: absolute;
	left: 850px;
	width: 60px;
	background: url('img/nav4.gif');
	}
#nav li.nav1:hover {background: url('img/nav1-over.gif');}
#nav li.nav2:hover {background: url('img/nav2-over.gif');}
#nav li.nav3:hover {background: url('img/nav3-over.gif');}
#nav li.nav4:hover {background: url('img/nav4-over.gif');}

img.preload {display:none;}

/* Content */
#content {
	width: 990px;
	margin: 0 auto;
	position: relative;
	padding-top: 1px; /* fix float-margin bug */
	}
h1 {
	width: 174px;
	height: 24px;
	background-repeat: no-repeat;
	margin: 30px 0 24px 38px;
	text-indent: -9999px;
	}
#content.who h1 {background: url('img/ti-who.gif');}
#content.services h1 {background: url('img/ti-services.gif');}
#content.contact h1 {background: url('img/ti-contact.gif');}
	
h2 {
	margin-left: 40px;
	margin-bottom: 16px;
	font-size: 16px;
	line-height: 1.2em;
	color: #959595;
	width: 599px;
	}
p {
	line-height: 17px;
	margin-left: 40px;
	padding-bottom: 16px;
	width: 599px;
	}

.nobr {white-space: nowrap}

#side {
	float: right;
	margin: 64px 22px 1px 0;
	}

/* footer */
#foot {
	position: relative;
	margin-top: 20px;
	height: 40px;
	background: url('img/dottedline.gif') repeat-x 0 top;
	font-size: 9px;
	color: #959595;
	}
#inner {
	position: relative;
	margin: 0 auto;
	width: 990px;
	}
#foot #trademark {
	position: absolute;
	top: 28px;
	left: 472px;
	}
#foot #copyright {
	position: absolute;
	top: 28px;
	right: 37px;
	}

/* Who We Are page */
p#main-img-who {
	padding-bottom: 20px;
	}
