/* Import Drake fonts */
@font-face {
	font-family:"Drake Medium";
	src:url(/DrakeMedium.eot);
	src:local('Drake Medium'), url(/DrakeMedium.ttf) format('truetype');
}



/* HOMEPAGE */
/* Container for Why Drake "marketing" content */
#homepage-whyDrake {
	background-color:#7f9fdb;
	text-align:center;
	width:100%;
	height:250px;
	clear:both;
}

/* Container to apply shadow left of Why Drake content and display Flash animation */
#homepage-whyDrake-container {
	background:url(/images/homepage-whyDrake-shadow.jpg) no-repeat left;
	padding:0 15px 0 15px;
	margin:auto;
	width:900px;
	height:250px;
	border:none;
}

/* Container for homepage body */
#homepage-body {
	background-color:White;
	text-align:center;
	width:100%;
	clear:both;
}

/* Child container for homepage body */
#homepage-body-container {
	background-color:#f2f2f2;
	background-image:url(/images/homepage-body-background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding:13px 19px 18px 9px;
	font:11px arial, verdana, san-serif;
	text-align:left;
	margin:0 auto;
	width:872px;
}

/* Container for "About Drake Law" media, used to establish shadows */
#homepage-body-aboutDrake {
	background:url(/images/homepage-body-aboutDrake-shadow.jpg) repeat-x left;
	padding:0 10px 0 10px;
	width:300px;
}

/* Child container for "About Drake Law" media, used to pad the content */
#homepage-body-aboutDrake-container {
	background-color:White;
	padding:6px;
	width:288px;
}

/* Container for "Spotlight" material, used to establish shadows */
#homepage-body-spotlight {
	background:url(/images/homepage-body-spotlight-shadow.gif) repeat left;
	padding:0 10px 0 10px;
	width:260px;
}

/* Child container for "Spotlight" material, used to pad the content */
#homepage-body-spotlight-container {
	background-color:White;
	padding:1px 6px 6px 6px;
	width:248px;
}

/* Class to indent "News & Events" content */
.homepage-body-newsEvents-content {
	padding:0 0 4px 6px;
	width:260px;
}

/* Background layer to dim page as modal layer is displayed */
#homepage-fade {
	background:black;
	display:none;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:.70;
	position:fixed;
	z-index:1000;
}

/* Modal layer for About Drake Law YouTube content */
.homepage-modalWindow {
	background:url(/images/homepage-body-aboutDrake-background.png) no-repeat top left;
	display:none;
	position:fixed;
	top:50%;
	left:50%;
	width:640px;
	height:390px;
	padding:20px 30px 30px 20px;
	text-align:center;
	z-index:1001;
}

/* Positioning of close button for modal layer */
.homepage-modalWindow-close {
	border:none;
	float:right;
	margin:-17px -9px 0px 0px;
}



/* HEADER */
/* Container for header content */
#header {
	border-bottom:1px solid black;
	background:url(/images/header-background.jpg) repeat-x top;
	text-align:center;
	width:100%;
	height:140px;
	clear:both;
}

/* Child container for main and top menus, including search */
#header-menus {
	background:url(/images/header-building.jpg) no-repeat right;
	text-align:left;
	width:900px;
	height:140px;
	margin:0 auto;
}

/* Floats and sizes top menu in header, establishing background image */
#header-menuTop {
	background:url(/images/header-menuTop-background.jpg) repeat-x;
	float:right;
	height:42px;
}

/* Pseudo-class to size top menu buttons */
#header-menuTop a {
	background-repeat:no-repeat;
	background-position:0 0px;
	display:inline-block;
	height:42px;
}

/* Pseudo-class to change background position on top menu button mouseovers */
#header-menuTop a:hover {
	background-position:0 -42px;
}

/* Class to stylize the top menu's search field */
.header-menuTop-search {
	font:11px arial, verdana, san-serif;
	vertical-align:top;
	margin-left:6px;
	margin-top:8px;
	width:130px;
	height:19px;
	line-height:19px;
}

