@charset "utf-8";
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	background-color: #FFF;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* MAIN DIVS*/
#container  {
	width: 960px;
	margin: 0 auto;
	text-align: left;
} 
#share {
	height: 20px;
	width: 100%;
	text-align: right;
	font-size: 10px;
	padding-top: 5px;
}

#header  {
	background-image: url(../images/header_bkg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 106px;
	padding-top: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-bottom: 25px;
	text-align: right;
	border: 1px solid #d6d6d6;
} 
#topNav {
	padding-right: 10px;
}

#logo {
	float: left;
}
#news  {
	float: right;
	width: 315px;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 15px;
	padding-left: 10px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	min-height: 270px;
}

#news h1 {
	font-size: 16px;
	margin-top: -10px;
	font-weight: bold;
}
#text {
	width: 960px;
	margin-bottom: 10px;
	clear: both;
}

#mainContent  {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
} 
#textContainer {
	width: 300px;
	float: left;
}


#mainContent h1 {
	color: #CC071E;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h2 {
	color: #CC071E;
	font-weight: normal;
	line-height: 100%;
}
#footer  {
	font-size: 90%;
	color: #666;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-image: url(../images/footer_bkg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
	height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #d6d6d6;
	border-right-color: #d6d6d6;
	border-bottom-color: #d6d6d6;
	border-left-color: #d6d6d6;
	background-color: #FBFBFC;
	margin-top: 10px;
} 

#footer p  {
	margin: 0; 
	padding: 10px 0; 
}
#copyright {
	float: right;
	font-size: 80%;
}
#navigation {
	float: right;
	width: 650px;
	padding-top: 40px;
}
#mainNav {
	color: #666;
	float: right;
	position: relative;
	top: 55px;
	height: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	z-index: 1000;
}



/*CLASSES*/

.videoBox {
	border: 1px solid #CC071E;
	float: left;
	margin-right: 0px;
	width: 620px;
	background-color: #000;
	color: #FFF;
	font-size: 90%;
	height: 290px;
	background-image: url(../images/video_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 20px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #CC071E;
	text-decoration: none;
}
.news-itemtitle {
	line-height: 110%;
	margin-top: -5px;
	margin-bottom: 0px;
}
.news-itemdate {
	margin-top: 4px;
	font-size: 90%;
	line-height: 110%;
}
.news-entry {
	margin-bottom: 0px;
}

a:visited {
	text-decoration: none;
	color: #CC071E;
}
a:hover {
	text-decoration: underline;
	color: #CC071E;
}
a:active {
	text-decoration: none;
}
.redbold {
	font-size: 120%;
	font-weight: bold;
	color: #CC071E;
}

.imgRight {
	float: right;
	margin-left: 10px;
}
.clipName {
	font-size: 11px;
	color: #666;
	margin-bottom: -15px;
}
#news {
	width: 315px;
	float: left;
	padding-bottom: 0px;
	position: relative;
	height: 275px;
}
/* -- side navigation style --*/
#news ul {
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	list-style:none;
	display: block;
}
#news ul li{
	display:block;
	float: left;
}
#news ul a{
	text-decoration:none;
	float:left;
	display:block;
	width: 300px;
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 42px;
	background-image: url(../images/news-bk.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 19px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc071e;
}
#news ul a:hover{
	color: #000;
	background-image: url(../images/news-bk-over.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

