/* Causes the "Edit Text" link for text modules */
/* to appear just under the Menu module button. */
div.module {
position: relative;
}
div.LinkNormal {
position: absolute;
top: 3px;
left: 50px;
}

/* ======================== */
/* Page Background category */
/* ======================== */

body {
	/* Page Background Color: */
	background-color: #E6E6E6;
        /* Background Image: */
	background-image: url("/SiteImages/104-SchoolImages/104-ATC/104-headerbg.png");
	/* Repeat: */
	background-repeat: repeat-x;
	/* Attachment: */
	background-attachment: scroll;

	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
        margin: 0;
        line-height: 1.5;
}

#page > header {
    background: -moz-linear-gradient(center top , #002D62 0%, #0C498E 50%, #002D62 100%) repeat scroll 0 0 transparent;
}


/* =================== */
/* Hyperlinks category */
/* =================== */

/* Hyperlink – Default */
A:link {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #000099;
}

/* Hyperlink – Visited */
A:visited {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #000099;
}

/* Hyperlink – Hover */
A:hover {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #0000FF;
}

/* Hyperlink – Active */
A:active {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 12px;
	/* Style: */
	font-style: normal;
	/* Weight: */
	font-weight: normal;
	/* Color: */
	color: #FFCC00;
}


/* ============================ */
/* Headers and Footers category */
/* ============================ */

.LocationBar {
	/* Title Bar Background Color: */
	background-color: #CCCCCC;
	/* Title Bar Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Title Bar Font Size: */
	font-size: 12px;
	/* Title Bar Style: */
	font-style: normal;
	/* Title Bar Weight: */
	font-weight: bold;
	/* Title Bar Font Color: */
	color: #000000;
}

.ButtonsBG {
	/* Table Footer Background Color: */
	background-color: #EEEEEE;

	vertical-align: middle;
	text-align: right;
}


/* ========================= */
/* Adoption Headers category */
/* ========================= */

.AdoptTitleBG {
	/* Adoption Title Font Color: */
	color: #000000;
	/* Adoption Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Adoption Title Font Size: */
	font-size: 12px;
	/* Adoption Title Font Style: */
	font-style: normal;
	/* Adoption Title Background Color: */
	background-color: #CCCCCC;
	/* Adoption Title Font Weight: */
	font-weight: bold;

	padding-left: 8px;
}


/* ========================== */
/* Menu – Horizontal category */
/* ========================== */

.horizontal_menu ul.AspNet-Menu li a,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {
	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 10px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around horizontal */
	/* menu items below.                           */
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	padding: 4px;
}

.horizontal_menu ul.AspNet-Menu li a:link,
.horizontal_menu ul.AspNet-Menu li a:visited,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #7795BD;
}

.horizontal_menu ul.AspNet-Menu li a:hover,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #EEEEEE;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}

/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

.horizontal_menu ul.AspNet-Menu li a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

.horizontal_menu ul.AspNet-Menu li {
	/* Set the width of each top-level */
	/* horizontal menu option.         */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li li {
	/* Set the width of your submenu items. If you */
	/* adjust this, also change the LEFT value for */ 
	/* .horizontal_menu ul.AspNet-Menu li ul li ul */
	/* to be the same value.                       */
	width: 16em;
}

.horizontal_menu ul.AspNet-Menu li ul li ul {
	/* The LEFT value must match the WIDTH value of */
	/* the submenu items to prevent an overlap.     */
	position: absolute;
	top: 0em;
	left: 16em;
}

.horizontal_menu ul.AspNet-Menu ul {
	/* Adjust the TOP value to prevent submenu items */
	/* from overlapping their top-level options.     */
	position: absolute;
	top: 2.2em;
	left: 0em;
}

/* Other horizontal menu elements */

.horizontal_menu ul.AspNet-Menu li a:active,
.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.horizontal_menu .AspNet-Menu-Horizontal {
}

.horizontal_menu ul {
}

.horizontal_menu ul.AspNet-Menu {
	width: 100%;
	z-index: 400;
}

.horizontal_menu ul.AspNet-Menu li span {
	border-bottom-width: 1px;
}

.horizontal_menu ul.AspNet-Menu li a img {
}

.horizontal_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.horizontal_menu ul.AspNet-Menu ul ul {
	position:absolute;
}


/* ======================== */
/* Menu – Vertical category */
/* ======================== */

.vertical_menu ul.AspNet-Menu li a,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a {

	/* Font: */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* Size: */
	font-size: 10px;
	/* Style: */
	font-style: normal;
	/* Link Color: */
	color: #0000FF;
	/* Weight: */
	font-weight: bold;

	/* You can adjust the border around vertical */
	/* menu items below.                         */
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	padding: 4px;
}

.vertical_menu ul.AspNet-Menu li a:link,
.vertical_menu ul.AspNet-Menu li a:visited,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:link,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:visited {
	/* Background Color: */
	background-color: #7795BD;
}

.vertical_menu ul.AspNet-Menu li a:hover,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:hover {
	/* Hover Background Color : */
	background-color: #EEEEEE;

	/* Remove comment characters below to */
	/* change text color on hover.        */
	/* color: #555555; */
}


/* You can add an image to indicate the presence */
/* of submenu items (an arrow, for example).     */

li.AspNet-Menu-WithChildren a {
	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
}

/* We don't want a background image for submenu */
/* items that don't have another submenu.       */

li.AspNet-Menu-Leaf a {
background-image: url();
}


.vertical_menu ul {
	/* Set the width of each top-level */
	/* vertical menu option.           */
	width: 16em;
}

.vertical_menu ul.AspNet-Menu ul {
	/* Set the width of your submenu items.   */
	/* You’ll also need to adjust two values, */
	/* LEFT and RIGHT, in style rules below.  */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)  */
	/* to prevent overlap.                    */
	position: absolute;
	z-index: 400;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul (top-level options)   */
	/* to prevent overlap.                     */
	position: absolute;
	top: 0em;
	right: 16em;
}

