/* -------------------------------- Top menu -------------------------------- */

 #navcontainer { }
#navcontainer a { text-decoration: none; }
.imgborder {
	border: 4px solid #FFFFCC;
}

.quote {
	background-color: #ffe5e5;
	margin: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF99CC;
	border-bottom-color: #FF99CC;
}


#navcontainer ul
{
padding: 0;
margin: 0;
list-style-type: none;
position: relative;
}

#navcontainer li { display: inline; }

/*1st level elements*/
#navcontainer ul
{
border-top: 1px solid #b00300;
border-bottom: 1px solid #b00300;
background-color: #680707;
padding: 6px 0;
margin-bottom: 2em;
}

#navcontainer li {
	margin: 0;
}

#navcontainer ul a,
#navcontainer ul a:link,
#navcontainer ul a:visited
{
	color: #F4E5DE;
	padding: 0px 5px;
}

#navcontainer ul a:hover,
#navcontainer ul a:focus
{
	border: 1px solid #fff;
	color: white;
	padding: 4px;
}

/* -------------------------------- current Link*/
#navcontainer ul a#current,
#navcontainer ul a#current:link,
#navcontainer ul a#current:visited { font-weight: bold; }

/* -------------------------------- Second and subsequent levels*/
#navcontainer ul ul
{
font-size: 80%;
position: absolute;
top: 23px;
left: 0;
width: 100%;
border-top: none;
background-color: #95B1BB;
}

#navcontainer ul ul li { display: inline; }

#navcontainer ul ul a,
#navcontainer ul ul a:link,
#navcontainer ul ul a:visited
{
background-color: #95B1BB;
border: 1px solid #95b1bb;
color: black;
}

#navcontainer ul ul a:hover,
#navcontainer ul ul a:focus
{
background-color: #9CD4F7;
border: 1px solid black;
color: black;
}

/* -------------------------------- current Link*/
#navcontainer ul ul a#subcurrent,
#navcontainer ul ul a#subcurrent:link,
#navcontainer ul ul a#subcurrent:visited { font-weight: bold; }

/* -------------------------------- Left menu -------------------------------- */

#leftnavcontainer
{
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	padding-left: 10px;
}

#leftnavlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
}

#leftnavlist li
{
padding-left: 10px;
background-image: url(img/arrow.gif);
background-repeat: no-repeat;
background-position: 0 0.3em;
}


/* -------------------------------- Body -------------------------------- */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	line-height: 20px;
	background-color: #530000;
	background-image: url(img/bg-tile.jpg);
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:visited {color:#FFFFCC;}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active { color:#FFFFFF;}

h1 {
	font-size:16px;
	border-bottom:1px solid #D50006;
	margin:4px;
	color: #D50006;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 10px;
}

h2 {
	font-size:20px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: right;
}

h3 {
	font-size: 11px;
	text-transform:uppercase;
	padding:5px 15px;
	margin:0px;
	color: #FFFFCC;
	background-image: url(img/footer-bg.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #837c76;
	border-bottom-color: #837c76;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	color: #EFAA8D;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #EFAC91;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}


img.download {vertical-align:middle;}

.newsbox {
	background-image: url(img/photo-image.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 97px;
	background-color: #FFFFFF;
}

.newsboxover {
	background-image: url(img/news-image.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 97px;
	background-color: #FFFFFF;
}

.newsboxclips {
	background-image: url(img/clips-image.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 97px;
	background-color: #FFFFFF;
}

.newsboxbuy {
	background-image: url(img/buy-news.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 97px;
	background-color: #FFFFFF;
}

.newsboxcast {
	background-image: url(img/cast-image.jpg);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 97px;
	background-color: #FFFFFF;
}

/* ----------container to center the layout-------------- */
#container {
	width: 780px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
	border: 10px solid #640909;
}

/* ----------banner for logo-------------- */
#banner {
	background-color: #680707;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-image: url(img/header-shine.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 228px;
}
#banner img {padding:10px 0px;} 

/* -----------------content--------------------- */
#content {
	background-color: #0c0f09;
	margin-left: 200px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
div#content { 
min-height:400px;
height:expression(this.scrollHeight > 600 ? "auto":"400px"); 
}

p, pre{
padding: 5px 10px;
margin:0px;
}

/* --------------left navi------------- */
#left {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/left-bg.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}

/* -----------footer--------------------------- */
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	text-align: right;
	background-color: #0c0f09;
	font-weight: normal;
}
