/*
dark blue: #1F4880; - REDUNDANT
cool blue: #39718B.
medium grey: #999999;
*/



/* PARENT CLASSES */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#1F4880;
	font-size:11px;
}
p {
	margin-top:0px;
}

/* STANDARD CLASSES */
h1 {
	color:#39718B;
	font-size: 20px;
	font-weight:bold;
	margin:0px;	
	margin-top:0px;
	margin-bottom:10px;
	padding:0px;
}
h2 {
	color:#39718B;
	font-size: 14px;
	margin:0px;
}
h3 {
	color:#39718B;
	font-size: 12px;
	margin:0px;
}
h4 {
	color:#999999;
	font-size: 12px;
	margin:0px;
	margin-bottom:0px;
}

td {
	vertical-align:top;
	font-size:11px;
}
a, a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#39718B;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
}
table {
	border-collapse:collapse;
}

/*  SPECIFIC CLASSES */
.container_table {
	width:800px;
	background-color:#ffffff;
	margin:20px auto;
}
.main_td {
	width:640px;
	height:400px;
	text-align:justify;
	padding-right:20px;
	line-height:1.8;

}
.right_hand_column {
	padding:0px;
	width:250px;
	background-color:#aaaaaa;
	color:#FFFFFF;
}
.right_hand_column a {
	color:#FFFFFF;
	font-weight:normal;
}
.rhs_testimonials {
	border-bottom:1px dashed #999999;
	padding:10px;	
}
.rhs_architect_list {
	text-align:center;
	margin:5px;
}

.bottom_text {
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	font-size:10px;
	text-align:center;
	padding:5px;
	color:#999999;
}
.bottom_text a {
	color:#999999;
}
.admin_links {
	font-size:10px;
	margin:10px auto;
}
.main_edit_button {
	float:right;
	width:200px;
	heigh:30px;
	background-color:#CCCCCC;
	color:39718B;
	border:1px solid #39718B;
}
.project_organisations {
	color:#999999;
	font-style:italic;
}

/* Projects list table */
.project_list a, .project_list a:visited {
	font-weight:normal;
}
.project_list th {
	background-color:#eeeeee;
	color:#999999;
	font-size:12px;
	text-align:left;
}
.project_list th {
	color:#999999;
}

.top_image {
	height:120px;
}

/*project table*/
.project_table th{ 
 	font-weight:normal;
	font-size:10px;
	color:#999999;
	text-align:right;
}

.project_summary_box {
	border:1px solid #39718B;
	padding:5px;
	margin:2px;
	width:150px;
	height:150px;
	overflow:hidden; 
	text-align:center;
	line-height:10px;
	float:left;
}
.project_summary_image_box {
	margin-top:4px; 
	width:120px;
	height:90px;
	overflow:hidden;
	text-align:center;
}
.project_description {
	margin:20px; 
}
.image_right {
	float:right;
	margin-left:15px;
	margin-bottom:20px;
}

.pfield {
	font-weight:normal; 
	font-size:10px;	
	color:#999999;	
	text-align:right; 
}
.people_submenu_div {
	border:1px solid #39718B;
	padding:5px;
	margin:2px;
	width:120px;
	height:120px;
	overflow:hidden; 
	text-align:center;
	line-height:10px;
	float:left;
}
.people_submenu_div_image_box {
	margin-top:4px; 
	width:100px;
	height:80px;
	overflow:hidden;
	text-align:center;
}

.error_notice {
	background-color:#ffc5cc;
	border:1px solid #990000;
	padding:10px;
	margin:5px;
}
