/* Start of CMSMS style sheet 'Layout' */
/* Start of CMSMS style sheet 'Layout' */
/* =Global Settings
---------------------------------------------------------------------------------------------------- */	

* {
	margin:0;
	padding:0;
}

:focus {
	outline: 0;
}

/** Globally set image border to 0 **/

img {
	border:0;
}

body {
    background-color: #f7f7f7;
	color: #808080;
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	height: 100%;
}

/* =Structure
---------------------------------------------------------------------------------------------------- */	

#container {
	width: 100%;
	background: #fff;
}

#homepage-header-container {
	width: 100%;
	background: #115793 url(uploads/images/structure/home-header-container-bg.jpg) repeat-x top left;
}

#header-container {
	width: 100%;
	background: #115793 url(uploads/images/structure/header-container-bg.gif) repeat-x top left;
}

#nav-container {
	width: 100%;
	background: #fff url(uploads/images/structure/nav-bg.gif) repeat-x top left;
}

#layout-container {
	width: 100%;
	background: #fff;
	margin:0;
	padding:0;
}

#footer-container {
	width: 100%;
	background: #f7f7f7;
}

#header, 
#homepage-header,
#nav, 
#breadcrumbs, 
.layout,
.layout-homepage,
#footer-skyline,
#homepage-footer-skyline, 
#footer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
}

/* =Header
---------------------------------------------------------------------------------------------------- */	

#header {
	color: #fff;
	display:block;
	height: 135px;
	background: url(uploads/images/structure/header-bg.jpg) no-repeat top left;
}

#homepage-header {
	color: #fff;
	display:block;
	height: 241px;
	background: url(uploads/images/structure/home-header-bg.jpg) no-repeat top left;
}


.page-heading {
padding-top:36px;
padding-left:15px;
}

#homepage-header span {
font-size: 22px;
font-weight: normal;
color: #fbd79f;
font-style: italic;
padding:0;
margin:0;
z-index: 99;
margin-top: -15px;
margin-left:100px;
 position: relative;
}


/* =Navigation
---------------------------------------------------------------------------------------------------- */	

#nav {
	color: #fff;
}

	#primary-nav {
      float:left;
      width:760px;
      font-size:14px;
      line-height:normal;
	  text-transform: uppercase;
	  font-family:"Trebuchet MS", Tahoma;
	  font-weight:bold;
      
}
	  
#alternate-site {
 	  float:right;
      width:200px;
      font-size:14px;
      line-height:normal;
	  text-transform: uppercase;
	  font-family:"Trebuchet MS", Tahoma;
	  font-weight:bold;
}

	  
    #primary-nav ul,
	#alternate-site ul {
          margin:0;
          padding:0;
          list-style:none;
      
}
    #primary-nav li,
	#alternate-site li {
      display:inline;
      margin:0;
      padding:0;
      
}


    #primary-nav a,
	#alternate-site a {
      float:left;
      background: url(uploads/images/structure/nav-sprite-left.gif) no-repeat left top;
      margin:0;
      padding:0 5px 0 4px;
      text-decoration:none;
      
}

    #primary-nav a span,
	#alternate-site a span {
      float:left;
      display:block;
      background: url(uploads/images/structure/nav-sprite-right.gif) no-repeat right top;
      padding:5px 10px 5px 6px;
      color:#FFF;
      
}
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #primary-nav a span, 
	#alternate-site a span {float:none;
}
	
    
	/* End IE5-Mac hack */

    #primary-nav a:hover,
	#alternate-site a:hover {
      background-position:0% -28px;
      
}

    #primary-nav a:hover span,
	#alternate-site a:hover span {
      background-position:100% -28px;
      
}

      #primary-nav .menuactive a,
	#alternate-site .menuactive a {
              background-position:0% -28px;
      
}
      #primary-nav .menuactive a span,
	#alternate-site .menuactive a span {
              background-position:100% -28px;
      
}
	  
/* =Breadcrumbs
---------------------------------------------------------------------------------------------------- */	

#breadcrumbs {
	background:url(uploads/images/structure/breadcrumbs-bg.gif) repeat-x top left;
	margin-top:12px;
}

#breadcrumb-trail {
float:left;
	width: 696px;
padding: 10px 36px 0px 10px;
font-size: 12px;
color: #B3B3B3;
min-height: 25px;
height: 25px;
}

#breadcrumb-trail a,  
#breadcrumb-trail a:link,  
#breadcrumb-trail a:visited {
	font-size: 12px;
	color: #B3B3B3;
	text-decoration: none;
	text-transform: none;
}


#breadcrumb-trail a:hover {
	color: #808080;
	text-decoration: none;
}

#breadcrumb-trail .lastitem {
color: #808080;
}

/* =Search Form
---------------------------------------------------------------------------------------------------- */	
#search-form {
float:right;
	width: 218px;
padding: 8px 0px 0px 0px;
}

