﻿/* Make HTML 5 elements display block-level for consistent styling */
header, nav, article, footer, address
{
	display: block;
}

body 
{
	font-family: Georgia;
	margin-top: 1px;
	font-size: 13px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-color: #d2d5d8;
}

a
{
	color: #000;
	text-decoration: none;
}

a:hover
{
	color: #003366;
	text-decoration: underline;
}

img
{
	border: none;
}


#wrap
{
	margin: 0px auto;
	width: 982px;
	background-image: url(../images/HeaderLogoMini.jpg);
	background-repeat: no-repeat;
}

#main
{
	width: 982px;
	padding-top: 3px;
	background-color: #fff;
	padding-left: 3px;
	border-bottom: 3px solid #11508f;
}

#TopNav
{

	font-size: 11px;
	height: 30px;
	padding: 7px;
	margin-bottom: 7px;
	border-top: 1px dotted #003366;
	border-bottom: 1px dotted #003366;
}

header
{
	clear:both;
	height: 50px;
	width: 982px;
	margin-bottom: 3px;
	font-family: Georgia;
	position:relative;
}

#header #Logo
{
	width: 400px;
	height: 46px;
	position: absolute;
	left: 0px;
	cursor: pointer;
}

#header #Connect
{
	float:right;
	margin-top: 18px;	
	margin-left: 502px;
	margin-right: 10px;
	font-size: 11px;
	color: #fff;
}

#header #Connect div
{
	float:left;
	margin-top: 4px;
	margin-right: 10px;
}

#header #Connect div a
{
	color: #fff;
}

#header #Connect img
{
	margin-right: 3px;
	border: none;
}

#header #Search
{
	
	float:right;
	font-size: 11px;
	width: 230px;
	margin-top: 15px;
	margin-right: 15px;
}

#header #Search #SearchHint
{
	position:absolute;
	top: 20px;
	margin-left: 7px;
	color: #8a8a8a;
	width: 140px;
}

header #Search a
{
	color: #fff;
	text-decoration: none;
}

header #Search #q
{
	width: 150px;
}

header #Search #searchbtn
{
	position:relative;
	font-size: 11px;
	font-family: Georgia;
	border: 1px solid #315777;
	background-color: #3e658c;
	background-position: top;
	background-repeat: no-repeat;
	color: #fff;
	height: 22px;
	width: 70px;
	cursor: pointer;
	top: -1px;
}

nav
{
	float:left;
	width: 170px;
	border-right: 1px dotted #ccc;
	margin-top: 10px;
	margin-left: 10px;
	font-family: Georgia;
}
	

nav ul
{
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	padding-left: 0px;
	font-size: 13px;
}

nav ul li a
{
	line-height: 17px;
}

nav ul li a:hover
{
	text-decoration: underline;
	color: #000;

}

nav div
{
	font-size: 13px;
	
}

#DivisionTitle
{
	font-family:Georgia;
	font-size: 28px;
	padding: 10px;
	padding-left: 20px;
}
#PrintPage
{
	float:right;
	margin-right: 20px;
	margin-top: 15px;
}

#PrintPage div
{
	float:left;
	margin-left: 10px;
	color: #333;
}

#PrintPage img
{
	border: none;
}

