/* @override http://pplus.nicnacdev.com/stylesheets/screen.css */

body {
	behavior:url("csshover.htc");
	font: 12px/14px "Arial Unicode MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: white;
	color: black;
	margin: 0;
	padding: 0;
	border-top: 4px solid #fda44d;
	position: relative;
}

a {
	color: #f38519;
	text-decoration: none;
}

a:hover {
	color: #8f4d0d;
}

a:visited {
	color: orange;
}

h1 {
	margin: 0px;
	font-size: 1.4em;
	line-height: 1.1em;
	color: #f38519;
	font-weight: normal;
}

h2,h3,h4,h5,h6 {
	color: #fda44d;
	margin-top: 0;
}

p {
	
}

img {
	border-width: 0;
	border-style: none;
	margin: 0;
	padding: 0;
	z-index: 0;
}

table tr{
	position: relative;
	border-bottom: 1px dotted #d4d4d4;
}
table tr td{
	position: relative;
}

table th {
	text-align: left;
}

table tr td div.hover {
	position: absolute;
	left: 100px;
	width: 500px;
	padding: 10px;
	background-color: white;
	border: 1px solid #d4d4d4;
	z-index: 2;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* @group Alerts */

.success {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #C6D880;
	border-bottom: 1px solid #C6D880;
	background-color:#E6EFC2;
    color:#529214;
}

.warning {
	border-bottom: 1px solid #fbc2c4;
	border-top: 1px solid #fbc2c4;
	background-color: #ffeded;
	padding-top: 10px;
	padding-bottom: 10px;
    color:#d12f19;
	text-align: center;
}



/* @end */

/* @group Forms */

fieldset {
	padding: 20px 5px 5px;
	border: 1px dotted #ababab;
}

legend {
	padding: 3px 10px;
	border: 1px solid #949494;
	background-color: white;
}

label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 2px;
}

input {
	float: left;
	margin-bottom: 5px;
	border: 1px solid silver;
	border-top-color: #a7a7a7;
	border-left-color: #909090;
	background-color: #f6f6f6;
	padding: 2px;
}

textarea {
	border: 1px solid silver;
	border-top-color: #a7a7a7;
	border-left-color: #909090;
	font: 12px/14px "Arial Unicode MS", "Lucida Grande", Lucida, Verdana, sans-serif;
}

form br {
	clear: both;
}

.login {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

/* @group Buttons */

.buttons a, .buttons button {
	display: block;
	float: left;
	margin: 0 7px 0 0;
	background-color: #f5f5f5;
	border: 1px solid #dedede;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	font: 100% "Arial Unicode MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 130%;
	text-decoration: none;
	font-weight:  bold;
	color: #565656;
	cursor:  pointer;
	padding:  5px 10px 6px 7px;
}
.buttons button{
	width: auto;
	overflow: visible;
	padding: 4px 10px 5px 7px;
}
.buttons button[type]{
	padding: 5px 10px 5px 3px; /* Firefox */
	line-height: 18px; /* Safari */
}

/* STANDARD Button */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE Button */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE Button */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}
.buttons button img, .buttons a img{
	margin: 0 3px -3px 0 !important;
	padding:  0;
	border: none;
	width: 16px;
	height: 16px;
}



/* @end */

/* @end */

div#container {
	width: 750px;
	margin: 0 auto;
	padding: 0;
}

/* @group Date Header */

h2.date {
	float: left;
	width: 50px;
	font-size: 14px;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #f8f8f8;
	margin-right: 10px;
}

h2.date span.day {
	display: block;
	text-align: center;
	font-size: 22px;
	padding-top: 8px;
}

h2.date .month {
	width: 100%;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: white;
	background-color: #ff8f21;
	padding: 4px 0;
	font-size: 14px;
	font-weight: bold;
}

h2.date span.year {
	display: block;
	text-align: center;
	font-size: 10px;
	padding-bottom: 2px;
	padding-top: 1px;
}

/* @end */

div#overlay {
	position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	margin-right: auto;
	margin-left: auto;
}

div#alert {
	position: absolute;
	width: 300px;
	top: 100px;
	left: 50%;
	margin-left: -150px;
	background-color: white;
	border: 2px solid #fda44d;
	padding: 10px;
	z-index: 100;
	opacity: 1;
}

/* @group Header */

div#header {
	clear: both;
	position: relative;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 135px;
}

#header #logo {
	position: absolute;
	top: 12px;
	left: 30px;
}

/* @end */

/* @group Navigation */

div#navigation {
	clear: both;
	background: url(../images/nav_bg.jpg) repeat-x;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #949494;
	margin-bottom: 20px;
	height: 30px;
}

#navigation ul {
	padding: 0;
	width: 750px;
	margin: 0 auto;
}

#navigation ul li {
	list-style-type: none;
	display: block;
	position: relative;
	float: left;
}

#navigation ul li ul {
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 10;
	background-color: #e8e8e8;
	width: 200px;
	border-left: 1px solid #949494;
	border-top: 1px solid #949494;
	border-right: 1px solid #949494;
	display: none;
	margin: 0;
	padding: 0;
}
#navigation ul li ul li{
	clear: both;
	float: none;
	padding: 0;
	margin: 0;
}
#navigation ul li ul li a{
	border-bottom: 1px dashed #d4d4d4;
	border-right-style: none;
	margin: 0;
	display: block;
}

#navigation ul li a {
	color: #333333;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding: 8px 15px;
	border-right: 1px dashed #d4d4d4;
}
#navigation ul li a img{
	float:left;
	margin-right: 4px;
}
#navigation ul li.first a {
	border-left: 1px dashed #d4d4d4;
}

