/********************
 *  Text formatting. 
 * 
 ********************/

h1{
	font-size: 22px;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin:  1.4em 16px 0 0;
}

h2{
	font-size: 18px;
	line-height: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin:  1.4em 16px 0 0;
	font-style: italic;
}

p{
	font-size:  1.2em;
	line-height: 1.4em;
	margin:  1.4em 16px 0 0;
}



ul{
	font-size:  1.2em;
	line-height: 1.4em;
	margin:  1.4em 16px 0 0;
	list-style: none;
}

ul.project_filter, ul.sec_nav{
	margin-top: 2.8em;
}

ul.blog{
	margin-top: 1.4em;
}

ul.project_list {
	margin-top: 1.4em;
	width:  312px;
}

p.contact_details{
	margin-top: 1.4em;
}

ul.project_list li.awarded{
	list-style-image: url(../images/a.gif);
}

ul.project_list li.active{
	background: #E2E2E2;
	width: auto;
}

.hr{
	margin:  1.4em 0 0 0;
	height: 1px; background: #666666;
}

.hr hr{
	display: none;
}

.hr_narrow{
	margin:  1.4em 0 0 0;
	height: 1px; background: #666666;
	width: 2em;
}

.hr_narrow hr{
	display: none;
}


.contact_details{
	margin-top: 2.8em;
}

.dark{
	color: black;
}

.case_image{
	margin: 2.8em 0 2.8em 16px;
}

.case_image p.description{
	margin: 0 0 0 0;
	color: black;
}

.case_image img{
	margin-bottom: 1.4em;
}

.home_welcome{
	font-size: 16px;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin:  320px 16px 0 30px;
	width: 450px;
}

