/* ---------------------------------------------
HOMEPAGE STYLES - GLOBAL.CSS

Colour reference

-----------------------------------------------*/


#page_content_all {
	width: 100%;
	height: 100%;
	margin-top: 13.5px;
}

#project {
	width: 702px;
	height: 100%;
	float: right;
	
}

h2.projecttitle {
	width: 240px;
	height: 100%;
	float: left;
	font-size: 1.2em;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

hr.hr2 {
      color: #000;
      background-color: #000;
      height:1px;
	  border:none;
	  margin-top:5px;
	  margin-bottom:5px;
    }


/*----------------------------------------------

TOP LINK TRAIL

------------------------------------------------*/

.home {
	
}

.login {
	padding: 0 0 0 406px;

}

.sitemap {
	padding: 0 0 0 160px;
}

.telephone {
	padding: 0 0 0 0px;
	margin-left: 5px;
}


#toplink_trail{
	width: 578px;
	height: 25px;
	border-bottom: 1px solid #000;
	padding-top: 5px;
	margin-left: 120px;
}

#toplink_trail_contact{
	width: 100%;
	height: 5px;
}

#toplink_trail #toplink_trail_primary {
	float: left;
	padding-top: 5px;
}

#toplink_trail .toplink_trail_secondary {
	float: left;
	padding-top: 5px;
	margin-left: 190px;
}


/*----------------------------------------------

INDIVIDUAL PROJECT BOX

------------------------------------------------*/

.project_box {
	height: 165px;
	width: 232px;
	float: left;
	margin-bottom: 20px;
	margin-left: 2px;
}

.project_box .project_content {
	float: left;
	height: 140px;
	width: 220px;
	padding: 5px;
	
}

.project_box .project_content p.project_name {
	padding: 16px 0 0px 0;
	float: left;
	text-transform: uppercase;
	font-size: 10px;
}

.project_box .project_content p.project_date {
	padding: 16px 0 0px 0;	
	float: right;
}

/*----------------------------------------------

PROJECT BOX LINK

------------------------------------------------*/

a.project_containerlink {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: transparent;
	
}

a.project_containerlink:hover {
	background-color: #c9fdff;
	text-decoration: none;
}

.divider {
	width: 100%;
	height: 100%;
	border-top: 1px solid #000;
}


.sitemap-table {
	padding: 0 0 0 32px;	
}

#pressarticles {
	width: 561px;
	height: auto;
	clear: both;
	margin: 0;
}

#pressarticles ul {
	width: 700px;
	height: auto;
	clear: both;
}

#pressarticles li {
	clear: both;
	border-top: dashed 1px #666;
	min-height: 20px;
	padding: 6px 0;
	font-size: 12px;
}

#pressarticles li strong {
	font-size: 11px;
	clear:both;
}

#pressarticles li a {
	text-decoration: underline;
	font-weight: bold;
	color: #644344;
}

#pressarticles li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #644344;
}

#pressarticles li img {
	float: right;
}

.flickrarea {
	margin-left: 119px;
}


#comment-23 {
	color:#0F3;
}
