@charset "UTF-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, em, img, s, small,
strike, strong, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, footr, header,
hgroup, menu, nav, section {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 13px;
        font: inherit;
        vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footr, header, hgroup, menu, nav,
section {
        display: block;
}
body {
        font-family: Helvetica, Arial, Verdana, sans-serif;
        font-size: 13px;
        line-height: 17px;
}
ol, ul {
        list-style: none;
        list-style-type: none;
}

/* tony updates */
p {
	margin-bottom:20px;	
}


#container {margin: 0 auto;}

/* Navigation bar. */
#nav {background-color: #007d32;}
#nav a {color: #fff;}
#nav a:hover {color: #a6ce67;}

/* Front page banner. */
#banner {
	background-color: #edf2f9;
	background-image: url(../images/bnr-studentbkg-lg.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	height: auto;
	
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-ms-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;}
#banner img {
	height: 117px;
	width: 712px;
}
#banner p {
	font-size: 12px;
	line-height: 16px;
}
#banner form input[type="text"] {
	color: #333;
	font-size: 20px;
	width: 380px;
}
#banner form {height: 180px;}
#banner form input[type="submit"] {
	background-color: #339900;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(129,194,65,1.00)),color-stop( 50.84% , rgba(99,161,37,1.00)),color-stop( 53.72% , rgba(66,131,0,1.00)),color-stop( 100% , rgba(95,171,19,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(129,194,65,1.00) 0%,rgba(99,161,37,1.00) 50.84%,rgba(66,131,0,1.00) 53.72%,rgba(95,171,19,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(129,194,65,1.00) 0%,rgba(99,161,37,1.00) 50.84%,rgba(66,131,0,1.00) 53.72%,rgba(95,171,19,1.00) 100%);
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 30px;
	margin-top: 8px;
	width: 85px;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	box-shadow: 0px 3px 5px rgba(0,0,0,.55);
	text-shadow: 0px 2px 1px rgba(0,0,0,.55);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.55);
}

/* Subpage banner. */
#subbanner {
	background-color: #eaf0f8;
	background-image: url(../images/bnr-studentbkg-sml.png);
	background-position: 100% -160%;
	background-repeat: no-repeat;
	height: auto;
}
#subbanner form {
	background-color: #b5d3f0;
	height: 35px;
}
#subbanner form input[type="text"] {
	color: #333;
	line-height: 20px;
	width: 200px;
}
#subbanner form input[type="submit"] {
	background-color: #339900;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(129,194,65,1.00)),color-stop( 50.84% , rgba(99,161,37,1.00)),color-stop( 53.72% , rgba(66,131,0,1.00)),color-stop( 100% , rgba(95,171,19,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(129,194,65,1.00) 0%,rgba(99,161,37,1.00) 50.84%,rgba(66,131,0,1.00) 53.72%,rgba(95,171,19,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(129,194,65,1.00) 0%,rgba(99,161,37,1.00) 50.84%,rgba(66,131,0,1.00) 53.72%,rgba(95,171,19,1.00) 100%);
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	width: 70px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	box-shadow: 0px 2px 3px rgba(0,0,0,.55);
	text-shadow: 0px 2px 1px rgba(0,0,0,.55);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.55);
}

ul {
	padding-top:2px !important;
	margin-bottom:0 !important;	
}

/* Headers. */
h1 {font-size: 36px !important;}
h2 {font-size: 26px !important;}
h3 {font-size: 20px !important;}
h4 {font-size: 18px !important;}
h5 {font-size: 16px !important;
	margin:0 0 10px 0 !important;}
h6 {font-size: 13px !important;}

