@import "base.css";

/* scrolling text styles */
.slider
{
	position: relative;
  overflow: hidden;
  border: 2px solid #9ac1c9;
  height: 700px;
  background: #eef5f6;
  margin-bottom: 20px;
}
.slidercontent
{
	position: absolute;
  padding-left: 1em;
  padding-right: 1em;
}

a.go
{
  text-decoration: underline;
 	display: block;
  text-align: right;
}
 
address
{
	margin-bottom: 2em;
}
address > h2
{
	font-style: normal;
}
address > h3
{
	margin-bottom: 0;
}
span.fieldname
{
	font-weight: bold;
  width: 6em;
  display: block;
  float: left;
}

div#banner
{
	height: 288px;
}
div#banner-wide
{
	height: 258px;
}
div#breadcrumbs
{
  color: white;
  background-color: transparent;
  
  font-weight: bold;
  line-height: 125%;
  text-transform: uppercase;
}

div#content, div#content-wide
{
	/* don't cover up side ribbon */
	margin-left: 13px;
	margin-right: 13px;
	padding-bottom: 1em;
	min-height: 411px;

	border-top: 1px solid rgb(120,120,120);
	
	background-image: url('/resources/images/backgrounds/content.png');
	background-repeat: repeat-x;
	background-position: top left;
	text-align: left;
}
div#content-wide
{
	border-top: none;
}
div#content
{
	/* extend sidebar border so it runs the full height of the page. */
	border-right: 3px solid rgb(17,174,181);
	padding-left: 13px;
	padding-right: 1em;
	margin-right: 287px;
}
/* header styles */
div#content h1, div#content-wide h1
{
  color: #324d71;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 28px;
}
div#content h1 a, div#content-wide h1 a
{
  color: #324d71;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 28px;  
}
/* header link styles */
div#content h1 a:link { color: #324d71; font-size: 22px; font-weight: normal; line-height: 28px; text-decoration: underline; }
div#content h1 a:hover { color: #324d71; font-size: 22px; font-weight: normal; line-height: 28px; text-decoration: underline; }
div#content h1 a:visited { color: #324d71; font-size: 22px; font-weight: normal; line-height: 28px; }
div#content h1#title
{
  font-size: 1.75em;
  border-bottom: 1px solid black;
  letter-spacing: -1px;
}
div#content h2
{
	color: #324d71;
	font-size: 1.15em;
  margin-bottom: -1em;
  font-weight: normal;
  text-decoration: underline;
}
div#content h3
{
	font-size: 1em;
  margin-bottom: 0;
}
div#content p
{
	padding-left: 1em;
	padding-right: 1em; 
}
div#content p.date
{
	padding-left: 0;
	margin-top: -1em;
  font-style: italic;
}  

div#content table
{
  padding: 0;
  width: 80%;
  margin: 0 auto;
  border-collapse: collapse;  
}
div#content table > thead
{
	text-align: center;
  background-color: rgb(17, 174, 181);
}
div#content table > thead * th
{
	border: 1px solid black;
  padding: .5em;
}
div#content table * td
{
	border: 1px solid black;
  padding-top: .5em;
  padding-left: 1em;
  padding-right: 1em;
}

div#main
{
  min-height: 605px;
	background-image: url('/resources/images/backgrounds/sideribbon.png');
	background-repeat: repeat-y;
	background-position: top left; 
}

div#sidebar
{
	float: right;
	min-height: 650px;
	width: 248px;
  padding: 13px;
  margin-right: 13px; /* make sure we don't step on the sidebar ribbon */ 

	background-color: #E1EBF4;

	background-image: url('/resources/images/backgrounds/sidebar.png');
	background-repeat: repeat-y;
	background-position: top left;
  border-left: 3px solid rgb(17,174,181);
}
div#sidebar a.go
{
  color: rgb(0, 104, 241);
}
div#sidebar a.center
{
	display: block;
  margin: 0 auto;
  text-align: center;
}

div#sidebar > div
{
	padding-bottom: 1em;
}

