/* ----- end float fix ----- */
body{
	background: #cfd8e3;
	color:#000;
	font: 70%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin: 35px 0;
	padding:0;
}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color: #798b97;
	text-decoration:underline;
	font-weight: bold;
}
a:hover{color:#cf3c24;text-decoration:underline;}

/* ----- global paragraphs, headers & horizontal rules ----- */
h1, h2, h3{margin: 0;}
p{margin: 1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:200%;}
hr{display:none;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin: 0 auto;
	width:740px; 
	text-align:left;
	position:relative;
	padding: 0 5px;
	background: url(../i/bgtile.gif) top left repeat-y;
}

/* ----- header area ----- */
#header{
	height:150px; /* edited by Rob */	
	position:relative;
	margin:0;
	background: #fff url(../i/logo.gif) top left no-repeat;
}


/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;

}

.navStatic li{
	border-bottom:1px solid #fff; /* is this needed? */
	/*display: inline; /* fixes whitespace bug */
	height:35px;
		width: 170px;
		background: #0b2b41;
		font-size:110%;
}
.navStatic li a, .navStatic li a:visited{
	display:block;
	color:#fff;
	text-decoration:none;
		background: url(../i/bullet.gif) top left no-repeat;
	width: 170px;
}

.navStatic li a:hover, .navStatic li a.active {
	color:#fff;
	text-decoration:none;
	background: #ccc;
		background: #fff url(../i/bullet2.gif) top left  no-repeat;

}

.navStatic li a span{
	display:block;
	line-height: 35px;
	padding: 0 0 0 35px;
	font-weight: bold;
}


/* ----- side navigation column ----- */
#side{
	float:left;
	display:inline;
	margin: 0;
	width: 170px; 
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	margin:0 0 0 5px;
	width:565px;
	background: #dde4ec url(../i/record.jpg) top left no-repeat;


}
#main h2{
	font-weight:normal;
	padding:0;
	color:#5e3485;
	font-size:160%;
	clear:both;
}
#main h2#pageTitle{
	font-weight: bold;
	margin: 50px 0 0 0;	
	padding: 0 0 0 0px;
	color: #000;
	font-size:230%;

}
#content h3{
	font-weight: bold;
	margin: .5em 0 .3em 0;	
	padding: 0 0 0 0px;
	color: #000;
	font-size:150%;
	border-bottom: 1px solid #000;
}

h3.projtype{
	font-weight: bold;
	margin: 1.2em 13px 0em 13px;	
	padding: 0 0 3px 0;
	color: #000;
	font-size:140%;
	border-bottom: 1px solid #000;
}

h4{
	font-weight: bold;
	margin: 1.2em 13px 0em 13px;	
	padding: 0;
	color: #0b2b41;
	font-size:120%;
}

h3#strip{
	background: #798b97;
	color: #fff;
	font-size: 110%;
	padding: 10px 13px;
}

.highlight{
	font-size:140%;
}

.firstp{
	font-weight: bold;
}

#top{
	height: 143px;
	padding: 1px 0 0 0;
	margin: 0 0 0 13px;
}

img#soundman{
	display: block;  /* Fixes problem of firefox adding 3px to bottom. See http://garyblue.port5.com/webdev/object-gap.html and http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */
	border-bottom: 1px solid #fff;
}
div#flashimg{
	border-bottom: 1px solid #fff;
	width: 170px;
	height: 279px; /* height and width added to display border correctly in FF */
}

p.intro{
	width: 262px;
	color: #0b2b42;
	font-weight: bold;
	margin-top:5px;
}

.col0 {
	float:left;
	width: 500px;
	padding: 0 13px;
	overflow: visible;

}

.col1 {
	float:left;
	width: 263px;
	padding: 0 13px;
	overflow: visible;

}

.col2 {
	float:left;
	width: 263px;
	padding: 0;
	overflow: visible;
}

/* ----- footer area ----- */

#footer{
	clear:both;
	background: #0b2b41;
	margin:0;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	height:31px;
	padding:0;
	width:740px; 
}


#footer p{
	padding-left:467px;
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	margin:0;
	line-height: 31px;
}




div#credits{
	width:750px;
	margin: 8px auto;
}

div#credits ul a:link, div#credits ul a:visited{
	text-decoration:none;
	color: #798b97;
	font-weight: normal;
}

div#credits ul a:hover, div#credits ul a:active{
	text-decoration:none;
	color: #0b2b41;
	font-weight: normal;
}

div#credits ul, div#credits li {
	margin:0;
	padding:0;
	list-style:none;
}
div#credits ul{
	padding:0 0 0 18px;


}
div#credits ul li{
	float:left;
	margin: 0;
	padding: 0 13px;
	background: url(../i/sep.gif) no-repeat;
	background-position: 0 .5em;
}

/* ----- float fix (so page layout displays correctly accross browsers) ----- */
/* ----- see www.positioniseverything.net/easyclearing.html ----- */
.inner:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* see www.456bereastreet.com/archive/200603/new_clearing_method_needed_for_ie7/ */
.inner{display:inline-block;}

.inner{display:block;}

/* * html .products, * html .products li - removed as height given in these to fix ie bug */
* html .inner {height: 1%;}

/* ----- end float fix ----- */

/* general lists */

ul {
	margin: 10px 0 25px 10px;
	padding:0;
}

ul li {
	margin: 0 0 5px 20px;
}

li.empty{
		list-style:none;
}

em{
	font-style: italic;
}

/* form */

form {
    margin: 0;
}

form p {
    margin: 0 0 5px 0;
}

.formbox {
    width: 250px;
}

label {
    font-weight: bold;
    display: block;
}

.warning {
    font-weight: bold;
    color: #cf3c24;
}
