body {
  margin: 0px 0px;
  padding: 0px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align:left;
	height:100%;
	background-color: #335588;
}

#wrapper {
  color: #000000;
	background-color: #335588;
  height:100%;
	font-size:72%;
}

#container {
	padding-left:5px;      /* LC fullwidth */
	padding-right:5px;     /* RC fullwidth + CC padding */
	border-top:1px solid #444;
}

#center {
	padding: 10px 20px;       /* CC padding */
	width: 100%;
	margin-top:30px;
	font-size:100%;
	line-height:150%;
}

#center a {
	font-weight: bold;
	color: #4444aa;
	text-decoration: none;
}

#navbar {
	display:none;
}

#rightbar {
	display:none;
}

#footer {
	clear: both;
}

/*** IE Fix ***/
* html #left {
	left: 150px;              /* RC fullwidth */
}

/*My additions*/
.clear {
	clear:both;
	font-size:1px;
	height:0px;
	line-height:0px;
}

.clear_content {
	clear:both;
}

img {
  border:none;
  padding:0px;
  margin:0px;
}

a {
  text-decoration: none;
  font-weight: normal;
  line-height: 100%;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 170%;
	margin-top:8px;
}

h2 {
  font-size: 150%;
	margin-top:8px;
}

h3 {
  font-size: 12px;
  font-size: 130%;
	margin-top:8px;
}

h4 {
  font-size: 12px;
  font-size: 120%;
}

h5 {
  font-size: 100%;
}

p {
  text-align:justify;
}


  #header {
		display:none;
  }

  #header a {
    color: #aabbbb;
  }

  #header a:visited {
    color: #aabbbb;
  }

  #header img {
    float:left;
    margin: 0px;
    padding:0px;
  }


  #headerTop {
    padding:0px;
    margin:0px;
  }
  
  /*HEADER - SEARCH FORM*/
  div#header form{
		display:none;
  }

  div#header form label{
    margin-right:3px;
  }

  div#header form input{
    width:112px;
    height:auto;
    font-size:100%;
    vertical-align:middle;
    padding-bottom:2px;
  }

  div#header form input.submit{
    width:auto;
    height:auto;
    color:#000000;
    background-color:#ffffff;
    border:1px solid #9c9c9c;
    padding-bottom:0px;
    margin:0px;
  }

  div#header form input.radio{
    width:auto;
    border:none;
  }

  div#header form p{
    margin:5px 0px 0px 0px;
    color:#C5DACE;
		float:right;
  }

  div#header form p a:link{
    text-decoration:none;
  }
  div#header form p a:visited{
    text-decoration:none;
  }
  div#header form p a:hover{
    text-decoration:underline;
  }
  
/*HEADER - UNI LINKS*/
  div#extra-links{
    width:100%;	
    color:#C7C7E3;
    border-top:1px solid #8C8C8E;
    border-bottom:1px solid #8C8C8E;
    line-height: 50%;
    font-size:95%;
    background-color: #555588;
    padding:0px;
    margin:0px;
/*    background-color:black;*/
  }
  
  div#extra-links p{
    margin:0px 12px;
    padding:5px;
  }

  div#extra-links p span{
    padding:5px;
    padding-left:9px;
    padding-right:9px;
  }

  div#extra-links p span a:link{
    text-decoration:none;
  }

  div#extra-links p span a:visited{
    text-decoration:none;
  }
  
  div#extra-links p span a:hover{
    text-decoration:underline;
  }
  	
/*HEADER - BREADCRUMB*/

  div#breadcrumb {
    width:100%;
    font-size:95%;
    background-color: #555599;
    padding:0px;
    margin:0px;
    line-height:50%;
  }

	div#breadcrumb p{
		padding:5px 17px;
		margin:0px;
		line-height:100%;
		padding-left:9px;
	}
	
	div#breadcrumb a:link{
		text-decoration:none;
	}
	
  div#breadcrumb a.on{
    font-weight:bold;
  }

	div#breadcrumb a:visited{
		text-decoration:none;
	}

	div#breadcrumb a:hover{
		text-decoration:underline;
	}
	
  div#breadcrumb a {
    font-weight:normal;
  }