/* box styles */
div#sidebar div.box
{
	background-image: url('/resources/images/backgrounds/sidebar_box.png');
	background-repeat: no-repeat;
	background-position: top center;
  margin-bottom: 1em;
  border-bottom: 1em solid #4458A4;
}
div#sidebar div.box a.go
{
	color: rgb(50, 77, 113);
	margin-top: -.5em;
  margin-bottom: -1em;
  margin-right: 2px;
	padding-top: 25px;
 	padding-right: .5em;
  padding-bottom: 0;
	text-decoration: none;
  font-weight: bold;
  height: 26px;
  
	background-image: url('/resources/images/backgrounds/sidebar_box_go.png');
	background-repeat: no-repeat;
	background-position: top right;
}
div#sidebar div.box a.go:hover
{
	text-decoration: underline;
}
div#sidebar div.box > h1
{
  height: 23px;
  width: 248px;
  padding-top: 4px;
  margin: 0;
  margin-bottom: 1em;
	font-size: 1em;
	background-image: url('/resources/images/backgrounds/sidebar_header.png');
	background-repeat: no-repeat;
	background-position: top center;

  color: white;
  background-color: white;
  text-align: center;
}
div#sidebar div.box > h2
{
	text-align: center;
  font-size: 1em;
}
div#sidebar div.box > p
{
  padding-left: 2em;
  padding-right: 2em;
  margin-top: 0;
  /* account for the border in the background image */
  margin-left: 2px;
  margin-right: 2px;
}  
div#sidebar div.box li
{
	margin-bottom: .5em;
  padding-left: 18px;
  
  /* custom bullet styles */
  background-image: url('/resources/images/bullets/list.png');
  background-repeat: no-repeat;
	background-position: 0px 6px;   
}
div#sidebar div.box li > ul
{
	padding-left: 10px;
}
div#sidebar div.box li > ul > li
{
	margin-bottom: 0; /* tighten up the spacing on sub lists items */ 
}
div#sidebar div.box ul
{
  list-style-type: none;
	margin: 0;
}
div#sidebar div.box > ul
{
  padding-left: 2em;
  padding-right: 2em;
  /* account for the border in the background image */
  margin-left: 2px;
  margin-right: 2px;
}
div#sidebar h1
{
  font-size: 1.25em;
  text-align: center;
	background-color: rgb(203,203,203);
}
div#sidebar > h1 a
{
  padding-right: 1em;
  display: block;
  text-align: right;
}
div#sidebar > h1 a:hover
{
	text-decoration: underline;
}
div#sidebar h2
{
  font-size: 1.15em;
  margin-bottom: .5em;
}

div.imagebullet
{
	margin-top: 2em;
  min-height: 105px;
}
div.imagebullet:first-child
{
	margin-top: 0;
}
div.imagebullet p
{
	margin-left: 115px;
}
div.imagebullet div.address
{
	margin-left: 132px;
}

div.quote
{
	margin-left: 2em;
  margin-right: 2em;
  font-style: italic;
}
div.quote p:before
{
	content: "\"";
}
div.quote p:after
{
	content: "\"";
}
div.quote p.attribution
{
	text-align: right;
  margin-top: -1em;
}
div.quote p.attribution:before
{
	content: "-";
}
div.quote p.attribution:after
{
	content: "";
}

p#banner-wide-text
{
	position: relative;
	display: inline-block;
	top: 50px;
	left: 35px;
	width: 220px;
	height: 113px;
	padding: 10px;
	padding-top: 0;
	vertical-align: middle;
	color: #324D71;
	font-weight: bold;
}

em
{
	font-weight: bold;
	font-style: normal;
}

img.imagebullet
{
	float: left;
  clear: left;
  padding-right: 1em;
  margin-left: 12px;
  margin-right: 6px;
  margin-bottom: 1em;  
}

/* horizontal lists */
ul.horizontal
{
	overflow: auto;
  width: 75%;
  margin: 0 auto;
}
ul.horizontal li
{
	float: left;
  width: 100px;
  min-height: 125px;
  padding-left: 1em;
  list-style: none;
  text-align: center;
}
ul.horizontal img
{
	display: block;
  width: 58px;
  margin: 0 auto;
}