@charset "utf-8";
/* CSS Document */

	HTML, BODY {
		background-color: #797979;
		margin: 0px;
		padding: 0px;
		font-family: arial, helvetica, sans-serif;
		font-size: 12px;
		background-image: url(../images/black-fade.jpg);
		background-repeat: repeat-x;
	}
	
	#wrap {
		width: 800px;
		border-right: 1px solid #FFFFFF;
		border-left: 1px solid #FFFFFF;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
		vertical-align: top;
	}
	
	#header {
		height: 80px;
		background-color: #CCCCCC;
		width: 100%;
		border-top: 1px solid #FFFFFF;
	}
	
	#menu {
		height: 25px;
		background-color: #EDEDED;
		width: 785px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		padding-left: 15px;
		color: #006600;
		padding-top: 5px;
		
	}
	
	#menu a, #menu a:visited, #menu a:active {
		font-weight: bold;
		color: #006600;
		text-decoration: none;
	}
	
	#menu a:hover {
		text-decoration: underline;
	}
	
	#content {
		width: 100%;
		height: 450px;
		margin: 0px;
		padding: 0px;
		border-bottom: 1px solid #FFFFFF;
		
	}
	
	#footer {
		background-image: url(../images/blue-fade.jpg);
		background-repeat: repeat-x;
		padding: 15px;
	}
	
	#footerTable td {
		vertical-align: top;
	}
	
	#inquiryTable td {
		vertical-align: top;
	}
	
	#inquiryTable img {
		margin-right: 15px;
	}
	
	#inquiryTable .field {
		width: 250px;
	}
	
	
	
/* subpage */

div#subpagecontent {
	margin: 0px;
	padding: 0px;
	border:0px;
}

table#layout {
	width: 100%;
	margin: 0px;
	border: 0px;
}

table#layout td {
	border: 0px;
}

td#submenu {
	width: 150px;
	vertical-align:top;
	padding: 0px;
	background-color: #D7D7C4;
}

td#subcontent {
	vertical-align:top;
	padding: 15px;
}

td#sidebar {
	width: 150px;
	vertical-align:top;
}	


div.submenucontent {
  padding: 0 15px 20px 15px;
}


table#enquiry {

}

table#enquiry th {
	text-align: left;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}
