@charset "utf-8";
/* CSS Document 
This is the development version of css for  use with the development version of the JSV template.
The current version contains a lot of code produced by DW, a good deal of which is no longer 
required and the site is getting difficult to maintain.
#
In addition, the new template is based on css rather than tables and a lot of the css in the original
file is targeted at formatting tables.*/

html {
	padding:0;
}

body,html {
	
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-color: #ecedcb;
}


h1{
	font-size:24px;
}
	
h2 {
	font-size: 20px;
	font-weight:100;
}


.JSVLarge {
	font-family: Denmark;
	font-size: 80px;
	color: #73223A;
}
.JSVSmall {
	font-family: Denmark;
	font-size: 14px;
	top: auto;
	color: #73223A;
}

.PageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	/* [disabled]float: left; */
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 140px;
}
ul.FooterText {
	margin-top: 0px;
	margin-right: 10px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
}
.JSVfooter {
	clear: both;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	background-color: #E68E80;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
}
.footertest{
	width: 900px;
	/*height: px;*/
	background-color: #E68E80;
	border-top: 1px solid;
}

/*.ListText {
	font-size: 11pt;
	margin-left: px;
}*/

.homePageText {
	font-size: 10px;
	margin-left: 1em;
}
.ImageFloatLeft {
	float: left;
	margin: 1em 1em 1em 0em;
}
.ImageFloatRight {
	float: right;
	margin: 1em 1em 1em 1em;
}

.BackgroundImage {
	background-image: url(../Images/home-page-header.jpg);
		border: 1px solid;
	}

.ProjectImage {
	width: 250px;
	float: left;
	margin-left: 150px;
	margin-right: 0px;
 
}
.FieldText {
	margin-left: 80px;

}
.FieldData {
	position: absolute;
	left: 536px;
	top: 508px;
	height: 26px;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 600px;
  width: 560px; 
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.comment {
	width: 400px;
}
/* The sitemap page has been implemented purely using CSS rather than tables.  Columns areimplemented as divs. These are formatted using the following CSS.

.SiteMapText is used to format the text on the Site Map only. NOT NOW USED.*/

.SiteMapText {
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
/*	margin-left: 150px; */
	}
#SiteMapContainer {
	
}
#column1 {
	margin-left: 0px;
	float:left;
	margin-bottom:1px; 
}
#column2 {
	margin-left: 60px;
	float:left;
	margin-bottom:10px;
}

#column3 {
	margin-left: 60px;
	float:left;
	margin-bottom:10px;	
	}

#column4 {
	margin-left:60px;
	float:left;
	margin-bottom:10px;
}


.NoMargin{
	margin-left: 0px;
}
	
	

.header{
	width: 900px;
    margin-left: auto;
    margin-right: auto;
	}

.headerimage{
	border: 1px solid;
	margin-bottom: 2px;
}

	
.mainmenu{
	width: 900px;
	margin-left: auto;
    margin-right: auto;	
	background-color: #f0eeac;
	}
.menubar{
	width:775px;
	margin-left: 65px;
    margin-right: auto;	
	padding-bottom: 2px;
}
.PageContainer{
	width: 900px;
	margin-left: auto;
    margin-right: auto;	
	border: 1px solid;
	background-color: #f0eeac;
	overflow:auto;
}

#HomePageContent {
	margin-left: 10px;
	margin-right: 50px;
}

.PageContent {
	overflow:auto;
	width: 750px;
	margin-left: 60px;
	margin-right:60px;
/*	padding-left: 65px;
	padding-right: 50px; */
	font-size: 14px;
	margin-bottom: 0px;
}

#HomePageTop {
	width: 898px;
	height: 180px;
	margin-left: auto;
    margin-right: auto;	
	margin-bottom: 2px;
	background-image: 		url(../Images/home-page-header.jpg);
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

#HomePageIntro {
	width:500px;
	margin-left: 10px;
	font-size:14px;
	
	
		
}
#ProjectContainer {
	width:900px;
	overflow:auto;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
	background-color: #f0eeac;
	border-top: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 0px solid;
}
	
#Energy {
	width:215px;
	float: left;
	padding:4px;
	border-right: 1px solid;
	border-left: 0px solid;
	border-bottom: 1px solid;
	background-color: #f0eeac;
}

#Engineering {
	width: 215px;
	float:left;
	padding:4px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	background-color: #f0eeac;
}
#NHS {
	width: 215px;
	float:left;
	padding:4px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	background-color: #f0eeac;
}
#FinServ {
	width: 220px;
	float:left;
	padding:4px;
	background-color: #f0eeac;
	border-right: 0px solid;
	border-bottom: 1px solid;
}	
#ProjectText {
	font-size: 10px;
	font-style:italic;
}

#splendid {
	margin-left: 250px;
	
}
#subs {
	font-size:10px;
	font-style:italic;
	text-align: center;
	
}
#Title2{
	margin-left: 10px;
}
#Message3 {
	margin-left: 100px:
}