.vertical_menu ul.AspNet-Menu ul ul {
	/* Set the width of your sub-submenu items. */
	/* You’ll also need to adjust two values,   */
	/* LEFT and RIGHT, in style rules below.    */
	width: 16em;
}

.div_left_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The LEFT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul       */
	/* (submenu options) to prevent overlap.  */
	position: absolute;
	top: 0em;
	left: 16em;
}

.div_right_sec .vertical_menu ul.AspNet-Menu ul ul {
	/* The RIGHT value must match the WIDTH of */
	/* .vertical_menu ul.AspNet-Menu ul        */
	/* (submenu options) to prevent overlap.   */
	position: absolute;
	top: 0em;
	right: 16em;
}

/* Other vertical menu elements */

.vertical_menu .AspNet-Menu-Vertical {
	position: relative;
	z-index: 300;
	top: 0em;
	left: 0em;
}

.vertical_menu ul.AspNet-Menu li a:active,
.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf a:active {
}

.vertical_menu ul.AspNet-Menu li {
}

.vertical_menu ul.AspNet-Menu li span {
}

.vertical_menu ul.AspNet-Menu li a img {
}

.vertical_menu ul.AspNet-Menu li.AspNet-Menu-Leaf span {
}

.div_left_sec .vertical_menu ul.AspNet-Menu {
}

.div_right_sec .vertical_menu ul.AspNet-Menu {
}


/* ========================== */
/* Mini Cart & Search Modules */
/* ========================== */

/* Mini Cart Module */

#dvCart {
	/* You may wish to adjust the settings below */
	/* to match the values in the vertical menu. */
	background-color: #7795BD;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	padding-left: 4px;
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;

	vertical-align: middle;
	text-decoration: none;

	background-image: url();
	background-repeat: no-repeat;
	background-position: center right;
	background-attachment: scroll;
	
	/* In order for the Mini Cart to line up   */
	/* properly with the vertical menu, the    */
	/* cart width value must be slightly less. */
	width: 15.4em;
}

.img_cart {
	/* Remove comment if you wish to not show  */
	/* the shopping cart icon image. You can   */
	/* then use a different image by setting   */
	/* the BACKGROUND-IMAGE property for       */
	/* #dvCart above.                          */
	/* display: none; */

	border: none;
}

/* Vertical Search Module */

.search_v {
	background-color: #7795BD;
	width: 16em;
	padding-left: 4px;
	border-width: 1px;
	border-color: #648ABD;
	border-style: solid;
	
	vertical-align: middle;
	text-decoration: none;
}

