/* 
	CSS for index.shtml
	Written by BePrivy LLC
	http://www.beprivy.com/
*/

/* Breadcrumb (override standard bottom margin) */

div#bcrumb {
	margin: 0 0 2px 0;
}


/* Structure */

#primary {
	width: 558px;
	float: left;
	margin: 0 0 54px 0;
}

#primary .mcblock {
	margin: 0 0 27px 0;
	position: relative;
}

#sidebar {
	width: 270px;
	float: right;
	margin: 0 0 54px 0;
}


/* Intro Statement */

h2#intro {
	font-family: 'Bell Gothic Std Bold', 'Trebuchet MS', sans-serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 1.4em;
	color: #004B6C;
	margin: 0 0 27px 0;
	
}


/* Primary Content */

.mcblock img {
	width: 233px;
/*  position: absolute; */
	top: 0;
	left: 0;
	float: left;
}

.mcblock h3 {
	margin: 9px 0 18px 0px;
	font-family: 'Bell Gothic Std Bold', 'Trebuchet MS', sans-serif;
	font-size: 1.8em;
	line-height: 1.12em;
	font-weight: normal;
	color: #004B6C;
	text-transform: uppercase;
}

.mcblock h3 a, .mcblock h3 a:visited {
	color: #004B6C;
}

.mcblock h3 a:hover {
	color: #004B6C;
	text-decoration: none;
}

.mcblock p {
	margin-left: 251px;
}

.mcblock p.app {
	margin-left: 251px;
	font-style: italic;
	text-transform: uppercase;
}