#navigation ul li a:hover {
	background: url(../images/nav_bg_hover.jpg) repeat-x;
	color: #333333;
}

/* @group Administration */

div#administration {
	clear: both;
	height: 30px;
	background-image: url(../images/administration.jpg);
	border-top: 1px solid #e4d1be;
	border-bottom: 1px solid #e4d1be;
	display: block;
	z-index: 3;
}
#administration ul li ul{
	top: 30px;
	position: absolute;
	z-index: 4;
	background-color: #fef7ef;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-style: solid;
	border-top-width: 0;
	border-color: #e4d1be;
	height: 100%;
}
#administration ul li a:hover{
	background: url(../images/administration_hover.jpg) repeat-x;
}

/* @end */

/* @end */

/* @group Content */

div#html_h {
	position: relative;
}

div#html_h span {
	float: right;
	cursor: hand;
	cursor:pointer;
}

div#html_help {
	position:absolute;
	top:30px;
	right:0px;
	width:300px;
	background-color: white;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	font-size: 10px;
}

#contact_form dt {
  float: left;
  width: 110px;
  font-weight: bold;
}

#contact_form input.fill, #contact_form textarea.fill {
  width: 250px;
}

#contact_form dd {
  margin: 0px;
}

#contact_form input {
  float: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

/* @group News */

div.article {
	/*margin-bottom: 10px;*/
	clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}

div.article div.body div.files {
	float: right;
	width: 140px;
	clear: right;
}
div.article div.body div.files div.file{
	clear: both;
	/*border-top: 1px dotted silver;*/
	padding: 4px;
}

.thumbs {
  margin-left: 60px;
}

.file {
  float: left;
  margin-bottom: 20px;
}

.file img {
  margin-right: 10px;
}

div.article div.body {
	margin-left: 60px;
}

div.article h3.title {
	margin-left: 60px;
	font-size: 20px;
}



/* @end */

#content div#left {
	width: 197px;
	float: left;
	padding-left: 3px;
	padding-right: 18px;
	margin-top: 10px;
}

#content div#text {
	color: #333333;
	line-height: 1.45em;
	border-left: 1px dashed #e8e8e8;
	padding-top: 10px;
	padding-left: 17px;
	padding-right: 17px;
	margin-left: 210px;
	margin-top: 10px;
	padding-bottom: 7px;
	margin-bottom: 13px;
}

div#content {
	clear: both;
	position: relative;
	margin-top: 20px;
	z-index: 1;
}

/* @group Portfolio */

/* @group Portfolio */
div.portfolio{
	position: relative;
	height:100%
}

div.portfolio h2.date {
	margin-right: 0;
	position: absolute;
	top: 0;
	right: 0;
  display: none;
}

div.portfolio h1.title {
	float: left;
	margin-bottom: 10px;
	font-size: 20px;
	border-left: 5px none #d4d4d4;
}

div.portfolio div.file {
	border-bottom: 1px dotted silver;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.portfolio table {
	clear: both;
	margin-top: 30px;
}



/* @end */

/* @group Item */

.item {
  float: left;
  margin-right: 10px;
  text-align: center;
  margin-left: 10px;
  margin-top: 15px;
  width: 160px;
}

.item .image {
  text-align: center;
  height: 128px;
}

.item .image img {
  border: 1px solid #e5e5e5;
  padding: 2px;
}

/*div.item {
	float: left;
	font-size: 10px;
	text-align: center;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	margin: 10px;
	height: 145px;
	width: 155px;
	position: relative;
  padding: 5px;
}
div.item div.title{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: white;
  padding: 5px 5px 9px;
  font-weight: bold;
}*/
/*
div.item a{
	display: block;
	position: relative;
	border: 10px solid white;
	height: 130px;
	width: 130px;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	color: black;
}
div.item a:hover{
	color: #ff8f21;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
*/

/* @end */


/* @end */



/* @end */

/* @group Footer */

div#footer {
	clear: both;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 30px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	padding-top: 10px;
}

div#access {
	float: left;
	left: 10px;
	bottom: 3px;
	color: silver;
	font-size: 10px;
	padding-top: 5px;
	position: relative;
}

div#access a {
	text-decoration: none;
	color: silver;
}

div#copyright {
	text-align: right;
	font-size: 10px;
	color: #777777;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 5px;
	float: right;
}

div#copyright a {
  color: #777777;
}

div#copyright a:hover {
  color: #373737;
}

div#supplied {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	color: #cecece;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
}

div#supplied a {
	color: #bfbfbf;
	font-weight: bold;
	text-decoration: none;
}

#left img {
	padding: 1px;
	border: 1px solid #777777;
}

.services_nav li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

.services_nav a {
	color: #f38519;
}

.services a:hover {
	color: #f38519;
	text-decoration: none;
}

#text a {
	color: #f38519;
}

#text a:hover {
	color: #f38519;
	text-decoration: none;
}


blockquote {
	margin-top: 12px;
	margin-bottom: 40px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: left;
	clear: right;
}

cite {
	color: #f38519;
	padding-top: 10px;
	padding-bottom: 15px;
 	float: right;
}

/* @end */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

p.mini-contact {
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
}

#ethos_list .title {
  font-weight: bold;
  width: 142px;
  vertical-align: top;
}

#ethos_list td {
  padding-bottom: 21px;
}

.strapline {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
}

.img_border {
  border: 1px solid #999999;
  padding: 1px;
}