/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	margin:0px;
	padding:0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
p {
	padding:8px;
}
h1 {
	padding:8px;
	font-size:16px;
}
h2 {
	padding:8px;
	font-size:14px;
}
body {
	text-align:center;
	background-image:url(../images/backgrounds/body.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
ol, ul {
	margin-left:25px;
}
li {
	padding:3px;
}
.label {
	color:#888;
}
.error {
	color:#F00;
}
/*
-----------------------------------------------------------------------------
Container
-----------------------------------------------------------------------------*/
#container {
	position:relative;
	margin:0px auto;
	margin-top:5px;
	text-align:left;
	width:720px;
}
/*
-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	width:720px;
	height:384px;
}
#banner {
	position:relative;
	width:720px;
	height:133px;
	background-image:url(../images/backgrounds/banner.png);
	background-repeat:repeat-y;
}
#bannertop {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:3px;
	background-image:url(../images/backgrounds/bannertop.png);
	background-repeat:no-repeat;
}
#bannerbottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:720px;
	height:3px;
	background-image:url(../images/backgrounds/bannerbottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
#logobox {
	position:absolute;
	left:56px;
	top:35px;
	width:200px;
	height:39px;
}
#menu {
	position:absolute;
	left:55px;
	bottom:18px;
	color:#FFF;
}
#menu ul {
	margin-left:0px;
}
#menu ul li {
	display:inline;
	padding:0px;
}
#menu ul li a {
	color:#FFF;
	text-decoration:none;
	border-right:1px solid #DDD;
	padding:0px 6px 0px 4px;
}
#menu ul li a:hover {
	text-decoration:underline;
}
#menu .end {
	border:none;
}
#number {
	position:absolute;
	right:57px;
	top:64px;
}
#fadebanner {
	position:relative;
	margin-top:2px;
	width:720px;
	height:249px;
}
#player {
	margin-top:2px;
	text-align:center;
	background-image:url(../images/backgrounds/video.png);
	background-repeat:repeat-y;
}
#videoreflection {
	position:relative;
	width:719px;
	height:218px;
	background-image:url(../images/backgrounds/videoreflection.png);
	background-repeat:no-repeat;
}
/*
-----------------------------------------------------------------------------
Page
-----------------------------------------------------------------------------*/
#page {
	position:relative;
	width:680px;
	min-height:320px;
	padding:20px 20px 55px 20px;
	margin-top:2px;
	background-image:url(../images/backgrounds/page.png);
	background-repeat:repeat-x;
	background-color:#FFF;
}
#pagetop {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:3px;
	background-image:url(../images/backgrounds/pagetop.png);
	background-repeat:no-repeat;
}
#leftcolumn {
	position:relative;
	width:445px;
	color:#182C3A;
}
#rightcolumn {
	position:absolute;
	right:0px;
	top:20px;
	padding-left:20px;
	width:235px;
	height:300px;
}
.rightbox {
	position:relative;
	margin-top:5px;
	background-color:#EAEAEA;
	width:200px;
	min-height:130px;
	padding:10px;
}
.rightboxbottom {
	position:absolute;
	left:0px;
	bottom:0px;
	width:220px;
	height:2px;
	background-image:url(../images/backgrounds/rightboxbottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}
.rightboxtop {
	position:absolute;
	left:0px;
	top:0px;
	width:220px;
	height:2px;
	background-image:url(../images/backgrounds/rightboxtop.png);
	background-repeat:no-repeat;
}
#googlemap {
	width:208px;
	height:300px;
	border:1px solid #AAA;
	margin-left:15px;
}
/*
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	position:relative;
	width:720px;
	height:30px;
	background-image:url(../images/backgrounds/footer.png);
	background-repeat:no-repeat;
	background-position:top;
}
#brightsite {
	position:relative;
	padding:10px;
	text-align:right;
	color:#AAA;
	font-size:10px;
}
#brightsite a {
	text-decoration:none;
	color:#777;
	font-size:10px;
}