body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a {
	color: #3e6aab;
}

a:hover {
	color: #78a5e2;	
}

h1 {
	font-size: 18px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	color: #467fd2;
	margin: 10px 0px 10px 0px;
}

h3 {
	font-size: 13px;
	margin: 10px 0px 10px 0px;
}

h4 {
	color: #467fd2;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

li h4 {
	text-transform: none;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}

/* Primary Layout */

#cnt-main {
	width: 950px;
	margin: 0px auto 0px auto;
}

#cnt-main-header-homepage {
	display: none;
}

#cnt-main-header {
	display: none;
}

#cnt-main-middle {
	/* Position relative is used for elements
	 * whose position is absolute on the homepage
	 * (navigation and content)
	 */
	position: relative;
	width: 895px;
	min-height: 427px;
	padding: 0px 29px 0px 27px;
	background: url(/images/interior_edges.png);
}

#cnt-main-footer {
	display: none;
}

#cnt-main-boxes {
	display: none;
}

#cnt-main-boxes img {
	display: none;
}

#cnt-main-footer-content {
	padding: 5px 24px 0px 21px;
}

	#cnt-main-footer-content a {
		text-decoration: none;
		color: #ffffff;
	}
	
.footer-content-left {
	float: left;
	width: 65%;
}

.footer-content-right {
	float: right;
	width: 30%;
	text-align: right;
}

#cnt-interior-header {
	width: 100%;
	height: 134px;
	background: url(/images/interior_header.jpg) no-repeat;
}

	.interior-header-link img {
		margin: 0px 0px 2px 30px;
	}

#cnt-interior-middle {
	min-height: 200px;
	padding-bottom: 9px;
	overflow: auto;
	background: url(/images/interior_background.gif) repeat-y;
}

#cnt-interior-navigation {
	float: left;
	width: 180px;
	padding: 10px 0px 0px 13px;
	background: url(/images/navigation_header.jpg) no-repeat;
}

	.cnt-interior-navigation-ad p {
		width: 160px;
		color: #000000;
	}

#cnt-interior-content {
	float: left;
	width: 694px;
}

	#cnt-interior-content-header {
		position: relative;
		height: 52px;
		background: url(/images/interior_content_header.jpg) no-repeat;
	}
	
		#cnt-interior-content-header h1 {
			position: absolute;
			top: 13px;
			left: 7px;
		}
		
		#cnt-breadcrumbs {
			padding: 3px 10px 0px 0px;
			text-align: right;
		}
		
		#cnt-breadcrumbs a {
			text-decoration: none;
			color: #ffffff;
		}
		
	#cnt-interior-content-middle {
		padding: 0px 7px 0px 7px;
		background: #deeafc url(/images/interior_content_middle_background.gif) repeat-x;
	}
	
		#cnt-interior-content-body {
			min-height: 300px;
			background: #ffffff;
			color: #000000;
			padding: 5px 15px 15px 15px;
			overflow: auto;
		}
	
	#cnt-interior-content-footer {
		height: 6px;
		line-height: 0px;
		font-size: 0px;
		background: url(/images/interior_content_footer.gif) no-repeat;
	}
	
#cnt-interior-footer {
	position: relative;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

	#cnt-interior-footer img {
		position: absolute;
		top: -15px;
		left: 0px;
	}

/* Navigation */

.navigation {
	display: none;
}

/* Homepage */

#cnt-homepage-navigation {
	display: none;
}

#cnt-homepage-content {
	color: #000000;
	font-size: 12px;
}

