@charset "UTF-8";
/* CSS Document */
 
/*--------------------------------------  RESET */

body {
	padding:0px;
	margin:0px;
	background-image:url(../images/bg.gif);
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-family:helvetica;
	font-size:11px;
	line-height: 1.6em;
}

h1 {
	font-size: 20px;
	font-style:italic;
	font-weight: lighter;
	color: #666;
	text-align: center;
	padding-bottom:15px;
	margin-top:15px;
}

h2 {
	font-size:20px;
	font-weight:normal;
	padding:0px;
	margin-top:8px;
	margin-bottom:5px;
}

h3 {
	font-size:16px;
	font-weight:normal;
	padding:0px;
	margin-bottom:5px;
	color:#FFF;
}

img {
	padding:0px;
	border:0px;
}

p {
	padding:0px;
	margin:0 0 .8em 0;
	border:0px;
}


/*--------------------------------------  STRUCTURE */

#container {
	margin: 0px auto;
	width: 860px;
}

#header {
	width: 100%;
	height: 135px;
	background-color: #000;	
}

#header #nav {
	float:right;
	margin-right: 15px;
	margin-top: 65px;
	width: 493px;
	height: 48px;
	text-align:right;
}

#featured {
	width: 100%;
	height:350px;
	padding-top:0px;
	margin-top:0px;
	background-color:#212121;
	background-position:top;
	background-repeat:no-repeat;
}

#featured #infobox {
	width:270px;
	margin-top: 5px;
	margin-left:15px;
	}

#featured #infobox #featuredcontent {
	width:100%;
	padding:15px;
	margin-top:7px;
	background-color:#FFF;
	height: 260px;
	}

#strapline {
	width: 830px;
	text-align:center;
	background-color:#212121;
	padding: 23px 15px 20px 15px;
}
	

#homecontent {
	width: 100%;
	margin-top:15px;
	margin-bottom:15px;
}

#homecontent #left {
	width: 268px;
	padding: 15px;
	float: left;
}

#homecontent #left #welcomemessage {
	background-color: #222;
	padding: 15px;
	width: 100%;
	color: #CCC;
}

#homecontent #left #newsbox {
	background-color: #222;
	padding: 15px;
	width: 100%;
	color: #CCC;
	margin-bottom:2px;
}


#homecontent #right {
	width: 499px;
	padding: 15px;
	float: right;
	background-color: #000;
	border: 1px solid #2A2A2A;
	color:#FFF;
}

#homecontent #right #productionbox {
	width: 469px;
	background-color: #141414;
	padding:15px;
	color:#999;
	margin-bottom:15px;
}

#productioncontent {
	width: 100%;
	margin-top:0px;
	margin-bottom:15px;
	border-top: 1px solid #333;
}

#productioncontent #right #productionbox {
	width: 539px;
	background-color: #141414;
	padding:15px;
	margin-left:15px;
	color:#999;
	margin-bottom:15px;
}

#productioncontent #left {
	width: 245px;
	padding-left: 15px;
	padding-top:15px;
	padding-bottom:15px;
	padding-right:0px;
	float: left;
	border:0px;
	margin:0px;
}

#productioncontent #right {
	width: 599px;
	padding: 0px;
	float: right;
	background-color: #000;
	color:#FFF;
	margin:0px;
	border:0px;
}

#right a {
	color:#B3D8E0;
	font-weight:bold;
}

#productioncontent #subnav {
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	width: 230px;
	color: #CCC;
	line-height:2.4em;
}

#productionpad {
	padding:25px;
}

#activeproduction {
	background-image:url(../images/subnav_bg.gif);
	padding-left:15px;
	margin-left:-15px;
}

#clearer {
	clear:both;
	height: 0px;
}

#footer {
	width:100%;
	background-color: #000;
	margin-bottom:0px;
	padding-bottom:50px;
	padding-top:30px;
}

#footercontent {
	width: 860px;
	margin:0px auto;
	background-color: #000;
	color:#666;
	margin-bottom:0px;
	padding-bottom:0px;
}

#footercontent #footerleft {
	float:left;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left:15px;
}

#footercontent #footerright {
	width: 500px;
	float:right;
	margin-right:15px;
	margin-bottom:0px;
	padding-bottom:0px;
}

#fader {
	height:350px;
	overflow:hidden;
}

#fader img {
	margin:0 0 0 0;
}

.f {
	border:2px solid #555;
	width:200px;
}

ul.errors {
	color:#CF353B;
}

div.imagebox {
	width:140px;
	height:120px;
	float:left;
	background:#141414;
	text-align:center;
	margin:0 14px 14px 0;
	padding:10px;
}
div.imagebox div.imagewrap {
	background:#000;
	padding:2px;
}

table.basic {
	color:#fff;
	font-size:12px;
}
div.textsmall {
	font-size:10px;
}
.text-center {
	text-align:center;
}


/*--------------------------------------  POSITIONING CLASSES */

.logo {
	float:left;
}

.img {
	padding:0px;
	border:0px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.newsimage {
	float:left;
	padding-right:15px;
}


/*--------------------------------------  TEXT STYLES */

.featured {
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:5px;
	background-color: #6e9a03;
	color:#FFF;
}

.homeheaders {
	padding-left:15px;
	margin-top:30px;
	font-size:14px;
	color: #CCC;
}

.newsdate {
	color:#666;
	font-size:10px;
}

.productiontitle {
	font-size:18px;
	color: #a4ebfd;
}

.productiontitledim {
	font-size:18px;
}

.dim {	
	color:#666;
}

/*--------------------------------------  LINK STYLES */

#header #nav a:hover {
	background-color: #666;
}

#header #nav a:visited {
	border:0px;
}

#header #nav a:active {
	border:0px;
}

a.productionlink:link, a.productionlink:visited {
	color: #9ebd0e;
	text-decoration:none;
}

a.productionlink:hover {
	color: #9ebd0e;
	text-decoration:underline;
}

a.newslink:link, a.newslink:visited {
	color: #CCC;
	text-decoration:none;
}

a.newslink:hover {
	color: #CCC;
	text-decoration:underline;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active {
	color: #999;
	text-decoration:none;
}

a.footerlink:hover {
	color: #999;
	text-decoration: underline;
}

a.subnav:link, a.subnav:visited  {
	text-decoration:none;
	color:#CCC;
	font-weight:bold;
	display:block;
}

a.subnav:hover {
	text-decoration:none;
	color: #FFF;
	font-weight:bold;
	display:block;
	padding-left:15px;
	margin-left:-15px;
	background-color:#000;
}

a.navactive {
	text-decoration:none;
	color: #FFF;
	font-weight:bold;
	display:block;
	padding-left:15px;
	margin-left:-15px;
	background-color:#000;
}

a.subsubnav:link, a.subsubnav:visited {
	text-decoration:none;
	color: #CCC;
	display:block;
}

a.subsubnav:hover {
	text-decoration:none;
	color:#FFF;
	display:block;
	padding-left:15px;
	margin-left:-15px;
	background-image:url(../images/subnav_active_bg.gif);
}

a.subsubnav:active {
	text-decoration:none;
	color: #39C;
	display:block;
}

a.subsubnavactive:link, a.subsubnavactive:visited {
	text-decoration:none;
	background-image:url(../images/subnav_active_bg.gif);
	display:block;
	padding-left:15px;
	margin-left:-15px;
	color: #CCC;
}

.activenav {
	background-color:#999;
}



