

/*==============================================
Main layout components
==============================================*/

body {
	color: #FFF;
}

#homepage {
	background-color: #356CA5;
  width: 1120px; 
	margin: 20px auto 0 auto;
}

#header_logo {
	width: 960px;
	height: 147px;
}

#content_wrapper {
	width: 960px;
	clear: both;
}

#img_content {
	clear:left;
	width: 480px;
	height: 290px;
	padding: 0px 0px 0px 0px;
	float: left;
 background-color: #999;
	
}


#img_text {
	clear:left;
	width: 480px;
	height: 290px;
	padding: 0px 0px 0px 0px;
	float: right;
 background-color: #999;
	
}
#text_content {
	clear:left;
	width: 440px;
	height: 250px;
	padding: 10px 10px 10px 10px;
	float: left;
	background-color: #999;
	overflow: auto;
}
#main_image {
	clear:right;
	width: 480px;
	height: 290px;
	float: right;
}

#footer {
	clear: both;
}

/*==============================================
linkage
==============================================*/

a, a:link, a:visited {
	text-decoration: none;
	color: #6b576C;
}

a:hover {
	
}

/*==============================================
navigation
==============================================*/

#main_nav {
	list-style: none;
	margin: 14px 0;
}

#main_nav li {
	display: inline;
}

#main_nav a {
	display: block;
	margin: 0 1em;
	padding-bottom: 4px;
	text-decoration: none;
	float: right;
	border-bottom: 6px solid #000000;
	color: #801213;
/* 	font-weight: bold; */
}

/* colours of individual nav links */

#main_nav li.menulink a { color: #FFFFFF; }
#main_nav li.archilink a { color: #757388; }
#main_nav li.structlink a { color: #74919F; }

#main_nav li#homelink a {
	margin-left: 0;
}

#main_nav li a:hover {
	border-bottom: 6px solid #801213;  color: #801213;
}

/*==============================================
main content
==============================================*/

#text_content p {
	text-align: left;
	font-size: .80em;
}

/*==============================================
footer
==============================================*/

#footer ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 20px;
	text-align: right;
	float: right;
}

#footer ul li {
	color: #999;
	text-decoration: none;
	font-size: 0.8em;
	padding-right: 0px;
}

#footer ul li.civillink a { background: url(../cssimages/civil_logo.gif) no-repeat right 50%; }
#footer_text {
	padding-top: 1.3em;
	color: #999;
	float: left;
	font-size : 0.9em;
}

#footer_text address {
	font-size : 1.3em;
	padding-bottom: 6px;
}

#footer_text address a {
	color: #666;
}

#footer_text a {
	text-decoration: none;
	color: #999;
}

#footer_text a:hover {
	text-decoration: none;
}

.type {
	display: none;
}

/* #vcd {
	padding-left: 24px;
	background: url(../cssimages/hcard_icon.gif) no-repeat left 50%;
} */

/*==============================================
specific page styles
==============================================*/

/* civilpage */

#civilpage h1 { padding-left: 46px; background: url(../cssimages/civil_logo.gif) no-repeat left center; }
#civilpage #text_content { background: #99734F; }
#civilpage #main_nav li a:hover { border-bottom: 6px solid #99734F; }

/* archipage */

#archipage h1 { padding-left: 46px; background: url(../cssimages/archi_logo.gif) no-repeat left center; }
#archipage #text_content { background: #757388; overflow: auto; }
#archipage #main_nav li a:hover { border-bottom: 6px solid #757388; }

/* structpage */

#structpage h1 { padding-left: 46px; background: url(../cssimages/struct_logo.gif) no-repeat left center; }
#structpage #text_content { background: #718377; overflow: auto; }
#structpage #main_nav li a:hover { border-bottom: 6px solid #718377; }






