/*
===================================================
OZOcar Stylesheet: Global
===================================================
*/

body
	{
	padding: 0;
	margin: 0;
	background: #fff;
	font: 11px "lucida sans unicode", helvetica, arial, verdana, sans-serif;
	color: #575757;
	}
	
div#wrapper
	{
	float: left;
	width: 770px;
	margin: 30px 0 0 30px;
	}
	
div.copyright
	{
	font: 9px "lucida sans unicode", helvetica, arial, verdana, sans-serif;
	color: #838383;
	float: left;
	}
	
span.blue
	{
	color: #1e6dc4;
	}
	
/*
---------------------------------------------------
Header
---------------------------------------------------
*/

div#header
	{
	float: left;
	width: 770px;
	margin: 0 0 35px 0;
	}
	
div#global_logo
	{
	float: left;
	width: 163px;
	height: 43px;
	background: #fff url(../images/global_logo.gif) 0 0 no-repeat;
	}
	
img.global_phone
	{
	float: right;
	margin: 10px 0 0 0;
	}

div#global_login
	{
	position: absolute;
	left: 643px;
	top: 20px;
	width: 158px;
	padding: 32px 3px 0 0;
	text-align: right;
	background: #fff url(../images/global_login.gif) 100% -1px no-repeat;
	z-index: 20;
	}
div#global_login a,
div#global_login a:link,
div#global_login a:visited
	{
	color: #00aeef;
	text-decoration: none;
	}
div#global_login a:hover,
div#global_login a:active
	{
	color: #1d71c8;
	}

/*
---------------------------------------------------
Main Content Area
---------------------------------------------------
*/
	
div.main_content
	{
	float: left;
	width: 630px;
	margin: 5px 0 0 0;
	}

div.page_blurb p
	{
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 180%;
	}
	
div.bottom_flash
	{
	float: left;
	width: 770px;
	height: 63px;
	margin: 0;
	}
	
a#fleet_link
	{
	display: block;
	width: 146px;
	height: 17px;
	position: absolute;
	left: 318px;
	top: 11px;
	z-index: 2;
	background: #fff url(../images/button_prius.gif) 0 0 no-repeat;
	}
a#fleet_link:hover
	{
	background-position: 0 -17px;
	}

a.button_back
	{
	display: block;
	width: 47px;
	height: 17px;
	background: #fff url(../images/button_back.gif) 0 0 no-repeat;
	}
a.button_back:hover
	{
	background-position: 0 -17px;
	}

/*
---------------------------------------------------
Footer
---------------------------------------------------
*/

div#footer
	{
	float: left;
	width: 770px;
	margin: 17px 0 0 0;
	height: 50px;
	}
	
div#footer_logo
	{
	width: 51px;
	height: 13px;
	background: #fff url(../images/footer_logo.gif) 0 0 no-repeat;
	float: left;
	margin: -3px 20px 0 0;
	}