body
{
	background-color: White;
	font-family: Arial;
	margin: 0px 0px 30px 0px;
}

#Header
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

h1
{
	width: 315px;
	height: 97px;
	background: transparent url(Images/GuardianTracking-Logo.png) no-repeat left top;
	float: left;
	margin: 0px;
	cursor: hand;
}

h1 span
{
	display: none;
}

a
{
	text-decoration: none;
	color: #49B80C;
}

a:hover
{
	text-decoration: underline;
}

#Navigation
{
	float: right;	
	margin: 0px;
	padding-top: 38px;	
	padding-left: 0px;
	margin-left: 0px;
}

#Navigation li
{
	display: inline;
	padding-left: 13px;
	padding-right: 13px;
	border-right: solid 3px #49B80C;
	font-size: 23px;
}

#Navigation #Last
{
	padding-right: 0px;
	border-right: none;
}

#Navigation li a
{
	font-size: 18px;
}

#Navigation li a.Selected
{
	font-size: 18px;
	color: #005BC4;
}

#Banner
{
	clear: both;
	width: 100%;
	height: 100px;
	background: transparent url(Images/Banner-Background.png) repeat-x top left;
}

#Banner #BannerContent
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;	
}

#Banner h2
{
	padding-top: 20px;
	margin: 0px;
	color: #23221E;
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	width: 50%;		
	float: left;
	text-align: center;
}

#Banner #Buttons
{
	float: right;
	text-align: center;
	width: 50%;
}

#Content
{
	width: 780px;
	margin-left: auto;
	margin-right: auto;	
}

h3
{
	color: #005BC4;
	font-size: 28px;
	font-weight: normal;
	margin-top: 25px;
}

#Content #Left, #Content .Left
{
	width: 45%;
	float: left;	
}

#Content #Right, #Content .Right
{
	width: 45%;
	float: right;
}

h4
{
	font-size: 23px;	
	color: #23221E;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
}

h5
{
	font-size: 17px;	
	color: #23221E;
	font-weight: bold;
	margin-bottom: 0px;
}

p, ul, ol
{
	margin-top: 0px;
	font-size: 17px;
	color: #4D4942;
	line-height: 25px;
}

.detail
{
	font-size: 75%;
	display: block;
	line-height: 10px;
}

.Heading
{
	margin-bottom: 0px;
	color: #005BC4;
}

.Small
{
	font-size: 13px;
	margin-top: 0px;
}

blockquote
{
	background: transparent url(Images/Quote-Left.gif) no-repeat top left;
	width: 290px;
	float: right;
	color: #4D4942;
	font-size: 22px;
	font-family: Times New Roman;
	font-style: italic;		
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
}

blockquote span
{
	display: block;
	background: transparent url(Images/Quote-Right.gif) no-repeat bottom right;
}

blockquote.Large
{
	width: auto;
	float: none;
}

blockquote.Large span
{
	min-height: 101px;
}

blockquote span.Author
{
	background: none;
	font-size: 75%;
	margin-top: 10px;
	text-align: right;
	min-height: 0px;
}

label.Quote + label.Quote
{
	display: block;
	margin-top: 75px;
}

.Highlight
{
	background-color: #ffff99;
}

.BigLink
{
	font-size: 23px;
}

input, button
{
	font-size: 17px;
}

.Green
{
	color: #006600;
}

table
{
	border: solid 1px #A39B8D;
}

table thead th
{	
	background-color: #F5E8D4;
	margin: 5px;
	padding: 3px 10px 3px 10px;
	font-size: 15px;
	font-weight: normal;
}

table tbody td
{
	margin: 5px;
	padding: 3px 10px 3px 10px;
	font-size: 15px;
	font-weight: normal;	
}

img.Float
{
	border: none;
	float: right;
	clear: both;
	margin-left: 20px;
	margin-bottom: 20px;
}

img.biopicture
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

table.CustomerList
{	
	border: none;
	width: 100%;
	margin-bottom: -5px;
}

table.CustomerList tbody td
{
	margin: 0px;
	padding: 0px 10px 10px 10px;
	font-size: 15px;
	font-weight: normal;
	width: 33%;	
	height: 35px;
	vertical-align: top;
}

#TwitterBox
{
	float: left;
}

#FacebookBox
{
	float: left;
	margin-left: 20px;
}

#TwitterBox .Icon, #FacebookBox .Icon
{	
	float: left;
	text-align: center;
}

#TwitterBox img, #FacebookBox img
{
	border: none;
}

#TwitterBox .Follow, #FacebookBox .Follow
{

	text-align: center;
}

#TwitterBox .Tweet, #FacebookBox .Tweet
{
	float: right;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #23699B;
	width: 275px;
	float: right;
}

.Tweet a
{
	color: #23699B;
}

.Tweet a:hover
{
	text-decoration: none;
}

#FacebookBox .Tweet
{
	margin-top: 9px;
}

#Copyright
{
	font-size: 8pt;
	text-align: center;
	margin-top: 40px;
	clear: both;
}

.form 
{
	width: 300px;
	border: solid 1px #A39B8D;
	padding: 2px;
}

.form .Title
{
	background-color: #F5E8D4;
	padding: 3px 10px 3px 10px;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 10px;
}

.form .Field
{
	margin-left: 10px;
	margin-right: 10px;
}

.form .Field + .Field
{
	margin-top: 10px;
}

.form .Field label
{
	display: block;
	font-size: 15px;
}

.form .Buttons
{
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.form .Buttons input
{
	font-size: 15px;
}

#NewsLetter
{
	display: none;
}

.ContentRight
{
	float: right;
	width: 275px;
	margin: auto auto 15px 20px;
	border: solid 1px #A39B8D;
	padding: 10px;
	background-color: #F9F0E5;
}

.ContentRight h4
{
	color: #002A5E;
	margin-bottom: 10px;
}

.ContentRight > ul
{
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
}

li h5
{
	margin-top: 10px;
	color: #4D4942;
}