/*FOOTER SETUP*/

  div#footer{
    float:left;
    width:100%;
    font-size:90%;
    color:#bbbbbb;
    border-top:1px solid #8C8C8E;
		border-top:1px solid #333;
		border-bottom:1px solid #333;
    padding-bottom:8px;
		margin-top:30px;
		background-color: #555599;
  }

  div#footer p{
  	line-height:140%;
  }

  div#footer p.left{
  	float:left;
  	margin:8px 14px 8px 10px;
  }

  div#footer p.right{
  	float:right;
  	text-align:right;
  	margin:8px 10px 8px 14px;
  }

  div#footer a:link{
  	text-decoration:none;
    color:#bbbbbb;
  }
  
  div#footer a:visited{
  	text-decoration:none;
    color:#bbbbbb;
  }
  
  div#footer a:hover{
  	text-decoration:underline;
  }
	
#center .adobe, #center .adobe a:link, #center .adobe a:visited {
	font-size: 95%;
	font-style: italic;
	color: #aaaaaa;
}

.imgright {
	float: right;
	margin:5px 5px 5px 30px;
}

.col_left {
	float:left;
	width: 48%;
	clear:left;
/*	margin-right:15px;*/
}

.col_right {
	float:right;
	width:48%;
	clear:right;
/*	margin-left: 15px;*/
}


/* Stationery request form */

form#stationery legend {
	display:block;
	border:1px solid #aae;
	background-color:#eef;
	padding:1px 6px;
	margin-bottom:10px;

}

form#stationery fieldset {
	margin-right:20px;
	margin-bottom:20px;
	padding:0 15px 15px 15px;
	border:1px solid #ccc;
}

form#stationery fieldset.half {
	float:left;
	width:300px;
	height:19em;
	margin:10px 20px 10px 0;
	padding:10px;
}

form#stationery fieldset.full {
	float:left;
	clear:both;
	width:633px;
}

form#stationery label {
	display:inline-block;
	width:100px;
	padding-right:20px;
	text-align:left;
}

form#stationery label.checkheader {
	width:30px;
	text-align:left;
	font-weight:bold;
	margin:1em 0.5em;
}

form#stationery label.quantityheader {
	width:120px;
	text-align:left;
	font-weight:bold;
	margin:0;
	padding:0;
}

form#stationery label.quantitylabel {
	margin:0;
	padding:0;
	width:100px;
	margin-right:20px;
}

form#stationery input.quantitycheck {
	margin:0;
	padding:0;
	margin-right:104px;
}

form#stationery input.quantitytext {
	margin:0;
	padding:0;
	margin-right:78px;
}

form#stationery #accountError {
	display:none;
	font-style:italic;
	color:#f00;
}

form#stationery span#colourProof {
	display:none;
	width:60px;
	height:20px;
	background-color:#fff;
}

form#stationery p {
	margin-bottom:0.5em;
}

form#stationery label.flex {
	width:auto;
	margin:0 10px 0 0;
	padding:0;
}

form#stationery input.flex {
	width:auto;
	margin-right:25px;
}

/* End stationery request form */

/* New style portfolio */

table.portfolio {
	border-collapse:collapse;
	border:none;
	padding:0;
	margin:0;
	float:left;
}

table.portfolio td {
	padding:10px;
	margin:0;
}

table.portfolio a:hover {
	text-decoration:none;
	border:none;
}

img#portfolio-large {
	float:left;
	padding:2px;
	border:1px solid #ddd;
	margin-left:20px;
	margin-right:10px;
	margin-top:80px;
	width:350px;
}



/* End portfolio */
