/* Start of CMSMS style sheet 'Layout: Left sidebar + 1 column' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

#image2{
padding:0 15px;
}

.samson-hercules #rightphotos img{
margin-top:20px;
}

.darkertext{
color:#999;
   font-size: 11px;
   line-height: 15px;
}

.aboutus_subhead{
   color: #CC0099; 
   font-size: 1.4em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

.contact_subhead{
   color: #FFFFFF; 
   font-size: 1.6em;
   line-height: 1.6em;
   margin: 0 0 0.5em 0;
}

.investment_subhead{
   color: #339999; 
   font-size: 1.4em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

.investment_bullets{
   color: #FFFFFF; 
   font-size: 11px;
   line-height: 15px;
}

.innovation_subhead{
   color: #CC6633; 
   font-size: 1.4em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

.innovation_big{
   color: #FFF; 
   font-size: 2.3em;
   line-height: 1.4em;
   margin: 0 0 0.5em 0;
}

.innovation_big2{
   color: #CC6633;; 
   font-size: 2.3em;
   line-height: 1.4em;
   margin: 0 0 0.5em 0;
}

.innovation_number{
   color: #CC6633;; 
   font-size: 9px;
   line-height: 15px;
   margin: 0 0 0.5em 0;
}

#col1{
float:left;
width:220px;
}

#col2{
float:right;
width:250px;
padding-right:20px;
margin-top:-50px;
}

#about-us a.smallnav{
color: #FFF;
	font-size: 0.9em;
	text-decoration: underline;
}

.smallnav a:link{
color: #FFF;
	font-size: 0.9em;
	text-decoration: underline;
}

.smallnav a:active{
color: #FFF;
font-size: 0.9em;
text-decoration: underline;
}

.smallnav a:visited{
color: #FFF;
font-size: 0.9em;
text-decoration: underline;
}

.smallnav a:hover{
color: #FFFF00;
font-size: 0.9em;
text-decoration: underline;
}

a.readmore_pmy{
color: #993300;
font-size: 1.0em;
	text-decoration: underline;
}


.footer {
color: #FFFFFF;
font-size: 9px;
text-decoration: none;
}
	
.footer a:link{
color: #FFFFFF;
font-size: 9px;
text-decoration: none;
}

.footer a:active{
color: #FFFFFF;
font-size: 9px;
text-decoration: none;
}

.footer a:visited{
color: #FFFFFF;
font-size: 9px;
text-decoration: none;
}

.footer a:hover{
color: #CCCCCC;
font-size: 9px;
text-decoration: none;
}



.category_item{
width:97%;
clear:both;
padding:5px 0;
float:left;
background: url(uploads/images/250line.png) bottom left no-repeat;
}

.category_item .summary{
float:left;
width:250px;
padding-bottom:5px;
font-size:11px;
line-height:1.4em;
}

div#content .category_item a h3{
text-transform:uppercase;
color:#999;
float:left;
width:230px;
padding-bottom:0;
margin-bottom:0;
text-decoration:none;
}

div#content .category_item a.about{
float:right;
text-decoration:none;
width:185px;
height:40px;
background: url(uploads/images/aboutbutton.png) top right no-repeat;
}

div#content #opportunities .category_item a.about{
float:right;
text-decoration:none;
width:184px;
height:59px;
background: url(uploads/images/aboutbuttonbig.png) top right no-repeat;
}

div#content #opportunities .category_item{
border-bottom:1px solid #333;
background: transparent;
padding: 17px 0;
}

.opportunity_item {
width:335px;
float:left;
}

#residential-developments div#content .category_item a.about{
border:5px solid #80D0F4;
}

#commercial-opportunities div#content .category_item a.about{
border:5px solid #5D5DB4;
}



div#content .category_item a.about:hover{
border: 5px solid #ff9933 !important;
background: url(uploads/images/aboutbuttonon.png) top right no-repeat;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px;
   line-height: 15px;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;

}

#profilebutt
{
  float:left;
  width: 133px;
  height: 14px;
  background: url("uploads/images/profilebutt.png") no-repeat 0 0;

}

#profilebutt:hover
{ 
  background-position: 0 -14px;
}

#profilebutt span
{
  display: none;
}

#visitbutt
{
  float:left;
  width: 133px;
  height: 14px;
  background: url("uploads/images/visitbutton.png") no-repeat 0 0;

}

#visitbutt:hover
{ 
  background-position: 0 -14px;
}

#visitbutt span
{
  display: none;
}

#commbutt
{
  float:left;
  width: 133px;
  height: 14px;
  background: url("uploads/images/commbutt.png") no-repeat 0 0;

}

#commbutt:hover
{ 
  background-position: 0 -14px;
}

#commbutt span
{
  display: none;
}

#pmybutt
{
  float:right;
  width: 133px;
  height: 14px;
  background: url("uploads/images/pmybutt.png") no-repeat 0 0;

}

#pmybutt:hover
{ 
  background-position: 0 -14px;
}

#pmybutt span
{
  display: none;
}



/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
}

#paper-mill-yard2 .pagecolour, #paper-mill-yard2 .pagecolour a{
color:#993300 !important;
}

#w-warehouse2 .pagecolour, #w-warehouse2 .pagecolour a{
color:#0066CC !important;
}


#stanne2 .pagecolour, #stanne2 .pagecolour a, #samson2 .pagecolour a, #samson2 .pagecolour {
color: #CC0099 !important;
}

.home #maincontent{
background: #000 url(uploads/images/background-dancing.png) top right no-repeat;
height:349px;
float:left;
}

.home #maincontent p{
padding-right:200px;
}

.innovations-and-incentives #maincontent img, .contact #maincontent img, .imageborder, #paper-mill-yard2 #maincontent img{
/*border:10px solid #1A1A1A;*/
padding:10px;
background-color:#1A1A1A;
}


