@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #999999;
	min-width: 1000px;
}
.home {
	position: fixed;
	z-index: 1;
	text-align:left;
	left: 30px;
	top:30px;
}
#h1_quote {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: #999999;
	font-weight: lighter;
	width: 200px;
	line-height: 15pt;
	float:left;
	text-align: left;
	margin-left:100px;
}
.left {
	float: left;
	text-align: left;
	height: 790px;
	width: 500px;
	position: relative;
}
.ttl {
	position: absolute;
	left: 100px;
	top: 158px;
	text-align:left;
}
.ttl_crumb {
	height: 18px;
	width: 131px;
	margin-bottom: 65px;
	position: absolute;
	left: 100px;
	top: 176px;
	text-align:left;
}
.container {
	height: 790px;
	width: 1012px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	top: 20px;
	left: 50%;
	margin-left: -512px;
	overflow: auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.container_raymond {
	height: 790px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position:absolute;
	left: 50%;
	margin-top: 50px;
	margin-left: -512px;
	overflow: auto;
	background-image: url(../ambassadors/images/raymond/divide.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#sub_nav {
	height: 30px;
	width: 190px;
	font-size: 8pt;
	position: absolute;
	left: 100px;
	top: 433px;
	text-align: left;
}


.video {
	position: relative;
	float: right;
	left: -50px;
	margin-top: 125px;
}

#flashcontent {
}