@charset "UTF-8";
body {
	font-family: "Lucida Grande", Verdana, sans-serif, Arial;
	font-size: 12px;
	color: #666666;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../graphics/tile_bkg_01.jpg);*/
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #E91838;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/*layout structure*/

#wrap {
	min-width: 500px;
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding: 0px;
	background-color: #FFFFFF;
	margin: 0px;
	/*background-image: url(../graphics/banner_tni_01.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	clear: right;
	height: 100px;
	width: 960px;
}

#header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 22px;
	text-align: center;
}

#nav {
	padding: 0px; /* top and bottom padding create visual space within this div  */
	list-style-type: none;
	float: left;
	margin: 0px;
	width: 960px;
	background-image: url(../tni/images/nav_b_border.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#nav li{
	padding: 0px; /* top and bottom padding create visual space within this div  */
	list-style-type: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 80%;
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
#nav a {
	margin: 0px;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 8px;
	padding-left: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-decoration: none;
	background-image: url(../tni/images/off_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	float: left;
	color: #666666;
	background-color: #FFFFFF;
	display: block;
}
#nav  a:hover, body#home #t-home a, body#about #t-about a, body#contact #t-contact a {
	background-color: #fff;
	background-image: url(../tni/images/on_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	color: #999999;
	padding-bottom: 9px;
}

#content {
	line-height: 1.5em;
	color: #333333;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 960px;
	
	
}
#content h1 {
	padding: 0px;
	text-align: center;
	font-size: medium;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#content h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#content h3 {
	font-size: 110%;
	color: #94624A;
}
#content h5 {
	color: #999999;
	font-size: 90%;
}
#content h6 {
	/*background-image: url(../tni/images/thankYou.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 28px 84px;
	padding: 0px;
	height: 106px;
	width: 508px;
}



#content .gutter {
	padding: 25px;
}
#content p {
	padding: 8px;
	margin: 0px;
}
#space {
	margin: 0px auto;
	padding: 0px;
	height: 120px;
	width: 220px;
	display: block;
	text-align: center;
	clear: left;
}


#sidebar1 {
	float: right;
	width: 30%;
	margin: 52px 0px 0px;
	padding: 0px;
	clear: right;
}
#sidebar1 .gutter {
	margin: 0px;
	padding: 15px;
}
#sidebar1 h3 {
	font-size: 120%;
	font-weight: normal;
	color: #999999;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px -11px;
	padding: 0px;
}
#sidebar1 h5 {
	font-size: 80%;
	font-weight: normal;
	color: #999999;
	line-height: 1em;
	margin-bottom: -8px;
}
#sidebar1 p {
	font-size: 85%;
	line-height: 1.5em;
}

#footer {
	clear: both;
	background-color: #fff;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fff;
}
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #999999;
	background-repeat: no-repeat;
	background-position: right center;
	height: 25px;
	vertical-align: bottom;
}


.feature  {
	padding: 15px;
	margin-top: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-bottom: 0px;
}
.feature:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.feature dt img {
	background-image: url(images/photoFrame.jpg);
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
}
.feature dd {
	font-size: 90%;
	line-height: 1.5em;
	color: #666666;
	margin-left: 169px;
}


/*sidebars*/

.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff;
}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-weight: normal;
	color: #693;
}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: none;
}

#box_protection {
	margin: 12px 0px 0px;
	padding: 6px 12px 12px;
	background-color: #F0F0F0;
	border-top: 1px #B5D5FF;
	border-right: 1px #B5D5FF;
	border-bottom: 1px #B5D5FF;
	border-left: 1px #B5D5FF;
}
#box_vehicle {
	margin: 12px 0px 0px;
	padding: 8px 12px 12px;
	background-color: #f0f0f0;
}
#box_driver {
	background-color: #f0f0f0;
	margin: 12px 0px 0px;
	padding: 8px 12px 12px;
}
.note {
	font-size: 85%;
	font-weight: normal;
	color: #94624A;
}
#form1 label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}
#copyright {
	text-align: center;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: x-small;
	
}