/* Font colors. */
.c_004 {color: #00458a;}
.c_333 {color: #333;}
.c_aaa {color: #aaa;}
.c_bf4 {color: #bf4000;}

/* Heights. */
.h_117 {height: 117px;}
.h_85 {height: 85px;}
.h_70 {height: 70px;}
.h_50 {height: 50px;}
.h_25 {height: 25px;}

/* Widths. */
.w_full {width: 100%;}
.w_920 {width: 920px;}
.w_600 {width: 600px;}
.w_420 {width: 400px;}
.w_310 {width: 310px;}
.w_250 {width: 250px;}
.w_217 {width: 217px;}

/* Floats. */
.left {float: left;}
.right {float: right;}

/* Margins. */
.ma {margin:0 auto;}
.mb_5 {margin-bottom: 5px;}
.ml_5 {margin-left: 5px;}
.mr_5 {margin-right: 5px;}
.mt_5 {margin-top: 5px;}
.mb_10 {margin-bottom: 10px;}
.ml_10 {margin-left: 10px;}
.mr_10 {margin-right: 10px;}
.mt_10 {margin-top: 10px;}
.mb_20 {margin-bottom: 20px;}
.ml_20 {margin-left: 20px;}
.mr_20 {margin-right: 20px;}
.mt_20 {margin-top: 20px;}
.mb_30 {margin-bottom: 30px;}
.mr_30 {margin-right: 30px;}
.mb_50 {margin-bottom: 50px;}

/* Paddings. */
.pt_5 {padding-top: 5px;}
.pb_10 {padding-bottom: 10px;}
.pr_10 {padding-right: 10px;}
.pt_10 {padding-top: 10px;}
.pb_20 {padding-bottom: 20px;}

/* Displays and vertical alignments. */
.inline {display: inline-block;}
.middle {vertical-align: middle;}

/* Positions. */
.pos_r{position: relative;}

/* Links. */
a{color: #00458a;}
a:hover{color: #36c;}

/* Borders. */
.border {border: 1px solid;}
.border-top {border-top: 1px solid;}

/* Border colors. */
._333 {border-color: #333;}
._360 {border-color: #360;}
._999 {border-color: #999;}
._ccc {border-color: #ccc;}
._fff {border-color: #fff;}

/* Text decorations and alignments. */
.under {text-decoration: underline;}
.fw_100 {font-weight: 100;}
.t_align {text-align: center}

/* Resources. */
.resource {min-height: 100px;}
.resource .description {width: 500px;}
.resource img {width: 88px; opacity: .9;}
.resource img:hover {
        box-shadow: 0px 0px 30px rgba(255,255,255,0.9);
        opacity: 1;

        -webkit-box-shadow: 0px 0px 30px rgba(255,255,255,0.9);
        -moz-box-shadow: 0px 0px 30px rgba(255,255,255,0.9);
}
.resource img.product {width:135px;}

/* Funding. */
#funding {padding-top: 15px;}

/* Featured resource. */
#featresrc {
	background-color: #e6ecf7;
	background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(218,230,242,1.00)),color-stop( 100% , rgba(170,206,242,1.00)));
	background-image: -webkit-linear-gradient(270deg,rgba(218,230,242,1.00) 0%,rgba(170,206,242,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(218,230,242,1.00) 0%,rgba(170,206,242,1.00) 100%);
	min-height:120px;
	height:auto !important;
	height:120px;
	padding: 10px 0 20px 10px;
	width: 250px;
	
}
#featresrc  h4 {
	text-align:center;
		
}
#featresrc a {font-weight: bold;}
#featresrc p {
	font-size: 12px;
	line-height: 16px;
}
#featresrc img {
	margin: 0 auto 10px auto;
	display: block;
}

/* Ads and social media. */
#aalad {
	height: 99px;
	width: 248px;
}
#amlapp {
	height: 87px;
	width: 249px;
}
#socialmedia {padding-top: 10px;}
#socialmedia img {
	margin-right: 5px;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	
	box-shadow: 0px 2px 3px rgba(0,0,0,.45);
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,.45);
}

/* Footer. */
#footr {
	overflow: hidden; 
	padding-top: 20px;
	text-align: center;
	white-space: nowrap;
}
#footr img {vertical-align: middle	}

/* List elements. */
li {
	border-left: solid 1px;
	cursor: pointer;
	display: inline;
	font-size: 12px;
	padding: 0 3px 0 4px;
}
ul>:first-child {border-left: none;}

#nav li {border-color: #fff;}
#footr li {border-color: #999;}

/* List elements override for About page. */
ul#about {list-style-type: disc !important;}
ul#about li {
	border: none;
	cursor: auto;
	display: list-item;
	margin: 10px 0 0 25px;
	padding-left: 5px;
}

/* Tab navigation tab override. */
ul#tabnav>:first-child {border-left: 1px solid #ccc;}

