/* ---------------------
general rules
----------------------*/

html,body,ul,li,dl,dt,dd,form,fieldset,legend
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0 20px;
	color: #444;
	background: #fff;
	font: 100%/1.4 HelveticaNeue,'Helvetica Neue',helvetica,arial,sans-serif;
}

/* ---------------------
fonts
----------------------*/

p { margin: 0 0 1.3em; }

h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .3em;
	color: #000;
	line-height: 1.2;
}

h1
{
	margin: 0;
	line-height: 1;
}

h2
{
	margin: 0 0 .7em;
	font-weight: normal;
}

h2,.h2 { margin: 0 0 .7em; }

h2 span
{
	display: block;
	color: #666;
	font-size: 53.3%;
	text-transform: uppercase;
}

.font40 { font-size: 250%; }
.font38 { font-size: 237.5%; }
.font36 { font-size: 225%; }
.font34 { font-size: 212.5%; }
.font32 { font-size: 200%; }
.font30,h2,.h2 { font-size: 187.5%; }
.font28 { font-size: 175%; }
.font26 { font-size: 162.5%; }
.font24 { font-size: 150%; }
.font22 { font-size: 137.5%; }
.font20,h3,.h3 { font-size: 125%; }
.font19 { font-size: 118.75%; }
.font18,h4,.h4 { font-size: 112.5%; }
.font17 { font-size: 106.25%; }
.font16,h1,.h1,h5,.h5 { font-size: 100%; }
.font15 { font-size: 93.75%; }
.font14,.pubDetails,.instructions { font-size: 87.5%; }
.font13,.date { font-size: 81.25%; }
.font12 { font-size: 75%; }
.font11 { font-size: 68.75%; }
.font10 { font-size: 62.5%; }
.lineHeight1 { line-height: 1; }
.lineHeight12 { line-height: 1.2; }
.lineHeight14 { line-height: 1.4; }
.lineHeight15 { line-height: 1.5; }
.fontBold { font-weight: bold;}
/* ---------------------
images
----------------------*/

img
{
	display: block;
	max-width: 100%;
}

/* ---------------------
lists
----------------------*/

ul { list-style: none; }
.content ul,.contentWide ul,.content dl { margin: 0 0 1.3em; }
dl { margin: 0 0 1em; }

dt
{
	margin: 0 0 .2em;
	padding: 0;
}

dd
{
	margin: 0 0 1em;
	padding: 0;
}

/* ---------------------
skipLink
----------------------*/

.skipLink a
{
	position: absolute;
	left: -1000px;
	z-index: 2;
	margin: 0;
	padding: .5em;
	background: #fff;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
}

.skipLink a:active, .skipLink a:focus, .skipLink a:hover
{
	display: inline;
	top: 0;
	left: 0;
	color: #fff;
	background: #000;
}

/* ---------------------
tables
----------------------*/

table { width: 100%; }

th,td
{
	border: 1px solid #ddd;
	padding: .4em .5em;
	vertical-align: top;
	text-align: left;
}

thead th
{
	border: 1px solid #ddd;
	background: #ddd;
}

