/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

body	{
	margin-top: 0px;
}

a	{
	color: #9A001E;
}

input, textarea	{
	border: 1px solid #9C9CB5;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

/* Begin Layout Div Styles */
#main	{
	width: 100%;
}
#container	{
	clear: both;
	width: 760px;
	min-height: 100%;
	background-color: #FFFFFF;
	border-left: solid 2px #2163CB;
	border-right:solid 2px #2163CB;
	border-bottom:groove 5px #2163CB;
}

#masthead	{
	background-image: url('http://www.trailertowing.net/images/logo_bg.gif') top center no-repeat;
	height: 198px;
	clear: both;
}
#primary_nav	{
	width: 760px;
	clear: both;
	text-align: center;
	background: #FFFFFF;
}
#primary_nav .nav_wrapper	{

}
#primary_nav .link	{}
#primary_nav a.link	{
	padding: 0px 4px 0px 4px;
	font: bold 12px Arial;
	text-decoration: underline;
	color: #D63647;
}
#primary_nav a.link:hover	{
	text-decoration: underline;
	color: #4A4A83;
}

#secondary_nav	{
	width: 760px;
	clear: both;
	text-align: right;
	background: #EFEFEF;
	height: 25px;
}
#secondary_nav .nav_wrapper	{
	position: relative;
	top: 5px;
}
#secondary_nav a.link	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
	text-decoration: none;
}
#secondary_nav a.link:hover	{
	text-decoration: underline;
}
#page_title	{
	height: 20px;
	font: bold 26px Arial;
	color: #4A4A83;
	text-align: left;
	margin: 8px 0px 35px 25px;
	letter-spacing: .20em;
}
#content	{
	margin: 10px;
	margin-bottom: 30px;
	text-align: left;
	min-height: 400px;
}
#bottom_nav	{
	top: 5px;
	clear: both;
}
#bottom_nav	a.link	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
}
#copyright	{
	position: relative;
	top: 5px;
}
#copyright a.link	{
	color: #4A4A83;
	font: normal 11px Arial;
	text-align: right;
}

.large_title, a.large_title{font-family: Arial, Verdana, sans-serif;font-size:16px; color: #000066; font-weight: bold}
.larger, p.larger	{font-size: 12px}

h1	{
	font: bold 18px Arial;
	color: #4A4A83;
	text-align: left;
}

.description	{
	background-color: #EFEFEF;
	border: 1px solid #4A4A83;
	padding: 5px;
	font-size: 13px;
	height: auto;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}