/* General page layout markup*/
body{
	margin:0px;
	margin-top:25px;
	background-color:#C8D8EF;
	color: 000;
	font-size:76%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	scrollbar-face-color: #FFF; 
	scrollbar-shadow-color: #FFF;
	scrollbar-highlight-color: #FFF; 
	scrollbar-3dlight-color: #000;
	scrollbar-darkshadow-color: #000; 
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #000
	}
                                     /* Layout */

#container{
	width:800px;
	margin:0 auto;
	text-align: left;
	background-image:url(images/layout/storylab-scotland-back-rpt.gif);
	background-repeat:repeat;
	background-position:top;
	}
	
#header{
	clear:both;
	height:195px;
	font-size:0.9em;
	background-image: url(images/layout/storylab-scotland-banner.gif);
	background-repeat:no-repeat;
	background-position:top;
  	}
.header-logo{
	float: left;
	text-align: left;
	display: inline;	
}
#header-content{
	padding: 25px 47px 0 0;
	text-align: right;
}

#header p {
		margin-top: 20px;
	}

#wrapper{
	float:left;
	width:100%;
	text-align: left;
	background-image:url(images/layout/storylab-scotland-content.gif);
	background-position:top;
	background-repeat:no-repeat;
	}

#flashcontent {
	width: 347px;
	float:right;
	display:inline;
}
#smallflashcontent {
	width: 200px;
	float:right;
	display:inline;
}		
	
#smallleftflashcontent {
	width: 130px;
	float:left;
	display:inline;
}
#flashmapcontent {
	width: 400px;
	float:left;
	display:inline;
}
#content{
    margin-top:0px;
	margin-bottom:0px;
	padding: 28px;
	font-size:0.9em;
	
	}
.contant-small a{
	font-size:0.8em;
	}
.content-2col-left {
	overflow: hidden; 
	float: left; 
	width: 95px; 
	margin: 0px; 
	padding: 0px;}
	
.nav-list{
	line-height:1.5em;
	color:#6397D0;
	list-style-image:url(images/transparent.gif);
	margin-left: 0;
	padding-left: 0;
	font-size:0.9em;
	}

	
.content-2col-right {
	overflow: hidden; 
	float: right; 
	width: 635px; 
	margin: 0px; 
	padding: 0px;
	min-height:500px;
}

.content-list{
	list-style-image: url(images/layout/storylab-scotland-bullet.jpg);
	list-style-position:outside;
	margin-left: 0;
	padding-left: 2em;
	line-height:1.5em;
	color:#6397D0;
	font-size:0.9em;
		}
		
.table-nav a{
	font-size:0.7em;
	}

.table-admin a{
	font-size:0.9em;
	}

.table-admin {
	font-size:0.9em;
	}
/* THIS IS THE STYLE WHICH MAKES THE SUB NAV ORANGE*/
.content-red a {
		color: #EF5234;
	text-decoration: none;
	
	}
.content-red a:hover {
	color:#EF8026;}
	
.content-red2 a {
		color: BLACK;
	text-decoration: none;
	
	}
	
.content-blue {
		color: 6397D0;
	text-decoration: none;}
	
.content-img{
	float: right;
	text-align: right;
	display: inline;	
}

.content-copy-2col-left {
	overflow: hidden; 
	float: left; 
	width: 297px; 
	margin: 0px; 
	padding: 10px;
	border:0px #6397D0;
	border-style:solid
	}
.content-copy-2col-right {
	overflow: hidden; 
	float: right; 
	width: 298px; 
	margin: 0px; 
	padding: 10px;
	border:0px #6397D0;
	border-style:solid}
	
.sitinline {
	margin-right:5px}
	
.outline-content{
	border:#C8D8EF;
	border-width:1px;
	border-style:solid;
	padding:2px;
	margin: 0 0 5px 0;}

#footer{
	text-align: right;
	font-size:0.8em;
	width:800px;
	clear:left;
	background-image:url(images/layout/storylab-scotland-base.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
#footer-content{
	padding: 80px 47px 0 0;
	text-align: right;
}	

      /* Text formatting */
p{
		color:#000;
		margin-top:0px;
	}

a {
		color: #6799D0;
	text-decoration: none;
	
	}
a:hover {
	color:#EF8026;
	}

h1 {
	margin-top:0px;
	color:#6397D0;
	font-size:1.3em;
	font-weight:lighter;
	}
.second {
	color:#4662AB;
	}
h2 {
	margin-top:0px;
	margin-bottom:0px;
	color:#6397D0;
	font-size:1.1em;
	font-weight:bold;
	}
h3 {
	margin-top:0px;
	margin-bottom:0px;
	color:#000;
	font-size:1em;
	font-weight:none;
	}

/**********************************

Layout for forms

***********************************/

form.cmxform fieldset { margin-bottom: 10px; }
	
form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #EF5234;
	}

form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

/**********************************

Styles for forms

***********************************/

form.cmxform {
	width: 500px;
	
	color: #333;
	}
	
form.cmxform legend { padding-left: 0; }
	
form.cmxform legend,
form.cmxform label { color: #333; }

form.cmxform fieldset {
	border: 1px solid #C9DCA6;
	}
	
form.cmxform fieldset fieldset { background: none; }
	
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	}
	
	.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
	
.submit  {BORDER-WIDTH: 1px; BORDER-STYLE: solid; BACKGROUND-COLOR: #6799D0; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: xx-small}