/* Sizes main menu in header */
#header-menuMain {
	padding-left:0px;
	margin-left:0px;
	width:900px;
	height:36px;
}

/* Descendant selector to remove bullets and draw menu objects in one row */
ul#header-menuMain li {
	float:left;
	list-style:none;
	position:relative;
}

/* Direct descendant selector to size main menu buttons */
ul#header-menuMain > li a {
	display:block;
	background-repeat:no-repeat;
	background-position:0 0px;
	height:36px;
}

/* Direct descendant selector to change background position on main menu button mouseovers */
ul#header-menuMain > li a:hover {
	background-position:0 -36px;
}

/* Direct descendant selector to stylize drop down content */
ul#header-menuMain > li > ul {
	background-color:#d5dce9;
	background-image:url(/images/header-menuMain-background.gif);
	background-repeat:repeat-x;
	background-position:top;
	border-right:1px solid #c9c9ca;
	border-bottom:1px solid #c9c9ca;
	display:none;
	margin:0px;
	padding:10px;
	position:absolute;
	width:200px;
}

/* Direct descendant selector to remove float from drop menu content */
ul#header-menuMain li > ul > li {
	float:none;
}

/* Direct descendant selector to stylize drop down links */
ul#header-menuMain li > ul > li a {
	color:#2e3192;
	display:inline;
	font:bold 12px arial, verdana, sans serif;
	height:24px;
	line-height:24px;
	text-decoration:none;
}

/* Direct descendant selector to style drop down links on hover */
ul#header-menuMain li > ul > li a:hover {
	color:black;
	text-decoration:underline;
}

/* Class to hide link content, leaving background images visible but text available to spiders */
.header-menuLinks {
	display:none;	
}



/* FOOTER */
/* Container for footer content */
#footer {
	background:url(/images/footer-background.gif) repeat-x top;
	text-align:center;
	width:100%;
	min-height:170px;
	clear:both;
}

/* Establishes font face for footer content */
#footer-container {
	font-family:verdana, arial, san-serif;
	font-size:9px;
	width:900px;
	height:150px;
	padding-top:15px;
	margin:0 auto;
}

/* Positions logo in the footer */
#footer-logo {
	float:left;
	padding:30px 20px 0 15px;
}

/* Positioning for footer mission and disclaimer text */
#footer-missionAndDisclaimer {
	float:left;
	text-align:left;
	line-height:15px;
	width:280px;
	height:107px;
	border-right:1px solid white;
	padding:0 15px 0 0px;
}

/* Positioning for footer contact information */
#footer-contactInformation {
	float:left;
	text-align:left;
	line-height:13px;
	width:430px;
	padding:0 0 0 15px;
}



/* LEFT-SIDE NAVIGATION */
/* Class to stylize list objects */
ul.navigation {
	padding-left:0px;
	margin-left:0px;
}

/* Descendant selector to remove bullets from navigation list items */
ul.navigation li {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}

/* Descendant selector to underline navigation links on hover */
ul.navigation a:hover {
	text-decoration:underline;
}

/* Direct descendant selector to stylize first level content */
ul.navigation > li {
	margin-bottom:8px;
}
			
/* Direct descendant selector to stylize first level links */
ul.navigation > li a {
	font:bold 12px arial, verdana, sans serif;
	text-decoration:none;
	line-height:20px;
	color:#2e3192;
}
				
/* Direct descendant selector to stylize first level images */
ul.navigation > li img {
	border:0px;
	height:12px;
	width:12px;
	padding-right:2px;
}

/* Direct descendant selector to stylize second level content */
ul.navigation > li > ul {
	margin-left:14px;
	padding-left:0px;
}

/* Direct descendant selector to stylize second level links */
ul.navigation > li > ul > li a {
	font:11px verdana, arial, sans serif;
	text-decoration:none;
	line-height:16px;
	color:#4d4d4d;
}

/* Direct descendant selector to stylize second level images */
ul.navigation > li > ul > li img {
	border:0px;
	height:12px;
	width:12px;
	padding-right:2px;
}