.innovations-and-incentives #maincontent{
background: #000;
}

.paper-mill-yard2 #maincontent img, .imageborder, #stanne2 #maincontent img{
/*border:10px solid #1A1A1A;*/
padding:10px;
background-color:#1A1A1A;
}


.orange{
color: #CD5629;
}


/*****************
basic layout 
*****************/
body {
   background-color: #333;
   color: #fff;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
margin-top:20px;
   background: #000 url(uploads/images/background.png) left  top no-repeat;
   color: #fff;
width:789px;
}

#samson-hercules---norwich #content h2 {
width:190px !important;
}
#regatta-quay---ipswich #devimages{
height:382px !important;
margin-top:14px;
margin-left:5px;
}

#samson-hercules---norwich #devimages{
height:407px !important;
margin-top:14px;
margin-left:5px;
}

#st-anne-s-wharf---norwich #devimages{
height:382px !important;
margin-top:14px;
margin-left:5px;
}

#w-warehouse---london #devimages{
height:382px !important;
margin-top:14px;
margin-left:5px;
}

#paper-mill-yard---norwich #devimages{
height:399px !important;
margin-top:14px;
margin-left:5px;
}

.residential-developments #maincontent{
width:235px;
/*margin-right:20px;*/
min-height:380px;
}

#paper-mill-yard2  #maincontent, #stanne2 #maincontent, #samson2 #maincontent, #w-warehouse2 #maincontent{
width:490px;
padding-right:10px;
}

#paper-mill-yard2  #maincontent h2, #stanne2 #maincontent h2, #samson2 #maincontent h2, #w-warehouse2 #maincontent h2{
font-size:14px;
font-weight:bold;
}
.residential-developments #devimages{
float:left;
background-color:#111;
width:235px;
border:0;
padding:20px 0 0 20px;
margin-left5px;
margin-top:16px;
overflow:auto;
height:349px;
min-height:349px;
}

