@charset "utf-8";
/* CSS Document */

body, container, branding, ul, li, content, content_main, content_sub, content_list, site_info, imagebox, img, p, h { margin : 0;
padding : 0; }

html {background-color: #fff;
background-image: url(../_assets/Background.png);
background-repeat: repeat-x;}

body { color : #000;
	text-align : center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 130%; }


                   /* original width was 780 */
div#container { width : 833px;
	margin : 0 auto;
	padding : 0;
	text-align : left; }

#branding img { padding-top: 0.1em; }


div#content { width : 100%;
	overflow: auto; }

div#content_main { float : left;
	width : 540px;
	margin : 0;
	padding : 0;
	position: relative; }
	
#content_main p { margin-right: 1em;
	margin-left: 4em; }

div#content_sub { float : right;
	width : 215px;
	margin : 0;
	display: block;
	height: 180px;
	background-repeat: no-repeat;
	padding: 0; }
	
#content_list ul { padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 110px;
	font-style: italic;
	line-height: 1.7em;
	color: #000;
	list-style-image: url(../_assets/ListCircle.png);
	list-style-position: outside;
	list-style-type: circle;
	margin-right: 10px;
	margin-left: 10px; }
	
#content_list { margin-top: 1em; }

.smallline { display: block;
	margin-top: -10px; }
	
a  { color: #06F;
	text-decoration: underline; }
	
a:hover   { color: #F30;
	text-decoration: underline; }

.mediumline { margin-top: -5px;
	display: block; }

div#site_info { background-image: url(../_assets/site_info.png);
	background-repeat: repeat-x;
	padding: 0px;
	color: #FFF;
	line-height: 33px;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	text-align: center;
	height: 33px;
	position: absolute;
	top: 650px;
	width: 833px; }
	
#navcontainer { position: absolute;
	top: 92px;
	padding-left: 9px; }

#navcontainer ul
{ padding-left: 0;
	margin-left: 0;
	background-color: #036;
	color: White;
	float: center;
	width: 820px;
/*      width: 762px; <--- this is original value */
	font-family: arial, helvetica, sans-serif;
	height: 29.26px;
	background-image: url(../_assets/nav_bar-01.png);
	font-weight: bold;
	font-size: 0.95em;
	letter-spacing: 0.05em; }

#navcontainer ul li { display: inline;
	color: #09F; }

#navcontainer ul li a
{ background-color: #036;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	background-image: url(../_assets/nav_bar.png);
	background-repeat: repeat-x;
	padding-top: 0.3em;
	padding-right: 0.8em;
	padding-bottom: 0.2em;
	padding-left: 0.8em; }

#navcontainer ul li a:hover
{ background-color: #369;
	color: #fff;
	background-image: url(../_assets/nav_bar_roll.png); }
	
.bold { font-weight: bold; }

.selected { background-image: url(../_assets/nav_bar_roll.png);
	background-repeat: repeat-x; }
	
#container #content_paragraph p a {
	color: #06F;
	text-align: center; }
	
#container #content_paragraph p a:hover {
	color: #F30;
	text-align: center; }
	
.centre { text-align: center; }

#container #content #video_sub a:hover {
	color: #F30; }
	
#container #content #video_sub a#video {
	text-decoration: underline;
	color: #FFF; }

#container #content #video_sub a {
	color: #036; }

#container #site_info p {
	background-image: url(../_assets/copyright-01-01-01.png);
	background-repeat: no-repeat;
	background-position: 28% 30%;
}