.search_v label, .search_v td {
	/* Controls the search module text */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

/* Horizontal Search Module */

.search_h {
	background-color: #C3c3c3;
	color: #000000;
	font-size: 10px;
	font-style: normal;
	vertical-align: middle;
	text-decoration: none;
	/*width: 100%;*/
	padding-left: 8px;
	border-width: 1px;
	border-color: #C0C0C0;
	border-style: dotted;
        height: 35px;
}


/* ======================================= */
/* Setting the page width & page centering */
/* ======================================= */

/* .dv_Logo: a DIV that contains the logo image */
/* #pagewrapper: a DIV that contains the rest   */
/* of the page content                          */ 

.dv_Logo { 
         margin-left: auto;
         margin-right: auto;
         margin-top: -24px;
         width: 1200px;
}

#pagewrapper {
	/* Remove comment characters to center page. */
	 margin-left: auto; 
	 margin-right: auto; 
         
	/* Remove comment characters to set width. */
	 width: 100%; 

	/* Remove comment characters to make the content */
	/* area have a different background color.       */
	/* background-color: #FFFFFF; */
	/* Background Image: */
	background-image: url("/SiteImages/104-SchoolImages/104-Redesign/104-body_bg.png");
	/* Repeat: */
	background-repeat: repeat;
	/* Attachment: */
	background-attachment: scroll;
}

#ctl00_ctl00_dv_Logo {
         margin-top: -24px;
}

.div_top_sec {
        height: 70px;
	width: 100%;
        z-index: 9999;
}

.tblTop {
	width: 100%;
}

.tbl_left_cont_right {
	/* Background Image: */
	/*background-image: url("/SiteImages/104-SchoolImages/104-Redesign/104-body_bg.png");*/
	/* Repeat: */
	/*background-repeat: repeat;*/
	/* Attachment: */
	/*background-attachment: scroll;*/
	width: 1000px;
        margin: 0 auto;
        z-index: 0;
}

/* Left Section */

.div_left_sec, #div_left_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	 width: auto;
}

/* Right Section */

.div_right_sec, #div_right_sec {
	/* Remove comment characters below to set width. */
	/* Remember that if the content within the DIV   */
	/* is wider than the value you set, by default   */
	/* the column will widen to accommodate content. */
	/* width: 16em; */
        padding-right: 5px;
}

.div_content_sec {
	background: transparent; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        left: 2px;
        position: relative;
	text-align: left;
	width: 100%;
}

.main_content {
	background: transparent;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
        width: 875px;
        margin: auto;
}

.div_bottom_sec {
}

.tblBottom {
	width: 100%;
}

.div_footer_sec {
        display: none;
	text-align: center;
	width: 100%;
}

.div_privacy {
        display: none;
	text-align: center;
	width: 100%;
}


/* =============== */
/* Common Elements */
/* =============== */

ul {
}

li {
}

li a {
}

li a:link {
}

li a:visited {
}

li a:hover {
}

li a:active {
}


/* ========================================= */
/* Insert your custom classes & styles below */
/* ========================================= */

#history {
    width: 750px;
    margin: auto;
    text-align: left;
}

#history h1 {
    font-family: Trajan Pro;
    font-size: medium;
    font-weight: bold;
    color: #000000;
}
.info2 {
    color: #000000;
    font-size: 16px;
    font-family: Trajan Pro;
    font-weight: bolder;
}
.info {
    color: #000000;
    font-size: 14px;
    font-family: Trajan Pro;
    font-weight: bold;
}
.info a {
    color: #03336B;
    font-size: 14px;
    font-family: Trajan Pro;
    font-weight: bold;
}
#location {
    margin: auto;
    width: 539px;
}
.map {
    margin: auto;
    width: 539px;
    text-align: center;
}
#dell {
    width: 745px;
    margin: auto;
    text-align: center;
}
#dell h1 {
    font-family: Trajan Pro;
    font-size: xx-large;
    font-weight: bold;
    color: #000000;
    padding-left: 15px;
}
#hours {
    color: #000000;
    font-family: Trajan Pro;
    font-size: 14px;
    font-weight: bold;
    margin: auto;
    text-align: left;
    width: 1000px;
}
#hours h1 {
    color: #000000;
    font-family: Trajan Pro;
    font-size: xx-large;
    font-weight: bold;
    padding-left: 15px;
}
#calendar {
    border: 2px solid #000000;
    margin: auto;
    width: 1000px;
}
.day {
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    text-align: center;
    width: 140px;
}
.date {
    border: 1px solid #000000;
    height: 105px;
    text-align: left;
    width: 140px;
}
.date p {
    font-size: 16px;
    margin: 0;
    position: relative;
    bottom: 20px;
    padding: 5px;
    width: auto;
}
.date p2 {
    color: #000000;
    font-family: Trajan Pro;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 26px;
    right: 0px;
    padding: 5px;
}
.date p3 {
    color: #000000;
    font-family: Trajan Pro;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 8px;
    right: 52px;
    padding: 5px;
}
.date p4 {
    color: #000000;
    font-family: Trajan Pro;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 10px;
    right: 2px;
    padding: 5px;
}
.date p5 {
    color: #000000;
    font-family: Trajan Pro;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    bottom: 0;
    top: 10px;
    right: 54px;
    padding: 5px;
}
#pricing {
    width: 600px;
    margin: auto;
}
#buyback {
    width: 500px;
    margin: auto;
}
#buyback h1 {
    font-family: Trajan Pro;
    font-size: medium;
    font-weight: bold;
    color: #000000;
}
#culinary {
    /*background-color: #ffffff;*/
    width: 650px;
    height: 100%;
    margin: auto;
}
#culinary h1 {
    font-family: Trajan Pro;
    font-size: medium;
    font-weight: bold;
    color: #000000;
}
#surgtech {
    /*background-color: #ffffff;*/
    width: 650px;
    height: 100%;
    margin: auto;
}
#surgtech h1 {
    font-family: Trajan Pro;
    font-size: medium;
    font-weight: bold;
    color: #000000;
}
#surgtech img {
height: 324px;
}
#pharmtech {
    /*background-color: #ffffff;*/
    width: 650px;
    height: 100%;
    margin: auto;
}
#pharmtech h1 {
    font-family: Trajan Pro;
    font-size: medium;
    font-weight: bold;
    color: #000000;
}

