@charset "utf-8";
/* CSS Document */

* 	{
	margin: 0; 
	padding: 0;
}

body {
	background-image: url(images/background.jpg);
	font: 80% Verdana, Arial, Helvetica, 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;
	border: 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;
}
#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#topgraphic {
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background-image: url(images/top_background.png);
}

#navBar {
	background-image: url(images/middle_background.png);
	height: 32px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

ul.navBar li{
	float: left;
	list-style: none;
}

#navBarLeft
{
	display: block;
	width: 59px;
	height: 32px;
	background: url("images/nav_bar_left.jpg") no-repeat 0 0;
	position: relative;
	left: 0px;
	margin-left: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.navButton
{
	display: block;
	width: 100px;
	height: 32px;
	text-align: center;
	background: url("images/nav_bar_button.jpg") no-repeat 0 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFF;
	line-height: 32px;
}

.navButton:hover
{ 
  background-position: 0 -32px;
}

.navButton span
{
  display: none;
}

#navBarRight
{
	display: block;
	width: 61px;
	height: 32px;
	background: url("images/nav_bar_right.jpg") no-repeat 0 0;
}

.navButton a:link 
{ 
	text-decoration: none;
	color: #FFF;
}

.navButton a:hover 
{
	color: #FFF;
	text-decoration: none;
}

.navButton a:visited
{ 
	color: #FFF;
	text-decoration: none;
}

#header {
	padding: 0 10px 0 30px;  /* 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-image: url(images/middle_background.png);
	margin: 0;
}
#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 */
}
#bodyContent
{
	position: relative;	
}

.centreText {
	text-align: center;
}

.smallText {
	font-size: x-small;
}

#logoBar {
	height: 50px;
}

#mainContent {
	padding: 0 40px;
	background-image: url(images/middle_background.png);
}

#portfolioText {
	float: none;
	clear: none;
	text-align: center;
	width: 700px;
	padding-top: 10px;
}

#mainContentVideo {
	padding: 0 40px;
	background-image: url(images/middle_background.png);
	height: 450px;
}

#aboutContentTop {
	text-align: center;
}

#contentBox {
	display: block;
	width: 700px;
}

#contentBox2 {
	display: block;
	width: 540px;
	margin-left: 40px;
	background-color: #E0EAF5;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
}

.boxContentTop {
	background-image: url(images/box_header_wide.gif);
	height: 20px;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
	text-align: center;
	
}

.boxContentCentre {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5BA3EA;
	border-left-color: #5BA3EA;
	padding-left: 15px;
	padding-right: 10px;
	background-color: #FFF;
}

.boxContentBottom {
	background-image: url(images/box_lower_wide.gif);
	height: 20px;
	clear: left;
}

#formLeft {
	display: block;
	width: 200px;
	float: left;
	margin-left: 80px;
}

#formRight {
	display: block;
	width: 300px;
	float: left;
}

#formBottom {
	display: block;
	clear: left;
	text-align: center;
}

ul.portfolioThumbnails li{
	float: left;
	list-style: none;
	margin-left: 0px;
}

.portfolioThumb {
	display: block;
	height: 140px;
	width: 200px;
	margin-bottom: 20px;
	border: 1px solid #000;
	margin-left: 22px;
}

#footer {
	margin: 0;
	padding: 0;
}
#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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bottom {
	background-image: url(images/bottom_background.png);
	height: 30px;
	clear: left;
}

.clear {
	clear: left;
}

#frmContact input:focus {
	background-color: #E6EFF9;
	border-top-color: #5BA3EA;
	border-right-color: #5BA3EA;
	border-bottom-color: #5BA3EA;
	border-left-color: #5BA3EA;
}

#frmContact textarea:focus {
	background-color: #E6EFF9;
	border-top-color: #5BA3EA;
	border-right-color: #5BA3EA;
	border-bottom-color: #5BA3EA;
	border-left-color: #5BA3EA;
}
