@import url("reset.css");

body { 
	margin: 0;
	padding: 15px 0 0 0;
	border: 0;
	font-size: 62.5%;
	font-family: Verdana, Arial, san-serif;
	color: #333;
	background-color: #99bccc;
	text-align: center;
	}

#page	{
	width: 760px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	background: white url(graphics/page-bg.jpg) repeat-y left top;
	text-align: left;
	}

.accessfeature	{
	margin: 0 0 0 -999em;
	padding: 0;
	}

div.clear	{
	clear: both;
	visibility: hidden;
	height: 1px;
	}

/* Header
--------------------------------------------- */
	
#header	{
	margin: 0;
	padding: 210px 0 0 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	}

body.home #header		{background-image: url(graphics/home-header-bg.jpg);}
body.history #header	{background-image: url(graphics/history-header-bg.jpg);}
body.accounts #header	{background-image: url(graphics/accounts-header-bg.jpg);}
body.drivers #header	{background-image: url(graphics/drivers-header-bg.jpg);}
	
#header h1	{
	margin: 0 50px;
	padding: 6px 0;
	color: white;
	font-size: 1.4em;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	}

/* content
--------------------------------------------- */
	
#content	{
	margin: 20px 60px;
	width: 460px;
	}

#content h2	{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0;
	}
	
#content h4	{
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0 0.3em 0;
	}

#content p	{
	margin: 0 0 0.6em 0;
	font-size: 1.2em;
	line-height: 1.4em;
	}

#content a	{
	
	}
	
#content a:hover	{
	
	}

#content strong	{
	font-weight: bold;
	}

#content table	{
	margin: 0;
	padding: 0;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	}
	
#content table td, #content table th	{
	margin: 0;
	padding: 5px;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	empty-cells: show;
	}

img.floatLeft	{
	float: left;
	padding: 0;
	margin: 0 1.5em 1.5em 0;
	}

#content ul.features {
	float: left;
	margin: 15px 15px 1em 0;
	padding: 0;
	width: 215px;
	border-top: 1px solid #aaa;
	}

#content ul.features li	{
	list-style-type: none;
	height: 50px;
	margin: 10px 0 0 0;
	padding: 0;
	border-bottom: 1px solid #aaa;
	}

#content ul.features p	{
	font-size: 1em;
	margin: 0 0 0 85px;
	}


#content ul.features li	img{
	float: left;
	width: 80px;
	margin: 0 0 0 0;
	vertical-align: top;
	}

#content ul.drivers-attractions	{
	margin: 1em;
	}

#content ul.drivers-attractions	li {
	margin: 0.5em 1em;
	padding: 0 0.5em;
	font-size: 1.2em;
	line-height: 1.5em;
	list-style-type: square;
	}


/* Menu
--------------------------------------------- */

#menu	{
	float: right;
	margin: 20px 30px 0 0;
	width: 170px;
	}

#menu ul	{
	}

#menu ul li	{
	list-style-type: none;
	margin: 0 0 5px 0;
	}
	
#menu ul li h3	{
	background: transparent url(graphics/menu-header-bg.png) no-repeat left top;
	text-align: center;
	}
	
#menu ul li h3 a	{
	display: block;
	width: 170px;
	padding: 3px 0;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	color: white;
	text-decoration: none;
	}

#menu ul li a:hover	{
	color: black;
	}

#menu a img	{
	border: 0;
	}

#menu .side-ad {
  border: 1px solid #bbb;
  text-align: center;
  padding-bottom: 10px;
  font-size: 1.2em;
  }

#menu .side-ad a {
  border: 0;
  text-decoration: none;
  color: #555;
  }

#menu .side-ad a:hover {
  color: #000;
  }

	
/* footer
--------------------------------------------- */

#footer	{
	clear: both;
	margin: 20px 0 0 0;
	padding: 20px 0 25px 0;
	background: url(graphics/footer-bg.jpg) no-repeat left bottom;
	}

#footer h4	{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #c20;
	}

#footer p	{
	margin: 0 14px 10px 60px;
	color: #777;
	text-align: center;
	}

#footer a	{
	
	}

#footer a:hover	{
	
	}

#footer abbr	{
	font-weight: bold;
	cursor: help;
	color: #c00;
	}


