/*-------------------------------------------------
GLOBAL RESET
-------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clear {
	clear: both;
}
.hidden {
	display: none;
	visibility: hidden;
}

/*-------------------------------------------------
GLOBAL
-------------------------------------------------*/

body {
	background: #cdd2e1;
	font-family: verdana, arial, sans-serif;
}

/*-------------------------------------------------
WRAPPER
-------------------------------------------------*/

.wrapper {
	width: 806px;
	margin: 0 auto;
}
.top {
	background: #fff url("/global/img/bgTrimTop.png") 0 0 repeat-x;
}

/*-------------------------------------------------
HEADER
-------------------------------------------------*/

.header {
	padding: 20px 0 10px 0;
}
.header table {
	width: 100%;
}
.header span {
	display: none;
	visibility: hidden;
}
.header td.logo h1 {
	display: block;
	height: 63px;
	width: 323px;
	background: url("/global/img/logo.png") 0 100% no-repeat;
}
.header td.contact {
	height: 36px;
	width: 299px;
	background: url("/global/img/contact.png") 0 100% no-repeat;
}


/*-------------------------------------------------
NAV
-------------------------------------------------*/

.nav li {
	float: left;
	background-repeat: no-repeat;
}
.nav li a {
	display: block;
	height: 55px;
	width: 161px;
	background-image: url("/global/img/nav.png");
	background-repeat: no-repeat;
}
.nav li span {
	display: none;
	visibility: hidden;
}

li.nHome a.off { background-position: 0 0; }
li.nAboutTIS a.off { background-position: -161px 0; }
li.nServices a.off { background-position: -322px 0; }
li.nEmployment a.off { background-position: -483px 0; }
li.nContactUs a.off { background-position: -644px 0; width: 162px; }

li.nHome a.on { background-position: 0 -55px; }
li.nAboutTIS a.on { background-position: -161px -55px; }
li.nServices a.on { background-position: -322px -55px; }
li.nEmployment a.on { background-position: -483px -55px; }
li.nContactUs a.on { background-position: -644px -55px; width: 162px; }


/*-------------------------------------------------
SPLASH
-------------------------------------------------*/

.splash {
	margin: 0 0 26px 0;
}
.splash li {
	float: left;
}


/*-------------------------------------------------
MAIN
-------------------------------------------------*/

.bgTrimMid {
	height: 16px;
	background: url("/global/img/bgTrimMid.png") 0 0 repeat-x;
}
.main {
	background: #dde0e6;
	padding: 20px 0 0 0;
}

/*-------------------------------------------------
TEXTAREA
-------------------------------------------------*/

.textarea {
	/*padding: 20px;*/
	/*background: #cdd2e1;*/
}
.textarea h2 {
	background-repeat: no-repeat;
	height: 20px;
	margin: 0 0 10px 0;
}
.textarea h2 span {
	display: none;
	visibility: hidden;
}
.textarea h3 {
	font-size: 13px;
	line-height: 17px;
	margin: 0 0 15px 0;
}
.textarea h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #202061;
}
.textarea {
	font-size: 13px;
	line-height: 17px;
}
.textarea a:link, .textarea a:visited {
	color: #202061;
}
.textarea p {
	margin: 10px 0;
}
.box {
	padding: 20px;
	background: #cdd2e1;
}

.list li {
	margin: 4px 0 4px 20px;
	list-style-type: disc;
}

/* ABOUT TIS */
@import url(http://fonts.googleapis.com/css?family=Oswald);

div.bioItem h3 { color: rgb(55, 56, 130); font-size: 16px; margin: 0; }


.bioItem p {
	margin: 5px 0 0 0;
	color: #2c2d2e;
	font-size: 13px;
	line-height: 17px;
}
.bioItem img.bioPic {
	float: left;
	margin: 0 20px 0 0;
}

/* SERVICES */
.services_intro h5 {
	height: 29px;
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}
.services_intro span {
	display: none;
	visibility: hidden;
}
.services_intro img {
	float: left;
	margin: 0 20px 0 0;
}
.services_intro p {
	color: #333366;
}
.services_intro p.hook a:link,
.services_intro p.hook a:visited {
	font-weight: bold;
	text-decoration: none;
}

.services_sub p {
	color: #666;
}

.subNav {
	text-align: center;
	padding: 20px 0;
}
.subNav img {
	margin: 0 15px;
}

/* CONTACT US */
table.contactBox {
	width: 100%;
	margin: 0 0 20px 0;
}
table.contactBox td {
	width: 50%;
	vertical-align: top;
}

/*-------------------------------------------------
GUTTER
-------------------------------------------------*/

.gutter {
	background: #202061;
	color: #fff;
	font-size: 16px;
	font-style: italic;
	padding: 15px 0;
	margin: 20px 0;
	text-align: center;
}

/*-------------------------------------------------
FOOTER
-------------------------------------------------*/

.footer {
	background: #cdd2e1;
	padding: 20px 0;
	font-size: 11px;
	line-height: 14px;
	color: #434446;
	text-align: center;
}
.footer .icon {
	float: right;
}
.footer p {
	padding: 15px 0 0 0;
}
.footer a:link, .footer a:visited {
	color: #434446;
}
