/* Import Drake fonts */
@font-face {
	font-family:"Drake Medium";
	src:url(/DrakeMedium.eot);
	src:local('Drake Medium'), url(/DrakeMedium.ttf) format('truetype');
}



/* HEADER AND FOOTER */
#header, #footer {
	display:none;
}



/* INTERNAL PAGES */
/* Child container for internal page body */
/* Parent containers styled only for screen display */
#internal-body-container {
	background-color:White;
	background-image:url(/images/internal-subheaderGradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
}

/* Elements of internal pages to hide from print */
#internal-body-navigation, #internal-body-socialMedia, #internal-body-timestamp-spacer {
	display:none;
}

/* Small container to hold the page title (subheader) */
#internal-body-subheader {
	font:32px "Drake Medium", sans-serif;
	text-shadow:Black 1px 1px;
	padding:0 0 0px 15px;
	line-height:68px;
	color:White;
	height:59px;
}

/* Small container to hold breadcrumbs */
#internal-body-breadcrumb {
	padding:0 15px 0 15px;
	background-color:#e6e6e6;
	text-shadow:White 1px 1px;
	color:#4d4d4d;
	height:32px;
}

/* Pseudo-class to set the color and decoration of breadcrumb links */
#internal-body-breadcrumb a {
	text-decoration:underline;
	color:#4d4d4d;
}

/* Container for body content */
#internal-body-content {
	padding:15px 15px 15px 15px;
	width:640px;
}

/* Child-container for body content, positioning a blue gradient */
#internal-body-content-container {
	padding:10px 10px 10px 10px;
	background:url(/images/internal-bodyGradient.jpg) repeat-x top;
	width:620px;
}

/* Sets the font size for page modification timestamps */
#internal-body-timestamp {
	padding-left:24px;
	font-size:9px;
}

/* Border and padded container for landing page, full width photos */
.internal-landingPhoto-container {
	margin-left:10px;
	background-color:White;
	border:1px solid #cccccc;
	padding:9px 9px 9px 9px;
}

/* Adds shadow left of the internal-landingPhoto-container */
.internal-landingPhoto-container-shadow {
	margin-left:-10px;
	background-image:url(/images/internal-shadowLandingPhoto.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:630px;
}



/* PHOTO DIRECTORY */
.printerHidden {
	display:none;
}



/* SHADOWING */
/* Class to display shadow along top of object */
.shadow-top {
	background:url(/images/shadow-top.png) repeat-x top;
	height:6px;
}

/* Class to display shadow along left side of object */
.shadow-left {
	background:url(/images/shadow-left.png) repeat-y left;
	padding-left:6px;
}

/* Class to display shadow along bottom of object */
.shadow-bottom {
	background:url(/images/shadow-bottom.png) repeat-x bottom;
	height:6px;
}

/* Class to display shadow along right side of object */
.shadow-right {
	background:url(/images/shadow-right.png) repeat-y right;
	padding-right:6px;
}



/* GENERAL LAYOUT AND FORMATTING */
body {
	background-color:White;
	font-family:verdana, arial, san-serif;
	font-size:11px;
	line-height:15px;
	text-align:left;
} 

a {
	color:blue;
	text-decoration:none;
}

a:hover {
	color:black;
	text-decoration:underline;
}

h1, h2, h3, h4 {
	font-family:georgia, helvetica, san-serif;
	font-weight:bold;
	line-height:20px;
	margin:0px;
	padding:0px 0px 3px 0px;
}

h1 {
	color:#8695c3;
	font-size:24px;
}

h2 {
	border-bottom:2px solid #e6e6e6;
	color:#0d2b88;
	font-size:20px;
	margin-bottom:5px;
}

h3 {
	color:#8695c3;
	font-size:17px;
}

h4 {
	color:#0d2b88;
	font-size:17px;
}

ul, ol {
	margin-top:0px;
}