/* CSS Document */

/* zero out all margins and padding */
* { margin: 0; padding: 0}

/* set base colors and fonts */
body 
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
    color: black;
    background-color: #404160;
    background: url(images/diag_blue.jpg);
}

/* div for container - holds banner and both nav and content */		
#container	
{
    position: relative;
    text-align: left;
		margin: 10px auto;
		width: 750px;
		height: 620px;
		background-color: #ffffff;
		border: 1px solid black;
}	

#banner
{
    text-align: center;
    margin: 10px 0px;
    padding: 0;
}

#nav {
  position: relative;
  float: left;
  width: 750px;
  background: url(images/menu.jpg) top left repeat-x;
  text-align: center;
  z-index: 3;
}

#innernav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 750px;
}

#innernav a {
	display: block;
	height: 32px;
  background: transparent;
	color: white;
	background: url(images/menu.jpg) top left repeat-x;
	border-right: 1px solid #404160;
	border-left: 1px solid white;
	text-align: center;
	line-height: 30px;
	font-size: .7em;
	text-decoration: none;
}

#innernav li {
	float: left;
	width: 125px;
}

#innernav a:hover {
  background: url(images/menuhover.jpg) top left repeat-x;
}


#innernav li.selected a {
  background: url(images/menuhover.jpg) top left repeat-x;
  text-decoration: underline;
}

#innernav ul li.selected ul li a {
  background: url(images/menu.jpg) top left repeat-x;
  text-decoration: none;
}

#innernav ul li.selected ul li.selected a {
  background: url(images/menuhover.jpg) top left repeat-x;
  text-decoration: underline;
}

#innernav ul li.selected ul li a:hover {
  background: url(images/menuhover.jpg) top left repeat-x;
}


#innernav li ul {
	position: absolute;
	width: 125px;
	left: -999em;
}

#innernav li:hover ul {
	left: auto;
}

#innernav li.menuhover ul {
  position: relative;
	left: 0;
}

#innernav li:hover ul, #innernav li.hover ul {
    position: static;
}

.clearboth { clear: both; }

#contentWrapper
{
  position: absolute;
  left: 0px;
  top: 205px;
  z-index: 2;
  background: url(images/globeBackground.gif) top left no-repeat;
  
}

p.button
{
  text-align: center;
	display: block;
	width: 112px;
  height: 35px;
	color: #404160;
	background: url(images/button_yellow_shadow.jpg) top left repeat-x;
	line-height: 30px;
	font-size: .7em;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

p.fuelbutton
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

p.fuelbutton img
{
  border: none;
}

p.button a
{
  color: #404160;
  text-decoration: none;
}

#sidenav
{
  margin: 20px 10px;
  width: 180px;
  height: 220px;
  float: left;
  text-align: center;
}

#sidenav ul
{
  text-align: left;
  font-size: .8em;
  list-style: none;
  /*list-style-image: url(images/bullet.jpg);*/
  padding-left: 1em;
}

#sidenav ul li 
{
  padding-bottom: 1em;
}

#sidenav ul li a
{
  color: #18194f;
  text-decoration: none;
}

#sidenav ul li.sideselected a
{
  color: #b2940f;
  text-decoration: underline;  
}

#sidenav ul li a:hover 
{
  color: #b2940f;
}

#testimonial
{
  color: #404160;
  padding: 2em;
  font-size: .7em;
  text-align: center;
}

#lefttestimonial
{
  color: #404160;
  font-size: .7em;
  padding: 0em;
  padding-top: 1em;
  padding-right: 1.5em;
  padding-left: 1em;
  text-align: left;
}

p.quote
{
  font-style: italic;

}

#content
{
  font-size: .8em;
  margin-top: 10px;
  margin-left: 190px;
  margin-right: 40px;
  height: 370px;
  color: #18194f;
}

#content h4
{
  padding-top: .5em;
}

#content h5
{
  padding-top: 1.6em;
  font-size: .9em;
  color: #b2940f;
}

#content p
{
  margin-top: 1em;
  font-size: .9em;
}

#content ul
{
  margin-top: 1em;
  margin-left: 50px;
}

#content ul li
{
  font-size: .9em;
}

#content a
{
  color: #18194f;
}

#content a:hover
{
  color: #b2940f;
}

#documentImage
{
  border: 1px solid #404160;
}

#documentImage a
{
  text-decoration: none;
}

#footer
{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: .7em;
  text-align: center;
  color: #18194f;
}

#footer a
{
  color: #18194f;
  text-decoration: none;
}

#footer a:hover 
{
  color: #b2940f;
}