div#search-form label {
	text-indent: -9999em;
	height: 0pt;
	width: 0pt;
	display: none;
}
div#search-form input.search-input {
	width: 165px;
	height: 22px;
	border-style: none;
	color: #b3b3b3;
	padding: 3px 0px 4px 10px;
	float: left;
	font: normal 12px Arial, Helvetica, sans-serif;
	background:  url(uploads/images/structure/search-input.png) no-repeat left top;
}
div#search-form input.search-button {
	width: 25px;
	height: 22px;
	border-style: none;
	text-indent: -9999em;
	float: left;
	margin: 0;
	cursor: pointer;
	font-size: 0px;
	line-height: 0px;
	background: transparent url(uploads/images/structure/search-button.png) no-repeat right top;
}

/* =Layouts for Content
---------------------------------------------------------------------------------------------------- */	


.layout {
margin-top: 16px;
}

.layout-wrapper {
float:left;
width:706px;
	padding: 0px 36px 0px 0px;
}

.layout-homepage {
margin-top: 30px;
}

.left-column {
	float:left;
	width: 218px;
}

.content-wide {
	float: left;
	width: 706px;
	padding: 0px 36px 0px 0px;
}

.content-narrow {
	float: left;
	width: 450px;
	padding: 0px 0px 0px 38px;
}

.right-column {
	float:left;
	width: 218px;
}

#footer-skyline
{
	border-bottom: 10px solid #115793;
	padding-top:75px;
}

#homepage-footer-skyline {
border-bottom: 10px solid #115793;
	padding-top:25px;
}

/* =Footer Styles
---------------------------------------------------------------------------------------------------- */	

#footer {
	color: #808080;
	font-size:10px;
	padding: 10px 0px 50px 60px;
	background: url(uploads/images/structure/footer-big-jump-logo.gif) no-repeat 0px 10px;
	width: 900px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 12px;
}

#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	border-left: 1px solid #919488;
}

#footer ul li:first-child {
	border-left: none;
}

#footer ul li a,  
#footer ul li a:link,  
#footer ul li a:visited {
	font-size: 12px;
	color: #808080;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
}

#footer ul li a:hover {
	color: #115793;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	margin: 0;
}

#footer p {
margin-left:6px;
}

/* =SIFR title in the header
---------------------------------------------------------------------------------------------------- */

h1.title
{
	font-size:26px;
	font-family: Arial;
	color: #ffffff;
	margin:0;
	padding:0;
text-transform:uppercase;
}

.sIFR-active h1.title
{
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
	color: #ffffff;
	margin:0;
	padding:0;
text-transform:uppercase;
}

/* =Text Styles
---------------------------------------------------------------------------------------------------- */
h2 {
	font-weight: normal;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.content-wide h2,
.content-wide h1,
.layout-wrapper h2#content-title {
display:block;
background: url(uploads/images/structure/h2-bg-content-wide.gif) no-repeat top left;
height: 18px;
min-height: 18px;
width: 691px;
font-weight: normal;
font-size:12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0;
margin-bottom: 12px;
padding: 3px 5px 0px 10px;
text-transform: uppercase;
}

.content-narrow h2,
.content-narrow h1 {
display:block;
background: url(uploads/images/structure/h2-bg-content-narrow.gif) no-repeat top left;
height: 18px;
min-height: 18px;
width: 435px;
font-weight: normal;
font-size:12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0;
margin-bottom: 12px;
padding: 3px 5px 0px 10px;
text-transform: uppercase;
overflow: hidden;
}


h2.heading-right-column,
h2.heading-left-column,
.left-column h2,
.right-column h2 {
display:block;
background: url(uploads/images/structure/h2-bg-left-column.gif) no-repeat top left;
height: 18px;
min-height: 18px;
width: 203px;
font-weight: normal;
font-size:12px;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
margin:0;
margin-bottom: 12px;
padding: 3px 5px 0px 10px;
text-transform: uppercase;
overflow: hidden;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	padding-bottom:10px;
	color: #808080;
	font-weight: bold;
}

h3.heading-underlined {
	border-bottom: 1px dashed #808080;
	margin-bottom:10px;
}

h4 {
	font-size: 13px;
	font-weight: normal;
	padding-bottom:10px;
	color: #808080;
	font-weight: normal;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	padding-bottom:8px;
	color: #808080;
}


p {
	padding-top: 0;
	padding-bottom: 10px;
}


ul {

	list-style-type: disc;

	font-weight: normal;

	font-style: normal;

	margin-left: 15px;

	padding: 5px 0 10px 15px;
} 



ol {

	font-weight: normal;

	font-style: normal;

	margin-left: 20px;

	padding: 5px 0 10px 15px;
} 

/* =Links
---------------------------------------------------------------------------------------------------- */

a,  
a:link,  
a:visited {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #115793;
	text-decoration: none;
}

/* =Text/Image Treatments and Alignments
---------------------------------------------------------------------------------------------------- */

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

.textalign-left {
	text-align:left;
}

.textalign-right {
	text-align:right;
}

.textalign-center {
	text-align:center;
}

.float-left {
	float:left;
}

.float-right {
	float:right;
}

