
<!--

/* --------------------------------------------DO NOT TOUCH THIS LABELLED AREA BELOW! ------------------------------------------  */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#cccccc;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #cccccc;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* --------------------------------------------DO NOT TOUCH ABOVE AREA! ------------------------------------------  */









/* ----------------------------------------- Container Area ------------------------------------------------  */


/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 1260px;	/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;	/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #000000;
	margin: 0 auto; 	/* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}








/* ----------------------------------------- Banner Area ------------------------------------------------  */

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.banner {
	background: #000000;				/* background color */
	background-image:url(../img/b-sides-1.png);		/* background image */
	background-repeat: no-repeat;			/* dont repeat the background image */
	height: 120px;					/* height of the banner area */
/*	text-align: right;	*/			/* this pushes the text and inserted imageg to the right of the banner: eg the BB building */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}








/* ----------------------------------------- Horizontal Navigation Bar Area ------------------------------------------------  */

.header {
	background: #000000;				/*  dont mind this. Its here as a backup if the background image color does not work*/
	-moz-border-radius: 4px 0px 4px 4px;		/* curved edges of nav bar for different browsers x 4 */
	-webkit-border-radius: 4px 0px 4px 4px;
	-khtml-border-radius: 4px 0px 4px 4px;
	border-radius: 4px 0px 4px 4px;
	height: 40px;					/* height of nav bar */
	background-image:url(../img/nav1.jpg); 		/* background image of color */
	background-repeat:repeat-x;			/* repeats the background image horizontally */
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.example-block-navbar:hover {
	color: #C3C3C1;					/* color of text when you hover over the link of the first button */
}



.example-block-navbar {					/* Fist button of the nav bar */
	font-size: 12px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 10px 0;
	text-align: center;
	border-right: thin solid #646363;		/* changes the right border in the first nav bar button */
	float:left;
	color: #f9f9f9;
	-moz-border-radius: 4px 0px 0px 4px;
	-webkit-border-radius: 4px 0px 0px 4px;
	-khtml-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}

.example-block-navbar2 {				/* The rest of the buttons of the nav bar */
	color: #f9f9f9;
	font-size: 12px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 10px 0;
	text-align: center;
	border-left: thin solid #1F1F1F;		/* changes the borders in the rest of the nav bar buttons */
	border-right: thin solid #646363;
	float: left;
}

.example-block-navbar2:hover {
	color: #C3C3C1;					/* color of text when you hover over the link of rest of buttons */
}

.example-block-navbar3 {				/* dont worry about this. Its the last border. Its mainly for design purposes */
	color: #FFF;			
	font-size: 12px;
	height: 20px;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 10px 0;
	text-align: center;
	border-left: thin solid #1F1F1F;		/* changes the last border in the nav bar */
	float: left;
}

.navspace{
	margin-left: 20px;				/* space between text and its border */
	margin-right: 20px;	
}

.navactive {
	color: #C3C3C1;					/* color of text when you hover over the link of the first button */
}







/* ----------------------------------------- Breadcrumb Area ------------------------------------------------  */

.breadc{
	background: #ffffff;			/* background color*/
	color: #828282;		
	height: 30px;				/* height */
	font-size: 14px;			/* text size */
	margin-top: 18px;			/* space ontop of text */
	margin-left: 6px;			/* space to the left of text */
	margin-bottom: 4px;			/* space below text */
}

.breadc a:link {
	color: #828282;				/* color of breadcrumb link*/
	text-decoration: none;
}

.breadc a:hover {
	color: #828282;				/* color of text when you hover over the link */
	text-decoration: underline;		/* underline on text when you hover over the link */
}

.breadc a:visited {
	color: #828282;				/* color of text when you visit the link */
	text-decoration: none;
}








/* ----------------------------------------- Sidebar Area ------------------------------------------------  */

.sidebar1 {
	float: left;					/* sidebar position: go left */
	width: 20%;					/* width: 20% of entire container */
	text-decoration: none;
	font-size: 15px;
	line-height: 24px;				/* vertical space inbetween text */
	margin-bottom: 130px;
}

.sidebar2 {
	background: #F6F6F5;				/* background color */
	font-size: 12px;				/* size of text */
	text-align:  left;				/* text position left*/
	-moz-border-radius: 4px 4px 4px 4px;		/* curved edges firefox browser*/
	-webkit-border-radius: 4px 4px 4px 4px;		/* curved edges different browser*/
	-khtml-border-radius: 4px 4px 4px 4px;		/* curved edges different browser*/
	border-radius: 4px 4px 4px 4px;			/* curved edges different browser*/
	border:  thin solid #DFDFDF;			/* sidebar surrounding border, color at end #DFDFDF*/
	box-shadow: inset 0px 0px 3px #EAEAE9;		/* sidebar inner shadow*/
	margin-right: 5px;
	margin-left: 0px;
}

.sidebar3{
	margin-top: 20px;		/* Spacing between sidebar links and the sidebar itself */
	margin-bottom: 30px;
	
}

.sidebar1 li{
	list-style: none;		/* sidebar: creates no list style: eg no bullet points */
	color: #1471B7;			/* color of text */
	text-decoration: none;		/* sidebar: creates no underline on link */
}

.sidebar1 a:link{
	color: #1471B7;			/* sidebar: color of link text */
	text-decoration: none;		/* sidebar: creates no underline on link */
	
}

.sidebar1 a:hover{
	color: #1471B7;			/* sidebar: color of text when you hover over the link */
	text-decoration: underline;	/* sidebar: creates an underline when mouse cursor is hovering over link */
}

.sidebar1 a:visited{
	color: #1471B7;			/* sidebar: color of text when visited */
}

.sub{
	
	color: #999999;
}

.sub a:link{
	color: #999999;
}


.sub a:hover{
	color: #999999;
}

.sub a:visited{
	color: #999999;
}

.sublist{
	margin-left: 14px;
}





/* ----------------------------------------- Main Content Area ------------------------------------------------  */

.content {
	padding: 0px 0; 		/* dont touch */
	width: 80%; 			/* dont touch */
	float: left;			/* dont touch */
	margin-left: 0px;		/* dont touch */
	font-size: 15px;
	margin-bottom:  90px;		/* space between main content and footer */
	color: #eeeeee;			/* color of text */
	background-color: #000000;
}
}

