body
{
	text-align: center;
	font-family: Arial, Tahoma, Verdana,  Helvetica, sans-serif;
	font-size: .75em;
	margin: 0px auto;
	background-color:#F0F0F0;
}

h1
{
	color: #2E2E2E;
	margin:0px;
	padding: 0px;
	font-size: 2em;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 5px;
}

h2
{
	color:#29395B;
	margin:0px;
	padding: 0px;
	font-size: 1.8em;
	font-weight: normal;
}

h3
{
	font-size: 1.5em;
	color: #333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h3 a
{
	color: #333;
	text-decoration: none;
}

h4
{
	font-size: 1.5em;
	color:#002B54;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h4 img
{
	padding-right: 5px;
}

h5
{
	font-size: 1.1em;
	color: #333;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

h5 a
{
	color: #333;
	text-decoration: none;
}

h6
{
	color: #002B54;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
	padding-top: 4px;
	padding-bottom: 8px;
}

h6 a
{
	color: #002B54;
	text-decoration: none;
}

a
{
	color: #002B54;
}


table
{
	font-size: .99em;
}

form
{
	margin: 0;
	padding: 0;
}

img
{
	border: none;
}

th
{
    text-align: left;
    width: 150px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FONT SIZER CSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.fontResizer 
{
float: right;
width: 300px;

}

.fontResizer a 
{
	/*display: block;
	float: left;
	width: 15px;
	height: 17px;
	text-align: center;*/
	line-height: 15px;
	color: #2E2E2E;
	text-decoration: none;
}

.fontResizer a:hover 
{
	color: #ccc;
	text-decoration: none;
}

/* 
The following control the way the font-resizer links appear only 
Set the actual size-changes in the function call
*/

.smallFont { font-size: 12px; }

.medFont { font-size: 12px; }

.largeFont { font-size: 12px; }

.curFont { font-weight: bold;  }

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ FONT SIZER CSS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


.screenreader
{
	display: none;
}

#main
{
	margin: 0px auto;
	width: 1000px;

}

#maincontainerbg
{
	float: left;
	width: 1000px;
	background-image: url(/systemfiles/media/images/mainbg.gif);
	background-repeat: repeat-y;
	background-position:center top;
}

#mainbgfooter
{
	float: left;
	width: 975px;
	font-size: 4px;
	height:4px;
}

#headercontainer
{
	margin: 0px auto;
	width: 998px;

}

#headerbg
{
	float: left;
	width: 998px;
	background-image:url(/systemfiles/media/images/headerbg.jpg);
	background-repeat:no-repeat;
}

#logo
{
	float: left;
	width: 250px;
	margin-top: 25px;
}

#textsize
{
	float: right;
	width: 400px;
	margin-top: 25px;
	text-align:right;
	color: #29395B;
	font-weight: bold;	
}

#search
{
	float: right;
	width: 400px;
	margin-top: 20px;
}

.maincontainer
{
	margin: 0px auto;
	width: 975px;
	text-align:left;	
}

#bread
{
	float: left;
	width: 975px;
	margin-top: 15px;
}

#bread ul
{
	margin:0px;
	padding:0px;
}

#bread li
{
	list-style:none;
	display:inline;
	color: #29395B;
	font-weight: bold;	
	padding-left: 4px;
}

#bread li a
{
	text-decoration: underline;
	color: #29395B;
	background-image:url(/systemfiles/media/images/breadbg.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right: 7px;
	margin-right: 2px;

}

#bread .breadfirst
{
	padding-left: 0px;
}

#middlebg
{
	float: left;
	width: 975px;
	background-image:url(/systemfiles/media/images/middlebgv2.jpg);
	background-repeat:repeat-y;
	margin-top: 20px;
}

#middlebghome
{
	float: left;
	width: 975px;
	background-image:url(/systemfiles/media/images/middlebghomev2.jpg);
	background-repeat:repeat-y;
	margin-top: 20px;
}

/*left container */

#leftcontainer
{
	float: left;
	width: 164px;
}

#menu
{
	float: right;
	width: 163px;
}

#menu span
{
	display: block;
	background-color:#29395B;
	line-height: 1.4em;
	color: #fff;
	font-weight: bold;
	font-size: 1.4em;
	padding-left: 5px;
}

#menu a:hover {
	background-color: #31658E !important;
	color: #F8F9FB !important;
}

#menu ul
{
	margin: 0px;
	padding: 0px;
}

#menu li
{
	list-style: none;
	border-bottom: 1px solid #CCDAE3;
}

#menu li a
{
	display: block;
	padding-left: 5px;
	color:#31658E;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.8em;
	text-decoration:none;
}

#menu li li
{
	border-bottom: none;
	border-top: 1px solid #CCDAE3;
}

#menu li li a
{
	display: block;
	padding-left: 15px;
	background-color:#F8F9FB;
}

#menu li li li
{
	border-bottom: none;
	border-top: 1px solid #CCDAE3;
}

#menu li li li a
{
	display: block;
	padding-left: 25px;
	background-color:#F8F9FB;
}

#menu li.open a, #menu li.activemenu a
{
	background-color:#31658E;
	color: #fff;
}

#menu li.open li a, #menu li.activemenu li a
{

	color:#31658E;
	background-color:#F8F9FB;
}

#menu li li.open a
{
	background-color:#31658E;
	color: #fff;
}

#menu li li.open li a
{
	background-color:#ECF3F8;
	color:#31658E;
}

#menu ul ul li.activemenu a
{
	background-color:#31658E;
	color: #fff;
}

#menu ul ul ul li.activemenu a
{
	background-color:#ECF3F8;
	color:#31658E;
}


#menu ul ul li.activemenu .childul li a
{
	background-color:#ECF3F8;
	color:#31658E;
}

/*content container middle */

#contentcontainer
{
	float: left;
	width: 556px;
	text-align:center;

}

.contentbgtop
{
	float: left;
	width: 550px;
	height: 3px;
	font-size: 3px;
}

.contentbg
{
	float: left;
	width: 550px;
	background-image:url(/systemfiles/media/images/contentmiddlebg.jpg);
	background-repeat:repeat-y;
}

.contentbgfooter
{
	float: left;
	width: 550px;
	height: 3px;
	font-size: 3px;
	text-align:left;
}

.greylinkcontent
{
	float: left;
	width: 544px;
}

.greylinkcontentinner
{
	float: right;
	width: 528px;
}

.content
{
	margin: 0px auto;
	width: 500px;
	text-align:left;
	margin-bottom: 5px;
}

#contenthome
{
	margin: 0px auto;
	width: 520px;
	text-align:left;
	margin-bottom: 10px;
}

.videolist
{
	float: left;
	width: 157px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.videolistpad
{
	padding-right: 10px;
}

.stars
{
	float: left;
	width: 100px;
}
.views
{
	float: left;
	width: 50px;
	text-align:right;
	color:#666666;
	font-weight:bold;
}

.topcontbgtwocol
{
	float: left;
	width: 550px;
	height: 3px;
	font-size: 3px;
	text-align:left;
	margin-top: 15px;
}

.middlebgtwocol
{
	float: left;
	width: 550px;
	background-image:url(/systemfiles/media/images/middlecontainerbg2.jpg);
	background-repeat:repeat-y;
}

.middlebgtwocolmargin
{
	margin-top: 15px;
}

.footerbgtwocol
{
	float: left;
	width: 550px;
	height: 3px;
	font-size: 3px;
	text-align:left;
}

.space
{
	float: left;
	height: 20px;
}

.leftcolcontainer
{
	float: left;
	width: 258px;
}

.greyfade
{
display:block;
	background-image:url(/systemfiles/media/images/greyfade.jpg);
	background-repeat:repeat-x;
}

.rightcolcontainer
{
	float: left;
	width:274px;
}

.twocolcontent
{
	float: right;
	width: 229px;
	text-align: left;
	padding-top: 10px;
}

.bluecon
{
	float: left;
	width: 544px;
}

.blueinner
{
	float: right;
	width: 528px;
}

.blueheading
{
	display: block;
	background-color:#29395B;
	line-height: 1.8em;
	color: #fff;
	font-weight: bold;
	text-align: left;
}

.blueheading a
{
	color: #fff;
	text-decoration:none;
	background-image:url(/systemfiles/media/images/whitet.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right: 15px;
	padding-left: 10px;
}

.greylinktwocolleft
{
	float: left;
	width: 271px;
}

.greylinktwocolright
{
	float: left;
	width: 273px;
}

.greylinktwocolinner
{
	float: right;
	width: 255px;
}

#rightcontainer
{
	float:right;
	width:254px;
	background-image:url(/systemfiles/media/images/rightcontainerbg.jpg);
	background-repeat: repeat-y;
}


/*Right container*/
.rightfooter
{
	float: left;
	width: 254px;
	height: 14px;
}

#logincontainer
{
	float: left;
	width: 254px;
	background-image:url(/systemfiles/media/images/loginbg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#logincontent
{
	margin: 0px auto;
	width: 220px;
	text-align: left;
	padding-top: 10px;
	color: #3E3E3E;
}

.logintable
{
	padding-top: 10px;
	/*margin-bottom: 10px;*/
	float: left;
}

.logintable tr td {
	padding-bottom: 10px;
}

.name
{
	display:block;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1.5em;
	color: #0087C2;
	font-weight:bold;
}

.headingcontainer
{
	float: left;
	width: 251px;
}

.loginheading
{
	float: right;
	background-color:#29395B;
	line-height: 1.8em;
	color: #fff;
	font-weight: bold;
	text-align: left;
	width: 248px;
}

.logintitle
{
	color: #fff;
	text-decoration:none;
	background-image:url(/systemfiles/media/images/whitet.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right: 15px;
	padding-left: 5px;
}

#subscribecontainer
{
	float: left;
	width: 254px;
	background-image:url(/systemfiles/media/images/loginbg.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#subscribecontent
{
	margin: 0px auto;
	width: 220px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #6B6B6B;
}


/*grey links start */
.greylinks
{
	float: left;
	width: 550px;
}

.greylinkright
{
	width: 251px;
	float: left;
}

.greyinnerright
{
	width: 248px;
	float: right;
}

.greybarlink
{
	display: block;
	background-color:#EFEFEF;
	line-height: 2em;
	color: #31658E;
	font-weight: bold;
	padding-left: 14px;
	text-align: left;
}

.greybarlinklogin
{
	display: block;
	background-color:#EFEFEF;
	line-height: 2em;
	color: #31658E;
	font-weight: bold;
	padding-left: 14px;
	text-align: left;
}

.greybarlink a
{
	color: #31658E;
	text-decoration: none;
	background-image:url(/systemfiles/media/images/bluet.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left: 10px;
	line-height: 2em;
}

.greybartitle a
{
	color: #31658E;
	text-decoration: none;
	background-image:url(/systemfiles/media/images/bluet.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left: 10px;
}

#twitterbird {
	display: block;
	float: right;
	width: 34px;
	height: 34px; 
	background-image:url(/systemfiles/media/images/twitter.png);
	background-repeat:no-repeat;
margin-right: 5px;
margin-top: 5px;
}

/*grey links end */

.rightopbg
{
	float: left;
	width: 254px;
	height: 3px;
	font-size:3px;
}





.rightcontainerbox
{
	float: left;
	width: 251px;
}


.rightcontainerinner
{
	float: right;
	width: 248px;
	background-image:url(/systemfiles/media/images/rightbginner.jpg);
	background-repeat:no-repeat;
}

#rightcontainer table
{
	float: left;
border-left:2px solid transparent;
}

.rightcontent
{
	margin: 0px auto;
	width: 220px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #6B6B6B;
}

.twitter td
{
	display: none;
}


.twitter .rssClass
{
	display: block;
}

.twitter h5
{
	width: 220px;
	overflow: hidden;
}

.rightheading
{
	display: block;
	background-color:#29395B;
	line-height: 1.8em;
	color: #fff;
	font-weight: bold;
	padding-left: 12px;
	text-align: left;
}
.rightheading a
{
	color: #fff;
	text-decoration:none;
	background-image:url(/systemfiles/media/images/whitet.jpg);
	background-repeat:no-repeat;
	background-position:center right;
	padding-right: 15px;
}




/*offer - news clases start */
.offerbg
{
	float: left;
	width: 248px;
	text-align: center;
/*	background-image:url(/systemfiles/media/images/offersbg.jpg);
	background-repeat:no-repeat;
	border-bottom: 1px solid #D8D9DB;*/
}

.newsbg
{
	float: left;
	width: 248px;
	background-image:url(/systemfiles/media/images/newsfade.jpg);
	background-repeat: repeat-x;
	background-color:#ECECEC;
	border-bottom: 1px solid #D8D9DB;
}

.offerimage
{
	float: left;
	width: 68px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:right;
}

.offertext
{
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}

.offertext h5
{
	width: 150px;
}

.lightblue
{
	color: #0099CD;
}
/*offer - news clases end */



/*footer container */

#mainfooter
{
	float: left;
	width: 1000px;
	font-size: 10px;
}

#footercontainer
{
	float: left;
	width: 975px;
	background-color:#31658E;
	margin-top: 15px;
}

#footercontainer ul
{
	margin:0px;
	padding:0px;
	/*float:right;*/
	float: left;
	padding-right:15px;
	margin-left: 15%;
}

#footercontainer li
{
	list-style: none;
	color: #fff;
	/*display:inline;*/
	line-height: 24px;
	font-weight:bold;
	padding: 0px 2px 0px 2px;
}

#footercontainer li a
{
	color: #fff;
	text-decoration:none;
	font-weight: normal;
}

.year {
	color:#FFFFFF;
	float:left;
	font-weight:normal;
	line-height:24px;
	margin-left:10px;
}

.footlinks {
	float: right;
	width: 75%;
}

#videoredirect
{
    text-align : center;
    padding-top: 80px;
    padding-bottom: 130px;
}

.readfullcomp ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-left: 5px;
}

.readfullcomp ul li {
	list-style-type: none;
}

.readfullcomp a {
	font-weight: bold;
	background-image:url("/systemfiles/media/images/bluet.jpg");
	background-position:0 3px;
	background-repeat:no-repeat;
	color:#31658E;
	line-height:2em;
	padding-left:10px;
	text-decoration:none;
}

.button
{
    color: #fff;
    font-weight: bold;
    background-image: url(/systemfiles/media/images/btn.jpg);
    background-repeat: no-repeat;
    width: 92px;
    background-color: Transparent;
    border: 0;
    font-size: 11px;
    height: 19px;
}

.smallFont { font-size: 11px; }
.medFont { font-size: 14px; }
.largeFont { font-size: 16px;; }
