@charset "utf-8";
html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

  img {
    position: relative;
 }



p {
	line-height: 140%;
	text-indent: 5ex;

	}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	word-spacing: normal;
	letter-spacing: 0.2ex;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}


a:link {
	color: #036;
	text-decoration: underline;
  }/*normal links in the text*/
a:visited {
	color: #036;
	text-decoration: underline;
	
  }
a:hover { /*this effect is not shown in NN4.xx*/
	color: #003;
	text-decoration: none;
  }
a:active {/*colour in NN4.xx is red*/
	color: #003;
	text-decoration: none;
  }


#leftFooterBox
{
	display: block;
	font-size:smaller;
	position: relative;
	float: left;
	margin: 20px 20px 20px 20px;
}

#rightFooterBox
{
	display: block;
	position: relative;
	float: right;
	margin: 20px 20px 20px 20px;
	text-align:right;
}
#blogLink
{
	display: block;
	position: relative;
	float: right;
	width: 57px;
	height: 25px;
	background: url("/img/bloglink.png") no-repeat 0 0;
	margin: -10px 30px;
}

#blogLink:hover
{ 
  background-position: 0 -25px;
}

#blogLink span
{
  display: none;
}


#linksLink
{
	display: block;
	position: relative;
	float: right;
	width: 60px;
	height: 25px;
	background: url("/img/linkslink.png") no-repeat 0 0;
	margin: -10px 30px;
}

#linksLink:hover
{ 
  background-position: 0 -25px;
}

#linksLink span
{
  display: none;
}



#mediaLink
{
	display: block;
	position: relative;
	float: right;
	width: 69px;
	height: 25px;
	background: url("/img/medialink.png") no-repeat 0 0;
	margin: -10px 30px;
}

#mediaLink:hover
{ 
  background-position: 0 -25px;
}

#mediaLink span
{
  display: none;
}



#aboutUsLink
{
	display: block;
	position: relative;
	float: right;
	width: 101px;
	height: 25px;
	background: url("/img/aboutuslink.png") no-repeat 0 0;
	margin: -10px 30px;
}

#aboutUsLink:hover
{ 
  background-position: 0 -25px;
}

#aboutUsLink span
{
  display: none;
}


#projectsLink
{
	display: block;
	position: relative;
	float: right;
	width: 101px;
	height: 25px;
	background: url("/img/projectslink.png") no-repeat 0 0;
	margin: -10px 30px;
}

#projectsLink:hover
{ 
  background-position: 0 -25px;
}

#projectsLink span
{
  display: none;
}

#logo
{
	display: block;
	position: relative;
	float: left;
	width: 180px;
	height: 88px;
	background: url("/img/headerlogo.png") no-repeat 0 0;
	top: -63px;
	margin: 0 30px 0 0;
}

#logo:hover
{ 
  background-position: 0 -88px;
}

#logo span
{
  display: none;
}

body {
	font: 97% Helvetica, Arial, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.brokenForty #container {
	width: 778px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */

}
.brokenForty #header {
	height: 100px;
	padding: 20px 0 20px 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
}
.brokenForty #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.brokenForty #mainContent {
	margin: 50px 0 50px 0;
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	min-height: 350px;

}

.brokenForty #footer {

	padding: 0 10px;
	background-color: #FFF;
}
.brokenForty #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
