/* global.css -------------------------*/

/* GLOBAL STYLE TAGS-------------------------------*/
html {
	
	margin:0;
	padding:0;
	height: 100%;
  	overflow: hidden;
}

body {
	text-align:center;
	margin:0;
	padding:0;
	height: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	background-color:#fdfdfc;
	font-size: 11px;
}

b {
	font-weight: bold;
}

p {
	margin:0;
	padding:0;
}

h1 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

h2 {
	padding: 0;
	margin: 0 0 12px 0;
	font-size: 13px;
	color:#666;
	font-style: italic;
	font-weight: bold;
}

h3 {
	margin: 0 0 3px;
	padding: 0;
	font-size: 11px;
	color: #666;
	font-weight: bold;
}

img {
	border:none;
	
}

a:link {
	text-decoration: none;
	color:#666;
}

a:visited {
	text-decoration: none;
	color:#666;
}

a:hover {
	text-decoration:underline;
	color:#000;
}
ul {
	/*controls indent for bulleted lists*/
	margin:0;
	padding:0;
	/*eliminates standard bullet graphic*/
	list-style:none;
}
li {
	/*set graphic for bullets and align the bullet with the center of the text line(4px)*/
	background: url(../img/bullet.gif) no-repeat 0 4px;
	margin:0;
	/*controls spacing between bullet image and text in list*/
	padding:0 0 0 10px;
}

#container {
	width: 100%;
	height: 100%;
	min-height:560px;
}

#header {
  padding:10px 0 0 10px;
  height: 77px;
  width: 960px;
  text-align:left;
}

#content {
  height: 100%;
  width: 100%;
  background: url(../img/bg.jpg) repeat-x;
  background-position:bottom left;
}

#reel {
	z-index:2;
	position:relative;
	text-align:left;
	margin-top: 0 em; /*set to a negative number 1/2 of your height*/
	margin-left: 124px;
}

#address {
	width:390px;
	height:128px;
	margin:auto;
}

#flashcontainer {
  z-index:0;
  position:absolute;	
  bottom:-5px;
  right:-1px;
}

#distance {
	height:50%;
	margin-bottom:-151px;
}


/* CLASSES----------------------------------------*/

.clear {
	clear:both;
}
.cleardiv {  clear:both;  height:1px;  overflow:hidden;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.credit {
	padding-left:340px;
}