@charset "utf-8";
/* Texas Trucking Insurance CSS 1 */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body-bg1.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 150%;
	color: #14216F;
}

h2 {
	font-size: 140%;
	color: #121F6D;
}

h3 {
	color: #111E6C;
}

h4 {
}


#header-wrap {
	float: left;
	height: 140px;
	width: 950px;
	margin-top: 8px;
}

#tti-logo {
	float: left;
	width: 555px;
	height: 125px
}

#tti-phone {
	float: right;
	width: 266px;
	height: 118px;
}

#nav-wrap {
	float: left;
	width: 950px;
	margin-top: 25px;
	height: 60px;
}

ul.nav {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 100%;
	float: left;
}

ul.nav li {
	float: left;
}

ul.nav a {
	width: 145px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size: 95%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #14216F;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	color: #000099;
}

ul.nav a:visited {
	text-decoration:none;
	color: #000099;
}

ul.nav a:hover {
	color: #FFF200;
	text-decoration: none;
	background-color: #2A398E;
}

#truck-box {
	background-image: url(../images/texas-truck-insurance1.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 300px;
	width: 950px;
	background-position: center;
}

#content-wrap {
	float: left;
	width: 950px;
	margin-top: 10px;
	padding-top: 10px;
	background-image: url(../images/footer-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#wide-box {
	float: left;
	width: 850px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 50px;
	padding-left: 50px;
	
}

#wide-box a:link, #wide-box a:visited {
	color: #14216F;
}

#wide-box a:hover {
	color: #990000;
	text-decoration: none;
}

#left-box {
	float: left;
	width: 400px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
}

#left-box a:link, #left-box a:visited {
	color: #14216F;
}

#left-box a:hover {
	color: #990000;
	text-decoration: none;
}

#right-box {
	float: right;
	width: 385px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C287A;
	padding-right: 50px;
	padding-left: 25px;
}

#right-box a:link, #right-box a:visited {
	color: #121F6D;
}

#right-box a:hover {
	color: #990000;
	text-decoration: none;
}

#left-box2 {
	float: left;
	width: 695px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#left-box2 a:link, #left-box a:visited {
	color: #14216F;
}

#left-box2 a:hover {
	color: #990000;
	text-decoration: none;
}

#right-box2 {
	float: right;
	width: 200px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C287A;
}

#right-box2 a:link, #right-box a:visited {
	color: #121F6D;
}

#right-box2 a:hover {
	color: #990000;
	text-decoration: none;
}

#banners {
	float: left;
	width: 950px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	clear: both;
	float: left;
	width: 950px;
	color: #999999;
	margin-top: 20px;
	font-size: 10pt;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a:link, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

#footer a:hover {
	color: #121F6D;
	text-decoration: none;
}

#normalForm {
}

fieldset {
	border: 1px solid #CCCCCC;
}

#normalForm .label {
	font-weight: bold;
	color: #333333;
}

#normalForm .normal {
	width: 250px;
}

input#submit, input#reset {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #121F6D;
	border-width: 1px;
	border-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.Surname {
	visibility: hidden;
}

.smalltext {
	font-size: 90%;
}

.smalltext2 {
 font-size: 80%;
 color: #000;
 text-decoration: none;
}

.browntext {
	color: #6F6A1E;
	font-weight: bold;
}

.redtext {
	font-weight: bold;
	color: #990000;
	line-height: 1.4em;
}

.redcheck {
	background-image: url(../images/red-check.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	list-style-type: none;
	line-height: 1.3em;
}

.floatright {
	float: right;
	padding-left: 10px;
}