/* Tab navigation. */
#tabnav {height: 22px;}
#tabnav a {text-decoration: none;}
#tabnav li {
	background-image: url('../images/tab-off-bkg.jpg');
	background-repeat: repeat;
	border-bottom: none;
	color: #000;
	font-size: 14px;
	padding: 6px 15px;
	width: 150px;
}
#tabnav li.active {
	background: none;
	background-color: #fff;
	color: #006699;
	font-weight: bold;
	padding-bottom: 7px;
}

/* Tab content. */
#tabcontent {
	background-color: #fff;
	padding: 19px 18px 0 18px;
	width: 100%;
	
	box-shadow:         1px 2px 2px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 2px 2px rgba(50, 50, 50, 0.4);
	-webkit-box-shadow: 1px 2px 2px rgba(50, 50, 50, 0.4);
}
#tabcontent .active{
	font-weight: bold;
	text-decoration: none;
}

#Loading{
	background-image: url(../images/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 20px auto;
	height: 72px;
	width: 72px;
	
	box-shadow: 10px 10px 25px #333;
	-moz-box-shadow: 10px 10px 25px #333;
	-webkit-box-shadow: 10px 10px 25px #333;
}

/* Appended eBooks style */
#eBooks-Button.active {
	background-color: #a77d28 !important;
	color: #eee !important;
	text-decoration: none !important;
}
#eBooks-Button.active a {
        color: #eee !important;
}

#eBooks-Items-Sorted {
	background: url('../images/shelf.png') repeat;
	background-color: #a77d28;
	background-position: 0px 85px;
	border-bottom: solid #a77d28 10px;
	border-left: solid #a77d28 10px;
	border-right: solid #a77d28 10px;
	border-top:10px solid #A77D28;
	margin: -19px -19px -1px -19px;
	overflow: auto;
}

#eBooks-Navigation {
	background-color: #a77d28; 
	color: #eee;
	height: 80px;
}
#eBooks-Navigation li {
	text-decoration: underline;
}

#eBooks-Navigation li a {
	color: #eee;
}
.eBookp {
        display: block;
        margin: 40px 6px 20px 35px;
        position: relative;
}
.eBookp img {
        box-shadow:3px 0 2px #4D320B;
        height: 150px;
        opacity: .9;
        width: 100px;
        margin: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
}
.eBookp img:hover {
        box-shadow: 0px 0px 30px rgba(255,255,255,0.9);
        opacity: 1;

        -webkit-box-shadow: 0px 0px 30px rgba(255,255,255,0.9);
        -moz-box-shadow: 0px 0px 30px rgba(255,255,255,0.9);
}
.eBook {
	display: block;
	float: left;
	height: 140px;
	margin: 40px 6px 20px 35px;
	position: relative;
}

.eBook img {
	box-shadow:3px 0 2px #4D320B;
	height: 140px;
	opacity: .9;
	width: 100px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.eBook img:hover {
	box-shadow: 0px 0px 30px rgba(255,255,255,0.9);
	opacity: 1;
	
	-webkit-box-shadow: 0px 0px 30px rgba(255,255,255,0.9);
	-moz-box-shadow: 0px 0px 30px rgba(255,255,255,0.9);	
}
#centerimage  {  margin-left: 200px; margin-top: 20px; z-index: 100;  }

/* entire container, keeps perspective */
.flip-container {
	-webkit-perspective: 800;
	perspective: 800;
	position: relative;
	text-align: center;

/*perspective: 1000; */
}
/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
/*		transform: rotateY(180deg); */

		-webkit-transform: rotatey(-180deg);
		transform: rotatey(-180deg);

}

.flip-container, .front, .back {
	float:left;
	width: 150px;
	height: 100px;
}

/* flip speed goes here */
.flipper {

	-webkit-transform-style: preserve-3d;
	-webkit-transition: 0.6s;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 1;
	/* for firefox 31 */
/*	transform: rotateY(0deg); */
}

.btn-flip {
	margin-top:25px;
	word-wrap:break-word;
	font-size:12px !important;
}
.btn-flip2 {
	margin-top:15px !important;	
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	border: 1px solid #ccc;
	background-color: #b5d3f0;
}
.back p {
	font-size:12px;	
	margin-top:5px;
	font-weight:bold;
	color:#333;
}
/* code for IE support *?
/*  UPDATED! flip the pane when hovered */
[if IE].flip-container:hover .back, .flip-container.hover .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);

}
[if IE].flip-container:hover .front, .flip-container.hover .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.persona_db h3 {
	font-size:14px;
}
.persona_db img {
	width:125px;
}
