@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);

body {
	margin: 0;
	padding: 0;
	background-color: #828686;
	/*background-image: url(/images/gray_background_2014.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: top;*/
	}
body, td, pre, input, textarea, select {
	font-family: "Open Sans", "Century Gothic", "Lucida Grande", Arial, sans-serif /*CenturyGothic, AppleGothic, */;
	font-size: 13px;
	color: #333333 /*515151 666666 727272*/;
	}


/* Font re-sizing styles */
body.larger1 #content,
body.larger1 #content pre {
	font-size: 13px;
	}
body.larger2 #content,
body.larger2 #content pre {
	font-size: 14px;
	}
body.larger3 #content,
body.larger3 #content pre {
	font-size: 16px;
	}
/* End font re-sizing styles */

strong	{
	color: #333333/*434343*/;
	font-weight: 600;
	font-size: 1.02em;
	}

a, area, label {
	outline: none;
	}
a:link {
	color: #0077C8;
	font-weight: normal;
	text-decoration: none;
	}
a:visited {
	color: #0077C8;
	font-weight: normal;
	text-decoration: none;
	}
a:active {
	color: #0077C8;
	font-weight: normal;
	text-decoration: none;
	}
a:hover {
	color: #0057B8;
	font-weight: normal;
	text-decoration: underline;
	}
img {
	-ms-interpolation-mode: bicubic;
	border: 0 none;
	}
img a {
	-ms-interpolation-mode: bicubic;
	border: 0 none;
	}
p, ol, ul, li, form, pre {
	margin-top: 0;
	}
p, ol, ul, form {
	margin-bottom: 1.4em;
	}
p, li, pre, dt, dd {
	line-height: 1.5em;
	}
blockquote {
	/*border: 1px solid #2c6282;
	background-image: url(/images/blockquote_bg_2014.png);
	background-repeat: repeat-x;
	background-color: #e5e8f1;*/
	margin: 0 0 25px 0;
	padding: 14px 18px 14px 18px;
	}





/* -----  Lists ----- */
li {
	margin-bottom: 4px;
	}
li ul,
li ol {
	margin-top: 4px;
	}
ul {
	list-style-type: square;
	}
ul ul {
	list-style-type: circle;
	margin-bottom: 10px;
	}
ol ol {
	/*list-style-type: lower-alpha;*/
	margin-bottom: 10px;
	}




/* ----- Definition Lists ----- */
dl, dt, dd {
	margin: 0;
	/*font-size: 1.02em;*/
	}
dt {
	font-weight: bold;
	}
dd {
	margin: 0 0 8px 0;
	}
dl {
	margin-top: 0;
	margin-bottom: 1.4em;
	}

/* ----- Tables ----- */
table {
	/*width: 100%;*/
	border: 1px solid #083240;
	border-collapse: collapse;
	border-spacing: 2px;
	/*border-spacing: 1px;*/
	margin: 0 0 1.4em 0;
	border: none;
	}
tr	{
	border-bottom: 1px solid #ccc;
	}
td {
	/*text-align: left;*/
	line-height: 1.35em;
	background-color: #fcfcfc/*fbfbfb fafafa f7f7f7*/;
	color: #333333/*434343*/;
	}
th, td {
	padding: 5px 6px 5px 6px;
	vertical-align: top;
	}
td,
th,
td p,
td li,
td pre {
	line-height: 1.35em;
	font-size: 12px;
	}
/*tbody th {
	text-align: left;
	font-weight: bold;
	}*/
/*td ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	}*/
th {
	font-family: "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /*CenturyGothic, AppleGothic, */;
	color: #fff;
	background-color: #003087;
	text-align: left;
	text-transform: uppercase;
	font-size: 13.5px;
	/*font-variant: small-caps; */
	}

th a:link {
	color: #c7e8ff;
	font-weight: bold;
	}
th a:link {
	color: #c7e8ff;
	font-weight: bold;
	}
th a:visited {
	color: #c7e8ff;
	font-weight: bold;
	}
th a:active {
	color: #c7e8ff;
	font-weight: bold;
	}
th a:hover {
	color: #c7e8ff;
	font-weight: bold;
	text-decoration: underline;
	}



td li {
	/*background-image: url(/images/submenu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 6px;*/
	padding-left: 8px;
	margin: 0;
	}

/* --------- Headings --------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	margin: 0 0 4px 0;
	padding: 0;
	font-weight: 600;
	font-family: "Open Sans", "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /*CenturyGothic, AppleGothic, */;
	color: #434343;
	}