.residential-developments #devimages #item_image{
padding-bottom:20px;
}

#residential-developments #maincontent{
border:1px solid #333333;
width:490px;
}

#press-releases a, #home a, #about-us a, 
#press-releases .pagecolour, #home .pagecolour, #about-us .pagecolour{
color: #cc0099;
}

#commercial-opportunities a, #commercial-opportunities .pagecolour{
color:#5D5DB4;
}

#residential-developments .pagecolour, #residential-developments a{
color: #80D0F4;
}

#investments-portfolio .pagecolour, #investments-portfolio a{
color: #339999;
}

#innovations-and-incentives .pagecolour, #innovations-and-incentives a{
color: #cc6633;
}

#contact .pagecolour, #contact a{
color: #CAE87E;
}

#contact #rightcolumn{
background: #1a1a1a url(uploads/images/savillspen.png) bottom right no-repeat;
}

/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 80px;    /* adjust according your image size */        
}

#home #maincontent{
height: 349px !important;
}

div#header h1 a {
/* you can set your own image here */
   background: #385C72 url(images/cms/logo1.gif) no-repeat 0 12px; 
   display: block;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

/* position for the search box */
div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}


div#content {
  /* padding-bottom:20px;*/
}

#maincontent{
border:1px solid #333;
padding:20px 15px 10px 20px;
margin-left:20px;
margin-top:14px;
width:490px;
float:left;
}

.leftcolumn{
width:240px !important;
float:left !important;
margin-right:5px !important;
}

#rightphotos{
width:140px;
float:right;
}

#rightphotos img, .investment img{
float:right;
padding:10px;
background-color:#1A1A1A;
margin:0 0 25px 25px;
}



#commercial-opportunities #rightphotos img{
margin: 0 0 25px 0;
}

#commercial-opportunities #rightphotos img.image3{
margin: 440px 0 25px 0;
}

.samson-hercules#commercial-opportunities #rightphotos img.image3{
margin: 470px 0 25px 0;
}

.st-anne-s-wharf#commercial-opportunities #rightphotos img.image3{
margin: 540px 0 25px 0;
}

#rightcolumn{
width:240px;
float:right;
padding:20px 0 0 20px;
margin-top:16px;
overflow:auto;
height:349px;
min-height:349px;
background-color:#1a1a1a;
margin-right:20px;
}

#samson2 #rightcolumn{
width:250px;
float:right;
padding:10px 0 0 10px;
margin-top:16px;
height:390px;
background-color:#1a1a1a;
overflow:visible;
}

#samson2 .leftcolumn{
width:230px !important;
}

div#main {

background: #000 url(uploads/images/mainborder.png) top left no-repeat;
float:right;
width:573px;
margin-bottom:20px;
display:inline;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 214px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
display:inline;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background-color: #385C72; /* same bg color as in header */
}

#sitemap #main a{
color:#fff;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

.footerlink{
color:#fff !important;
}

div#footer p a {
   color: #fff; /* needed becouse footer link would be same color as background otherwise */
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   padding: 1em;
   border-bottom: 1px dotted black;
   margin: 1em;
}

/* relational links under content */
div.left49 {
  width: 49%; /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}




/********************
CONTENT STYLING
*********************/
div#content {

}

/* HEADINGS */
div#content h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
	color: #fff; 
	font-size: 20px;
font-weight:normal; 
	text-align: left; 
/* some air around the text */
	padding-bottom: 1px;
/* set borders around header */
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
text-transform:uppercase;
}


div#content .catalog_item h2, #paper-mill-yard2 #content h2{
font-size:14px;
font-weight:bold;
}


div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h5 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
div#content h7 {
   color: #CC0099; 
   font-size: 1.4em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h8 {
   color: #999999; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.1em;
   margin: 0 0 1.2em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1.4em;
   margin: 0 0 1.5em 0;
   font-size: 1.1em;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'Layout: Left sidebar + 1 column' */

