html
{
	width: 100%;
	height: 100%;
}

body
{
	font-family:  Arial,Verdana,sans-serif;
	background-color: #24282b;
	font-size: 0.95em;
	width: 100%;
	height: 100%;
}

a
{
	color: #676767;
	font-size: 1.05em;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #acb620;
}

.blurb
{
	color: #FFFFFF;
}

h1
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 30px;
}

a img
{
	border: 0 none;
}

.blurb .highlight, .highlight
{
	color: #D2E03E;
}

.phone
{
	color: white;
	font-weight: bold;
}

div.mu_bar
{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	height: 40px;
	width: 100%;
	background-color: #d5e03f;
}

div.mu_bar ul
{
	list-style-type: none;
	margin: 12px 0px;
	padding-right: 50px;
	text-align: right;
}

div.mu_bar li
{
	display: inline;
	padding-right: 40px;
}

div.mu_bar li a
{
	color: black;
}


/****************************************************************/
/*		Awards													*/
/****************************************************************/

#awards_list
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	overflow: auto;
	height: 380px;
}

#awards_list h2
{
	color: #D5E03F;
	font-weight: bold;
}

/****************************************************************/
/*		Contact Us												*/
/****************************************************************/

#contactUs
{
	position: relative;
}

#contactUs h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
}

#contactUs h2.street_view
{
	position: absolute;
	top: -30px;
	left: 52%;
	width: 48%;
}

#contactUs  ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#contactUs li
{
	overflow: hidden;
	padding-bottom: 10px;
}

address
{
	float: left;
	width: 50%;
	padding-right: 2%;
	display: block;
	font-style: normal;
}

/*
#contactUs li img
{
	width: 41%;
	min-width: 169px;
	height: 110px;
}
*/


/****************************************************************/
/*		Our Work    											*/
/****************************************************************/

#project_logo_area
{
	max-width: 800px;
}

* html #project_logo_area
{
	width: 100%;
}

#project_logo_area img
{
	margin-top: 1%;
	margin-right: 1%;
	width: 23%;
	max-width: 220px;
	/*height: 48%;*/
}

* html #project_logo_area img
{
	width: 30%;
}

.blurb img
{
	border: 3px solid white;
	margin: 5px;
}

.blurb a img:hover
{
	border-color: #D2E03E;
}

.blurb img.selected
{
	border: 8px solid white;
	display: block;
}

.work_navigation
{
	position: absolute;
	bottom: 25px;
	border-top: 1px solid #A2A2A2;
	width: 92%;
	text-align: center;
	padding-top: 15px;
}

.work_navigation .prev
{
	float: left;
	background: transparent url(/images/layout/arrow_left.png) no-repeat;
	padding-left: 35px;
	height: 35px;

}

.work_navigation .next
{
	float: right;
	background: transparent url(/images/layout/arrow_right.png) no-repeat right;
	padding-right: 35px;
	height: 35px;
}

#clients_logos
{
	margin: 0 -25px;
	padding: 25px;
	background-color: white;
}

#clients_logos a
{
	float: left;
	width: 24%;
	height: 86px;
	text-align: center;
}

#clients_logos a img
{
	max-width: 90%;
	max-height: 90%;
}