.image-float-left {
	float:left;
	padding: 0px 10px 10px 0px;
}

.image-float-right {
	float:right;
	padding: 0px 0px 10px 10px;
}

sup {
	font-size: 8px;
}

.text-small,  .caption {
	font-size: 10px;
}

.missingtext {
	color:#FF0000;
	font-weight: bold;
}

.text-orange {
	color: #115793;
}

blockquote {
	font-style: italic;
	width: 90%;
}

/* =Lines
---------------------------------------------------------------------------------------------------- */

hr {
	color: #808080;
	background-color: #808080;
	border: 0;
	height: 1px;
	margin: 0px 0 10px 0;
}


hr.dashed-rule {
background: transparent;
color: transparent;
	border: 0;
	height: 1px;
	margin: 0px 0 10px 0;
border-bottom: 1px dashed #808080;
}


div.hr {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #808080;
	margin-top: 12px;
	margin-bottom:12px;
        line-height:0;
        clear: both;
}

/* =Side by Side Images
---------------------------------------------------------------------------------------------------- */

div.image-row {
margin-top: 8px;
margin-bottom:12px;
width: 450px;
}

/* =Spacing and Clearing Styles
---------------------------------------------------------------------------------------------------- */		

.singleLineBreak {
	margin-top:	1px;
}

.marginZero {
	margin:0;
}

.spacer,  .clear {
	clear: both;
	margin:0;
	padding:0;
line-height:0;
font-size:0;
}

br {
	clear: both;
}

.padding {
	padding: 5px;
}

/* =Homepage Styles
---------------------------------------------------------------------------------------------------- */	

.homepage-content-block-1{
float:left;
width: 218px;
margin-right:26px;
}

.homepage-content-block-2{
float:left;
width: 218px;
margin-right:26px;
}

.homepage-content-block-3{
float:left;
width: 218px;
}

/* =Show Reel Page
---------------------------------------------------------------------------------------------------- */	

.show-reels,
.show-reels-info {
width: 706px;
margin-bottom:12px;
}

.show-reels-info {
border-bottom: 1px solid #808080;
}

.show-reels-list,
.show-reels-contact-info {
float:left;
width: 175px;
padding:20px 0px 0px 0px;
overflow: hidden;
}

.show-reels-feature,
.show-reels-next-link {
float:left;
width: 500px;
padding: 0px 0px 0px 31px;
}

/* =In Production and in The Hopper Summaries Page
---------------------------------------------------------------------------------------------------- */	

.in-production-titles,
.in-production,
.in-the-hopper {
	width: 706px;
}

.in-production-content h2,
.in-production-left-column h2 {
margin-bottom:0;
}

.in-production,
.in-the-hopper
 {
border-bottom: 1px solid #808080;
margin-top:20px;
margin-bottom: 20px;
}

.in-production-left-column,
.in-the-hopper-left-column {
	float:left;
	width: 218px;
}

.in-production-content,
.in-the-hopper-content {
	float: left;
	width: 450px;
	padding: 0px 0px 0px 38px;
}

/* =In Production Page Sub Navigation
---------------------------------------------------------------------------------------------------- */

ul.nav-in-production{
list-style: none;
        margin: 0;
        padding: 0;
		 width: 218px;
		 margin-bottom:12px;
}

ul.nav-in-production li {
margin-bottom:3px;
}


ul.nav-in-production li a,
ul.nav-in-production li a:link, 
ul.nav-in-production li a:visited {
		text-decoration: none;
        height: 17px;	
		font: normal 11px Arial, Helvetica, sans-serif;
		font-weight: bold;
        color: #808080;
        display: block;
        background:  url(uploads/images/structure/sprite-date-completed.gif) no-repeat 0 0;
        padding: 3px 0 0 10px;
		font-weight: bold;
		text-transform: uppercase;
        
}

ul.nav-in-production li a:hover, 
ul.nav-in-production li a.menuactive,
ul.nav-in-production li a:active {
        color: #115793;
         background:  url(uploads/images/structure/sprite-date-completed.gif) no-repeat 0 -21px;
        padding: 3px 0 0 10px;
		font-weight: bold;
		text-transform: uppercase;
        
}

ul.nav-in-production li ul {
list-style: ;
        margin: 0;
        padding: 0;
		margin-top:8px;
		margin-bottom:12px;
}

ul.nav-in-production li ul li{
list-style: none;
padding:0;
margin: 0px 5px 0px 10px;
}


ul.nav-in-production li ul li a,
ul.nav-in-production li ul li a:link, 
ul.nav-in-production li ul li a:visited {
		text-decoration: none;
        height: 17px;	
		font: normal 9px Arial, Helvetica, sans-serif;
		font-weight: bold;
        color: #808080;
        background: url(uploads/images/structure/bg-dash.gif) no-repeat top left;
        padding: 0;
		padding-left: 5px;
		font-weight: normal;
		text-transform: uppercase;
}

ul.nav-in-production li ul li a:hover{
        color: #115793;     
}

/* End of 'Layout' */

/* End of 'Layout' */