#support {
    background-color: #ffffff;
    width: 650px;
    height: 100%;
    margin: auto;
    text-align: center;
    padding: 0 15px;
}
#support h1 {
    background-color: #eeeeee;
    font-family: Trajan Pro;
    font-size: large;
    font-weight: bold;
    color: #000000;
    text-align: left;
}
#support h1 a {
    background-color: #eeeeee;
    font-family: Trajan Pro;
    font-size: large;
    font-weight: bold;
    color: #000000;
}
#support a {
    font-family: Trajan Pro;
    font-size: 14px;
}
#terms {
    width: 650px;
    margin: auto;
    height: 100%;
    background-color: #ffffff;
    padding: 0 15px;
    text-align: center;
}
#terms h1 {
    font-family: Trajan Pro;
    font-size: 38px;
    font-weight: bold;
    color: #ff0000;
}
#terms ul {
    color: #000000;
    font-size: 14px;
    font-family: Trajan Pro;
    font-weight: bold;
    text-align: left;
}  
#campus {
    margin: auto;
    width: 640px;
}
#session {
    margin: auto;
    width: 640px;
}
#rentals {
    /*background-color: #ffffff;*/
    width: 565px;
    height: 100%;
    margin: auto;
}
#nursing {
    /*background-color: #FFFFFF;*/
    height: 100%;
    margin: auto;
    width: 650px;
}
#nursing h1 {
    font-family: Trajan Pro;
    font-size: medium;
    font-weight: bold;
    color: #000000;
}
#grad1 {
    /*background-color: #FFFFFF;*/
    height: 100%;
    margin: auto;
    width: 650px;
}
#grad1 h1 {
    font-family: Trajan Pro;
    font-size: medium;
    font-weight: bold;
    color: #000000;
}

#container {
    height: auto;
    min-height: 700px;
    min-width: 860px;
    padding: 0 15px;
}
#form {
    margin: auto;
    width: 250px;
}
#ebooks {
    width: 750px;
    margin: auto;
    text-align: left;
}

