/* CSS Document */

/*PNG FIX
----------------------------------------------------*/
/*img, div { behavior: url(../scripts/iepngfix.htc) }*/

/*TYPOGRAPHY
----------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	background-color: #fff;
}
/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
	}
/*This sets the font size at 12px [but still allows font scaling]*/
#wrapper{
	font-size: 1.2em;
	line-height: 1.6em;
	}
p	{
	padding:0px;
	margin:0 0 10px 0;
	}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #ef6730;
	font-family: Arial, Helvetica, sans-serif;
	line-height:normal;
	}
h1 {
	font-size: 2.6em;
	text-transform: uppercase;
	margin-top: 20px;
}
h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.8em;
}
h4 {
	font-size: 1.5em;
	margin-top: 30px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
}
h6{
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	}
A, A:active, A:visited   {
	COLOR: #ef6730;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	COLOR: #FF7C2D;
	text-decoration: underline;
}
#footer A, #footer A:active, #footer  A:visited   {
	COLOR: #666;
	text-decoration: none;
	font-weight: normal;
}
#footer A:hover {

	text-decoration: underline;
}
input, select{
	font-size:10px;
	color: #666;
	}
strong {
	font-weight: bold;
	}
ol{
	padding:0 0 0 10px;
	margin: 0 0 10px 20px;
	}
ul{
	padding:0px;
	margin: 0 0 10px 15px;
	}
li{
	margin: 0 0 3px 0;
	padding: 0px;
	}
ul li{
	list-style: none;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	padding: 0 0 0 12px;
	}

	
	
	
/*STRUCTURE
----------------------------------------------------*/
html, body {
	height: 100%;
	}
#wrapper { 
}
#corset{
	width:960px;
	 margin: 0 auto;
	 position: relative;
	}
#header {
	background-image: url(../images/bg_header.png);
	background-repeat: repeat-x;
	height: 135px;
}
#nav{
	width: 571px;
	height: 56px;
	position: absolute;
	left: 290px;
	top: 75px;
}
#content {
	background-image: url(../images/bg_content.png);
	background-repeat: repeat-x;
	padding: 35px 0;
}
#footer {
	color: #666;
	font-size: .95em;
	margin: 40px 0 0 0;
}
.clear { clear: both; background: none; }
.left{
	float: left;
	}
.right{
	float: right;
	}
.leftCol{
	float: left;
	width: 570px;
	}
.rightCol{
	float: right;
	width: 340px;
	text-align: centre;
	}
.rightCol img{
	margin-bottom: 20px;
	}
.fiftyfifty{
	width: 450px;
	}



/*NAVIGATION
----------------------------------------------------*/


/*HOMEPAGE
----------------------------------------------------*/
.hpLeft{
	float: left;
	width: 700px;
	
	}
.hpRight{
	float: right;
	width: 220px;
	padding-top: 5px;
	}
.hpRight img{
	margin-bottom:20px;
	}
.homepage-text {
    padding-left:15px;
}
.homepage-text h1 {
    font-size:1.6em;
}
.homepage #footer {
	padding-left:15px;	
}
/*MISC
----------------------------------------------------*/
.zebraStripe{
	background-color: #e3e6ef;
	}
.projects h4{
	clear: both;
	}
.projects img{
	float: left;
	border: 1px solid #ccc;
	padding:2px;
	margin: 0 30px 30px 0;
	}
