@charset "UTF-8";
/* Web Solutions 4.0 Compatible */
* {margin:0;padding:0;border:0;outline:none;box-sizing:border-box;-moz-box-sizing:border-box}
ul li{list-style:none}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr{font-family:inherit; font-size:inherit; font-style:inherit;font-weight:inherit}
table {border-collapse:collapse}
td {empty-cells:show;vertical-align:top;text-align:left}
body {background:#333}

/*page widths*/
body>header, body>nav, #contentWrap, body>footer, #alertApp, #contentWrapHome {width:100%; float:left; clear:left;}
body>*>.wrap, body>footer>.fatFooter,#alertApp>*{width:980px; margin-left:auto; margin-right:auto; position:relative; overflow:auto}

/* text */
body, .text, input, button{font-family:Helvetica, Arial, sans-serif; font-size:13px; line-height:1.53em; color:#333}
a, a *{color:#006fb8;text-decoration:none}
a:hover, a:active, a:hover *, a:active *{color:#a0c03e}
p,h1,h2,h3,h4,h5,h6,hr,#content ul,.contentEditor ul,blockquote,dd,ol{margin-bottom:1em}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {margin-top:1.75em}
h1, h2, h3, h4, h5, h6, h7, h8, h9, th{font-weight:400}
.textColor, h1, h2, h3, h4, h5, h6, h7, h8, h9, th, dt{color:#31659b}
em, i, q, cite, .italic{font-style: italic}
b, strong{font-weight:700}
u { text-decoration:none}
hr{border-top:1px solid rgba(0,0,0,.15);margin:1em 0;padding-top:1px; float:left; width:100%;}
p{font-size:1em}
h1{font-size:1.53em; color:#006fb8}
h1+h2{margin-top:-1em}
h2, #content * h1{font-size:1.23em; color:#338cc6}
h3{font-size:1.23em; color:#a0c03e}
h4, th{font-size:1.23em; color:#66a9d4}
h5 {font-size:1.15em; color:#666666}
h6 {font-size:1.15em; color:#ee2c3c}
h7, h8, h9{font-size:1.1em}
sup, sub { font-size:.6em; line-height:.6em;vertical-align:baseline;position:relative}
sup {bottom:1ex}
sub {top:.5ex}
/* level1 list */
#content ul li, #content_home ul li, .contentEditor ul li, #featVid ul li, #news ul li, #events ul li, #blog ul li, #quickLinks ul li{background:url(/images/icons/16x16/bullet.png) no-repeat 15px 2px; background-size:16px 16px; margin-top:.75em; padding-left:38px}
#content ol, #content_home ol, .contentEditor ol{padding-left:38px}
/* level2 list */
#content ul li ul li, #content_home ul li ul li, .contentEditor ul li ul li{background:url(/images/icons/16x16/bullet2.png) no-repeat 2px 0; padding-left:20px; font-size:.92em; line-height:1.4em; margin-top:.3em}
/* addon classes */
.clearFloats{clear:both}
.nobr{ white-space: nowrap}
.twoCol {
-webkit-columns:2;
   -moz-columns:2;
        columns:2;
-webkit-column-gap:40px;
   -moz-column-gap:40px;
        column-gap:40px;
-webkit-column-rule:1px outset rgba(0,0,0,.15);
   -moz-column-rule:1px outset rgba(0,0,0,.15);
        column-rule:1px outset rgba(0,0,0,.15);
}

/* forms */
input, button{font-size:.9em}
input[type="text"], input[type="password"], input[type="tel"], input[type="date"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select, input[type="button"], input[type="submit"]{border-radius:0;-webkit-appearance:none}
input[type="radio"],input[type="checkbox"]{border:1px solid #999;}
input[type="text"], input[type="password"], input[type="tel"], input[type="date"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select{border:1px solid #999;background:#fff;padding:3px 5px;box-shadow:inset 0px 2px 4px 0px rgba(0, 0, 0, .25)}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"], input[type="date"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea:focus{background-color:#ffc}
select{padding:0}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select{background:url(/images/icons/16x16/select.png) no-repeat right center;padding:3px 16px 3px 5px}
	input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}
	input[type="search"]{padding-right:0}
}
select option{padding:0 .2em}
button,.button,input[type="button"], input[type="submit"], input[type="reset"]{background:#006fb8;color:#fff;border:0;padding:.4em .6em;line-height:1em;cursor:pointer; border-radius:5px;}
input::-moz-focus-inner {border:0;padding:0;}
button:hover,input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,.button:hover,.button:focus,input[type="button"]:focus,input[type="submit"]:focus,input[type="reset"]:focus{background-color:#a0c03e;color:#fff}
button img{height:1em;width:auto;vertical-align:top}
input.bulky, .bulky {padding:.4em .6em;font-size:1.2em}
.formTable, .formTable table{width:100%; float:left;}
.formTable td{width:50%}
.formTable input[type="text"], .formTable input[type="password"], .formTable input[type="tel"], .formTable input[type="number"], .formTable input[type="email"], .formTable input[type="url"], .formTable input[type="search"], .formTable textarea{width:100%}
.formTable td{padding:0 0 .5em .5em}
.formTable td:first-child{padding:0 .5em .5em 0}
.formTable table td,.formTable table td:first-child{padding-bottom:0}
.formTable.right td:first-child{text-align:right;width:1%}
.formTable.right td{width:auto}
.formTable td[colspan="2"]{padding-right:0}
.formTable.formLoose,.formTable.formLoose td{width:auto}
.subjClass{display:none}
#Captcha label{padding-left:0}
.wsNew{display:inline-block;font-size:.7em;line-height:1.5em;height:1.5em;padding:0 .3em;margin:.3em 0;background-color:#FFC700;overflow:visible;vertical-align:top;color:#fff;font-style:italic}

/* HEADER */
body>header{position:relative; height:143px;margin:0 auto;width:100%; background:url(/images/bkg_tile.png) repeat-x left 1px; overflow:hidden;
	box-shadow:  0px 5px 10px 2px rgba(204, 204, 204, .53);
	}
body>header>.wrap{height:60px}
#brand{width:230px;height:63px;position:absolute;left:35px;top:59px; background:url(/images/brand.png) no-repeat 0 center;background-size:230px 63px;display:block}
#bkgHeader {position:absolute; top:0; left:0; width:1105px; height:143px; background:url(../images/bkg_header.png) no-repeat 0 0;}

/* ancillary */
body>header nav {position:absolute;right:40px; top:12px; font-size:.92em; color:#666; line-height:1.1em; text-align:right}
body>header nav a {text-decoration:none; color:#666;-webkit-text-size-adjust:none}
body>header nav a:hover, hbody>eader>nav a:active {color:#338cc6}
body>header nav a.on {text-decoration:none; color:#a0c03e}

/*MAIN NAV*/
body>nav{margin-top:-104px; overflow:visible}
body>nav ul{text-align:right;overflow:visible}
body>nav li{display:inline-block;position:relative}
body>nav a{color:#fff; font-size:1.53em; line-height:100px; padding:0 30px; display:inline-block; text-decoration:none; -webkit-text-size-adjust:none}
body>nav>ul>li:hover>a, body>nav>ul>li:active>a{background:url(/images/navigation/bkg_t1_hover.png) repeat 0 0; color:#fff}
body>nav>ul>li.on>a{background:none; color:#a0c03e}
/*dhtml*/
body>nav li ul{z-index:1;width:200px;padding:5px;background:rgba(0,0,0,.8);position:absolute;overflow:auto;height:auto}
body>nav>ul>li:last-child ul{right:0}
body>nav li ul li{width:100%;display:block;float:left}
body>nav ul li ul li a{background:none;color:#fff}
body>nav li ul li a{font-size:.9em;line-height:1.1em;padding:.3em .5em; display:block;width:100%;text-align:left;float:left}
body>nav li ul li a:hover, .t1 li ul li a:active{color:#000;background:#fff}

/* CONTENT WRAP */
#contentWrap, .mceContentBody{background:#f1f0f0}
#contentWrap>.wrap{padding-top:3em}
.contentEditor{background:#fff}
#contentWrapHome {background: #f1f0f0 url(/images/home/bkg_rotator.gif) repeat-x 0 top / auto 527px;}

/* side column */
#contentWrap>div>aside{position:absolute; left:0; top:3em; width:227px; overflow:visible; font-size:13px; line-height:1.3em}

/* t1 */
#contentWrap>div>aside nav{width:225px; border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:4px solid #a0c03e; overflow:hidden; margin:-1em 0 40px}
#contentWrap>div>aside nav li{height:1%;overflow:hidden}
#contentWrap>div>aside nav li a{padding:.3em 20px; font-size:1.23em; line-height:2em; display:block}
#contentWrap>div>aside nav li a:hover, #contentWrap>div>aside nav li a:active{background:#e5e5e5}
#contentWrap>div>aside nav li.on>a{color:#FFF; text-transform:uppercase;
	background: #045ea3; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#045ea3), color-stop(100%,#094084)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #045ea3 0%,#094084 100%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-linear-gradient(top, #045ea3 0%, #094084 100%);
	background: linear-gradient(to bottom,  #045ea3 0%,#094084 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#045ea3', endColorstr='#094084',GradientType=0 ); /* IE6-9 */
	}

/* t2 */
#contentWrap>div>aside nav li.on ul{border-top:1px solid rgba(0,0,0,.15)}
#contentWrap>div>aside nav li.on ul li{border-bottom:1px solid rgba(0,0,0,.15)}
#contentWrap>div>aside nav li.on ul li a{padding:.4em 20px; font-size:1.15em; line-height:1.3em; color:#666; background:#f1efef}
#contentWrap>div>aside nav li ul li a:hover, #contentWrap>div>aside nav li ul li a:active{color:#fff; background:#338cc6;}
#contentWrap>div>aside nav li ul li.on a{color:#fff; background:#a0c03e; text-transform:none;}
/* t3 */
#contentWrap>div>aside nav li ul li.on ul{padding-bottom:0;border:0}
#contentWrap>div>aside nav li ul li.on ul li{border:0}
#contentWrap>div>aside nav li ul li.on ul li a{padding:.2em 20px .2em 36px; font-size:1em; color:#8eaa37; background:#fff}
#contentWrap>div>aside nav li ul li ul li a:hover, #contentWrap>div>aside nav li ul li ul li a:active{background:#e0eac3; color:#333}
#contentWrap>div>aside nav li ul li ul li.on a{color:#fff; background:#ccc;}
/* t4 */
#contentWrap>div>aside nav li ul li ul li.on ul li a{padding-left:50px; font-size:.8em; color:#666; background:#f2f2f2;}
#contentWrap>div>aside nav li ul li ul li ul li a:hover, #contentWrap>div>aside nav li ul li ul li a:active{color:#000}
#contentWrap>div>aside nav li ul li ul li ul li.on a{color:#006fb8;}

/*section callouts*/
#contentWrap>div>aside section{margin:0 0 20px;}
#contentWrap>div>aside section h1{margin:0 0 15px 0; font-size:1.38em; color:#338cc6; text-transform:uppercase}
#contentWrap>div>aside section img {border:2px solid #ccc; padding:1px; background:#fff;}
#contentWrap>div>aside section p{margin:15px 0;}

/* content */
#content{float:left;width:100%;padding:0 40px 50px 270px;overflow:hidden; min-height:600px;word-wrap:break-word}
#content .photoright, #content .photoleft{max-width:50%;height:auto}
#content .photoright img, #content .photoleft img {max-width:100%;height:auto}
#content img.phototreatment{max-width:50%;height:auto}
img.phototreatment, img.photoright, img.photoleft, .photoright img, .photoleft img {outline:3px solid #ccc; border:1px solid #fff}
.photoright{float:right;margin:0 0 3em 4em;clear:right}
.photoleft{float:left;margin:0 4em 3em 0;clear:left}
.muted {opacity:0.5;filter:alpha(opacity=50)}
#content * h1{font-size:1.2em;margin-bottom:1em}
.textSm{font-size:.8em}
.highlight{border:1px solid #ccc; border-radius:5px; background:#fff; margin:2em 0; padding-bottom:1em;}
.highlight li {padding-right:15px;}
#content .highlight h1 {background:#338cc6; border-top-left-radius:5px; border-top-right-radius:5px; padding:.75em 17px; display:block; font-size:1.38em; color:#fff; text-transform:uppercase;}
#content .highlight p {padding:0 17px;}

.wrap {max-width:980px; margin:0 auto; position:relative}

.linkButton {border-radius:5px; background:#a0c03c; color:#fff; font-weight:bold; text-transform:uppercase; font-size:1.07em; line-height:1em; padding:.92em; float:left;
	box-shadow:  0px 5px 5px 0px rgba(0, 1, 1, .10);
	}
.linkButton:hover {background:#338cc6; color:#fff;}

#welcome {float:right; width:390px;height: 370px; position:absolute; right:0; top:28px; z-index:1;padding:85px 29px 0;background: url(/images/home/bkg_welcome.png) no-repeat 0 0 / auto 370px; display:block; font-size:1.17em; color:#fff; overflow:hidden;}
#welcome h1 {margin-bottom:.5em;}
#welcome  p {font-size:1.03em; margin-bottom:.8em; 	text-shadow: 0 1px 2px #000;}
#welcome .linkButton {padding:.6em .8em; font-size:.9em; border:1px solid #0a61b0;
	background: #0a61b0; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#0a61b0), color-stop(65%,#05498f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0a61b0 40%,#05498f 65%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-linear-gradient(top, #0a61b0 40%, #05498f 65%);
	background: linear-gradient(to bottom,  #0a61b0 40%,#05498f 65%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a61b0', endColorstr='#05498f',GradientType=0 ); /* IE6-9 */
	}
#welcome .linkButton:hover {border:1px solid #338cc6;
	background: #8ccbf2; /* Old browsers */ /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ccbf2), color-stop(61%,#338cc6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8ccbf2 0%,#338cc6 61%); /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
	background: -webkit-linear-gradient(top, #8ccbf2 0%, #338cc6 61%);
	background: linear-gradient(to bottom,  #8ccbf2 0%,#338cc6 61%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ccbf2', endColorstr='#338cc6',GradientType=0 ); /* IE6-9 */
	}

#top {float:left; width:100%;height: 410px; position:relative; padding:0 10px; border-bottom:solid 1px #dfdfdf}
#bottom {float:left; width:100%; height:auto; padding-top:35px; margin-bottom:35px; background:url(../images/border-top.png) center top no-repeat; border-top:solid 1px #fff}
#bottom section {float:left; width:33%; height:400px; padding:5px 18px; border-left:1px solid #ccc; position:relative;}
#bottom section:first-child {border-left:none}
#bottom>section + section {background:url(/images/home/bkg_section.png) repeat-x 0 0;}
#bottom>section + section + section {background:none;}
#bottom section>h1 {font-size:1.38em; text-transform:uppercase; margin-bottom:.75em;}
#bottom section img {border:3px solid #ccc; padding:1px; background:#fff; margin-bottom:.9em;}
#bottom section p {font-size:1.23em; line-height:1.3em; color:#222;}
#bottom section span {font-size:1.07em; line-height:1.2em; color:#666;}
#bottom section span strong {color:#006fb8; text-transform:uppercase;}
#bottom section a.linkButton {position:absolute; bottom:58px; left:18px;}

#form1 {max-width:980px; margin:0 auto}
.bottom {margin-bottom:15px}

#contentWrap.fullWidth #content{padding-left: 40px}
#contentWrap.fullWidth>aside{display:none}

/* FOOTER */
body>footer{color:#999; font-size:.90em; line-height:1.4em; padding:0 0}
body>footer>.wrap{overflow:visible; padding:1em 0}
body>footer a{color:#006fb8}
body>footer a:hover, footer a:active{color:#a0c03c;}
body>footer a.on, footer .on>a{color:#66a9d4; text-decoration:underline;}

.fatFooterWrap {width:100%; position:relative; border-top:1px solid #ccc; background:#fff url(/images/bkg_footer.png) repeat-x 0 0; padding:2.2em 20px;}
.fatFooter{margin:0 auto;display:table; max-width:980px; }
.fatFooter>*{display:table-row}
.fatFooter>*>*{display:table-cell; vertical-align:top; padding-right:95px;}
.fatFooter>*>*:last-child{padding-right:0;white-space:nowrap}
.fatFooter address {width:200px; padding-right:0px; color:#666;}
.fatFooter .numbers {padding-top:30px; padding-right:400px; color:#666;}
body>footer nav{display:inline}
body>footer>div{min-height:18px}
#web-solutions-exposure {float:right; margin-left:11px; margin-top:-3px;}
#web-solutions-exposure a{opacity:.6;filter:alpha(opacity=60)}
#web-solutions-exposure a:hover{opacity:1;filter:alpha(opacity=100)}
#web-solutions-exposure img {margin-left:9px}

/* APPS */
.wsApp{}

/* pagination */
.pagination{font-size:.95em;text-align:right}

/* news */
.news{postion:relative;overflow:auto;margin-bottom:1em}
.news article{border-top:0;line-height:1.3em}
.news article+article{margin-top:0;border-top:1px dotted rgba(0,0,0,.15)}
.news .pagination{width:100%;border-top:0}
.news div+.pagination{border-bottom:0}

.pagination+article,article+.pagination{margin-top:.3em}
.news article a{padding: 5px;clear:left;position:relative;display:block;overflow:hidden}
.news article a:hover,.news article a:hover{background:rgba(0,0,0,.08)}
.news article span {width:26%;height:6em;display:block;float:left;background-repeat:no-repeat;background-position:center center;background-size:cover}
.news article span span{width:100%;height:6em;}
#content .news article h1{font-size:1.15em;margin-bottom:0}
.news article time, .newsArticle time{font-size:.8em;color:rgba(0,0,0,.5)}
.news article p{margin-bottom:0;color:#666}
.news article a div{width:74%;float:left;padding-left:0}
.news article a span+div{padding-left:10px}
.news>div{border-bottom:1px solid rgba(0,0,0,.25);border-top:1px solid rgba(0,0,0,.25);marin:0 0 3em;display:table}
.news>div+div{border-top:0}
.news section{width:220px;padding:0 1em;display:table-cell}
.news section:first-child{padding-left:0}
.news section:last-child{padding-right:0}
.news section>a{float:right;padding:5px}
.news section+section{border-left:1px dotted rgba(0,0,0,.15)}
#content .news section h1{padding:5px;margin-bottom:0;font-size:.9em;text-transform:uppercase;white-space: nowrap;overflow:hidden; text-overflow:ellipsis}
.news section div{background-repeat:no-repeat;background-position:center center;background-size:cover}
.news section article{margin-top:0}
.news section div article div{width:100%;height:100px;margin-bottom:.5em}
.news section+p{clear:both}
.news footer img{position:relative;vertical-align:baseline;bottom:-.5ex}
.news article+p{margin-top:.5em;font-size:.9em;font-style:italic;text-align:right}
.newsArticle{margin-top:-2em}
.newsArticle time{margin-bottom:2em;display:block}
.news h2{margin-top:3em}
.fb-comments, .fb-comments>span, .fb-comments>span>iframe{width:100% !important}

/* driving directions */
#mapWrapper {width:100%;height:450px;margin-bottom:25px}
#mapWrapper *{box-sizing:content-box;-moz-box-sizing:content-box;line-height:1.3em}
#mapWrapper h2{font-size:14px;margin-bottom:0}
#mapWrapper input[type="text"]{margin-right:5px}
.mapLocations {position:relative;overflow:auto}
.mapLocations li {float:left; width:33%; padding:0 1em 1em 0;}
.mapLocations li:nth-child(3n+4){clear:left}
.mapLocations a{display:block}

/* page header */
.pageHeader{width:100%;height:auto;margin-bottom:2em}

/* photo gallery */
.categoryThumb a.album { display:block; float:left; padding:5px;}
.manage.managePhotos td:first-child{padding:2px 10px 2px 2px}
.manage.managePhotos td:first-child div{height:28px;width:28px;background-size:cover;cursor:pointer}
.categoryThumb, .albumThumb{position:relative;overflow:auto;overflow:hidden}
.categoryThumb a{display:block;width:100%}
.categoryThumb a:hover, .categoryThumb a:active,.albumThumb a:hover,.albumThumb a:active{background-color:rgba(0,0,0,.08)}
.categoryThumb img{float:left}
.categoryThumb section a{border-top:1px solid rgba(0,0,0,.25)}
.categoryThumb section+section a{border-top:1px dotted rgba(0,0,0,.15)}
#content .categoryThumb h1, #content .categoryThumb p{padding:0 0 0 110px;margin-bottom:0}
#content .categoryThumb h1{padding-top:10px}
.categoryThumb p{color:#666}
.albumThumb a{width:100px;height:100px;float:left}
.albumThumb img{width:100px;height:100px;padding:5px}
.albumThumb a:hover img{width:100px;height:100px;padding:0}
.fancybox-gallery{background-color:rgba(0,0,0,1) !important}
.fancybox-gallery .fancybox-wrap,
.fancybox-gallery .fancybox-skin,
.fancybox-gallery .fancybox-outer,
.fancybox-gallery .fancybox-inner{position:absolute !important;left:0 !important;top:0 !important;right:0 !important;bottom:0 !important;width:auto !important;height:auto !important;overflow:hidden; padding:0 !important; margin:0 !important;background-color:transparent !important}
.fancybox-gallery.fancybox-overlay .fancybox-wrap{background-color:transparent}
.fancybox-gallery.fancybox-overlay .fancybox-skin{background-color:#000}
.fancybox-gallery.fancybox-overlay *{color: rgba(255,255,255,.65)}
.fancybox-gallery .fancybox-close{right:0;top:0; opacity:.2}
.fancybox-gallery .rsDefault .rsFullscreenBtn{margin:0;top:0;right:36px;height:36px;width:36px; opacity:.2}
.fancybox-gallery .rsDefault .rsFullscreenIcn{margin:3px}
.fancybox-gallery .fancybox-close:hover{opacity:1}
.rsDefault .rsOverflow, .rsDefault, .rsSlide{background-color:transparent !important}
.fancybox-gallery .rsDefault .rsFullscreenBtn:hover{opacity:1}


/* staff */
.staff2col {
-webkit-columns:2;
   -moz-columns:2;
        columns:2;
-webkit-column-gap:40px;
   -moz-column-gap:40px;
        column-gap:40px;
-webkit-column-rule:1px outset rgba(0,0,0,.15);
   -moz-column-rule:1px outset rgba(0,0,0,.15);
        column-rule:1px outset rgba(0,0,0,.15);
}
.staff2col section{display:inline-block;line-height:1.25em}
.staffApp .jobTitle{margin-top:-1.5em}
.staffApp section .jobTitle, .staffApp .requiredText{margin-top:-1em}
.staffApp hr, .staffApp section{clear:both;width:100%}

/* ALERT */
#alertApp, #alertApp.alertStatic:hover{width:100%; background:#990000}
#alertApp h1{margin-bottom:0;font-size:1.1em;padding:5px;color:#fff;text-align:center}
#alertTitle span{float:right; opacity:.5}
#alertApp:hover #alertTitle span{opacity:1}
#alertTitle a{color:#fff;text-decoration:underline}
#alertDesc{overflow:hidden}
.alertClosed #alertDesc{height:auto;max-height:0}
.alertOpen #alertDesc{height:auto;min-height:0;max-height:250px;}
#alertDesc p{color: rgba(255,255,255,.8);}
#alertApp {cursor:pointer;}
#alertApp.alertStatic{cursor:auto}
#alertApp:hover { background:#660000;}


/* MANAGEMENT OVERRIDES */
#wysiwygBody{background:#fff}
/* management table */
hr+.manage{margin-top:-1em}
.manage{border-bottom:1px solid rgba(0,0,0,.2);width:100%;line-height:1.3em}
.manage th{border-bottom:1px solid rgba(0,0,0,.2);text-align:left}
.manage th.right{text-align:right}
.manage th.sort{cursor:pointer}
.manage th.sort img{margin-left:5px}
.manage th img {position:relative;bottom:-2px}
.manage td,.manage th{padding:5px 5px 5px 0}
.manage td:first-child{padding-left:.8em}
.manage img.preload{display:none;position:absolute;z-index:9900;top:0;border:solid 1px #fff}
.manage td.icons img{margin-left:5px;position:relative;bottom:-2px}
.manage td:first-child.icons img{margin-left:0}
.manage td:first-child.icons{padding-left:3px;padding-right:3px}
.manage td.icons a:first-child img{margin-left:0}
.manage td.icons input{position:relative;bottom:2px;margin-left:5px}
.manage .hidden{font-style:italic;color:#900}
.manageButton{text-align:right;padding:10px 0}
.alternate tbody tr:nth-child(even), .even{background:#fff}
.alternate tbody tr:nth-child(odd), .odd {background:rgba(0,0,0,.06)}
.manage+hr, .manage+.manageLinks+hr{margin-top:50px}
.manageLinks{margin-top:10px}
.manageLinks a{white-space:nowrap}
.manageLinks a img{position:relative;bottom:-2px}
.manageLinks button{margin-left:5px}
.manageButtons{text-align: right;padding:10px 0}
.wsReturnToButton {float:right;margin-top:-3em}
.manage.rightFirstChild td:first-child{text-align:right}
.sortRow th{cursor:pointer}
.manageEllipsis{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}
.management table {clear:both}
/*
.manage td.reportTitle{padding-left:5px;width:150px; cursor:pointer}
.manage td.views{padding-right:5px}
.manageCaption{}
.manageCaption td:first-child{padding-top:0;padding-left:0;font-size:.85em; font-style:italic;opacity:0.4;filter:alpha(opacity=4)}
*/
/*flexible width*/
@media screen and (max-width:980px) {
body>header, body>nav, #contentWrap, body>footer, #ContentWrapHome, body>#ContentWrapHome>.wrap, #top, #bottom {min-width:750px;}
body>*>.wrap, body>footer>.fatFooter{width:100%}
#bottom section img {width:100%; height:auto;}
}
@media screen and (max-width:850px) {
body > nav a {padding: 0 20px; font-size: 1.3em;}
#welcome {float:right; width:390px; height:310px; position:absolute; right:0; top:28px; z-index:1; padding:85px 29px 0;}
.fatFooter .numbers {padding-right: 50px;}
}
@media screen and (-webkit-device-pixel-ratio: 2) {
#brand{background-image:url(/images/brand@2x.png)}
#content ul li, #content_home ul li, .contentEditor ul li, #featVid ul li, #news ul li, #events ul li, #blog ul li, #quickLinks ul li{background-image:url(/images/icons/32x32/bullet.png)}
#content ul li ul li, #content_home ul li ul li, .contentEditor ul li ul li{background-image:url(/images/icons/32x32/bullet2.png)}
}
/* TRANSITIONS */
a, a *,button,.button,input[type="button"],input[type="submit"],.rsFullscreenBtn,#alertApp,#alertApp span,#alertDesc,.availableList .thumbs span{-webkit-transition: all 200ms ease-out;transition: all 200ms ease-out}

/* FORM ERROR */
.formError {background-color:Black; border:0; padding: 5px 10px; color:#fff; display:none; margin:0 0 2px; z-index:9999; border-radius: 10px; -moz-box-shadow:0 2px 2px #333; -webkit-box-shadow:0 2px 2px #333;}
.formError p {margin:0; font-size:.9em; }
.formError em { border:10px solid; border-color:Black transparent transparent; bottom:-17px; display:block; height:0; left:40px; position:absolute; width:0; }

/* JS ROTATOR */
.wsRotatorMain{width:800px;height:300px;position:absolute;top:38px;left:40px;overflow:hidden}
.management .wsRotatorMain {/* top:208px; */}


/* CUSTOM */
.green {color:#a0c03e}
.red {color:#ee2c3c;}

/* FORMS */
.filter, .oneClick {float:right; margin-bottom:30px;}
.oneClick {float:left}
.filter a, .oneClick a {padding:5px 10px; border-radius:5px; background:#a0c03c; color:#fff;}
.filter a:hover, .oneClick a:hover {background:#338cc6;}
.filter a.on {background:#006fb8;}

.availableList {border-top:5px solid #a0c03c;margin-top: 3em}
#content .availableList h1 {font-size:1.5rem;font-weight: bold}
.availableList h1 span {font-size:1rem; color:#000; font-weight:normal}
.availableList section {padding:3em 0 3.5em; border-bottom:1px solid #999; width:100%;position: relative;overflow: auto}
.availableList section>div{width:66%;float: left}
.availableList section>div:first-child {padding:0 0 1rem 2rem; width:33%;float: right}
.availableList img {width:100%; height:auto; border:1px solid #999;}
.availableList strong {color:#338cc6;}
.requestButton{margin-top:1.5em}
.availableList .thumbs{margin-top: 1em}
.availableList .thumbs span{opacity: .6; cursor: pointer;display: inline-block;height:3em;width:3em;background-repeat: no-repeat;background-position: center center;background-size: contain;position: relative}
.availableList .thumbs span:hover{opacity: 1;-webkit-transform: scale(1.2);-ms-transform: scale(1.2);transform: scale(1.2);z-index: 1}

.resultList, .donateList {width:100%; border-bottom:1px solid #000;}
.resultList th, .resultList td, .donateList th, .donateList td {font-size:.9em; line-height:1.5em; text-align:left; padding:10px 0 10px 10px}
.resultList th, .donateList .title {background:#338cc6; color:#fff; font-weight:bold;}
.resultList th a, .donateList .title a {color:#fff}
.resultList th a:hover, .donateList .title a:hover {color:#a0c03c;}
.resultList .even, .donateList .even {background:#eaeaea;}
.resultList img {width:100px; height:auto;}

.donateList .title {text-transform:uppercase;}
.donateList .title a {text-transform:none;}
.donateList td {width:25%;}
.donateList input {margin:0 5px;}

.DonationForm h2 {float:left; width:100%; background:#338cc6; padding:10px; color:#fff; font-size:.9em; text-transform:uppercase;}
.DonationForm h3 {color:#338cc6; margin-bottom:2px; margin-top:15px;}
.DonationForm h3 span {color:#666; font-size:.8em; font-style:italic;}

.tooltipIcon {margin-left:5px; cursor:pointer; width:16px; height:16px;}
.tooltip {
         width:320px;
         background:#fff;
         border:1px solid #006fb8;
         padding:10px;
         margin-bottom:20;
         font-size:12px;
		 color:#006fb8;
		 display: none;
		 position: absolute;
         }