#DivisionTabs
{	
	border-top: 1px solid #333;
	background-color: #fef2b9;
	background-image: -moz-linear-gradient(100% 100% 90deg, #fef2b9, #ffe66b);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#ffe66b), to(#fef2b9));    
	border-bottom: 1px solid #e7c10b;
	margin-left: -3px;
}

#DivisionTabs ul
{
	list-style: none;
	margin: 0px;
	margin-left: 20px;
	padding: 0px;
	font-family: Georgia;
	font-size: 11px;
	height: 30px;
	border-left: 1px solid #e7c10b;
	
}

#DivisionTabs ul li
{
	float:left;
	margin: 0px 0px 0px 0px;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 30px;
	border-right: 1px solid #e7c10b;
	
}

#DivisionTabs ul li.selected
{
	background-color: #fff;
	line-height: 31px;
}

#SingleColumn
{
	padding: 20px;
	line-height: 20px;	
}

#SingleColumn a, #LeftColumn a, #RightColumn a, #LeftColumn2 a, #RightColumn2 a
{
	color: #003366;
	text-decoration: underline;
}

.MiniHeadline, .MiniHeadlineNoLink
{
	font-size: 18px;
}

#SingleColumn h1, #LeftColumn h1, .SectionTitle
{
	font-size: 21px;
	font-weight: normal;
}

#SamReedPhoto
{
	width: 160px;
	margin-top: 10px;

}

#SamReed div, #Divisions div, #MostRequested div
{
	background-color: #11508f;
	background-image: -moz-linear-gradient(100% 100% 90deg, #11406f, #11508f);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#11508f), to(#11406f)); 
	padding: 4px;
	padding-left: 6px;
	padding-top: 6px;
	width: 150px;
	color: #fff;
}

#Headlines
{
	width: 795px;
	height: 350px;
	float:left;
}

#Headlines #MainStory
{
	border-right: 1px dotted #ccc;
	height: 329px;
	width: 470px;
	float:left;
	margin-bottom: 10px;
	margin-top: 10px
	
}

#Headlines #MainStory div
{
	padding: 0px 10px 0px 10px;
	
}

#Headlines #MainStory img
{
	border: 1px solid #ccc;
	height: 200px;
	width: 440px;
	
}

#Headlines #MainStory a
{
	font-size: 24px;
	color: #003366;
	font-family:Georgia;
}

#Headlines #MainStory #Text
{
	padding: 0px;
	font-size: 16px;
	margin-top: 10px;
	line-height: 20px;
	
}

#Headlines #SideStory1
{
	margin-top: 10px;
	margin-left: 10px;
	float: left;
	width: 310px;
	height: 100px;
	border-bottom: 1px dotted #ccc;
	
}

#Headlines #SideStory1 div.Text, #Headlines #SideStory2 div.Text, #Headlines #SideStory3 div.Text
{
	margin-top: 10px;
	font-size: 12px;
}

#Headlines #SideStory1 div.Text a, #Headlines #SideStory2 div.Text a, #Headlines #SideStory3 div.Text a
{
	color: #003366;
	font-family: Georgia;
	font-size: 13px;
}

#Headlines #SideStory2
{
	margin-left: 10px;
	float: left;
	width: 310px;
	height: 100px;
	border-bottom: 1px dotted #ccc;
	
}

#Headlines #SideStory3
{
	margin-left: 10px;
	float: left;
	width: 310px;
	height: 100px;
}


#Headlines #SideStory1 img, #Headlines #SideStory2 img, #Headlines #SideStory3 img
{
	margin-right: 10px;
	margin-top: 10px;
	float: left;
	width: 72px;
	height: 72px;
}

#Middle
{
	width: 400px;
	height: 530px;
	float:left;
	margin-left: 10px;
	padding-top: 10px;
}

#Middle .Title, #ThisDayInWashington .Title
{
	font-size: 20px;
	border-top: 3px solid #000;
	border-bottom: 1px solid #000;
	padding: 3px;
	font-family:Georgia;
}

#Middle .Text
{
	margin-top: 20px;
	height: 220px;
}

#Middle .Text
{
	font-size: 14px;
}

#Middle .Text a
{
	font-size: 18px;
	color: #003366;
	margin-bottom: 20px;
	font-family:Georgia;
}

#Middle .Text p a
{
	font-size: 14px;
}


#Featured
{
	background-color: #e4c42a;
	background-image: -moz-linear-gradient(100% 100% 90deg, #e4c42a, #f9e584);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#f9e584), to(#e4c42a));    
	float:left;
	width: 355px;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

#Featured a
{
	color: #003366;
}

#Featured #Spotlight1, #Featured #Spotlight2, #Featured #Spotlight3, #Featured #Spotlight4, #Featured #Spotlight5, #Featured #Spotlight6
{
	float:left;
	width: 167px;
	height: 170px;
	margin-right: 10px;
}

#Spotlight1 div, #Spotlight2 div, #Spotlight3 div, #Spotlight4 div, #Spotlight5 div, #Spotlight6 div
{
	padding: 3px;
	width: 140px;
	font-size: 12px;
	margin-left: 10px;
}

#SubContent
{
	float:left;
	width: 790px;
}

#BottomContent
{
	float:left;
	width: 790px;
}

footer
{
	clear:left;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-family:Georgia;
}
footer #Info
{
	height: 100px;
	width: 500px;
	text-align:left;
	line-height: 20px;
	
	
}
footer #Translate
{
	float:right; 
	width: 200px;
	height: 100px;
	text-align:right;
}
div.vanilla
{
	float: left;
	margin-bottom: 30px;
}

#LeftColumn
{
	padding: 20px;
	line-height: 20px;
	width: 580px;
	float:left;
}

#LeftColumn2
{
	padding: 20px;
	width: 236px;
	float:left;
}

#MiddleColumn
{
	line-height: 20px;
	width: 390px;
	float:left;
	padding-top: 20px;
}


#RightColumn2
{
	width: 266px;
	float:left;
	margin-left: 20px;
	margin-top: 20px;
}

#RightColumn
{
	width: 300px;
	float:left;
	margin-left: 20px;
	margin-top: 20px;
	
}

#LeftColumn div.RightContentBox, #SingleColumn div.RightContentBox
{
	clear:left;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#RightColumn div.RightContentBox
{
	border: 4px solid #ececec;
	width: 300px;
	padding: 7px;
	font-size: 12px;
	/*
	background-image: -moz-linear-gradient(100% 100% 90deg, #ececec, #fff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#fff), to(#ececec));    
	*/
	
    margin-bottom: 20px;
}

#RightColumn2 div.RightContentBox
{
	border: 4px solid #ececec;
	width: 246px;
	padding: 7px;
	font-size: 12px;
	/*
	background-image: -moz-linear-gradient(100% 100% 90deg, #ececec, #fff);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#fff), to(#ececec));    
	*/
	
    margin-bottom: 20px;
}

#LeftColumn div.RightContentBox div.BoxTitle, #SingleColumn div.RightContentBox div.BoxTitle
{
	border-bottom: 1px solid #333;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 10px;
}

#LeftColumn2 div.RightContentBox div.BoxTitle
{
	border-bottom: 1px solid #333;
	line-height: 28px;
	font-size: 18px;
	margin-bottom: 10px;
}


#RightColumn div.RightContentBox div.BoxTitle, #RightColumn2 div.RightContentBox div.BoxTitle, .LibraryBoxHeader
{
	border-bottom: 1px dotted #333;
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 10px;
}

#BreadCrumb
{
	margin-top: -10px;
}

#BreadCrumb a
{
	font-size: 11px;
	color: #666;
}

.newsframe
{
	display: none;
}

ul.LinkList
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	list-style-position:inside;
}
.LinkListContainer
{
	float: left;
}

#LeftColumn2 ul.LinkList li
{
	margin-bottom: 10px;
}
.left{float:left;}
.right{float:right;}
.clear{clear:both;}


#IMLSInfo
{
	clear:both;
	padding: 20px;
	margin-bottom: 20px;
}
	
#IMLSInfo a
{
	text-decoration: underline;
}
	
.error 
{ 
	font-size: 1.3em;
	padding: 20px;
	border:1px solid #cc0000;
	color: #cc0000;
	background-color: #ffe6e6;
	margin-bottom: 20px;	
}

.success
{ 
	font-size: 1.3em;
	padding: 20px;
	border:1px solid #006600;
	color: #006600;
	background-color: #ccffcc;
	margin-bottom: 20px;	
}

.top 
{ 
      margin-top:0px; 
      padding-top:0px; 
}

.tip
{
      color:#666;
      font-size:11px;
}

.mediumButton
{
      padding:10px; 
      min-height:30px;
      cursor:pointer;
}

#ResultsContent
{
	margin-left: 20px;
}