#flashBox {
	width: 597px;
	height: 175px;
	background-image: url(img/home_flash_bg.jpg);
	background-repeat: no-repeat;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~ START LOCATION/PRODUCTION BOX ~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#locationBox {
	width: 309px;
	height: 222px;
	float: left;
	background-image: url(img/locBox_bg.gif);
	background-repeat: no-repeat;
	border: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#locationBox .locationImg {
	width: 299px;
	height: 210px;
	background-image: url(img/locBox_bg.jpg);
	background-repeat: no-repeat;
	border: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#productionBox {
	width: 307px;
	height: 222px;
	float: left;
	background-image: url(img/prodBox_bg.gif);
	background-repeat: no-repeat;
	border: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#productionBox .productionImg {
	width: 298px;
	height: 210px;
	background-image: url(img/prodBox_bg.jpg);
	background-repeat: no-repeat;
	border: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#locationBox h2.locHead,
#productionBox h2.proHead {
	height: 43px;
	background-color: transparent !important;
	background-repeat: no-repeat;
	font-size: 1px;
	color: #23013E;
	padding: 0px;
	margin: 0px;
	text-indent: -200px;
}
#locationBox h2.locHead {
	width: 298px;
	background-image: url(img/locBox_h2.gif);
}
#productionBox h2.proHead {
	width: 298px;
	background-image: url(img/prodBox_h2.gif);
}
#locationBox ul,
#productionBox ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 112px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#locationBox li,
#productionBox li {
	margin: 0px;
	padding: 0px;
	line-height: 27px;
	background-image: url(img/locprodBox_link.gif);
}
#locationBox a,
#productionBox a {
	height: 27px;
	background-repeat: no-repeat;
	font-size: 1.1em;
	text-indent: 10px;
	display: block;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	background-position: 0px 0px;
	border: none;
}
#locationBox a {
	width: 298px;
	background-image: url(img/locBox_link.gif);
	color: #ce7bd3;
}
#productionBox a {
	width: 299px;
	background-image: url(img/prodBox_link.gif);
	color: #a3cdeb;
}
#locationBox a:hover,
#productionBox a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-position: 0px -27px;
}
#locationBox .highlight,
#productionBox .highlight {
	color: #FFFFFF;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~ END LOCATION/PRODUCTION BOX ~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
