

object, embed {display: block}

body {
	background: #ffffff url('../images/bg.gif') repeat-x;
	padding: 0px;
	margin: 0px;

	color: #000000;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
}

h1 {
	color: #779ecb;
	font: bold 16px arial, verdana, helvetica, sans-serif;
	padding: 4px 0px 6px 0px;
	margin: 0px;
}

h2 {
	color: #000000;
	font: bold 11px/18px arial, verdana, helvetica, sans-serif;
	padding: 4px 0px 6px 0px;
	margin: 0px;
}

a {
	color: #456d7e;
}

a:hover {
	color: #002f44;
}

.content {
	color: #000000;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
}

.selected {
	background: #49839c;
	color: white;
}

.row_alternate {
	background: #f3f7f8;
}

/* Structure */

#header {
	width: 800px;
}

#container {
	width: 800px;
	background: url('../images/bg_tile.gif') top repeat-y;
}

	#content {
		width: 800px;
		height: 545px;
		background: url('../images/bg_content.jpg') top no-repeat;
	}

		#content_home {
			width: 800px;
			height: 545px;
			background: url('../images/bg_content_home2.gif') top no-repeat;
		}
	
	#content p {
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 6px 0px;
	}

	#content a {
		text-decoration: none;
		border-bottom: 1px dotted;
	}
	
	#content a:hover {
		text-decoration: none;
	}

#footer {
	width: 800px;
	height: 97px;
	background: url('../images/bg_footer.gif') top no-repeat;
}

#navigation a, #navigation a:hover {
	border: 0px;
}
#col1 {
	width:670px;
    float:left;
    margin:0 0 0 65px;
}
#playvideo {
	width:427px;
    float:right;
    text-align:left;
}
#locations {
	width:480px;
    float:left;
    text-align:left;
    margin:0 0 0 180px;
}
#locations a, #locations a:hover {
	border: 0px;
}

#copyright {
	padding: 0 0 22px 80px;
    float:left;
	color: #c6ab79;
	font: 11px/14px arial, verdana, helvetica, sans-serif;
}

	#copyright a {
		color: #b79276;
		font: 11px/16px arial, verdana, helvetica, sans-serif;
		text-decoration: none;
	}
	
	#copyright a:hover {
		color: #ff0000;
		font: 11px/16px arial, verdana, helvetica, sans-serif;
	}

/* Buttons */

input {
	color: #214d60;
	font: 11px/18px arial, verdana, helvetica, sans-serif;
	padding: 2px 2px 0px 2px;
}

.button {
	background: #f8fbfd url('../images/bg_button.jpg') center repeat-x;
	color: #738fad;
	font: bold 10px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	border: solid 1px #dee5e3;
	}

.button:hover {
	background: #ccdde4 url('../images/bg_button_over.jpg') center repeat-x;
	color: #738fad;
	font: bold 10px arial, verdana, helvetica, sans-serif;
	text-decoration: none;
	padding: 0px 4px 0px 4px;
	border: 1px solid #dee5e3;
	cursor: pointer;
	}
	
.borderthis {
	border: 1px solid #b00b0b;
}
.redborder {
	border: 1px solid #b40f09;
}
.title {
  padding-left: 120px;
  min-height: 120px;
  background-image: url(http://images.apple.com/downloads/images/essentials_quicktime20070611.png);
  background-position: top left;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  position: relative;
  top: 50%;
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}
	