tr.odd { background: #F0F0F0; }
tr:nth-child(odd) { background: #F2F2F2; }

/* ---------------------
forms
----------------------*/

fieldset,img { border: 0; }
legend { color: #000; }
input,textarea,select,button { font: 100%/1.1 HelveticaNeue,'Helvetica Neue',helvetica,arial,sans-serif; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie6 input { vertical-align: text-bottom; }
.smallForm { margin: 0 0 2em; }
.contactForm { margin: 2em 0; }
form div { margin-bottom: 1em; }
.req { color: red; }
.labelWide,.labelMedium { display: block; }

.inputBox,.inputWide,.textareaWide,.inputMedium
{
	width: 85%;
	height: 20px;
	margin: 0;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	padding: 3px 5%;
	box-shadow: 0 2px 2px #fff inset;
	background-image: linear-gradient( #eee, #fff);
}

.textareaWide { height: 150px; }

.selectBox,.selectWide
{
	position: relative;
	left: 1px;
	width: 95%;
	height: 28px;
	border: 1px solid #b1b1b1;
	background-image: linear-gradient( #eee, #fff);
}

.checkboxWide
{
	float: left;
	margin: .3em 5px 0 2px;
	padding: 0;
}

.labelTall
{
	height: 32px;
	line-height: 32px;
}

.inputTall { height: 24px; }
.contactForm { margin: 2em 0; }
.contactForm div { margin-bottom: 1em; }
.req { color: red; }

#mainSignUp { }
#mainSignUp .checkboxLeft
{
    text-align: right;
    width: 5%;
    margin-top: 0.3em;
    float: left;
}
#mainSignUp .labelRight
{
    width: 90%;
    float: left;
}

#mainSignUp input[type="text"], #mainSignUp input[type="email"]  { width: 90%; padding: 0.3em 0; } 

/* ---------------------
links
----------------------*/

/* links */
a:link { color: #00648c; }
a:visited { color: #4f324c; }

a:focus
{
	color: #fff;
	background: #416546;
}

a:hover
{
	color: #000;
	background: #fff;
}

a:active
{
	color: #aa272f;
	background: #fff;
}

/* pageDark */
.pageDarkRight :link { color: #004e6d; }
.pageDarkRight a:visited { color: #452942; }
.pageDarkRight a:visited { color: #004e6d; }

.pageDarkRight a:focus
{
	color: #fff;
	background: #416546;
}

.pageDarkRight a:hover
{
	color: #000;
	background: #f0eadc;
}

.pageDarkRight a:active
{
	color: #8f1119;
	background: #f0eadc;
}

/* footer and nav */
.footer a:link,.footer a:visited,.nav a:link,.nav a:visited,.secondaryBanner a:link,.secondaryBanner a:visited { color: #fff; }

.footer a:focus,.nav a:focus,.secondaryBanner a:focus
{
	color: #fff;
	background: #416546;
}

.footer a:hover,.secondaryBanner a:hover
{
	color: #000;
	background: #fff;
}

.nav a:hover
{
	color: #fff;
	background: #000;
}

.footer a:active,.nav a:active,.secondaryBanner a:active
{
	color: #fff;
	background: #aa272f;
}

::selection
{
	color: #000;
	background: #f3cf45;
}

/* ---------------------
bg colors
----------------------*/

.yellow { background-color: #f3cf45; }
.cream { background-color: #ffd8b7; }
.midBlue { background-color: #5482ab; }
.green { background-color: #718674; }
.red { background-color: #aa272f; }
.purple { background-color: #4f324c; }
.dirtyLime { background-color: #b8cf95; }
.orange { background-color: #e17000; }
.midGray { background-color: #857363; }
.darkBlue { background-color: #005172; }
.lightBlue { background-color: #83afb4; }
.maroon { background-color: #83334a; }
.lightGray { background-color: #eee; }

/* ---------------------
text colors
----------------------*/
.gray { color: #666; }
.white { color: #fff; }
.textBlue { color: #005172; }

/* ---------------------
margins
----------------------*/

.noMargin { margin: 0 !important; }
.noMarginTop { margin-top: 0 !important; }
.noMarginLeft { margin-left: 0 !important; }
.noMarginBottom { margin-bottom: 0 !important; }
.noMarginRight { margin-right: 0 !important; }
.marginBottom { margin-bottom: 1em !important; }
.marginBottomHalf { margin-bottom: .5em !important; }
.marginBottomDouble { margin-bottom: 2em !important; }
.marginBottomTripple { margin-bottom: 3em !important; }
.marginTop { margin-top: 1em !important; }
.marginTopHalf { margin-top: .5em !important; }
.marginTopDouble { margin-top: 2em !important; }
.marginTopTripple { margin-top: 3em !important; }
.marginLeft { margin-left: 1em !important; }
.marginLeftDouble { margin-left: 2em !important; }
.marginRight { margin-right: 1em !important; }
.marginRightDouble { margin-right: 2em !important; }

/* ---------------------
padding
----------------------*/

.padding { padding: 1em !important; }
.noPadding { padding: 0 !important; }
.noPaddingTop { padding-top: 0 !important; }
.noPaddingRight { padding-right: 0 !important; }
.noPaddingBottom { padding-bottom: 0 !important; }
.noPaddingLeft { padding-left: 0 !important; }
.paddingTop { padding-top: 1em !important; }
.paddingTopDouble { padding-top: 2em !important; }
.paddingTopHalf { padding-top: .5em !important; }
.paddingTopQuater { padding-top: .25em !important; }
.paddingBottom { padding-bottom: 1em !important; }
.paddingBottomDouble { padding-bottom: 2em !important; }
.paddingBottomHalf { padding-bottom: .5em !important; }
.paddingBottomQuater { padding-bottom: .25em !important; }

/* ---------------------
formatting
----------------------*/

.clearLeft { clear: left; }
.clearRight { clear: right; }
.clearBoth { clear: both; }
.alignLeft { float: left; }
.alignRight { float: right; }
.textAlignLeft { text-align: left; }
.textAlignCenter { text-align: center; }
.textAlignRight { text-align: right; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.decoration { text-decoration: underline; }
.noDecoration { text-decoration: none; }

/* ---------------------
icons
----------------------*/

ul li
{
	padding: 1px 0 1px 19px;
	background: url(../images/new/icons2.png) no-repeat 0 .3em;
	/*background: url("../images/new/icon-minus.gif") no-repeat scroll left 0.4em transparent;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;*/
}

li.Animal,li.AnimalFinder,li.Audio,li.Blog,li.BlogPost,li.Category,li.Comment,li.Document,li.Event,li.General,li.HtmlPage,li.Image,li.Interactive,li.MediaRelease,li.Movie,li.PositionVacant,li.Publication,li.Restricted,li.ResearchProject,li.Section,li.section,li.StaffProfile,li.AudioGallery,li.ImageGallery,li.MovieGallery,li.InteractiveGallery,li.Finder,li.Help
{
	padding: 3px 0 3px 22px;
	background: url(../images/new/icons2.png) no-repeat 0 0;
}

li.Animal { background-position: 0 -294px; }
li.AnimalFinder { background-position: 0 -294px; }
li.Audio { background-position: 0 -494px; }
li.Blog { background-position: 0 -694px; }
li.BlogPost { background-position: 0 -694px; }
li.Category { background-position: 0 -894px; }
li.Comment { background-position: 0 -1094px; }
li.Document { background-position: 0 -1294px; }
li.Event { background-position: 0 -1494px; }
li.General { background-position: 0 -694px; }
li.HtmlPage { background-position: 0 -1694px; }
li.Image { background-position: 0 -1894px; }
li.Interactive { background-position: 0 -2094px; }
li.MediaRelease { background-position: 0 -2294px; }
li.Movie { background-position: 0 -2494px; }
li.PositionVacant { background-position: 0 -694px; }
li.Publication { background-position: 0 -2694px; }
li.Restricted { background-position: 0 -694px; }
li.ResearchProject { background-position: 0 -2894px; }
li.Section,li.section { background-position: 0 -3094px; }
li.StaffProfile { background-position: 0 -3294px; }
li.AudioGallery { background-position: 0 -3494px; }
li.ImageGallery { background-position: 0 -3494px; }
li.MovieGallery { background-position: 0 -3494px; }
li.Finder { background-position: 0 -3694px; }
li.Help { background-position: 0 -3894px; }

/* ---------------------
featureItem
----------------------*/

.featureItem { margin: 0 0 10px; }

.featureImage,.featureImageExt
{
	display: none;
	margin: .2em 0 0;
}

.thumb
{
	width: 60px;
	height: 60px;
	border-radius: 3px;
}

.thumb img { height: 60px; }

.smallImage
{
	width: 136px;
	border-radius: 3px;
}

.smallImage img { width: 136px; }

/* ---------------------
video
----------------------*/

.videoWrapper
{
	position: relative;
	height: 0;
}

* html .videoWrapper
{
	margin-bottom: 45px;
	margin-bot\tom: 0;
}

.videoWrapper div,.videoWrapper iframe
{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.wideScreen { padding-bottom: 56.25%; }
.fourBYthree { padding-bottom: 75%; }
.chrome_25 { padding-top: 25px; }
.chrome_35 { padding-top: 35px; }
.movieWide { max-width: 640px; }

/* ---------------------
figure
----------------------*/

.figure
{
	max-width: 526px;
	margin: 0 0 20px;
}

.figure img { display: block; }
.figcation { margin: 5px 0 0; }
p.figcation { line-height: 1.2; }

/* ---------------------
buttons
----------------------*/

.button,a.button, .button2,a.button2, .button3,a.button3
{
	height: 32px;
	margin: 0;
	border: 1px solid #005172;
	border-radius: 4px;
	padding: 5px 10px 7px;
	box-shadow: 0 1px 1px rgba(255,255,255,.7) inset, 0 3px 3px #ddd;
	color: #fff !important;
	background-color: #005172;
	background-image: linear-gradient(#1c6e8f, #005172);
	text-decoration: none;
	text-shadow: 0 1px 0 #000;
	line-height: 32px;
}

input.button, input.button2
{
	*width: 75px;
	padding: 0 10px;
}

.button3,a.button3 { background-image: none; background-color: #075274; box-shadow: none; height: 38px; line-height: 38px;}
input.button3 { *width: 75px; padding: 0 40px;}

.button:focus,a.button:focus
{
	border: 1px solid #416546;
	background-color: #416546;
	background-image: linear-gradient(#547759, #416546);
}

.button:hover,a.button:hover, .button3:hover,a.button3:hover 
{
	border: 1px solid #555;
	background-color: #555;
	background-image: linear-gradient(#555, #000);
}

.button2:focus,a.button2:focus, .button2:hover,a.button2:hover, .button2:active,a.button2:active
{
	background-color: #005172;
	background-image: linear-gradient(#1c6e8f, #005172);
}

.button:active,a.button:active
{
	border: 1px solid #aa272f;
	background-color: #aa272f;
	background-image: linear-gradient(#c2565d, #aa272f);
}

/* ---------------------
social media
----------------------*/

.socialMedia
{
	float: left;
	margin: 0 0 10px;
	padding: 0;
}

.socialMedia li
{
	display: inline;
	padding: 0;
	background: none;
}

.socialMedia a
{
	float: left;
	width: 28px;
	height: 28px;
	margin: 0 10px 0 0;
	padding: 0;
	text-indent: -500em;
}

/* link */
.twitter a { background: url(../images/new/social.png) 0 0; }
.facebook a { background: url(../images/new/social.png) -28px 0; }
.youtube a { background: url(../images/new/social.png) -56px 0; }
.pintrest a { background: url(../images/new/social.png) -84px 0; }
.instagram a { background: url(../images/new/social.png) -112px 0; }

/* focus */
.twitter a:focus { background: url(../images/new/social.png) 0 -28px; }
.facebook a:focus { background: url(../images/new/social.png) -28px -28px; }
.youtube a:focus { background: url(../images/new/social.png) -56px -28px; }
.pintrest a:focus { background: url(../images/new/social.png) -84px -28px; }
.instagram a:focus { background: url(../images/new/social.png) -112px -28px; }

/* hover */
.twitter a:hover { background: url(../images/new/social.png) 0 -56px; }
.facebook a:hover { background: url(../images/new/social.png) -28px -56px; }
.youtube a:hover { background: url(../images/new/social.png) -56px -56px; }
.pintrest a:hover { background: url(../images/new/social.png) -84px -56px; }
.instagram a:hover { background: url(../images/new/social.png) -112px -56px; }

/* active */
.twitter a:active { background: url(../images/new/social.png) 0 -84px; }
.facebook a:active { background: url(../images/new/social.png) -28px -84px; }
.youtube a:active { background: url(../images/new/social.png) -56px -84px; }
.pintrest a:active { background: url(../images/new/social.png) -84px -84px; }
.instagram a:active { background: url(../images/new/social.png) -112px -84px; }

/* ---------------------
stitching
----------------------*/

.stitching
{
	position: relative;
	z-index: 100;
	height: 17px;
	margin: 0 0 20px;
	box-shadow: 0 0 10px #222;
	background: #2b2b2b url(../images/new/stitching.png);
}

/* ---------------------
pagination
----------------------*/

.pagination { margin: 1em 0; }
.pagination p { margin: 0 0 .5em; }

.pagination li
{
	float: left;
	margin: 0 .5em 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: .2em .5em;
	box-shadow: 0 1px 2px #ddd;
	background-color: #eee;
	background-image: linear-gradient(#fff, #eee);
}

.pagination a { text-decoration: none; }

li.current
{
	float: left;
	margin: 0 .5em 0 0;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: .2em .5em;
	box-shadow: 0 1px 3px #777 inset;
	background: #eee;
}

/* ---------------------
searchFilter
----------------------*/

.searchFilter li
{
	display: inline;
	margin: 0 0 0 .5em;
	border-left: 1px solid #888;
	padding: 0 0 0 .5em;
	background: none;
}

li.searchFilterFirst
{
	margin: 0;
	border: none;
	padding: 0;
}

.searchResults p
{
	margin: 0 0 .2em;
	line-height: 1.2;
}

/* ---------------------
openClose
----------------------*/

ul.openClose, ul.openClose ul, ul.moreLess, ul.moreLess ul
{
	margin: 0;
	padding: 0;
}

ul.openClose ul { margin: 0 0 0 10px; }

ul.openClose li, ul.moreLess li
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 6px;
	background: url(../images/new/icon-minus.gif) no-repeat left .4em;
}

ul.blogChildUL li { padding: 0 0 0 20px; }

a.toggleButton
{
	display: block;
	margin-left: -20px;
	padding-left: 20px;
	background: url(../images/new/icon-plus.gif) no-repeat left .4em;
	cursor: pointer;
}

a.showMinus { background-image: url(../images/new/icon-minus.gif); }

ul.moreLess a.toggleButton
{
	bottom: 1px;
	top: auto;
	margin-left: 0;
}

ul.moreLess ul li { margin-left: -15px; }

ul.moreLess li.removeBullet
{
	padding: 0;
	background: none;
}

ul.moreLess li.removeBullet ul { margin: 0 0 0 15px; }

/* ---------------------
general
----------------------*/

.bannerAd
{
	margin: 1em 0;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 1.1em 0 1.3em;
	font-weight: bold;
	font-style: italic;
}

.bannerAd p { margin: 0; }

.pubDetails
{
	color: #666;
	font-style: italic;
}

.date
{
	color: #666;
	text-transform: uppercase;
}

.hidden
{
	position: absolute;
	left: -500em;
}

li.slideToggle
{
	padding: 0;
	background: none;
}

#dsq-subscribe { display: none; }

.commentDetails
{
	margin: 0 0 1em;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 10px;
	background: #eee;
	box-shadow: 0 1px 1px #fff inset;
}

.sectionItem { margin: 0 0 1.5em; }
.sectionItem p { margin: 0 0 .3em; }
.sectionItem ul { margin: 0; }
.sectionItemImg { display: none; }

/* ---------------------
grids
----------------------*/

.container,.header,.row,.categoryBanner,.nav,dl,form div,.overflow,.featureItem,.featureTeaser,.thumb,.featureImage,.featureImageExt,.socialMedia a,.pagination
{
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}

.container,.header,.row,.categoryBanner,.nav,dl,form div,.overflow,.pagination { clear: both; }

.container
{
	max-width: 1100px;
	margin: 0 auto;
}

.siteSearch
{
	clear: both;
	float: left;
}

.searchBox
{
	float: left;
	width: 120px;
	height: 20px;
	margin: 0 5px 0 0;
	border: 1px solid #b1b1b1;
	border-radius: 5px;
	padding: 5px 10px;
	box-shadow: 0 2px 2px #fff inset;
	background-image: linear-gradient( #eee, #fff);
}

.mainBanner
{
	color: #fff;
	background: #000;
}

.mainBanner a
{
	display: block;
	width: 100%;
	/*height: 300px;*/
	cursor: hand;
}

.mainBanner a:hover { background: none; }
.mainBanner img { margin: 0 auto; }

.secondaryBanner
{
	padding: 30px 0 20px;
	color: #fff;
	background: #434343 url(../images/new/texture.png) repeat;
}

.secondaryBanner img
{
	border: 1px solid #666;
	box-shadow: 0 0 10px #222;
}

.secondaryBanner ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-weight: bold;
}

.secondaryBanner li
{
	display: inline;
	margin: 0 2em 0 0;
	padding: 0;
	background: none;
}

.categoryList
{
	padding: 30px 0;
	background: #dfdcd1;
}

.nav { background: #2b2b2b url(../images/new/nav.jpg) repeat-x; }

.nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li
{
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

.content,.aside,.contentWide,.asideWide { padding: 30px 0; }
.pageLeft { background: url(../images/new/page-left.jpg) repeat-y; }
.pageRight { background: url(../images/new/page-right.jpg) repeat-y 100% 0; }
.pageDarkLeft { background: url(../images/new/page-dark-left.jpg) repeat-y; }
.pageDarkRight { background: #f0eadc url(../images/new/page-dark-right.jpg) repeat-y 100% 0; }

.footer
{
	margin-bottom: 1em;
	border-radius: 0 0 4px 4px;
	padding: 0 0 30px;
	color: #fff;
	background: #2b2b2b url(../images/new/texture.png) repeat;
}

.footer li
{
	margin: 0 0 .5em;
	padding: 0;
	background: none;
}

.footer h4 { color: #fff; }
.content2col:first-of-type,.content3col:first-of-type,.content4col:first-of-type { margin-left: 0 !important; }

a.toggleButton
{
	background: url("../images/new/icon-plus.gif") no-repeat scroll left 0.4em transparent;
	cursor: pointer;
	display: block;
	margin-left: -20px;
	padding-left: 20px;
}

a:link { color: #00648C; }