h1 {
	padding: 3px 0 5px 10px;
	font-family: "Open Sans", "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /* CenturyGothic, AppleGothic, */;
	color: #434343;
	font-weight: 700;
	line-height: normal;
	margin: 45px 0 0 170px;
	font-size: 19px;
	text-transform: uppercase;
	}
h2 {
	margin: 0 0 10px 0;
	font-family: "Open Sans", "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /* CenturyGothic, AppleGothic, */;
	font-size: 16px;
	color: #434343;
	}
h3 {
	color: #434343;
	font-family: "Open Sans", "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /* CenturyGothic, AppleGothic, */;
	font-size: 14.5px;
	}




/* ----- Main Divs ----- */
#mother {
	margin: 0 auto 0 auto;
	padding: 0;
	position: relative;
	background-image: url(/images/mother_bg_Q42014.png);
	background-repeat: repeat-y;
	background-position: top left;
	width: 950px;
	background-color: #fff;
	}
#banner {
	margin: 0 0 0 11px;
	padding: 0;
	width: 928px;
	height: 108px;
	background-image: url(/images/banner_bg_Q42014.png);
	background-repeat: no-repeat;
	background-position: top left;
	clear: left;
	}

#topBar {
	margin: 0 0 0 11px;
	background-color: #000;
	border-bottom: 1px solid #eeebc0;
	padding: 2px 8px 3px 8px;
	width: 912px;
	}
html>body #topBar {
	float: left;
	}
#topBar span,
#topBar label,
#topBar a:link,
#topBar a:visited,
#topBar a:active,
#topBar a:hover,
#topBar #searchSubmit {
	font-family: "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /*CenturyGothic, AppleGothic, */;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	}
#topBar span {
	line-height: 20px;
	vertical-align: middle;
	width: 520px;
	display: block;
	float: left;
	}
#topBar form {
	line-height: normal;
	vertical-align: middle;
	padding: 0 20px 0 0;
	margin: 0;
	float: right;
	text-align: right;
	width: 250px;
	}
#topBar input {
	font-size: 10px;
	vertical-align: middle;
	width: 112px;
	}
#topBar #searchSubmit {
	width: auto;
	color: #fff;
	background-color: #000;
	border: 0 none;
	padding: 0;
	cursor: pointer;
	}


#logoLink {
	display: block;
	width: 112px;
	float: left;
	}
#celebrate {
	float: left;
	margin: 0 0 0 261px/*200px 251px*/;
	}
.rss {
	position: absolute;
	margin: 27px 3px 0 -27px;
	}
.facebook {
	position: absolute;
	margin: 27px 0 0 -57px;
	}
.linkedin {
	position: absolute;
	margin: 27px 0 0 -87px;
	}
.twitter {
	position: absolute;
	margin: 27px 0 0 -147px;
	}
.instagram {
	position: absolute;
	margin: 27px 0 0 -117px;
	}
.flickr {
	position: absolute;
	margin: 27px 0 0 -177px;
	}


#primaryNav,
#primaryNav a:link,
#primaryNav a:visited,
#primaryNav a:active,
#primaryNav a:hover {
	font-size: 11px;
	font-family: "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /*CenturyGothic, AppleGothic, */;
	font-weight: normal;
	color: #67823A;
	}
#primaryNav {
	padding: 6px 0 0 0;
	margin: 0 0 0 710px;
	height: 58px;
	}
#primaryNav ul {
	padding: 0 30px 0 0;
	margin: 0;
	list-style-type: none;
	float: left;
	white-space: nowrap;
	}
#primaryNav li {
	margin: 0;
	}
#primaryNav a.selected {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	}


#fontResizer {
	padding: 4px 10px 0 0;
	float: right;
	}
#fontResizer img {
	margin-right: 3px;
	}
#content {
	font-family: "Open Sans", "Century Gothic", CenturyGothic, AppleGothic, "Lucida Grande", Arial, sans-serif;
	margin: 0 0 0 191px;
	padding: 35px 0 50px 0;
	width: 730px;
	min-height: 1600px;
	}

#footer {
	font-family: "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /*CenturyGothic, AppleGothic, */;
	background-image: url(/images/content_bg_Q42014.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 0 21px 20px 191px;
	clear: both;
	width: 100px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 738px;
	}
html>body #footer {
	width: 738px;
	}
