/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/*reset start*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	outline: 0;
	font-size: x-small;
	vertical-align: top;
	background: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*reset end*/

/***********************************************/
/* pf_main.css                                 */
/***********************************************/

body{
	font-family:"Trebuchet MS", verdana, arial;
	color: #333333;
	line-height: 1.3;
	margin: 10px;
	background-color: #FFFFFF;
	text-align: center;
}

a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: none;
}

h1{
	font-family:Trebuchet MS, verdana, arial;
	font-size: 140%;
	color: #334d55;
	margin: 6px 0px 3px;
	padding: 0px;
	text-align: center;
}

h2{
	font-family:Trebuchet MS, verdana, arial;
	font-size: 114%;
	color: #36259A;
	margin: 10px 0 0 0;
	text-align: center;
}

h3{
	font-family:Trebuchet MS, verdana, arial;
	font-size: 110%;
	color: #334d55;
	text-align: left;	
}

h4{
	font-size: 100%;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}

h5{
	font-size: 100%;
	color: #334d55;
}

ul{
	list-style-type: square;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
	list-style-type: none;
}

label{
	font-family:Trebuchet MS, verdana, arial;
	font-size: 100%;
	font-weight: bold;
	font: bold 100% Arial,sans-serif;
	color: #334d55;
}

.dummylink{
	font-family:Trebuchet MS, verdana, arial; 
	font-size: 100%;
	font-weight: bold;
	font: bold 100% Trebuchet MS, verdana, arial;
	color: #ABFA8D;
	padding: 3px 6px 3px 0px;
	border-top: solid #cccccc 1px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#globalWrapper {
	margin:0 auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
}

#masthead{
	margin: 0;
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	position: relative;
}

#navBar{
	float: left;
	width: 120px;
	margin: 0 0 0 0;
	padding: 0px;
	background-color: #eeeeee;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
}

#sideBarRight{
	float:right;
	width: 120px;
	border-left: solid #cccccc 0px;
	border-bottom: solid #cccccc 0px;
	padding-right: 10px;
	text-align: right;
}

#content{
	width: 800px;
	background-color: #FFFFFF;
}

#contentBox{
	width: 780px;
	float: none;
}

#contentBoxW{
	width: 780px;
	float: none;
}

#featureBoxLeft{
	width: 250px;
	float: left;
	padding-left: 6px;
	padding-right: 4px;
	margin: 8px 0px 0px 0px;
}

#featureBoxRight{
	width: 250px;
	float: right;
	padding-left: 4px;
	padding-right: 6px;
	margin: 8px 0px 0px 0px;
}

#featureBoxCentre{
	width: 520px;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	vertical-align: bottom;
}

#MovieThumb{
	width:108px;
	float:left;
	text-align:center;
	height: 120px;
	padding: 0 8px 0 8px;
	}

#MovieBlurb{
	width:390px;
	float:left;
	text-align:left;
	height: 120px;
	}
	
#sPlayer{
	width:480px;
	height:270px;
	padding:0px 26px 0px 26px;
	background-color:#FFFFFF;
	float:none;
	}
	
#Player{
	width:480px;
	height:520px;
	padding:0px 26px 0px 26px;
	background-color:#50C9DC;
	float:none;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	width: inherit;
	height: 24px;
	font-family: Trebuchet MS, verdana, arial;
}

#breadCrumb a{
	font-weight: bold;
}

#breadCrumb a:hover{
	border-top: 1px solid #cccccc;
	background-color: #006600;
	padding: 0px 2px 0px 2px;
	color: #ABFA8D;
	font-weight: bold;
}

.breadCrumbBody{
	padding: 2px 0px 2px 0px;
	margin: 3px 0px 3px 0px;
	color: #ABFA8D;
	text-align:center;
}
#breadCrumbTop{
	width: 542px;
	height: auto;
	font-family: Trebuchet MS, verdana, arial;
	border-top: 0px none #999999;
	border-right: 0px none #999999;
	border-bottom: 0px none #999999;
	border-left: 0px none #999999;
	font-size: 80%;
}

#breadCrumbTop a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFFFFF;
	padding: 0px 2px 0px 2px;
	color: #ABFA8D;
}

.breadCrumbTopBody{
	padding: 2px 2px 2px 2px;
	margin: 3px 3px 3px 3px;
	padding: 2px 2px 2px 2px;
	color: #ABFA8D;
	text-align:center;
	font-size: small;
}
/************** .feature styles ***************/

.feature{
	padding: 6px 6px 6px 6px;
	font-size: 80%;
	margin: 2px 0px 0px 0px;
	width: 786px;
}

.featureR{
	padding: 0px 6px 6px 6px;
	font-size: 80%;
	float: right;
	border: solid black 1px;
	width: 480px;
}

.featureL{
	padding: 6px 6px 6px 6px;
	font-size: 80%;
	float: right;
	text-align:left;
	border: solid black 1px;
	width: 500px;
}

.featureC{
	padding: 6px 12px 6px 12px;
	font-size: 80%;
	text-align:justify;
	width: 524px;
}

.feature h3{
	padding: 2px 6px 6px 6px;
	text-align: center;
}

.feature h4{
	padding: 0px 6px 0px 6px;
	text-align: center;
}

.featurePlayer{
	margin: 6px 6px 6px 6px;
	font-size: 80%;
	height:650px;
}

.featureright img{
	float: right;
	padding: 10px 6px 10px 6px;
	margin: 0px 6px 0px 6px;
}

.featureleft img{
	float: left;
	padding: 10px 6px 10px 6px;
	margin: 0px 6px 0px 6px;
	
}

.featureList{
	padding: 6px 6px 6px 6px;
	width: 520px;
	text-align:center;
	vertical-align: text-top
}

/* adjust margins to change separation between the feature image and text flowing around it */

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}

/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: x-small;
	color: #330033;
	width: 800px;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
}

#siteInfo img{
	padding: 4px 4px 0px 0px;
	vertical-align: middle;
	margin-bottom: 14px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	margin-right: 6px;
}

#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 0px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid #cccccc;
	font-size: 100%;
	background-color: #50C9DC;
	font-weight: bold;
	color: #3300FF;
	width: 120px;
	position: relative;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: auto;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: auto;
	color: #306599;
	background-color: #50C9DC;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
	background-color: #50C9DC;
	color: #306599;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #306599;
	padding: 2px 0px 2px 10px;
	color: #ABFA8D;
}