#ebooks h1 {
    font-family: Trajan Pro;
    font-size: x-large;
    font-weight: bold;
    color: #000000;
}
h2 {
    color: #333333;
    font-family: arial,helvetica,verdana,geneva,sans-serif;
    font-size: 10px;
    font-weight: bold;
    margin: 0;
    padding-left: 20px;
    padding-top: 12px;
}
h2 a:hover {
    font-size: 20pt;
    white-space: nowrap;
}
.MerchSearchIn {
    display: none;
    font-size: xx-small;
    width: 95%;
}
#ctl00_ctl00_ctl10_listSearchHorz {
    display: none;
}
#ctl00_ctl00_ctl10_divSearchBy, #ctl00_ctl00_ctl10_divSearchFor {
    display: none;
}
#ctl00_ctl00_ctl10_txtSearchHorz {
    width: 175px;
    margin-top: 8px;
}
#ctl00_ctl00_Content_Content_btnBackTop, #ctl00_ctl00_Content_Content_btnBackBottom, #ctl00_ctl00_Content_Content_lnkBreadcrumbRoot, #ctl00_ctl00_Content_Content_spanBreadcrumbRoot {
    display: none;
}
#ctl00_ctl00_Content_Content_ctl10_rowPromoEntry {
    display: none;
}
.breadCrumbs {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 10px 195px;
    padding: 0;
    text-align: left;
}
#online {
    /*line-height: 14px;*/
    margin: 0 auto;
    padding: 20px;
    width: 1000px;
    text-align: center;
}
#online h1 {
    border: 0 none;
    font-family: 'Century Gothic','sans-serif';
    font-size: 22pt;
    text-align: center;
}
#online h2 {
    font-family: 'Century Gothic','sans-serif';
    font-size: 16pt;
    font-weight: normal;
    padding: 0;
}
#online p {
    font-family: 'Century Gothic','sans-serif';
    font-size: 12pt;
    text-align: left;
}
#online ul, #online ol {
    font-family: 'Century Gothic','sans-serif';
    font-size: 12pt;
    text-align: left;
}
#online a {
    font-family: 'Century Gothic','sans-serif';
    font-size: 12pt;
}
#Steps a {
    font-size: 24px;
}
#Steps a:hover {
    font-size: 24px;
    font-weight: bold;
}
#breadcrumbs {
    color: #006699;
    font-size: 12px;
}
/* Begin styles for MerchList.js script. */
/* Prevents view of default item display */
/* while the MerchList script is loading. */

/* Do NOT use when the store has Loyalty */
/* #ctl00_ctl00_Content_Content_dgMerch { */
/* display: none; */
/* } */

/* For iCM employee interface */ 
/* Hides the "CSS" link under Admin Tasks */
/* and removes the "Go to Style Sheet Builder" */
/* button under Style Sheet Editor. */ 
#btnDefaultCss, #lbtnCss, #btnimgCss, #btnBuildCss {
    display: none;
}

/* Table generated by the script. */
#myMTable {
margin-left: auto;
margin-right: auto;
}
/* Each cell added to the table has this */
/* class added to it. */
.mTableCell {
text-align: center;
vertical-align: top;
width: 140px;
margin: 0px 0px;
padding: 5px 5px 10px 5px;
border: 1px dotted #DDDDDD;
}
.mTableCell input {
width: 100px;
height: 100px;
}
/* This class is added to a cell on hover, */
/* and removed when they mouse out. */
.mTableCellHover {
border: 1px dotted #AAAAAA;
background-color: #F8F8F8;
}
/* Controls the short description links. */
a.mDescriptionLink:link, a.mDescriptionLink:visited {
font-family: Verdana,Arial,Helvetica;
font-size: 12px;
color: #000000;
text-decoration: none;
}
/* Controls short description hover state. */
a.mDescriptionLink:hover, a.mDescriptionLink:active {
color: #000088;
}
/* This class is added to each SKU number. */
.mSKU {
font-family: Verdana,Arial,Helvetica;
font-size: 10px;
color: #777777;
}
/* This class is added to all price fields. */
.mPriceFields {
font-family: Verdana,Arial,Helvetica;
font-size: 13px;
}
/* The "Added To Cart" text has this class */
/* added to it. */
.mAddedMsg {
color: #003300;
}
/* End of MerchList.js script style rules. */

