@charset "utf-8";
/* CSS Document */

body
{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	background-color:#172d5d;
}
h1{
	font-size:14px;
	color:#FFF;
}

a{
	font-weight:bold;
	color:#FF6;
}
a:hover{
	color:#6CF;
}
a:visited{
	color:#FF6;
}

.mainContainer
{
	margin:40px auto;
	padding:0px;
	width:800px;
	position:relative;
}

.mainContainer .topNavLogoContainer
{
	margin:0 auto;
	padding:0px;
	width:685px;
	height:32px;
	display:inline-table;
}

/*****************************************************/
.homeNav
{
	background-image:url(images/tispaknav_04.png);
	width:75px; height:32px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	cursor:pointer;
}

.homeNav a
{
	text-decoration:none;
	color:#003;
}

.homeNav:hover
{
	background-image:url(images/tispaknav_04over.png);
	color:#eee;
}

.homeNav:hover a
{
	text-decoration:none;
	color:#eee;
}
/*****************************************************/
.servicesNav
{
	background-image:url(images/tispaknav_05.png);
	width:89px; height:32px;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	cursor:pointer;
}

.servicesNav:hover
{
	background-image:url(images/tispaknav_05over.png);
	color:#eee;
}

.servicesNav:hover a
{
	text-decoration:none;
	color:#eee;
}


.servicesNav a
{
	text-decoration:none;
	color:#003;
}

/*****************************************************/
.whytisNav
{
	background-image:url(images/tispaknav_06.png);
	width:98px; height:32px;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	cursor:pointer;
}

.whytisNav a
{
	text-decoration:none;
	color:#003;
}

.whytisNav:hover
{
	background-image:url(images/tispaknav_06over.png);
	color:#eee;
}

.whytisNav:hover a
{
	text-decoration:none;
	color:#eee;
}

/*****************************************************/
.ourprincipleNav
{
	background-image:url(images/tispaknav_07.png);
	width:126px; height:32px;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	cursor:pointer;
}

.ourprincipleNav a
{
	text-decoration:none;
	color:#003;
}

.ourprincipleNav:hover
{
	background-image:url(images/tispaknav_07over.png);
	color:#eee;
}

.ourprincipleNav:hover a
{
	text-decoration:none;
	color:#eee;
}
/*****************************************************/
.contactusNav
{
	background-image:url(images/tispaknav_08.png);
	width:107px; height:32px;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	cursor:pointer;
}

.contactusNav a
{
	text-decoration:none;
	color:#003;
}

.contactusNav:hover
{
	background-image:url(images/tispaknav_08over.png);
	color:#eee;
}

.contactusNav:hover a
{
	text-decoration:none;
	color:#eee;
}
/*****************************************************/
.linksNav
{
	background-image:url(images/tispaknav_09.png);
	width:69px; height:32px;
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	cursor:pointer;
}

.linksNav a
{
	text-decoration:none;
	color:#003;
}

.linksNav:hover
{
	background-image:url(images/tispaknav_09over.png);
	color:#eee;
}

.linksNav:hover a
{
	text-decoration:none;
	color:#eee;
}
/*****************************************************/
.mainContainer .topheadline
{
	margin:0;
	padding:0px;
	width:680px;
	height:28px;
	background-image:url(images/gradientTop.png);
	background-repeat:repeat-x;
	background-position:top;
	color:#FFF;
	float:none;
	clear:both;
	text-align:left;
}

.mainContainer .topbanner
{
	margin:0;
	padding:0;
	width:680px;
	height:129px;
}

.mainContainer .contentContainer
{
	margin:50px 0px 0px 0px;
	padding:0;
	width:680px;
	display:inline-table;
	clear:both;
	float:none;
}

.mainContainer .contentContainer .topBar
{
	margin:0;
	padding:0;
	width:678px;
	height:39px;
	background:url(images/tispak_11.jpg) top no-repeat;
}

.mainContainer .contentContainer .midBar
{
	margin:0;
	padding:1px 20px 1px 20px;
	width:638px;
	background-color:#2f4e77;
	text-align:justify;
	color:#eee;
}

.mainContainer .contentContainer .bottomBar
{
	margin:0;
	padding:0;
	width:678px;
	height:40px;
	background:url(images/tispak_14.jpg) bottom no-repeat;
}

.mainContainer .footerlinks
{
	margin:5px; padding:5px; color:#c5c5c8;
}

.mainContainer .footerlinks a
{
	color:#ff6;
	text-decoration:none;
}

.mainContainer .footerlinks a:hover
{
	color:#ffffff;
	text-decoration:underline;
}
.getColor
{
	color:#FF6;
}