@charset "UTF-8";

/* Menu item containers, position children relative to this container and are a fixed width */
ul.NameBar li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	text-align: left;
	cursor: pointer;
	width: 142px;
	float: none;
	font-weight: normal;
	display: block;
	left: 32px;
	top: 40px;
	height: 30px;
	z-index: 11;
	}
ul.NameBar a:visited {
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color:#FFF;
}
ul.NameBar a:link {
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color:#FFF;
}
ul.NameBar a:hover {
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color:#FFDC00;
}
.contact {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 19px;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
h2 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin: 0px;
}
p {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	font-weight: lighter;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFDC00;
	text-decoration: none;
}


ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: fixed;
	left: 396px;
	top: 40px;
	width: 554px;
	z-index: 11;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
ul.MenuBarHorizontal li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 184px;
	float: left;
	font-weight: normal;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 184px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/
 
/* Menu items are a gray text with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	color:#FFF;
	margin-right: 14px;
}
/* Menu items that have mouse over or focus have a yellow background and black text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #000000;
	text-decoration: none;
	color:#FFDC00;
}
/* Menu item shows which page you are on, black undrline, white background */
ul.MenuBarHorizontal li#youarehere a 
{
	color: #000000;
	text-decoration: none;
	color:#FFDC00;
}
ul.MenuBarHorizontal li#youarehere a:hover {
	color: #000000;
	text-decoration: none;
	color:#FFDC00;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
}
#blackbox {
	background-color: #000;
	height: 260px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: fixed;
	z-index: 10;
	left: 0px;
	top: 0px;
}
#toprule {
	position: fixed;
	left: 16px;
	top: 32px;
	z-index: 11;
}
#secondrule {
	position: fixed;
	left: 16px;
	top: 260px;
	z-index: 11;
}
.containerA {
	position: absolute;
	left: 16px;
	top: 260px;
	height: 383px;
	width: 901px;
	padding-left: 14px;
}
.container0 {
	position: absolute;
	left: 16px;
	top: 260px;
	height: 383px;
	width: 901px;
	padding-left: 14px;
}
.container1 {
	position: absolute;
	left: 16px;
	top: 660px;
	height: 383px;
	width: 901px;
	padding-left: 14px;
}
.container2 {
	position: absolute;
	left: 16px;
	top: 1060px;
	height: 386px;
	width: 901px;
	padding-left: 14px;
}
.container3 {
	position: absolute;
	left: 16px;
	top: 1460px;
	height: 384px;
	width: 901px;
	padding-left: 14px;
}
.container4 {
	position: absolute;
	left: 16px;
	top: 1860px;
	height: 384px;
	width: 901px;
	padding-left: 14px;
}
.container5 {
	position: absolute;
	left: 16px;
	top: 2260px;
	height: 385px;
	width: 901px;
	padding-left: 14px;
}
.container6 {
	position: absolute;
	left: 16px;
	top: 2660px;
	height: 385px;
	width: 901px;
	padding-left: 14px;
}
.container7 {
	position: absolute;
	left: 16px;
	top: 3060px;
	height: 385px;
	width: 901px;
	padding-left: 14px;
}
.container8 {
	position: absolute;
	left: 16px;
	top: 3460px;
	height: 385px;
	width: 901px;
	padding-left: 14px;
}
.container9 {
	position: absolute;
	left: 16px;
	top: 3860px;
	height: 385px;
	width: 901px;
	padding-left: 14px;
}
.containerfooter {
	position: fixed;
	left: 16px;
	height: 22px;
	width: 901px;
	padding-left: 14px;
	bottom: 23px;
}
.containerfooterCopy {
	position: absolute;
	left: 16px;
	height: 22px;
	width: 901px;
	padding-left: 14px;
	top: 3860px;
}
#copyrightbottom {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 32px;
	width: 150px;
	font-weight: normal;
	z-index: 4;
	top: 3870px;
}
.nextpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	top: 2589px;
	left: 398px;
}
ul.projecttext {
	color: #FFF;
	text-decoration: none;
	list-style-type: none;
	position: absolute;
	left: -24px;
	top: 0px;
	height: 301px;
	width: 300px;
}
ul.projecttext li{
	width: 300px;
	color: #FFF;
	font-family: Georgia;
	font-size: 12px;
	list-style-type: none;
	line-height: 16px;
	font-weight: normal;
}
ul.projecttext ul li{
	width: 169px;
}
ul.projecttext a:visited {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	left: 0px;
	width: 169px;
	float: left;
}
ul.projecttext a:link {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	left: 0px;
	width: 169px;
	float: left;
	font-weight: normal;
}
ul.projecttext a:hover {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	color: #FFDC00;
	text-decoration: none;
	left: 0px;
	width: 169px;
	float: left;
	font-weight: normal;
}
.pagechange {
	left: 197px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	height: 1px;
	font-size: 12px;
	line-height: 16px;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
}
.pagechange li{
	left: 197px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #999;
	list-style-type: none;
	position: absolute;
	list-style-image: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000;
	padding: 0px;
}
hr {
	border: 0;
	width: 903px;
	color: #999;
	background-color: #999;
	height: 0.1em;
	position: absolute;
	left: 16px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.slides {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 16px;
	top: 341px;
	font-weight: bold;
}
.status {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 55px;
	top:341px;
	font-weight: bold;
}
.prev {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 16px;
	top: 357px;
}
.next {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 77px;
	top: 357px;
}
.basiclink {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #999;
}
.externallink {
	text-decoration: none;
	color: #FFDC00;
}
.description {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	width: 169px;
	font-weight: normal;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	width: 169px;
	font-weight: bold;
}
.backtotop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	top: 2589px;
	left: 869px;
}
#pages {
	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 581px;
	top: 58px;
	width: 72px;
	font-weight: normal;
}
#copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: fixed;
	left: 32px;
	width: 150px;
	font-weight: normal;
	z-index: 4;
	bottom: 16px;
}
.backtotop1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	top: 3870px;
	left: 868px;
}
#information {	font-family: Georgia;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 396px;
	top: 58px;
	width: 72px;
	font-weight: normal;
}
#tel {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 16px;
}
#logo {
	position: absolute;
	left: 0px;
	top: 156px;
}
#strap {
	left: 369px;
	top: 155px;
	position: absolute;
}
ul.Namebar {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	left: 0px;
	top: 8px;
	width: 352px;
	display: block;
}
