@charset "utf-8";
/* Texas Motorcycle Insurance Fast CSS1
   December 2009 */

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

h1 {
	font-size: 160%;
	color: #990000;
}

h2 {
	line-height: 1.4em;
}

h3 {
	line-height: 1.3em;
}

h4 {
}

.tagline {
	color: #CCCCCC;
	font-size: 185%;
	font-weight: bold;
}


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

#motorcycyle-header {
	width: 850px;
	float: left;
	height: 340px;
}

#tmi-logo {
	background-image: url(../images/tmi-logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 213px;
	width: 355px;
}

#tmi-phone {
	background-image: url(../images/tmi-phone-top.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 137px;
	width: 229px;
}

#tmi-tagline {
	float: left;
	width: 250px;
	margin-top: 100px;
}

#content-wrapper {
	background-image: url(../images/page-top.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 850px;
	padding-top: 30px;
	background-color: #FFFFFF;
}

#left-column {
	background-color: #FFFFFF;
	float: left;
	width: 225px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#right-column a:link, #right-column a:visited {
	color: #990000;
}

#right-column a:hover {
	color: #333333;
	text-decoration: none;
}

#left-textbox {
	float: left;
	width: 200px;
	padding-left: 10px;
	margin-top: 10px;
}

#right-column {
	background-color: #FFFFFF;
	float: right;
	width: 585px;
	padding-right: 15px;
	padding-left: 5px;
	line-height: 1.3em;
}

ul.nav {
	width: 220px;
	padding: 0;
	list-style-type: none;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

ul.nav a {
	display: block;
	width: 205px;
	height: 40px;
	line-height: 40px;
	color: #333333;
	text-decoration: none;
	margin-left: 10px;
	padding-left: 5px;
	font-weight: bold;
}
ul.nav a:hover {
	color: #990000;
}

* html ul.nav a {
	height: 1px;
}

#footer {
	color: #3B3B3B;
	text-align: center;
	font-size: 90%;
	clear: both;
	float: left;
	width: 850px;
	padding-bottom: 15px;
	margin-top: 15px;
}

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

#footer a:hover {
	color: #990000;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

#generalForm {
}

fieldset {
}

legend {
	color: #000066;
	font-size: 135%;
	font-weight: bold;
}

input#small {
	width: 75px;
}

input#large {
	width: 250px;
}

.label {
	font-weight: bold;
}

textarea#one {
	width: 450px;
}

.Surname {
	visibility: hidden;
}

input#submit, input#reset {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990033;
	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: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #710000;
	border-bottom-color: #710000;
	border-left-color: #990000;
}