#footer pre {
	font-family: "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /*CenturyGothic, AppleGothic, */;
	padding: 15px 0 0 0;
	border-top: 1px dotted #777;
	}
#footer,
#footer p,
#footer pre,
body.larger1 #content #footer pre,
body.larger2 #content #footer pre,
body.larger3 #content #footer pre {
	font-family: "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /*CenturyGothic, AppleGothic, */;
	font-size: 11px;
	color: #444;
	line-height: 1.3;
	}


/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	LIQUID LAYOUT
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
#liquid {
	background-image: url(/images/mother_bg_liquid_Q42014.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFF;
	}
#liquid #mother {
	margin: 0;
	position: relative;
	background-image: url(/images/liquid_page_bg_Q42014.png);
	background-repeat: repeat-x;
	background-color: transparent;
	width: 100%;
	min-width: 950px;
	}
#liquid #banner {
	margin: 0;
	width: 100%;
	}
#liquid #menu {
	left: 0;
	min-height: 1200px;
	}
#liquid #topBar {
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
	}
html>body#liquid #topBar {
	width: 100%;
	}
#liquid #topBar span {
	margin: 0 0 0 8px;
	}
#liquid #content {
	width: auto;
	padding-right: 5px;
	}
#liquid #footer {
	background-image: none;
	width: auto;
	height: 1%;
	/*padding: 0;*/
	}
html>body#liquid #footer {
	height: auto;
	background-color: #FFF;
	/*width: auto;
	padding-left: 0 21px 20px 191px;*/
	}
#liquid #sideBar {
	margin-right: 25px;
	}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	END LIQUID LAYOUT
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */




/* ----- Left Menu ------ */
#menu {
	background-color: #fff;
	background-image: url(/images/menu_bg_Q42014.png);
	background-repeat: no-repeat;
	position: absolute;
	left: 11px;
/*	padding: 15px 8px 0 9px;*/
	padding: 10px 8px 0 9px;
	width: 146px;
	min-height: 100px;
	}
html>body #menu {
	width: 146px;
	}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
	}
#menu li ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 15px 10px;
	border-bottom: 0 none;
	}
#menu li {
	line-height: 1.35em;
	margin: 0;
	border-top: 1px solid #ccc;
	}
#menu li li {
	border-top: 0 none;
	padding: 0;
	}
#menu a {
	display: block;
	height: 1%;
	padding: 3px 5px 4px 9px;
	color: #000;
	font-size: 12px;
	font-family: "Century Gothic", "Lucida Grande", "Open Sans", Arial, sans-serif /*CenturyGothic, AppleGothic, */;
	text-decoration: none;
	font-weight: normal;
	}
html>body #menu a {
	height: auto;
	}
#menu a:hover {
	background-color: #FFF;
	color: #0077C8;
	}
#menu li.selected a {
	background-image: url(/images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% .5em;
	padding-top: 1px;
	color: #000;
	font-weight: bold;
	}
#menu li.selected li.selected a {
	background-image: url(/images/subsub_bullet_Q42014.png);
	background-position: 0% 8px;
	padding-top: 1px;
	font-weight: bold;
	color: #0077C8;
	}
#menu li.selected a:hover {
	color: #0077C8;
	}

#menu li li a,
#menu li.selected li a {
	padding: 3px 0 3px 8px;
	font-weight: normal;
	background-image: url(/images/submenu_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 8px;
	padding-top: 1px;
	color: #000;
	}
	/*
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  Virtual Library Slider - Ashley Working
	:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
	/*
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  Virtual Library Slider - Ashley Working
	:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
	#vlsliderwrapper {
	  position: relative;
	  padding: 0px;
	  margin: 0px;
	}
	.vlslide {
	  position: absolute;
	  left: 0px;
	  top: 0px;
	  width: 100%;
	  height: 100%;
	  opacity: 0;
	  z-index: 1;
	  margin:20px 0;
	  -webkit-transition: opacity 1s;
	  -moz-transition: opacity 1s;
	  -o-transition: opacity 1s;
	  transition: opacity 1s;
	}
	.vlslide.showing {
	  opacity: 1;
	  z-index: 2;
	}

	.vlslide img {
	  border:5px solid #58585B;
	}

	audio#audio {
	  width: 64%;
	  /* background-color: transparent; */
	  margin-bottom: 1em;
	}

	/*
	::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	  End Virtual Library Slider - Ashley Working
	:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