section {
    padding: 5px 0;
}
.step-head {
    display: inline-block;
    margin-bottom: 10px;
}
#online {
text-align: center;
}
#online h1 {
font-size: 24px;
font-weight: bold;
text-align: center;
}
#online p {
font-size: 20px;
text-align: left;
}
#online li {
    font-size: 20px;
}
#online a {
    font-size: 20px;
}
#rotator {
    float: left;
    height: 350px;
    margin: auto;
    padding-bottom: 3px;
    /*padding-top: 3px;*/
    position: relative;
    width: 982px;
}
.stepcarousel {
    border: 1px solid #000000;
    height: 350px;
    margin: 0 auto;
    overflow: scroll;
    position: relative;
    text-align: center;
    width: 980px;
}
.stepcarousel .belt {
    left: 0;
    position: absolute;
    top: 0;
}
.stepcarousel .panel {
    border: 0 none;
    float: left;
    margin: 0;
    overflow: hidden;
    width: 980px;
}
/*.title, .data {
position: absolute;
background-color: rgba(0, 0, 0, 0.5);
}*/
.title {
    color: #ffffff;
    font-size: 26px;
    padding: 10px;
    text-align: left;
    top: 234px;
    width: 100%;
}
.data {
    bottom: 0px;
    color: #ffffff;
    font-size: 16px;
    left: 0;
    padding: 10px;
    text-align: left;
    width: 100%;
}
#menu {
    background: transparent linear-gradient(to bottom, #f4c60d 0%, #f4ba0d 100%) repeat scroll 0 0;
    background-repeat: repeat-x;
    height: 30px;
    left: 0;
    margin: -4px auto !important;
    position: absolute;
    width: 100%;
    /* display: none */
}
#accordion-container {
    margin: 0 auto !important;
    position: relative;
    width: 1160px;
    z-index: 9997 !important;
}
.accordion {
    /*background: none repeat scroll 0 0 #002D62;*/
    color: #002D62;
    display: inline;
    float: left;
    /*margin-top: 2px !important;*/
    width: 164px;
}
.accordion h3 {
    background: transparent linear-gradient(to bottom, #f4c60d 0%, #f4ba0d 100%) repeat scroll 0 0;
    cursor: pointer;
    float: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 29px;
    margin: 0 !important;
    padding: 0 10px;
    text-align: center;
    transition: all 0.1s ease-in 0s;
}
.accordion h3:hover {
    background: none repeat scroll 0 0 #002D62;
    color: #ffffff;
}
.accordion h3:active {
    background: none repeat scroll 0 0 #002d62;
}
.accordion h4 {
    margin: 0 !important;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}
#accordion-merch {
    display: inline-block !important;
    float: left;
    padding: 2px 10px 10px !important;
}
#accordion-img {
    float: right;
    padding: 10px 10px 0 0;
}
#sideby {
    float: left;
    padding-bottom: 6px;
    padding-right: 6px;
}
.dropdown {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.6), 0 1px 1px 1px rgba(255, 255, 255, 0.5);
    color: #000;
    display: none;
    font-size: 12px;
}
.dropdown a:link {
    color: #002D62;
    text-decoration: none;
}
.dropdown a:hover {
    color: #FAD14A;
    text-decoration: underline;
}
.dropdown a:active {
    color: #8a8d8f;
    text-decoration: underline;
}
.dropdown a:visited {
    color: #000000;
    text-decoration: none;
}
#books {
    height: 245px;
    width: 330px;
}
#clothing {
    height: 245px;
    width: 330px;
}
#gifts {
    height: 245px;
    width: 330px;
}
#supplies {
    height: 245px;
    width: 490px;
}
#techcyte {
    height: 245px;
    /*margin-left: -132px;*/
    width: 330px;
}
#grad {
    height: 245px;
    width: 330px;
}
#info {
    height: 245px;
    width: 330px;
}
#cart {
    height: 245px;
    margin-left: -120px;
    width: 283px;
}
.blk-round {
    background-color: #000000;
    border: 1px solid #444444;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.blk {
    background-color: #000000;
    border: 1px solid #444444;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.crd-round {
    background-color: #b90000;
    border: 1px solid #444444;
    border-radius: 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.crd {
    background-color: #b90000;
    border: 1px solid #444444;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.char-round {
    background-color: #444444;
    border: 1px solid #444444;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.char {
    background-color: #444444;
    border: 1px solid #444444;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
}
.none-border {
    border: 1px solid #444444;
    margin-bottom: 10px;
    text-align: center;
}
#my_iframe {
    margin-bottom: 15px;
    min-height: 100px !important;
}
tr.formCellWhite select, input {
    margin: 0;
    padding: 3px;
}
.tblCourseSelect {
    background-color: #ffffff;
    height: 350px;
    margin: 0 auto;
}

/* Begin styles for MerchList.js script. */
/* Prevents view of default item display */
/* while the MerchList script is loading. */
/*#ctl00_ctl00_Content_Content_dgMerch {
display: none;
}*/
/* Table generated by the script. */
#myMTable {
margin-left: auto;
margin-right: auto;
}
/* Each cell added to the table has this */
/* class added to it. */
.mTableCell {
text-align: center;
vertical-align: top;
width: 140px;
margin: 0px 0px;
padding: 5px 5px 10px 5px;
border: 1px dotted #DDDDDD;
}
/* This class is added to a cell on hover, */
/* and removed when they mouse out. */
.mTableCellHover {
border: 1px dotted #AAAAAA;
background-color: #F8F8F8;
}
/* Controls the short description links. */
a.mDescriptionLink:link, a.mDescriptionLink:visited {
font-family: Verdana,Arial,Helvetica;
font-size: 12px;
color: #000000;
text-decoration: none;
}
/* Controls short description hover state. */
a.mDescriptionLink:hover, a.mDescriptionLink:active {
color: #000088;
}
/* This class is added to each SKU number. */
.mSKU {
font-family: Verdana,Arial,Helvetica;
font-size: 10px;
color: #777777;
}
/* This class is added to all price fields. */
.mPriceFields {
font-family: Verdana,Arial,Helvetica;
font-size: 13px;
}
/* The "Added To Cart" text has this class */
/* added to it. */
.mAddedMsg {
color: #003300;
}
/* End of MerchList.js script style rules. */

