@charset "utf-8";
a { text-decoration: none; color: #0CF; font-weight: bold;}
a:hover { color: #73D8D4;}
.backto { 
	float: right;
	color: #FFF;
	line-height: 2em;
	font-size: .7em;
	text-decoration: underline;
	font-weight: normal;
}
.infobox {
	height: 340px;
	width: 420px; line-height: 1.5em;
	margin: 0 50px; padding: 7px 8px;
	float: right;
}
.infobox h3 {
	background-color: #3B2314;
	margin: 0px;
	padding: 5px 10px;
	color: #FFF;
	height: 22px;
	line-height: 1.4em;
	font-size: 1.3em;
	font-weight: normal;
}
.infobox p {
	background-color: #FEE9E2;
	margin: 5px 0px; padding: 7px 9px;
	height: 270px;
	border: 1px solid #D9B482;
	-moz-border-radius-topright: 15px; -webkit-border-top-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px; -webkit-border-bottom-left-radius: 15px;
}
.infobox p.staffInfo {
	width: 251px;
	font-size: .9em;
	line-height: 1.7em;
}
.infobox p.film_desc { width: 283px; line-height: 1.5em; }
.infobox p.staffInfo, p.film_desc {
	margin-left: 7px; padding: 7px 9px;
	float: left;
}
.infobox p.film_desc a { color: #0CF; }
.infobox p.film_desc a:hover { color: #777; }
.oflow { overflow-x: hidden; overflow-y: scroll; }
.film_b { font-weight: bold; }
.secHeadB { font-size: 1.2em; }
.secHead { font-size: 1.1em; font-weight: bold; }
#arrows {
	position: fixed; top: 40px; left: 50%;
	margin-left: -55px;
}
#arrows ul, #arrows ul li { margin: 0px; padding: 0px; }
#arrows li { display: inline;}
#arrows #left a, #arrows #right a {
	display: block;
	width: 50px; height: 50px;
	overflow: hidden;
	text-indent: -1000px;
	float: left;
}
#arrows #left a { background: transparent url(../images/arrowL.png) no-repeat; margin-right: 5px; }
#arrows #left a:hover {
	background: transparent url(../images/arrowL.png) no-repeat;
	background-position: bottom; }
#arrows #right a { background: transparent  url(../images/arrowR.png) no-repeat; margin-left: 5px; }
#arrows #right a:hover {
	background: transparent url(../images/arrowR.png) no-repeat;
	background-position: bottom; }
#docked_info {
	width: 100%; height: 45px;
	padding: 5px 10px;
	position: fixed; bottom: 0px;
	background-color: #2F1D13;
	overflow: hidden;
}
#docked_info p {
	float: left;
	padding-top: 3px;
	padding-right: 18px;
	margin: 0px;
	color: #FFF;
	font-size: .8em;
}
#docked_info p img {
	border: none;
}

/* Side navigation (left accordian menu) */
#sidebar {
	width: 200px;
	margin-right: 20px; padding: 0px 10px 10px 0px;
	text-align: right;
	float: left;
}
#sideNav, #sideNav ul { margin: 0px; padding: 0px; }
#sideNav { margin-left: 10px; padding-top: 5px; }

ul.menu li { margin-top: 1px; }

#sideNav li a { display: inline-block; } /*IE fix for display: block; w/o dimension */
#sideNav li a {
	background-color: #F7941E;
	color: #FFF;
	padding: 8px;
	display: block;
	font-size: 1.2em;
	font-weight: normal;
	text-align: left;
}	#sideNav li a:hover { background-color: #3B2314; }
.sNavGr_L {
	background-image: url(../images/sNavGr_L.png);
	background-repeat: no-repeat;
}
.sNavGr_R {
	background-image: url(../images/sNavGr_R.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.creative #gfx, .director #dir, .fundraise #fund, .liason #lia, .public #pub, .currentF #ff10, .featF09 #ff09 {
	background-color: #3B2314;
}
#sideNav ul li a {
	background-color: #FFF;
	color: #4C3B33;
	text-transform: none;
	font-size: 1em;
	padding-left: 20px;
}
#sideNav ul li a:hover {
	background-color: #EFEBE9;
	padding-left: 15px;
	border-left: 5px solid #6D6D6D;
	border-right: 5px solid #6D6D6D;
}
#sideNav li.accordian_sub a {
	background-color: #D0C7C1;
	padding-left: 10px;
}
#sideNav li.accordian_sub a:hover {
	background-color: #EFEBE9;
	padding-left: 10px;
	border: none;
}
/* end styling of accordian submenu */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background2.png);
	background-color: #28EFF2;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #171847;
	background-repeat: repeat-x;
	background-position: left top;
}
body #content { margin-top: 100px; }
.P3 { width: 1880px; }
.P4 { width: 2388px; }
.P5 { width: 2924px; }
.P6 { width: 3460px; }
.P7 { width: 3996px; }
.P8 { width: 4532px; }

ul { list-style-type: none; }

ul#navbar {
	background-color: #CD1C58;
	position: fixed;
	top: 0px;
	left: 50%;
	margin: 0px;
	padding: 8px;
	margin-left: -283px;
}
ul#navbar li {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	display: block;
	float: left;
	padding: 0px 13px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}
ul#navbar li a:hover, .infobox h3 a:hover { color: #FFF; }

/* styling for staff pic and film hoverFade.js */
.dis_no { display: none; } /* hidden gallery pic */
.pic, .pic_film {
	margin: 5px 0; padding: 0px;
	float: left;
	text-align: center;
	border: 5px solid #222;
	border-bottom: 36px solid #222;
}
.pic {
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
}
.pic a.thumb { width: 140px; height: 149px; }
.pic_film a.thumb_film { width: 100px; height: 200px; }
.pic a.thumb, .pic_film a.thumb_film { cursor: pointer; }

.pic span { width: 140px; height: 149px; } /*--Used to crop image--*/
.pic_film span { width: 100px; height: 200px; }
.pic span, .pic_film span { 	
	overflow: hidden;
	display: block;
}
.pic h2 {
	font-size: 1em;
	font-weight: normal;
	text-transform: title;
	margin: 0; padding: 5px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
.pic a, .pic_film a {text-decoration: none; display: block;}
/* end styling for staff pic and film hoverFade.js */

.Hcont {
	background-image: url(../images/newHome.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 1018px;
	height: 470px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -509px;
}
.Hcont p {
	width: 420px;
	position: relative;
	top: 323px;
	left: 60px;
	padding: 5px;
	float: left;
	font-size: 1.2em;
	line-height: 1.5em;
}
.Hcont object {
	float: right;
	position: relative;
	top: 120px;
	right: 30px;
}
#botGFX #davisTwr {
	background-image: url(../images/waterTwr.png);
	position: fixed;
	bottom: 50px; left: 0px;
	width: 236px; height: 160px;
	z-index: -1;
}
#botGFX #skylines {
	background-image: url(../images/bg_skylines3.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	position: fixed;
	bottom: 50px; left: 50%;
	width: 1288px; height: 669px;
	margin-left: -644px;
	z-index: -2;
}
