/* ---------------------GLOBAL-------------------------*/
/* ----SEE php/headerPublic.php for variable colour inline styles----------*/
body {
	height: 100%;
	max-height: 100%;
	font: normal 11px/1.5em Helvetica, Arial, Verdana, sans-serif;
	/*--------underconstruction-------------*/
	/* background-image: url(../images/permElements/uc.jpg); */
}
* html body{
	padding: 0 0 0 180px;
}
* html #main_content{
	height: 100%; 
	width: 100%; 
}

/* ---------------------TITLES-------------------------*/
h1 { /* page header */
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
}
h2 { /* gallery entry titles */
	font-family: "Helvetica", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-transform: uppercase;
	padding: 8px 0 1px 0;
}
h3 { /* project links in sidebar */
	font-size: 12px;
	font-weight:bold;
	line-height: 14px;
	display: inline-block;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 0;
	margin-bottom: 10px;
	margin-left: 4px;
	border-bottom: 1px solid;
}
.bold {
	font-weight: bold;
}
/* ---------------------LINKS-------------------------*/
a {
	outline: none;
}
#right_column a {
	padding: 1px 4px 1px 4px;
	text-decoration: none;
}
.client_column a, .contact_list a {
	padding: 2px 4px 1px 4px;
	text-decoration: none;
}
#right_column a:hover, .client_column a:hover, .contact_list a:hover, .galleryEntry a:hover, .lastgalleryEntry a:hover {
	color: #fff;
	text-decoration: none;
}
.galleryEntry a:hover, .lastgalleryEntry a:hover {
	border-bottom: 1px solid;
}
.galleryEntry a, .lastgalleryEntry a{
	outline: none;
	display: inline-block;
	padding: 1px 2px 0 1px;
	line-height: 1.3em;
	border-bottom: 1px dotted;
	text-decoration: none;
}

/* ---------------------LEFT COLUMN-------------------------*/
#left_column {
	position: absolute;
	top: 0; 
	left: 0;
	width: 180px;
	height: 100%;
	overflow: hidden;
	background: #331E47 url(../images/permElements/logo_180.png) no-repeat;
}
#left_column ul {
	margin: 210px 0 0 0;
	text-align:right;
	text-transform: uppercase;
}
#left_column li {
	display: inline;
	padding-top: 0px;
	text-align: right;
	font: 12px/1.6em Helvetica,Arial,Verdana,sans-serif;
	font-weight: bold;
	color: #fff;
}
#left_column li a{
	color: white;
	text-decoration: none;
	padding: 2px 15px 1px 7px;
}
#left_column a.active {
	font-weight: bold;
	background-color:white;
}
#left_column a.active:hover {
	background-image: none;
}
#left_column li a:hover{
	background-image: url(../images/permElements/triangle.png);
	background-position: top right;
	background-repeat: no-repeat;
}
/* ---------------------TOP-------------------------*/
#header {
	padding-left: 45px;
	padding-top: 75px;
	margin-left: 180px;
	height:25px;
	width: 850px;
	border-bottom: 1px solid;
}
/* ---------------------CENTRAL AREA-------------------------*/
#main_content {
	position: relative;
	top: 0px;
	left: 180px;
	overflow: auto;	
	height: 529px;
	width: 850px;
	padding-left: 45px;
	padding-right:0;
}
#article_wrapper {
	width: 560px;
}
img {
	margin-bottom: -4px;
}
/*-------  .scroll-pane has to be inline to fix safari/mac issues - see pages ------*/
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background-repeat: repeat-y;
}
.jScrollPaneDrag {
	position: absolute;
	background-image: url(../images/permElements/dragger.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	overflow: hidden;
}
.galleryEntry, .lastgalleryEntry {
	clear: both;
	width: 640px;
/* 	min-height: 519px; */
}
.galleryEntry { 
	border-bottom: 1px solid;
	padding-bottom: 10px;
}
.lastgalleryEntry { 
	padding-bottom: 7px; 
}
#article_wrapper p {
	font-size: 12px;
	padding-top:15px;
}

/*---------------------------------------------  right column ------*/
#right_column {
	position: absolute;
	top:0;
	left: 712px;
}
#right_column ul {
	padding: 13px 0px 15px 15px;
	line-height:20px;
}
/*---------------------------------------------  client page ------*/
ul.client_column {
	float: left;
	padding-right: 45px;
	padding-top: 12px;
	line-height:20px;
	text-transform:uppercase;
}
/*---------------------------------------------  contact page -----*/
ul.contact_list {
	padding-top: 15px;
	line-height:16px;
}

/* ---------------------FOOT-------------------------*/
#footer {
	font-size: 9px;
	position: relative;
	width: 850px;
	padding: 5px 0 0 225px;
	color: #dad6e0;
	border-top: 1px solid;
}

/* ----- clear fix for floats ----- */
.clearfix:after { content: "."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix { display:inline-block; }		
/* hides clearfix from IE-mac \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* end hide from IE-mac */


