/*
Peasley Transfer & Storage Color Palette

Yellow: #FBD700;
Orage: #FA9D1C;
Dark Blue: #10235D;
*/
body
{
	font-family: Arial;
	margin: 0px;
}
#wrapper
{
	margin: 10px auto;
	width: 990px;
	position: relative;
	/*background-color: #E7E7E7;*/
}
#pageHeader
{
	background-image: url( "../images/MenuBar.jpg" );
	background-color: White;
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 94px;
}
#pageHeader #logo
{
	background-image: url( "../images/Logo.gif" );
	background-repeat: no-repeat;
	font-size: 30pt;
	font-weight: bold;
	height: 94px;
	padding-left: 225px;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 2pt;
}
#topMenu
{
	position: absolute;
	top: 58px;
	left: 225px;
}
table.menuItem
{
	background-color: black;
	width: 125px;
}
.menuItem a
{
	color: #FA9D1C;
	display: block;
}
div.dynamicMenu
{
	background-color: Transparent;
	margin-left: 16px;
}
.dynamicMenuItem
{
	background-color: Black;
}
.dynamicMenuItem a
{
	color: #FA9D1C;
	display: block;
}
table.dynamicMenuItem td
{
	border-top: solid 1px gray;
	padding: 2px;
}
.dynamicMenuHover
{
}
.dynamicMenuHover a
{
	color: #FBD700;
}
#pageContent
{
	padding: 10px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}
#pageContentTop
{
	border-bottom: dashed 1px black;
	padding: 10px;
}
#pageContentBottomLeft
{
	width: 33%;
	padding: 10px;
}
#pageContentBottomCenter
{
	width: 33%;
	border-left: dashed 1px black;
	border-right: dashed 1px black;
	padding: 10px;
}
#pageContentBottomRight
{
	width: 33%;
	padding: 10px;
}
#pageFooter
{
	background-image: url( "../images/footerBar.gif" );
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 76px;
	border-left: solid 1px black;
}
#pageFooter .footerLogo
{
	float: right;
}
.contentArea
{
	padding: 10px;
}
.contentArea .selections td
{
	padding-right: 40px;
}
.breadCrumb
{
	padding: 3px 10px;
	font-size: 9pt;
	background-color: #E7E7E7;
}
.pageTitle
{
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
	background-color: #10235D;
	color: White;
}
.contentTitle
{
	margin-bottom: 10px;
	font-size: 14pt;
	color: Black;
}
.contentTitle a
{
	text-decoration: none;
	color: Black;
	font-size: 14pt;
}
#pageContentTop .contentTitle
{
	text-align: left;
}
.rollupImage
{
	margin: auto;
	display: block;
}
dt
{
	font-weight: bold;
	margin-bottom: 6pt;
}
dd
{
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: 10pt;
}
dd p
{
	margin-top: 0px;
}
dd p p
{
	margin-top: 6pt;
}
.large
{
	font-size: 1.3em;
	text-transform: uppercase;
}
.left
{
	float: left;
}
.left img, .left object
{
	margin-right: 10px;
}
.right
{
	float: right;
}
.right img, .right object
{
	margin-left: 10px;
}
#pageContent img.left
{
	margin-right: 10px;
}
#pageContent img.right
{
	margin-left: 10px;
}
#pageFooter .copyRight
{
	color: White;
	font-size: 8pt;
	margin-top: 60px;
	float: left;
	margin-left: 10px;
}

/* Form Fields */
td.fieldLabel
{
	text-align: right;
}
td span.fieldLabel
{
	margin-left: 10px;
	margin-right: 3px;
}
span.fieldLabel
{
	margin-right: 10px;
}
.sectionTitle
{
	background-color: #10235D;/*#FAD600;*/
	font-weight: bold;
	font-size: 12pt;
	color: White;
	padding-left: 10px;
}

#tblVehicles
{
	table-layout: fixed;
	width: 500px;
	display: none;
}
.center
{
	text-align: center;
}
.clearFloat
{
	clear: both;
	float: none;
	font-size: 1px;
	height: 1px;
	margin-top: -1px;
}
.important
{
	color: #FF0000;
}
.message
{
	color: #0000FF;
}
#infoWindow
{
	width: 200px;
	vertical-align: top;
}
#infoWindow h1
{
	font-size: 12pt;
	margin-bottom: 0px;
}
#infoWindow h2
{
	font-size: 10pt;
	margin-bottom: 0px;
}
.content
{
	padding: 10px;
}
.message2
{
	color: Red;
	font-weight: bold;
	font-style: italic;
}
.infoBox1
{
	text-align: center;
	font-size: 16pt;
	text-transform: uppercase;
	background-color: #FA9D1C;
}
.infoBox2
{
	background-color: Maroon;
}
.infoBox3
{
	background-color: #00014F;
}
.infoBox4
{
	background-color: #093F00;
}
.LargeBanner
{
	font-size: 24pt;
	font-weight: bold;
	color: White;
	background-color: Navy;
}
#topMenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#topMenu ul ul
{
	display: none;
	position: absolute;
	top: 22px;
	left: 0px;
	border-bottom: solid 1px gray;
	border-left: solid 1px gray;
	border-right: solid 1px gray;
	margin-left: 15px;
}
#topMenu a
{
	color: #FA9D1C;
	text-decoration: none;
	display: block;
}
#topMenu a:hover
{
	color: #FBD700;
}
#topMenu ul li
{
	float: left;
	padding-right: 5px;
	padding-left: 20px;
	background-color: Black;
	position: relative;
	white-space: nowrap;
	display: block;
}
#topMenu ul ul li
{
	float: none;
	position: relative;
	border-top: solid 1px gray;
	padding-right: 5px;
	padding-left: 5px;
}
#topMenu ul ul ul
{
	left: 100%;
	top: 2px;
	margin: 0px;
}
.largerText, .largerText ul li
{
	font-size: 1.2em;
}
.tagLine
{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}
#secondaryContent
{
	font-size: 8pt;
	margin: 300px 50px 0px 50px;
}
a img
{
	border: none;
}
.hidden
{
	display: none;
}
#imgContainer
{
	height: 200px;
}
h1
{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	letter-spacing: 6px;
	color: rgb(128, 128, 128);
}