/* CSS Document */

/*/////////// GENERAL /////////////*/
body {
	margin: 0px;
	background-color: #ffffff;
	text-align: center;
}
a:hover {
	color: #FF9900;
}

/*//////////// TEXT //////////////*/
.bodycopyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #0066CC;
	text-align: justify;
	text-decoration: none;
}
.bodycopyLinkOn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #FF9900;
	text-align: justify;
	text-decoration: none;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #666666;
	text-align: justify;
}
.bodycopySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: normal;
	color: #333333;
	padding-right: 15px;
	text-align: justify;
}
.CompanyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666699;
	font-weight: bold;
	text-align: right;
}
.entryhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666699;
	text-align: right;
	font-weight: normal;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000099;
	text-decoration: none;
}
/*//////////// LAYERS /////////////////*/
#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 680px;
}
#header {
	height: 40px;
	width: 680px;
	position: relative;
}
#pageTag {
	top: 0px;
	position: absolute;
	left: 440px;
}
#bucket {
	width: 680px;
	position: relative;
}
#container {
	width: 680px;
	position: relative;
}

#body {
	width:400px;
	clear: left;
	float: left;
}
#sidebar {
	width: 240px;
	float: left;
	margin-left: 40px;
}
#footer {
	width: 680px;
	position: relative;
	height: 50px;
	clear: left;
}
#movie2 {
	position: relative;
	height: auto;
	width: 680px;
	float: left;
}
#bodyHeading {
	height: 60px;
	width: 700px;
	float: left;
}
#orange {
	position: absolute;
	height: 34px;
	width: 240px;
	top: 34px;
	text-align: center;
	background-color: #ECE5CF;
}
#title {
	position: absolute;
	left: 0px;
	top: 18px;
	height: 12px;
	width: 420px;
}
#boxpop {
	text-align: center;
	width: 400px;
}
#vid {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#containerPop {
	margin-top: 0px;
	margin-left: 120px;
	width: 640px;
	position: relative;
}
#lowerTextPop {
	float: left;
	width: 500px;
}
#movie3 {
	position: relative;
	height: 260px;
	width: 510px;
	float: left;
}

/*/////// NAVIGATION ///////*/
#arrows {
	position: absolute;
	height: 40px;
	width: 180px;
	left: 0px;
}
#arrows ul li {
	display: inline;
	margin: 1px;
	list-style-type: none;
	padding: 0;

}
#arrows ul {
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;

}
#support {
	position: absolute;
	height: 50px;
	width: 500px;
	left: 180px;
	text-align: right;
	top: 0px;
}

