/* 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;
}



/* WHY DRAKE PAGES */
/* Shadow along left and right sides of Why Drake page body */
#whyDrake-body-shadows {
	padding:0 0 0 19px;
	margin:0 auto;
	width:900px;
}

/* Child container for Why Drake page body */
#whyDrake-body-container {
	background-color:white;
	background-image:url(/whyDrake/images/body-gradients.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
	width:900px;
}

/* Header definition for Why Drake content */
#whyDrake-body-container h1 {
	color:#731417;
	border-bottom:5px solid #e6e6e6;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	margin:0 0 7px 0;
	padding:0px;
}

/* Remove margin and padding from unordered list items */
#whyDrake-body-container ul {
	padding:0px;
	margin:0px;
}

/* Descendant selector to replace bullets in level 1 list items */
#whyDrake-body-container ul > li {
	list-style-image:url("/whyDrake/images/listItem-level1.gif");
	list-style-type:square;
}

/* Descendant selector to replace bullets in level 2 list items */
#whyDrake-body-container ul > li ul > li {
	color:#731417;
	font-size:14px;
	line-height:20px;
	list-style-image:url("/whyDrake/images/listItem-level2.gif");
	list-style-type:square;
	margin-left:20px;
}

/* Small container to hold breadcrumbs */
#whyDrake-body-breadcrumb {
	color:#7f9fdb;
	height:40px;
	line-height:40px;
	padding:0 15px 0 15px;
	width:900px;
}

/* Pseudo-class to set the color and decoration of breadcrumb links */
#whyDrake-body-breadcrumb a {
	text-decoration:underline;
	color:white;
}

/* Container to hold navigation buttons */
#whyDrake-body-navigation {
	padding-left:4px;
	width:900px;
}

/* Pseudo-class to size Why Drake navigation buttons */
#whyDrake-body-navigation a {
	background-repeat:no-repeat;
	background-position:0 0px;
	display:inline-block;
	height:41px;
}

/* Class to hide link content, leaving background images visible but text available to spiders */
.whyDrake-body-navigation-links {
	display:none;	
}

/* Shadow along left side of Why Drake left column */
#whyDrake-leftColumn-shadow {
	float:left;
	background:url(/whyDrake/images/body-shadows-leftColumn.jpg) no-repeat left top;
	margin-top:10px;
	padding-left:10px;
	width:300px;
}

/* Child container for Why Drake left column */
#whyDrake-leftColumn-container {
	background-color:white;
	font-family:georgia, helvetica, san-serif;
	font-size:16px;
	line-height:22px;
	margin-top:-3px;
	padding:0 15px 0 15px;
	text-align:left;
	width:270px;
}

/* Shadow along left side of Why Drake right column */
#whyDrake-rightColumn-shadow {
	float:left;
	background:url(/whyDrake/images/body-shadows-rightColumn.jpg) no-repeat left top;
	margin-top:10px;
	padding-left:13px;
	width:567px;
}

/* Class to add border and padding to right column photo */
.whyDrake-rightColumn-photo {
	background-color:white;
	border:1px solid #808080;
	padding:6px;
}

/* Class to shadow photos in the right column, below the main photo */
.whyDrake-rightColumn-photo-shadows {
	background:url(/whyDrake/images/body-shadows-photos.jpg) repeat-x left center;
	padding:0 10px 0 10px;
}
/* Child container for Why Drake right column (content below photo) */
#whyDrake-rightColumn-container {
	background:url(/whyDrake/images/body-gradients-rightColumn.jpg) no-repeat left top;
	font-family:arial, verdana, san-serif;
	font-size:14px;
	line-height:19px;
	padding:15px 30px 0px 30px;
	text-align:left;
	width:507px;
}

/* Formatting for highlighted text */
.whyDrake-textHighlight {
	color:#731417;
	font-weight:bold;
}

/* Formatting for acknowledgements in text */
.whyDrake-acknowledgement {
	float:right;	
	font-size:12px;
	font-style:italic;
	line-height:16px;
}



/* 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;
}
