/* SECURE. */

html {

	/* ***** Fixed Footer. */
	height: 100%;
}
body {
	font-family: "Century Gothic", arial, san-serif;
	font-size: 18px;
	color: #888888;
	margin: 0;

	/* ***** Fixed Footer. */
	height: 100%;
}
#page {
    background-color: #ffffff;
	font-size: 25px;

    /* Fixed footer (Height of footer). */
    height: 100%;
    padding-bottom: 140px;
}
#project {

	/* Fixed Footer. */
	min-height: 100%;
    position: relative;
}
.content_w {
	width: 960px;
}

/* ***** Header. */
#brand {
	padding: 30px 0 10px 0;	
	background-color: #ffffff;
	height: 90px;
}
#ttl {
	font-size: 23px;
	font-weight: bold;
	color: #000000;
	padding-top: 10px;
}
#nav {
	background-color: #1F497D;
	border-bottom: 6px solid #1F497D;
	height: 60px;
}
	#nav .active {
		background-color: #ffffff;
		border-bottom: 6px solid #ffffff;
		font-size: 16px;
		font-weight: bold;
		color: #1F497D;
	}
	#nav li {
		list-style-type: none;
	}
		#nav li a {
			display: block;
			color: #ffffff;
			font-weight: bold;
			text-decoration: none;
			font-size: 16px;
			padding: 10px 12px 0 12px;
			line-height: 1.2em;
			text-align: center;
			height: 50px;
			border-left: 1px solid #1F497D;
			border-bottom: 6px solid #1F497D;
		}
		#nav li:nth-child(1) a {
			border-left: none;
		}
#nav ul, #nav li {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}
.hd1 {
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
	text-transform: none;
	letter-spacing: 0.05em;
}
/* ***** Header - End. */

/* ***** Page. */
#page a {
	color: #336699;
}
.i_box {
	background-color: #e8e9ea; /* #cccccc; */ /* #dbe0e4; */
	padding: 15px;
	border-bottom: 5px solid #1F497D;
	font-size: 16px;
	color: #333333;
	margin-right: 15px;
	width: 200px;
}
	.i_box img {
		padding-bottom: 5px;
	}
.list p {
	border-left: 5px solid #1F497D;
	padding-left: 10px;
	margin-top: 7px;
	margin-bottom: 7px;
}
.gal_cols .item {
	width: 400px;
	margin-right: 15px;
	margin-top: 20px;
}
	.gal_cols .ttl, .gal_rows .ttl {
		font-weight: bold;
		height: 70px;
	}
	.gal_cols img, .gal_rows img {
		margin-top: 10px;
		border: 1px solid #1F497D;
	}
.gal_rows .item {
	margin-right: 15px;
	margin-top: 20px;
}

/* ***** Fee Structure. */
table {
	width: 100%;
	border-top: 2px solid #1F497D;
	border-bottom: 2px solid #1F497D;
}
	table td {
		padding: 10px;
		vertical-align: top;
		border-bottom: 1px solid #1F497D;
	}
	table td.hd {
		color: #1F497D;
		font-weight: bold;
	}
/* ***** Fee Structure - End. */
/* ***** Page - End. */

/* ***** Footer. */
#ftr {
	background-color: #1F497D;
	padding: 30px 0 10px 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
	color: #ffffff;
	font-size: 14px;
	border-top: 15px solid #1F497D;
}
	#ftr .hd {
		font-size: 18px;
		font-weight: bold;
		color: #ffffff;
		background-color: #1F497D;
		text-transform: lowercase;
	}
/* ***** Footer - End. */