#ftr_info {
    border-top: 15px solid #1931ab;
    margin: 35px 0 0;
    width: auto;
}
#ftr_info table {
/*width: 940px;*/
padding: 0px 15px;
}
#ftr_info td {
width: 310px;
padding: 3px;
}
#store {
    margin: 0 auto;
    width: 225px;
}
#mission h4, #quick h4 {
    font-size: 11px;
}
#ftr_info > p {
    font-size: 11px;
}
#mission {
    margin: -65px 0 0;
}
#mission p, #store p, #quick p {
    font-size: 11px;
}
#quick ul {
    list-style: outside none none;
    padding: 0;
}
#quick a {
    font-size: 11px;
}
#quick a:hover {
    color: #1931ab;
    text-decoration: underline;
}
#quick {
    margin: -10px auto 0;
    width: 220px;
}
#ftr_info2 {
    /*border-top: 15px solid #1931ab;*/
    /*margin: 35px 0 0;*/
    width: auto;
}
#ftr_info2 table {
/*width: 940px;*/
padding: 0px 15px;
}
#ftr_info2 td {
width: 310px;
padding: 3px;
}
#mission2 p {
    color: #1931ab;
    font-size: 12px;
    margin: 2px 0;
}
#store2 {
    margin: 0 auto;
    width: 197px;
}
element.style {
  cursor: pointer;
  left: 1073px;
  position: absolute;
  top: 307px;
  z-index: 50;
}
.fb-like-box.fb_iframe_widget {
    float: right;
    top: 0;
}
#footer {
    background-color: #002d62;
    border-top: 5px solid #ffcc00;
    /*box-shadow: 0 0 4px #000000 inset;*/
    margin: 0 auto;
    width: 980px;
}
#footer > table {
    width: 800px;
    margin: 0 auto;
}
#footer td {
padding: 10px;
width: 200px;
}
#footer p {
color: #efefef;
font-size: 12px;
}
#footer h1 {
color: #ffcc00;
}
#footer a {
color: #efefef;
}
#footer a:hover {
color: #ffcc00;
}
#footer a:active {
color: #8a8d8f;
}
/*#footer a:visited {
color: #8a8d8f;
}*/
.button-small {
    -moz-appearance: none;
    background-color: #002d62;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 0.1rem 0.5rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.button-small:hover {
    background: #f4c60d none repeat scroll 0 0;
    text-decoration: none;
    color: #002d62;
}
.button-small:active {
    background: #000000 none repeat scroll 0 0;
    text-decoration: none;
}
.button-small.subtle {
    background: #99a0a7 none repeat scroll 0 0;
}
.button-small.subtle:hover {
    background: #a9afb5 none repeat scroll 0 0;
}
.button-small.subtle:active {
    background: #898e93 none repeat scroll 0 0;
}
.buttonactive {
    -moz-appearance: none;
    background-color: #cc0033;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    padding: 0.7rem 1.5rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.button {
    -moz-appearance: none;
    background-color: #002d62;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    padding: 0.7rem 1.5rem;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.button:hover {
    background: #f4c60d none repeat scroll 0 0;
    text-decoration: none;
    color: #002d62;
}
.button:active {
    background: #000000 none repeat scroll 0 0;
    text-decoration: none;
}
#find {
    background-color: #ffffff;
    border: 1px solid #8a8d8f;
    box-shadow: 0 0 3px #8a8d8f inset;
    margin: 0 auto;
    padding: 20px;
    width: 940px;
}
#find h2 {
font-size: 20px;
font-weight: bold;
}
#find p {
    font-size: 14px;
}
.cart th, .cart td {
    border-bottom: 1px solid #002d62;
    padding: 10px;
    vertical-align: top;
}
.cart th {
    background-color: #fff;
    color: #000000;
}
#wrapper {
    background-color: #ffffff;
    padding: 10px 0 5px;
}
#agree {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    width: 940px;
}
#agree h1 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
}
#agree ol {
    margin: 25px 0;
    text-align: left;
}
#agree li {
    color: #000000;
    font-size: 16px;
    padding: 5px 0;
}
#agree p {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
#agree a {
    background-color: #cc0033;
    border-radius: 20px;
    box-shadow: -1px -1px 5px #000000 inset;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    transition: 0.1s ease-in 0s;
}
#agree a:hover {
    background-color: #8a8d8f;
    box-shadow: 1px 1px 5px #000000 inset;
    transition: 0.1s ease-in 0s;
}
#shipping {
background-color: #ffffff;
width: 940px;
margin: 0 auto;
text-align: center;
padding: 20px;
}
#shipping h1 {
color: #000000;
font-size: 24px;
font-weight: bold;
}
#ship_info {
text-align: left;
}
#ship_info li {
font-size: 16px;
color: #000000;
}
#ship_info p {
color: #000000;
font-size: 16px;
}
#return {
background-color: #ffffff;
width: 940px;
margin: 0 auto;
text-align: center;
padding: 20px;
}
#return h1 {
color: #000000;
font-size: 24px;
font-weight: bold;
}
#return_info {
text-align: left;
}
#return_info ol {
    margin: 25px 0;
    text-align: left;
}
#return_info li {
    color: #000000;
    font-size: 16px;
    padding: 5px 0;
}
#return_info p {
color: #000000;
font-size: 16px;
}
#textbook {
background-color: #ffffff;
width: 940px;
margin: 0 auto;
text-align: center;
padding: 20px;
}
#textbook h1 {
color: #000000;
font-size: 24px;
font-weight: bold;
}
#textbook_info {
text-align: left;
}
#textbook_info ol {
    margin: 25px 0;
    text-align: left;
}
#textbook_info li {
    color: #000000;
    font-size: 16px;
    padding: 5px 0;
}
#textbook_info p {
color: #000000;
font-size: 16px;
}
#times {
    font-size: 16px;
    margin: 0 auto;
    padding: 0 0 15px;
    text-align: left;
    width: 450px;
}
#fargo {
    background-color: #ffffff;
}
#fargo h2 {
    font-size: 28px;
    padding: 20px 0;
}
.noBook_note {
    border: 1px solid #cccccc;
    display: inline-block;
    font-size: 14px;
    height: auto;
    margin: 0 0 10px;
    padding: 10px 20px 10px 60px;
    position: relative;
    width: 90%;
}
#main_content {
    /*background: #ffffff none repeat scroll center top;*/
    color: #000000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 14px;
    height: 485px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
    width: 982px;
}
#store_ad {
    /*background-color: #ffffff;*/
    float: left;
    margin: 10px auto 0;
    padding: 20px;
    width: 620px;
}
#store_ad p {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
}
#homemerch {
margin: 0 auto;
padding: 15px 0;
width: 976px;
}
#merchlink {
/*background-color: rgba(0, 45, 98, 0.5); */
width: 750px; 
height: 230px; 
margin: 0 auto;
}

