/*
    Light blue:     d6d8f8      214,216,248
    Quote blue:     b4c2e0      180,194,224
    Medium blue:    121679      18,22,121
    Dark blue:      090b37      9,11,55
    Light grey:     eaeaea      234,234,234
    Medium grey:    474747      71,71,71
    New dark grey:  363636      54,54,54
    Dark grey:      242424      36,36,36
*/
/*----------------------------------------------------------------------------MAIN-----*/
@charset "utf-8";
* {padding:0; margin:0}
html {
	overflow-y: scroll;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #242424;
	text-align: center;
	background: url(../img/bkg.gif);
	background-repeat: repeat-x;
	background-color: #eaeaea;
}
#container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/*------------------------------------------------------------------TOP NAVIGATION-----*/
#topNavigation {
	position:relative;
	width: 960px;
	height: 100px;
	margin-top: 10px;
}
#logo {
	position: relative;
	float: left;
	width: 360px;
	height: 80px;
	clear: right;
}
#logo img{
    border: 0;
}
#mainMenu {
	position: relative;
	float: left;
	width: 960px;
	height: 20px;
}
.mainMenuHome {
	position: relative;
	float: left;
	margin: 0 0 0 105px;
	width: 200px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.mainMenuHome a:link, .mainMenuHome a:visited{
  text-decoration: none;
  color: #000000;
}
.mainMenuHome a:hover, .mainMenuHome a:active{
  text-decoration: none;
  color: #121679;
}
#mainMenuContainer {
	float: right;
	text-align: right;
}
.mainMenuItem {
	position: relative;
	float: left;
	margin: 0 18px 0 19px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.mainMenuItem a:link, .mainMenuItem a:visited{
  text-decoration: none;
  color: #000000;
}
.mainMenuItem a:hover, .mainMenuItem a:active{
  text-decoration: none;
  color: #121679;
}
.mainMenuTab {
	position: relative;
	float: left;
	margin: -8px 0 0 0;
	width: 10px;
	height: 28px;
	background: url(../img/tab.gif);
}
/*-------------------------------------------------------------------TOP GREY BARS-----*/
#topBar {
	position:relative;
	width: 960px;
	height: 10px;
}
#topBarLeft {
	position: relative;
	float: left;
	width: 360px;
	height: 10px;
	background-color: #474747;
}
#topBarRight {
	position: relative;
	float: left;
	width: 600px;
	height: 10px;
	background-color: #363636;
}
/*---------------------------------------------------------------------FEATURE BAR-----*/
#featureBar {
	position:relative;
	width: 960px;
	height: 200px;
	margin: 1px 0 0 0;
}
#featureBarLeft {
	background-color: #b4c2e0;
	position: relative;
	float: left;
	width: 360px;
	height: 200px;
	background: url(../img/quotes-frame.gif);
}
#featureBarQuote {
	position: relative;
	float: left;
	width: 300px;
	height: 140px;
	margin: 30px;
}
#featureBarQuoteText {
	position: relative;
	float: left;
	margin: 18px 20px 0 20px;
	width: 260px;
	height: 80px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #090b37;
}
#featureBarQuoteAuthor {
	position: relative;
	float: left;
	margin: 6px 20px 20px 20px;
	width: 260px;
	height: 14px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
	color: #090b37;
}
#featureBarRight {
	position: relative;
	float: left;
	width: 600px;
	height: 200px;
	background-color: #474747;
}
#featureBarRight img{
   	border: 0;
}
/*---------------------------------------------------------------MIDDLE NAVIGATION-----*/
#middleBar {
	position:relative;
	width: 960px;
	height: 25px;
	margin-top: 3px;
}
#middleBarLeft {
	position: relative;
	float: left;
	width: 360px;
	height: 25px;
	background-color: #474747;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #eaeaea;
}
.sectionName {
	position: relative;
	float: right;
	margin: 8px 10px 0 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #eaeaea;
}
#middleBarRight {
	position: relative;
	float: left;
	width: 600px;
	height: 25px;
	background-color: #363636;
}
.middleBarMenuItem {
	position: relative;
	float: left;
	margin: 8px 10px 0 10px;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
.middleBarMenuItem a:link, .middleBarMenuItem a:visited{
    text-decoration: none;
    color: #eaeaea;
}
.middleBarMenuItem a:hover, .middleBarMenuItem a:active{
    text-decoration: none;
    color: #474747;
}
.divider {
	float: left;
	width: 1px;
	background: url(../img/divider.gif);
    background-repeat: repeat-y;
}
/*------------------------------------------------------------------CONTENT LAYOUT-----*/
#contentTwoColumn {
	width: 960px;
	margin: 1px 0 0 0;
	background: url(../img/bkg-2-col.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
#contentThreeColumn {
	width: 960px;
	margin: 1px 0 0 0;
	background: url(../img/bkg-3-col.gif);
	background-repeat: repeat-y;
	background-color: #ffffff;
}
.wideColumn {
	float: left;
	width: 340px;
	margin: 20px 10px 10px 10px;
}
.narrowColumn {
	float: left;
	width: 220px;
	margin: 20px 10px 10px 10px;
}
.doubleWideColumn {
	float: left;
	width: 700px;
	margin: 20px 10px 10px 10px;
}
#miracle {
    clear: both;
}
/*----------------------------------------------------------------------------HOME-----*/
#selectedShowreel, #selectedCredit, #selectedListing {
    float: left;
    height: 220px;
    margin-bottom: 10px;
}
.selectedImage {
	float: left;
}
.selectedImage img {
	margin: 0 8px 8px 0;
}
.selectedText {
	float: left;
	width: 120px;
	margin: 10px 10px 0 10px;
}
/*---------------------------------------------------------------------------LISTS-----*/
.listing, .mediaiconlisting {
	margin: 0 0 3px 0;
	background: url(../img/raquo.gif);
    background-repeat: no-repeat;
}
.photo {
	margin: 0 0 3px 0;
	background: url(../img/bullet-photo.gif);
    background-repeat: no-repeat;
}
.movie {
	margin: 0 0 3px 0;
	background: url(../img/bullet-movie.gif);
    background-repeat: no-repeat;
}
.media {
	margin: 0 0 3px 0;
	background: url(../img/bullet-media.gif);
    background-repeat: no-repeat;
}
.listing p, .photo p, .movie p, .media p {
    margin: 0 0 0 20px;
}
/*------------------------------------------------------------------------ARTICLES-----*/
#articleImages {
	float: left;
	width: 340px;
}
#articleImages img {
	margin: 0 10px 10px 0;
}
#articleText {
	float: left;
	width: 340px;
	margin: 0 10px 0 10px;
}
/*--------------------------------------------------------------------------FOOTER-----*/
#footer {
	position:relative;
	width: 960px;
	height: 50px;
}
#footerLeft {
	position: relative;
	float: left;
	width: 470px;
	margin: 10px 0 0 10px;
}
#footerRight {
	position: relative;
	float: left;
	text-align: right;
	width: 470px;
	margin: 10px 10px 0 0;
}
/*----------------------------------------------------------------IMAGE PROPERTIES-----*/
img {
    border: 1px solid #474747;
}
/*-----------------------------------------------------------------TEXT PROPERTIES-----*/
p {
    font-size: 11px;
	font-weight: normal;
	margin: 0 0 6px 0;
}
p.title {
    font-size: 12px;
	font-weight: bold;
	color: #121679;
	text-transform: uppercase;
}
p.subtitle {
    font-size: 12px;
	font-weight: bold;
	color: #121679;
}
p.leader {
    font-size: 12px;
	font-weight: bold;
	font-style: italic;
}
p.small {
    font-size: 10px;
}
p.more {
    float: right;
    width: 100px;
    font-size: 10px;
    text-align: right;
    margin-bottom: 20px;
}
p.selected {
    font-size: 12px;
}
a:link, a:visited{
    text-decoration: none;
    color: #000000;
}
a:hover, a:active{
    text-decoration: none;
    color: #474747;
}
/*-----------------------------------------------------------------------------END-----*/
