/***************************************************************************
   - By: Paul Shand 22nd Oct 2007

   - Desc: Layout Index
           Added styles for multi-column layout using css3-multi-column.js
           Must be linked, will not work as import, inline etc.
****************************************************************************/

/* Tags, type formatting */

html, body {
	margin:0;
	padding:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 78%;
	color: #666;
	background-color: #EFEFEF;
}

h1 {
	font-size: 1.2em;
	color: #00A0C6;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

h2 {
	font-size: 1em;
	color: #00A0C6;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0em;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
}

ul, li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

a {
	color:#666;
	text-decoration:none;
}
a.active, .blueText
{
	color: #00A0C6;
}
a.underline
{
	text-decoration:underline;
}

.greyText
{
	color: #999999;
}

.darkGreyText
{
	color: #333333;
}

.lightGreyText
{
	color: #CCCCCC;
}

.blackText
{
	color: #000000;
}

a:hover
{
	color: #00A0C6;
	outline: none;
}

a.blank:hover /* don't highlight blank li on hover */
{
	color: #FFFFFF;
}

hr {
	width: 100%;
	border: 0px;
	height: 1px;
	background-color: #CCCCCC;
}


/* Main structure */

#wrapper {
	width: 830px;
	padding-top: 75px;
	margin: 0px auto 10px auto;
	font-size: 0.75em;
	line-height: 1.5em;
}

#header {
	height: 155px;
	width: 830px;
	margin-bottom: 10px;
}

#headerFull {
	height: 155px;
	width: 830px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}

#header #logo, #headerFull #logo {
	height: 25px;
	width: 830px;
}

#header #navHolder, #headerFull #navHolder {
	height: 140px;
	width: 830px;
	position: absolute;
}

#content {
	width: 100%;
}
#contentMap {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#contentNews {
	width: 100%;
	background-image: url(../images/dotsGreyBack.gif);
	background-repeat: repeat-y;
	background-position: 0px bottom;
}
.column1wide, .column2wide, .column3wide, .column3wideEnd {
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-right: 10px;
	padding-top: 10px;
}
.column1wide a, .column2wide a, .column3wide a, .column3wideEnd a {
	color:#333333
}
.column1wide a:hover, .column2wide a:hover, .column3wide a:hover, .column3wideEnd a:hover
{
	color: #00A0C6;
}
.column1wide {
	width: 200px;
	background-color: #EFEFEF;
}
.column2wide {
	width: 410px;
}
.column3wide, .column3wideEnd {
	width: 620px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.column3wideEnd {
	margin-right: 0px;
}
.column3wideMulti {
    width: 620px;
	column-count: 2;
    column-gap: 12px;
}
.column3wideMulti p {
	margin-bottom: 0em;
}
.clear {
	clear: both;
}

/* Navigation formatting */

#navHolder ul {
	position: absolute;
	width:200px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 5px;
}

#navHolder li {
	width:200px;
}

#navHolder li.info2 {
	width:400px;
	color: #999999;
}

#navHolder li.info2 p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: .5em;
}

ul#nav.show4
{
	width:830px;
}

ul#nav ul
{
	position:absolute;
	top:-1px;
	left:-2000px;
}

ul#nav ul.show
{
	position:absolute;
	left:210px;
}
ul#nav ul.show2
{
	position:absolute;
	left:210px;
	width: 410px;
}

ul#nav ul.show3
{
	position:absolute;
	left:210px;
	width: 620px;
}

ul#nav ul ul ul.show /* option to position ul's differently */
{
	left:210px;
}

#showInfo /* show project info */
{
	position:absolute;
	left:630px;
	float: left;
}

/* Scrolling navigation for projects */

ul#nav ul#show2scroll, ul#nav ul#show1scroll
{
	position:absolute;
	left:210px;
	float: left;
	width: 410px;
	height: 11.75em;
	overflow: hidden;
	white-space: nowrap;
}

ul#nav ul#show1scroll
{
	width: 200px;

}

#track1 {
	position:absolute;
	left:404px;
	top:5px;
	float: left;
	width: 9px;
	height: 11.75em;
	margin-left: 0px;
	background-image: url(../images/track.gif);
	background-repeat: repeat-y;
	background-position: 4px 0px;
}

#handle1 {
	width: 3px;
	height: 15px;
	background-color: #00A0C6;
	cursor: move;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EFEFEF;
	border-left-color: #EFEFEF;
}

/* News formatting */

ul#news li
{
	margin-bottom: 10px;
	line-height: 1.3em;
}

#newsExtras
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 0.7em;
}
#newsNoExtras
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	height: 1px;
}