/* Direct descendant selector to stylize third level content */
ul.navigation > li > ul > li > ul {
	border-left:2px Solid #e6e6e6;
	margin:4px 0 4px 21px;
	padding-left:12px;
	text-indent:-12px;
}

/* Direct descendant selector to stylize third level links */
ul.navigation > li > ul > li > ul > li a {
	font:10px verdana, arial, sans serif;
	text-decoration:none;
	padding-left:7px;
	line-height:14px;
	color:#4d4d4d;
}

/* Class to indent nav links that do not expand/collapse */
.navigation-noExpansion {
	padding-left:14px;
}



/* INTERNAL PAGES */
/* Container for middle portion of internal page, including navigation and content */
#internal-body {
	background-color:#f2f2f2;
	background-image:url(/images/internal-topGradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	width:100%;
	clear:both;
}

/* Shadow along left and right sides of internal page body */
#internal-body-shadows {
	background:url(/images/internal-shadow.jpg) repeat-x left 15px;
	padding:0 15px 0 15px;
	width:900px;
	margin:0 auto;
}

/* Child container for internal page body */
#internal-body-container {
	background-color:White;
	background-image:url(/images/internal-subheaderGradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:left;
	width:900px;
}

/* Container for left-side navigation */
#internal-body-navigation {
	float:left;
	background-color:White;
	padding:15px 15px 15px 15px;
	margin:15px 0 0 0;
	min-height:200px;
	width:200px;
}

/* Small container to hold the page title (subheader) */
#internal-body-subheader {
	float:left;
	font:32px "Drake Medium", sans-serif;
	text-shadow:Black 1px 1px;
	padding:0 0 0 15px;
	line-height:68px;
	color:White;
	width:655px;
	height:59px;
}

/* Small container to hold breadcrumbs */
#internal-body-breadcrumb {
	float:left;
	padding:0 15px 0 15px;
	background-color:#e6e6e6;
	text-shadow:White 1px 1px;
	color:#4d4d4d;
	width:640px;
	height:32px;
}

/* Pseudo-class to set the color and decoration of breadcrumb links */
#internal-body-breadcrumb a {
	text-decoration:underline;
	color:#4d4d4d;
}

/* Pseudo-class to set the color of links on hover */
#internal-body-breadcrumb a:hover {
	color:Black;
}

/* Container for social media icons in breadcrumb bar */
#internal-body-socialMedia {
	float:right;
	padding-top:8px;
}

/* Container for body content, also displaying a shadow to the right of navigation */
#internal-body-content {
	float:left;
	padding:15px 15px 15px 15px;
	background:url(/images/internal-shadowNav.jpg) no-repeat left top;
	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;
	min-height:400px;
	width:620px;
}

/* Spacer to position timestamp at bottom of body */
#internal-body-timestamp-spacer {
	float:left;
	margin-bottom:10px;
	background-color:White;
	width:230px;
}

/* Sets the font size for page modification timestamps */
#internal-body-timestamp {
	padding-left:24px;
	font-size:9px;
	float:left;
}

/* 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;
}



/* WHY DRAKE PAGES */
/* Container for middle portion of page */
#whyDrake-body {
	background-color:#f2f2f2;
	background-image:url(/whyDrake/images/body-gradients-top.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	width:100%;
	clear:both;
}

/* Shadow along left and right sides of Why Drake page body */
#whyDrake-body-shadows {
	background:url(/whyDrake/images/body-shadows-outside.jpg) repeat-x left 100px;
	padding:0 15px 0 15px;
	width:900px;
	margin:0 auto;
}

/* 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;
}

/* Pseudo-class to set the color of links on hover */
#whyDrake-body-breadcrumb a:hover {
	color:#7f9fdb;
}

/* 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;
}

/* Pseudo-class to change background position on Why Drake navigation button mouseovers */
#whyDrake-body-navigation a:hover {
	background-position:0 -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 bottom of object */
.shadow-bottom {
	background:url(/images/shadow-bottom.png) repeat-x bottom;
	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 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;
	min-width:930px;
	margin:0;
	padding:0;
} 

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;
	line-height: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;
}
