body {
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", arial, helvetica, verdana, sans-serif;
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #333333;
	background-color:  #ffffff;
	text-align: center;
	
}


* {
	padding: 0;
	margin: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.clearfix{
	zoom : 1;
}

/****************************************************************/
/* 1. STRUCTURE  */
/****************************************************************/


#accessibility
{
	position: absolute;
	top: -10000px;
}

#container{
	width: 655px;
	margin: 0px auto;
	text-align: center;
	padding: 17px 0;
}

#wrapper{
	text-align: left;
}


#header .inner{
	text-align: left;

}

#content .inner{
	text-align: left;
	
} 

#footer .inner{
	margin: 10px 0;
	text-align: left;
}

#header{
	padding: 0 0 18px 0;
	border-bottom: 4px solid #666666;
	margin: 0 0 28px 0;
}
#home #header{
	margin-bottom: 20px;
}
#intro{
	padding: 0 0 15px 0;
	border-bottom: 4px solid #666666;
	margin-bottom: 22px;
}
#footer{
	border-top: 4px solid #666666;
	margin: 19px 0 0 0;
	padding: 15px 0 0 0;
}


#sideCol{
	width: 163px;
	float: left;
}

.left{
	float: left;
}

.right{
	float: right;
}

#intro .left{
	width: 450px;
}
#intro .right{
	width: 173px;
}
#corner_note{
	width: 250px;
	float: right;
	text-align: right;
	
	
}

#mainCol{
	width: 450px;
	float: right;
}


#contact_details{
	width: 200px;
	float: right;
	padding-top: 86px;
	text-align: right;
}
#project_header{
	margin: 0 0 20px 0;
}
div.testimonial{
	margin: 20px 0 0 0;
}
/****************************************************************/
/* 2. TEXT  */
/****************************************************************/

#header{font-size: 1em;}
#wrapper{font-size: 1.2em;}
#footer{font-size: 1em;}

input, select, th, td, textarea {font-size:1em;}

li li, li p, td p, div p, blockquote p, div ul li a, ul li p, div a {font-size:1em}

#wrapper p{
	line-height: 1.33em; /* 16px */
}

p, a, table, form, li, div, input, textarea, select, code{
	font-family: "Helvetica Neue", arial, helvetica, sans-serif;
}



h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0;
	font-size: 1em;
}

h1{
	/* 17px */
	color: #000000;
	font-size: 1.42em;
}
h2{
	color: #000000;
	font-size: 1.42em;
}
#intro h2{
	margin-bottom: 20px;
}
#project_header h1{
	float: left;
}
#nums{
	float: right;
}
.highlight{
	font-weight: bold;
}
blockquote{
	margin: 0 0 4px 0;
}
blockquote p{
	color: #333;
}
cite{
	color: #333;
}

p.contact{
	margin: 1px 0 8px 0;
	padding: 0px 0 9px 0;
	border-bottom: 4px solid #666666;
}
/****************************************************************/
/* FLASHES  */
/****************************************************************/

#notice { 
border: 2px solid red; 
padding: 1em; 
margin-bottom: 2em; 
background-color: #f0f0f0; 
font: bold smaller sans-serif; 
} 


/****************************************************************/
/* LINKS */
/****************************************************************/

a{
	color: #000000;
	text-decoration: none;
}
a.current{
	color: #000;
	font-weight: bold;
}
#menu a{
	color: #333333;
}
#menu li.active a{
	color: #000000;
	font-weight: bold;
}

/****************************************************************/
/* LISTS  */
/****************************************************************/
ul{
	list-style-type: none;
}

ul#menu{
	margin: 8px 0;
	padding: 9px 0;
	border-top: 4px solid #666666;
	border-bottom: 4px solid #666666;
}
#menu li{
	line-height: 1.33em; /* 16px */
	border-bottom: 1px dotted #666666;
	padding: 2px 0 1px 0;
}
#menu li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
/****************************************************************/
/* IMAGES  */
/****************************************************************/

img{
	border: none;
}
img.logo{
	float: left;
}
img.main{
	margin: 0 0 22px 0;
}