.merchtile {
}
.merchtile .merchtileContent {
    border-radius: 20px;
    height: 230px;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
    width: 315px;
}
.merchtile .merchtileContent img {
    display: block;
    height: auto;
    width: 100%;
}
.merchtile .merchtileContent a {
    background-color: rgba(0, 0, 0, 0.1);
    color: #ffcc00;
    height: 100%;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
}
.merchtile .merchtileContent a:hover {
    background-color: rgba(0, 45, 98, 0.50);
}
.merchtile .merchtileContent a:hover span {
    background-color: rgba(0, 45, 98, 0.25);
    border: 4px solid #ffcc00;
    border-radius: 25px;
    top: 40%;
}
.merchtile .merchtileContent a span {
    background-color: rgba(0, 45, 98, 0.75);
    border: 4px hidden white;
    display: block;
    font-family: "gothamblackregular","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1.375rem;
    margin: 0 auto;
    padding: 10px 20px;
    position: relative;
    text-align: center;
    top: 77%;
    transition: all 0.3s linear 0s;
    width: auto;
}
.small {
    width: auto;
}
.column_home {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    vertical-align: top;
}
/*.merchtile.column_home.small td {
    height: 230px;
    margin: 0 auto;
    padding: 10px;
    width: 315px;
}*/
.merchtile column_home small {
    margin: 0 auto;
    width: 976px;
}

.rcbScroll.rcbWidth {
    max-height: 400px;
}