/* CSS Document */

html
	{
	height:100%;
	margin: 0px;
	padding: 0px;
	}
body {
	width:100%;
	height:100%;
	background:/* url(../img/bg.jpg)*/ no-repeat #C5CFD3;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	}
img
	{
	border:0px;
	}
* 
	{
	padding: 0;
	margin: 0;
	}

/*******************
MAIN SITE STRUCTURE
********************/

#container {
	top:10px;
	position:relative;
	width:800px;
	height:auto;
	margin:auto;
	clear:both;
	}
#contentWrapper {
	position:relative;
	overflow:hidden;
	width:800px;
	height:auto;
	padding:0em 0em 0em 0em;
	clear:both;
	}
#contentLeft {
	float:left;
	overflow:hidden;
	position:relative;
	width:389px;
	height:580px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background-color:#6B8796;
	}
#leftContent a {
	color:#333;
	text-decoration:none;
	}
#leftContent a:hover {
	color:#EEE;
	text-decoration:none;
	}
#leftContentCentre a {
	color:#333;
	text-decoration:none;
	}
#leftContentCentre a:hover {
	color:#EEE;
	text-decoration:none;
	}
#leftHeader {
	overflow:hidden;
	position:relative;
	width:389px;
	height:120px;
	background-color:#BACAD3;
	border-bottom:1px solid #FFF;
	}
#contentRight {
	overflow:hidden;
	position:relative;
	float:left;
	width:389px;
	height:580px;
	border:1px solid #FFF;
	}
	
/*************
Projects
**************/

#projectImg {
	position:relative;
	width:389px;
	height:400px;
	}
#projectDesc {
	width:384px;
	height:189px;
	color:#FFF;
	padding:5px 10px 5px 5px;
	border-top:1px solid #FFF;
	background-color:#6B8796;
	}
#projectBrowserWrap {
	overflow:hidden;
	position:relative;
	width:349px;
	height:40px;
	background-color:#EEE;
	}

/*************
Content
**************/

.contentTitle {
	position: relative;
	font-family:Arial, Helvetica;
	list-style:none;
	overflow:hidden;
	width:37.5em;
	height:2.19em;
	}
.contentTitle span {
	position:absolute;
	left:0em;
	margin: 0px;
	padding: 0.6em 0em 0em 0.7em;
	color:#333;
	font-weight:bold;
	}
.contentRpt {	
	left:0.04em;
	position: relative;
	font-family:Arial, Helvetica;
	list-style:none;
	overflow:hidden;
	width:36.91em;
	height:auto;
	padding:0.2em 0em 0em 0.2em;
	clear:both;
	border-left:0.14em solid #CCC;
	border-right:0.14em solid #CCC;
	}
.border {
	border-bottom:1px dotted #FFF;
	}
	
/******
Footer
******/

#footerWrap {
	position:relative;
	clear:both;
	width:800px;
	height:auto;
	padding:1em 0em 1em 0em;
	text-align:center;
	}
#footer  {
	font:normal 100 0.9em normal Arial, Helvetica;
	line-height:17px;
	color:#6B8796;
	}
#footer a {
	color:#6B8796;
	text-decoration:underline;
	}
#footer a:hover {
	color:#000;
	text-decoration:none;
	}
	
/*************
Menu Formating
**************/

.menuWrap {
	overflow:hidden;
	clear:both;
	position:absolute;
	top:0;
	left:0;
	width:389px;
	height:20px;
	padding:100px 0px 0px 5px;
	}
.menuItem {
	float:left;
	width:auto;
	height:auto;
	padding:0px 25px 0px 10px;
	list-style:none;
	color:#FFF;
	text-decoration:none;
	text-align:left;
	}
.menuItem a {
	color:#FFF;
	text-decoration:none;
	}
.menuItem a:hover {
	color:#666;
	text-decoration:none;
	}

/***********
Links
***********/
.linkGroup {
	clear:both;
	width:auto;
	height:auto;
	}
.linkTitle {
	width:29.5em;
	border-bottom:1px dotted #666;
	}
.linkWrap {	
	float:left;
	width:29em;
	height:auto;
	}
.linkImg {
	float:left;
	width:auto;
	height:auto;
	}
.linkBox {
	float:left;
	width:auto;
	height:auto;
	padding-left:0.5em;
	}	
.linkSpacer {
	float:left;
	width:2em;
	height:auto
	}
		
/*******************
Contact Page
********************/

#contactWrap {
	overflow:hidden;
	float:left;
	clear:both;
	width:26em;
	height:auto;
	}
#contactLeft {
	float:left;
	width:6.5em;
	height:auto;
	}
#contactRight {
	float:left;
	width:17em;
	height:auto;
	}
.contactBox {
	height:1.8em;
	padding:0.5em 0em 0em 0em;
	}
.contactInput {
	height:2em;
	padding:0.2em 0em 0em 0em;
	}
.contactTextArea {
	padding:0.2em 0em 0em 0em;
	}

/*************
Text Formating
**************/


.errorMess	{
	color:red;
	}


