/* CSS: Morin Development */
@charset "utf-8";
body {
	background-color: #ffffff;
	font-family: "Lucida Sans", "Tahoma", "Verdana", "Arial", "Helvetica", _sans;
	font-size: 12px;
	color: #535149;
	margin: 0px;
}

/* custom classes */
.ctrMainContent {
	padding-top: 110px;
}

.ctrLogo {
	position: relative;
	left: -38px;
	top: -105px;
	z-index: 2;
}

.ctrNav {
	padding-left: 225px;
	font-size: 12px;
	color: #b6b398;
	font-weight: bold;
	letter-spacing: 0.05em;
}

	.ctrNav #selected a:link {
		color: #e7deb7;
		text-decoration: none;
	}
	
	.ctrNav #selected a:active {
		color: #e7deb7;
		text-decoration: none;
	}
	
	.ctrNav #selected a:visited {
		color: #e7deb7;
		text-decoration: none;
	}
	
	.ctrNav #selected a:hover {
		color: #e7deb7;
		text-decoration: none;
	}
	
	.ctrNav #item a:link {
		color: #ffffff;
		text-decoration: none;
	}
	
	.ctrNav #item a:active {
		color: #ffffff;
		text-decoration: none;
	}
	
	.ctrNav #item a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	.ctrNav #item a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

.ctrSub_SideNav {
	width: 112px;
	background-color: #ffffff;
	padding-right: 20px;
	padding-top: 48px;
	text-align: right;
}

	.ctrSub_SideNav	#item {
		padding-bottom: 25px;
		font-size: 15px;
		font-weight: bold;
	}

		.ctrSub_SideNav #item a:link {
			color: #155aa9;
			text-decoration: none;
		}
		
		.ctrSub_SideNav #item a:active {
			color: #155aa9;
			text-decoration: none;
		}
		
		.ctrSub_SideNav #item a:visited {
			color: #155aa9;
			text-decoration: none;
		}
		
		.ctrSub_SideNav #item a:hover {
			color: #155aa9;
			text-decoration: underline;
		}

	.ctrSub_SideNav	#selected {
		padding-bottom: 25px;
		font-size: 15px;
		font-weight: bold;
	}

		.ctrSub_SideNav #selected a:link {
			color: #bfb897;
			text-decoration: none;
		}
		
		.ctrSub_SideNav #selected a:active {
			color: #bfb897;
			text-decoration: none;
		}
		
		.ctrSub_SideNav #selected a:visited {
			color: #bfb897;
			text-decoration: none;
		}
		
		.ctrSub_SideNav #selected a:hover {
			color: #bfb897;
			text-decoration: none;
		}

.ctrSub_Content {
	background-image: url(../_images/contentbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #dedbca;
}

	.ctrSub_Content #content {
		padding-left: 37px;
		padding-right: 20px;
		padding-top: 20px;
		padding-bottom: 43px;
	}

		.ctrSub_Content #content a:link {
			color: #155aa9;
			text-decoration: none;
		}
		
		.ctrSub_Content #content a:active {
			color: #155aa9;
			text-decoration: none;
		}
		
		.ctrSub_Content #content a:visited {
			color: #155aa9;
			text-decoration: none;
		}
		
		.ctrSub_Content #content a:hover {
			color: #155aa9;
			text-decoration: underline;
		}
	
		.ctrSub_Content #content h1 {
			font-size: 26px;
			color: #ffffff;
		}
		
		.ctrSub_Content #content h2 {
			font-size: 18px;
			color: #155aa9;
		}

		.ctrSub_Content #content h3 {
			font-size: 14px;
			color: #155aa9;
		}
		
		.ctrSub_Content #content p {
			font-size: 13px;
			color: #000000;
			line-height: 1.35em;
		}
		
	.ctrSub_Content #content_indent {
		padding-left: 15px;
	}

		.ctrSub_Content #content_indent a:link {
			color: #155aa9;
			text-decoration: none;
		}
		
		.ctrSub_Content #content_indent a:active {
			color: #155aa9;
			text-decoration: none;
		}
		
		.ctrSub_Content #content_indent a:visited {
			color: #155aa9;
			text-decoration: none;
		}
		
		.ctrSub_Content #content_indent a:hover {
			color: #155aa9;
			text-decoration: underline;
		}
	
	.ctrSub_Content #subtitle {
		font-size: 14px;
	}
	
	.ctrSub_Content #subtitle_small {
		font-size: 12px;
	}

	.ctrSub_Content #email {
		float: right;
	}

	.ctrSub_Content #port_hint {
		float: right;
		padding-top: 30px;
	}
	
	.ctrSub_Content #bio_picture {
		float: left;
		padding-right: 10px;
	}

	.ctrSub_Content #port_picture {
		font-size: 6px;
		float: left;
		padding-right: 10px;
	}

.ctrHomeSidebar {
	background-color: #dedbca;
	padding-top: 50px;
	padding-left: 8px;
	padding-right: 8px;
	text-align: right;
	font-size: 14px;
	line-height: 18px;
}

.ctrFooter {
	padding-top: 2px;
	font-size: 11px;
}

.ctrSpacer {
	height: 5px;
	font-size: 5px;
}

/* colors */
.ctrBlueBG {
	background-color: #155aa9;
}

.ctrTaupeBG {
	background-color: #bfb897;
}