.story-text {
	font-size: 12px;
}







/* --------------------------------------------- Footer Area ----------------------------------------------------  */

.footer {				/* This is the footer/bottom area */
	background: #ffffff;
	position: relative;		/* this gives IE6 hasLayout to properly clear */
	clear: both; 			/* this clear property forces the .container to understand where the columns end and contain them */
	text-align:center;		/* position of text */
	line-height: 38px; 		/* vertical space inbetween text */
	font-size: 11px;
	color: #828282; 		/* color of text */
	
}













.tabletestwork{
	margin-left: 20px;
}


.liborder {
	border-bottom: thin solid #E3E3E2;
	margin-left: 14px;
	margin-right: 14px;
}

.liborder2 {
	margin-left: 14px;
	margin-right: 14px;
	color: #6B6B6B;
}





/* --------------------------------------------DO NOT TOUCH THIS AREA! ------------------------------------------  */


.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
ul.nav {
	list-style: none; /* this removes the list marker */
	border-top: 1px solid #666; /* this creates the top border for the links - all others are placed using a bottom border on the LI */	
}
ul.nav li {
	border-bottom: 1px solid #666; /* this creates the button separation */
}
ul.nav a, ul.nav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
	padding: 5px 5px 5px 15px;
	display: block; /* this gives the link block properties causing it to fill the whole LI containing it. This causes the entire area to react to a mouse click. */
	text-decoration: none;
	background: #8090AB;
	color: #000;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	background: #6F7D94;
	color: #FFF;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
-->
</style><!--[if lte IE 7]>
<style>
.content { margin-right: -1px; } 
ul.nav a { zoom: 1; } 
</style>