/* == RESET BY ERIC MEYER =============================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, 
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section,
summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;}
	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;}  

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q {
    quotes: none;}
    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
      content: '';
      content: none;}

table {
    border-collapse: collapse;
    border-spacing: 0;}
  
/* == CLEAR FIX ======================================================================*/
.cf:before, .cf:after {
    content: "";
    display: table;}
	
.cf:after { clear: both; }

.cf { zoom: 1; }

/* == GENERAL TAGS ===================================================================*/
body {
    background: #F4F4F4 url(http://www.auburn.edu/template/styles/images/bodyBackground2.png) top center repeat-x;
    min-height: 30em;   /* 480px */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: .75em;} /* 12px */

a {
    color: #496e9c;
    text-decoration: none;}  
    a:hover {
      color: #dd550c;
      text-decoration: none;}
	
blockquote {
    margin-left: 1.5em;} /* 24px */
  
h1, .h1 {
    border-bottom: #ccc 1px solid;
    font: 2.25em Georgia, "Times New Roman", Times, serif;  /* 36px */
    line-height: normal;
    margin-bottom: 0.375em;} /* 13px */
  
h2, .h2 {
    font: 2em Georgia, "Times New Roman", Times, serif;  /* 32px */
    line-height: normal;}
  
h3, .h3 {
    font: 1.75em Georgia, "Times New Roman", Times, serif;  /* 28px */
    line-height: normal;
}
h4, .h4 {
    font: 1.5em Georgia, "Times New Roman", Times, serif;  /* 24px */
    line-height: normal;}
  
h5, .h5 {
    font: 1.25em Georgia, "Times New Roman", Times, serif;  /* 20px */
    line-height: normal;}  
  
h6, .h6 {
    border-bottom: 1px solid #03244d;
    color: #03244d;
    font: 1.2em Georgia, "Times New Roman", Times, serif;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0.625em;  /* 10px */
    text-align: left;}
  
p {
    font-size: 1em;
    line-height: 1.4em;
    padding-bottom: 0.813em;}  /* 13px */
  
pre {
    color: #666;
    font-family: "Courier New", Courier, monospace;
    font-size: 12px;
    line-height: 1.5em;
    margin-left: 30px;
    padding-bottom: 13px;}
  
ol {
    padding-left: 1.25em;       /* 20px */
    padding-bottom: 0.813em;}   /* 13px */
  
ol li {
    line-height: 1.3em;
    list-style: decimal;
    margin: 0.313em 0.938em;     /*  5px | 15px */
    padding: 0em 0em 0.188em 0.5em;}     /* 0px | 0px | 3px | 8px */
   
ol li ol, ol li ul { padding-bottom: 0; }

ol li ol li {
    list-style: lower-alpha;
    padding-bottom: 0;}  
ol li ol li ol li {
    list-style: lower-roman;
    padding-bottom: 0;}

ul {
    margin: 0;
    padding-bottom: 0.813em;}   /* 13px */

ul > li {
    background: none;
    line-height: 1.3em;
	color:#03244D;
    font-size:1.3em;
    list-style: none;
/* margin: 5px 15px; */ 
    padding: 0em 0em 0.188em 0.5em;/* 0px | 0px | 3px | 8px */
}

ul > li a {
    margin: 0;
    padding: 0;}
ul > li ul, ul > li ol { padding-bottom: 0; }
ul > li ul > li {
    background: url(/template/styles/images/bulletArrow.gif) left 4px no-repeat;
    padding-bottom: 0;
    font-size: 1em;}
  
table tr td, table tr th { font-size: 1.2em; padding: 0.313em; }  /* 5px */
  
strong { font-weight: bold; }

em { font-style: italic; }


/* Unordered list classes */

ul.orange-dot {
	margin:0;
	padding:0;
}
.orange-dot li {
	padding-left:2em;
	font-size:1.3em;
	text-indent:-1.5em;}
	     
.orange-dot li:before {
	content: "• ";
	color:#DD550C;
	font-size:1.6em;
	padding-right:7px;
	vertical-align:text-bottom;
	}
	
/* ================== MISCELLANEOUS CLASSES ==================================*/
.block {
  display: block;}
  
.blue {
  color: #03244d;}
  
.blueHeader {
  background: url(/template/styles/images/sidebarH1reverse.jpg) center center #496e9c repeat-x;
  border-bottom: #c0c0c0 solid 1px;
  color: #fff;
  font-size: 1.5em;
  height: 25px;
  padding-top: 5px;
  text-indent: 12px;
  width: 100%;
}
.clear {
  clear: both;
}

.lastUpdated {
  clear: both;
  font-size: 9px;
  font-style: italic;
  text-align: right;}
  
.right {float: right;}
.left {float: left;}
.center {text-align:center;}

.w_10em { width:10em; }
.w_15em { width:15em; }
.w_20em { width:20em; }

.halves { width: 50%; }
.quarters { width: 25%; }
.thirds { width: 33%; }

.listColumns ul {
  float: left;
}
.midContent {
  float: left;
  margin: 10px 0 0 0;
  min-height: 333px;
  padding: 10px 25px 0 25px;
  width: 425px;
}
.more {
  background: url(/template/styles/images/bulletArrow.gif) right 4px no-repeat;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 10px;
  font-weight: bold;
  padding-right: 10px;
  padding-bottom: 20px;
  text-align: right;
}
.more a:hover {
  color: #dd550c;
}
.newsItem {
  background: url(/template/styles/images/bulletArrow2.gif) left 8px no-repeat;
  line-height: 20px;
  margin-left: 10px;
  padding: 0 0 17px 12px;
}
.noBorder {
  border: none;
}
.orange {
  color: #dd550c;
}

.rss {
  border-bottom: none;
  float: right;
  margin: -27px 0 0;
}
.serviceImg {
  float: right;
  margin: 10px;
}


/*____cItem_______________________________________________*\
	Calender Item for formatting date-deadline info
\*--------------------------------------------------------*/
.cItem {
	clear:both;
	margin-bottom:0px; 
	padding-bottom:1em;
	padding-left:8px;}
	
.cDate { 
	background:url(http://www.auburn.edu/template/styles/images/calendarBg.png) top left no-repeat; 
	float:left; 
	height:57px; 
	position:relative; 
	width:48px; }

.cDate > p { 
	text-align:center; 
	color:#9b9b8e; 
	margin:18px 0 0 0; 
	text-transform:uppercase; }
	
.cDate span.cMonth { 
	color:#666; 
	display:block; 
	font-size:.75em; 
	font-weight:bold; 
	line-height:1em; 
	padding-left:0;}

.cDate span.cDay { 
	color:#666; 
	display:block; 
	font-size:1.35em; 
	padding-top:0px; 
	padding-left:0;}
	
.cEvent { 
	float:left; 
	padding-left: 3em;}

.cTime { 
	color:#dd550c; 
	font-size:1em; 
	text-align:right; }

.cTitle {
	color: #03244D;
	line-height: 1.5em;
	font-size:1.2em;
	margin: 10px 5px 5px 0;
	padding-left:7px;}
	.cTitle a {
		font-size:1.3em !important;
		line-height:1.5em !important;}
	
/* == BOX STYLES AND COLLAPSIBLE PANELS =============================================*/
.box {
    border-radius: 4px 4px 4px 4px;
      -webkit-border-radius: 4px 4px 4px 4px;
      -moz-border-radius-topleft: 4px;
      -moz-border-radius-topright: 4px;
      -moz-border-radius-bottomright: 4px;
      -moz-border-radius-bottomleft: 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1A000000',GradientType=0);
    border: #cccccc solid 1px;
    margin: 0 0 10px 0;
    overflow: hidden;
    padding: 1%;
	}
	
.box .title {
    background: #999;
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 5px 10px;}

.checklist_wrap .box{
	display:none;}
	
.cpTab {
    cursor: pointer;
    line-height: 2em;
    margin: 0;
    outline: none;
    padding-left: 0px;
	margin-bottom:0.5em; 
      -moz-user-select: none;
      -khtml-user-select: none;}
  .cpTab:hover {
    color: #DD550C;}
	
.cpContent {
    display:none;	
    color: #000;
    margin: 0;
	text-align:center;
    padding: 0 0.5em 0.5em 0.5em;}  /* 8px */
  
.CollapsiblePanelOpen > .cpTab {
    background: #666;
    color: #fff;}

#accordion {
	    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) #000000;
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1A000000',GradientType=0);}
	  
#accordion h3{
	font-size:2.3em;
	margin: 1% 0 1% 0;
	padding:1%;
	border:2px solid #03244d;
	border-radius:5px;
	text-align:center; }
	
#accordion h3 a{
	color: #344E77;}
#accordion h3 a:hover{
	color: #DD550C;}


/*== Header and To-Top Wrap ====================================================================*/
header {
    background: #03244d;
    color: #496e9c;
    padding-top: 0.313em;}  /* 5px */

header a, header a:hover {
    color: #fff;
    text-decoration: none;}

header .logo {
    background: url(/oit/images/mLogoSub.png) center center no-repeat;
    cursor: pointer;
    height: 61px;
    margin: 10px auto 15px auto;
    width: 150px;}

header .searchIcon { display: none; }

header .searchForm, header .topLinks { text-align: center; }

header .searchForm {
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 150px;}
	
header .searchForm .searchBox { height: 18px; }

header .searchForm .searchField {
    background: #fff;
    border: none;
    color: gray;
    float: left;
    font-size: 11px;
    letter-spacing: .1em;
    height: 15px;
    outline: none;
    padding: 1px;
    width: 150px;}
	
header .searchForm .searchButton {
    position: absolute;
    right: 2px;
    bottom: 5px;}
	
header .topLinks {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: normal;
    margin: 10px 0 15px 0;}
	
header .topLinks a:hover { text-decoration: underline; }

header .titleArea {
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    padding-bottom: 3px;
    text-align: center;}
	
header .titleArea .mainHeading { display: block; }

header .titleArea .subHeading {
    display: block;
    font-size: 12px;
    padding: 3px 0;}
	
header .titleArea .mainHeading a,
header .titleArea .subHeading a,
header .titleArea .mainHeading a:hover,
header .titleArea .subHeading a:hover {
    border-bottom: none;
    color: #fff;}

.skip {
  left: -999em;
  position: absolute;}
  
.toTopWrap {
  position: fixed;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 3000;
}
.toTopWrap a {
  border-bottom: none;
}
.toTop {
  width: 1120px;
  margin: 0 auto;
}
.toTopImage {
  float: right;
}
/*== TOP NAVIGATION ====================================================================*/
  nav[role="navigation"] {
	height: 27px;
	position: relative;
	z-index: 1000;
	background-color:#03244D;
	width: 127px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  }
  nav[role="navigation"] a {
    color: #fff;
    display: block;
    height: 27px;
    line-height: 27px;
    margin: 0;
 /*   padding: 0 15px; */
    text-decoration: none;
    text-transform: uppercase;
  }
  nav[role="navigation"] ul, nav[role="navigation"] li {
    background: none;
    float: left;
    font-size: 12px;
    padding: 0;
  }
  nav[role="navigation"] #mainNavUL {
    text-wrap: none;
    width: 100%;
  }
  nav[role="navigation"] #mainNavUL li {
    border-right: 1px solid #f68026;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 33%;
  }
  nav[role="navigation"] #mainNavUL li:hover, nav[role="navigation"] #mainNavUL li :focus {
    background: #f68026;
    border-bottom: none;
    height: 30px;
  }
  nav[role="navigation"] #mainNavUL li:hover ul.navChild, nav[role="navigation"] #mainNavUL li :focus ul.navChild {
    left: 0;
    top: 27px;
  }
  nav[role="navigation"] #mainNavUL li:hover ul.navChild a, nav[role="navigation"] #mainNavUL li :focus ul.navChild a {
    background: none;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild {
    background: #f68026;
    -webkit-box-shadow: 0 5px 5px -5px #000000;
    -moz-box-shadow: 0 5px 5px -5px #000000;
    box-shadow: 0 5px 5px -5px #000000;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 0px 0px 5px 5px;
    top: -999em;
    padding: 0 0 6px 0;
    position: absolute;
    width: 100%;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild a {
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-radius: 0px 0px 5px 5px;
    height: auto;
    line-height: 27px;
    text-align: left;
    text-transform: capitalize;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild a:hover, nav[role="navigation"] #mainNavUL li ul.navChild a :focus {
    background: #dd550c;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild li, nav[role="navigation"] #mainNavUL li ul.navChild a {
    float: none;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild li {
    border-right: none;
    height: auto;
    width: 100%;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild li:hover, nav[role="navigation"] #mainNavUL li ul.navChild li :focus {
    background: #dd550c;
  }
  nav[role="navigation"] #mainNavUL li ul.navChild li span {
    visibility: hidden;
  }
  nav[role="navigation"] #mainNavUL li.sfHover, nav[role="navigation"] #mainNavUL li.sfHover > a {
    background: #f68026;
    border-bottom: none;
    height: 30px;
  }
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild, nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild {
    top: 27px;
  }
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild a:hover,
  nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild a:hover,
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild a :focus,
  nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild a :focus {
    background: #dd550c;
    border-bottom: none;
  }
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild li, nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild li {
    height: auto;
  }
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild li:hover,
  nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild li:hover,
  nav[role="navigation"] #mainNavUL li.sfHover ul.navChild li :focus,
  nav[role="navigation"] #mainNavUL li.sfHover > a ul.navChild li :focus {
    background: #dd550c;
  }
  nav[role="navigation"] #mainNavUL li:last-child {
    border-right: none;
  }
  nav[role="navigation"] .touchdown {
    display: none;
  }

/* === BACKGROUND COLOR/TEXTURE/WIDTH ================================================================ */
.container {
    margin: 0 auto;
    width: 950px;}

.full-width-BG {
    width: 100%;
    background-color: gray;}


/*===============================  HOME PAGE LAYOUT =========================================*/

/*================================================  
First Block: | slideshow | sidebar | home callout | 
==================================================*/
.l-firstBlock {
	width: 61.894737%;
	float:left;}
	
/* ======= flex-slider ============ */    /* http://www.woothemes.com/flexslider */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;}
  
.flexslider-container {
    width:98%;
    min-width: 18.75em;  /* 300px */
    margin-left:1%;   /*temporary alignment fix*/
    margin-top: 1%;    /*temporary alignment fix*/
    box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
      -moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.08);
      -webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.08);}
	
.slides, .flex-control-nav, .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;}
  
.flexslider {
    background: #fff;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    min-width: 18.75em;}  /* 300px */
  
.flexslider .slides > li {
    background: none;
    display: none;
    margin: 0;
    padding: 0;
    position: relative;
      -webkit-backface-visibility: hidden;}
  
.flexslider .slides img {
    max-width: 100%;
    display: block;}
  
.flex-pauseplay span { text-transform: capitalize; }
  
.slides:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;}
  
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
  
.flex-container {
    zoom: 1;
    position: relative;}

.flex-caption {
    background: none;
      -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
    zoom: 1;
    background: rgba(3, 36, 77, 0.7);
    bottom: 0;
    color: #fff;
    font-size: 0.8em;
    left: 0;
    padding: 2%;
    position: absolute;
    margin: 0;
    text-shadow: 0 -1px 0 rgba(3, 36, 77, 0.7);
    width: 100%;
	display:none;}
    .flex-caption h2 a{ color:white; }
    .flex-caption p{ 
		font-size:1em;}
		
/*========== sidebar ===========*/
.sidebar { 
	background:url(http://www.auburn.edu/template/styles/images/sidebarBlueGrad.png) #496e9c center bottom repeat-x; 
	border-top:none; 
	display:block; 
	float:left; 
	width:24%; 
	margin-top:0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;		
	    -webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;}
	.sidebar a { 
		border-bottom:none; 
		color:#fff; 
		display:block;
		font-size:1em; 
		padding:10px 4px; }
    .sidebar a:hover { 
		background: none #03244d; 
		border-bottom:none; }
    .sidebar a.last { 
		border-bottom:none; 
		padding-bottom:10px; }

    .l-sidebar { width:32.142857%; }

/*========== home callout ===========*/
.homeCallout {
	width: 65%;
	float:left;
	padding-top: 1%;   
	padding-bottom:1%;
	margin-left: 1%;
	margin-bottom: 0%;
	margin-top:1%;
	border: 3px solid #03244D;

	border-left: 0px;
	border-right: 0px; }
    .homeCallout h2 {
       font-size: 2em;	
	   color: #DD550C;
	   text-align:center;}
    .homeCallout p {
	   font-family:Georgia, "Times New Roman", Times, serif;
	   font-size:1.2em;
	   color:#03244D;
	   text-align:left;
	   padding-bottom: 0px;}
	   .homeCallout p a{color:#DD550C;}
	   .homeCallout p a:hover{color:#344E77;}



/*=========================================== 
Second Block: | buttons | student type | 
============================================*/
.l-secondBlock {
	width: 37%;
	padding-top:1%;
	float:left;}
  
/*========== buttons ===========*/
#lines { 
    border-bottom: 12px double #03244D; 
    border-top: 4px solid #03244D; 
    content:"";
    height: 5px; 
    width:30px;
	display:inline-block;
}​

#button_wrap {
	width: 80%;
	padding: 0px;
	margin-right:5%;	
	margin-top: 5%;
	float: right;
	display: block;}
	
.au_button {
	display: inline-block;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 1.2em;
	float: none;
	padding-top: 4%;
	padding-bottom: 4%;
	font-size: 1.8em;
	font-family: Georgia;
	color: #DD550C;
	border: 2px solid #03244D;
	border-right: 0px;
	border-left: 0px;}
    
	.au_button a {
	   font-size: 1.2em;
	   padding-left: 2%;
	   display: inline-block;	   
	   width: 95%;
	   color: #DD550C;
	   text-decoration:none;}

    .au_button:hover {
	   background-image: linear-gradient(top, #003244 41%, #344E77 85%);
   	   background-image: -o-linear-gradient(top, #003244 41%, #344E77 85%);
	   background-image: -moz-linear-gradient(top, #003244 41%, #344E77 85%);
	   background-image: -webkit-linear-gradient(top, #003244 41%, #344E77 85%);
	   background-image: -ms-linear-gradient(top, #003244 41%, #344E77 85%);
	   background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.41, #003244),
		color-stop(0.85, #344E77));
	   cursor:pointer;
	   color: #DD550C;
	   text-decoration:none;}
	   
	.au_button .icon-date
	{
		background: url('../img/dates-icon.png') no-repeat top center;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
	}
	.au_button .icon-check
	{
		background:url('../img/checklist-icon.png') no-repeat top center;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
	}	
	.au_button .icon-contact
	{
		background:url('../img/contact-icon.png') no-repeat top center;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
		
	}	
	.au_button .icon-dollar
	{
		background:url('../img/dollar-icon.png') no-repeat top center;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 5px;
	}		  		  	  
	 

/*========== student type ===========*/
.studentType {
	display:block;
	float:right;
	width:88%;
	padding:1%;}
	
.studentType #accordion {
    background: linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1A000000',GradientType=0);}
	
		
.studentType h3 {
	color: white;
	text-align: center;
	font-size:2em;
	text-decoration: none;
	border-radius: 5px;
	padding: 1%;
	background-color: #344e77;}

.studentType a {
	font-size: 1.2em;
	margin: 2%;
	padding: 0.35em;
	display:inline-block;
	border: 1px solid grey;
	text-align: center;
	border-radius: 5px;}
    .studentType a:hover { 
		color:#DD550C;
		background-color: #344E77; }
	

/*====================  Footer Section =============================*/
/*   CONVERT PX TO EMS     */
#footerWrap {
    background: url(http://www.auburn.edu/template/styles/images/footer.png) top left no-repeat;
    color: #F4F4F4;
    display: block;
    float: left;
    font-size: 8pt;
    margin: 0 auto;
    overflow: hidden;
    padding: 92px 0 0 0;
    width: 100%;}
  
#footer { 
    background-color:#03244d; 
    margin:0; 
    overflow:hidden; 
    padding:18px 0 0 0; 
    width:100%;}
    #footer a, #footer a:visited { 
      border-bottom:none; 
	  color:#f4f4f4;}
    #footer a:hover, #footer a:active { 
      border-bottom:#f4f4f4 1px solid;
	  color:#f4f4f4;}

#footer .footSection { 
    border-right:#4E75A6 1px solid; 
    float:left; 
    line-height:12px; 
    min-height:50px; 
    padding:0 15px 5px 15px; 
    text-align:center; 
    width:285px;}
    #footer .footSection ul { padding:0; }
    #footer .footSection ul li { 
      background:none; 
	  padding-bottom:6px; 
	  list-style:none;
	  margin:0;}
    #footer p.social { margin-top:10px; }
    #footer .noBorder { border:none; }

.socialDetails { 
    background:url(http://www.auburn.edu/template/images/social/socialBG.png) 0 -127px no-repeat; 
    height:22px; 
    margin:0 auto; 
    padding:0; 
    width:200px;}
    #footer a.social:hover { border-bottom:none; }
    #footer .footSection p { text-align:center; }

#subfooter { 
    background:url(http://www.auburn.edu/template/styles/images/subFooterBG.png) top center no-repeat #f4f4f4; 
    border-top:#dd550c 1px solid; 
    clear:both; 
    color:#03244d; 
    line-height:18px; 
    padding:15px 0 10px 0;
    text-align:center; 
    width:100%;}
    #subfooter a, #subfooter a:hover, #subfooter a:visited { color:#03244d; }
    #subfooter a:hover{border-bottom:#03244d 1px solid;}
    #subfooter a.last { border-right:none;}

	 
/* == BEGIN "MOBILE FIRST" LAYOUT ====================================================*/	
nav[role="navigation"] {
    background: #dd550c;
    border-bottom: #f68026 3px solid;
    font-size: 0.8em;
    height: 27px;
    text-shadow: 0 1px 1px #666;
    width: 100%;}


  body {
    background: #f4f4f4 url(http://www.auburn.edu/admissions/new/photos/min_BG.png) top center repeat-x;}
  
  header .logo {
    background: url(/oit/images/mLogo.png) center center no-repeat;
    height: 39px;
    width: 211px;}

  header .searchForm, header .topLinks { display: none; }
  header .searchForm { width: 270px; }
  header .searchForm .searchBox {
    background: url(/template/styles/images/searchField.png) center center no-repeat;}
  header .searchForm .searchField {
    background: transparent;
    margin: 1px 0 0 20px;
    width: 220px;}
  header .searchForm .searchButton { right: 13px; }
  header .titleArea {
	position: relative;
    font-size: 18px;}
	
  header .titleArea .subHeading { font-size: 14px; }

  .l-firstBlock { width: 98.894737%;}
  .l-sidebar { width: 25.142857%; }
  
  .sidebar a { padding:8px 4px; }

  .homeCallout {
	  width:72%;
	  border:0px;}
	  .homeCallout h2 { font-size:1.3em; }
	  .homeCallout p { 
	      font-size:1.1em; 
		padding-top: 0;
		  line-height: 1.2em;}
	  
  .l-secondBlock {
	  width: 98%;
	  padding-top:1%;
	  clear: both;}
  #button_wrap {
	  width: 95%;
	  margin-left: 4%;}
  .au_button { 
      margin-bottom: 0.5em;
	  font-size: 1.5em; }
  .studentType { width: 95%; }
  
  .content-bottom { padding-top: 0.5em; }
  .videos {
	  width: 95%;
	  margin-left: 1%;}
	  .videos span { margin:0px auto; }
  .ask-wrapper {
	  width: 94%;
	  clear: left;
	  margin-top: 1em;}
	  

  .homeCallout { 
     border: 3px solid #03244D;
	 border-left: 0px;
	 border-right: 0px;}
	 .homeCallout h2 { font-size: 2em; }
	 .homeCallout p {
		 font-size: 1.25em;
		 line-height: 1.25em;}
		 
  .au_button { font-size: 1.8em; }  


  #button_wrap {
	  float: left;
	  margin-left: 1%;
	  width: 48%;}
  .studentType { 
     width: 44%; 
	 margin-top: 0%;}   


  body { background: #f4f4f4 url(/template/styles/images/bodyBackground2.png) top center repeat-x; }
  .headerWrap { height: 140px; }
  header {
    background: transparent;
    height: 105px;
    position: relative;}
	
  header .logo {
    background: url(/oit/images/headerLogo.png) center center no-repeat;
    float: left;
    height: 90px;
    margin: 15px 0 0 0;
    width: 220px;}
	
  header .searchIcon { display: none; }
  header .searchForm, header .topLinks {
    display: block;
    text-align: center;}
	
  header .searchForm {
    margin-top: -2px;
    padding-left: 5px;
    position: absolute;
    right: 0;
    top: 3px;
    width: 179px;}
	
  header .searchForm .searchBox { background: url(/template/styles/images/searchField3.png) center center no-repeat; }
  header .searchForm .searchField {
    font-size: 9px;
    letter-spacing: normal;
    line-height: 10px;
    margin: 2px 0 0 7px;
    padding: 0;
    width: 170px;}
	
  header .searchForm .searchButton {
    right: 3px;
    top: 3px;}
	
  header .topLinks {
    font-size: 9px;
    list-style: none;
    margin: 3px 0 0 0;
    padding: 0;
    position: absolute;
    right: 185px;
    text-align: right;
    top: 0;}
	
  header .topLinks a, header .topLinks a:hover, header .topLinks a:visited {
    color: #496e9c;}
  header .titleArea {
    bottom: 20px;
    font-size: 24px;
    right: 0;
    position: absolute;
    text-align: right;}
  header .titleArea .mainHeading { display: block; }
  header .titleArea .subHeading {
    display: block;
    font-size: 16px;
    padding-top: 5px;}

  .l-firstBlock { width: 67.893737%; }
  .l-secondBlock { 
  	  width: 30%;
	  padding-top:1%;	  
	  float: left;
	  clear: none;}
  
  .sidebar a { 
      padding:10px 10px; 
	  font-size:1.2em;}
  
  #button_wrap {
	  width: 99%;
	  margin-left: 5%;}
  .au_button a {
	  font-size:1em;}
  .studentType {
	  width: 99%;
	  float: left;
	  margin-top:2%;
	  margin-left: 4%;}
	  
  .videos { width:54%; }
  .ask-wrapper {
	  width:38%;
	  clear:none;
	  margin:2em auto;
	  margin-right:1%;}
	  

  .footerWrap {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 15px 0 0 0;
    width: 100%;}
  .footerWrap footer {
    background: #03244d;
    margin: 0;
    overflow: hidden;
    padding: 18px 0;
    width: 100%;}
  .footerWrap footer a, .footerWrap footer a:visited {
    color: #f4f4f4;}
  .footerWrap footer a:hover,
  .footerWrap footer a:visited:hover,
  .footerWrap footer a :active,
  .footerWrap footer a:visited :active {
    color: #f4f4f4;
    text-decoration: underline;}
  .footerWrap footer a:visited, .footerWrap footer a:visited:visited {
    border-bottom: none;
    color: #f4f4f4;}
  .footerWrap footer .footSection {
    border-right: #4E75A6 1px solid;
    float: left;
    line-height: 12px;
    min-height: 50px;
    padding: 0 15px 5px 15px;
    text-align: center;
    width: 285px;}
  .footerWrap footer .footSection ul { padding: 0; }
  .footerWrap footer .footSection ul li {
    background: none;
    padding-bottom: 6px;
    list-style: none;
    margin: 0;}
  .footerWrap footer .footSection p { text-align: center; }
  .footerWrap footer .social { margin-top: 10px; }
  .footerWrap footer .socialDetails {
    background: url(/template/images/social/socialBG.png) 0 -127px no-repeat;
    height: 22px;
    margin: 0 auto;
    padding: 0;
    width: 200px;}
  .footerWrap footer a.social:hover { border-bottom: none; }
  .footerWrap .subfooter {
    border-top: #dd550c 1px solid;
    clear: both;
    line-height: 18px;
    padding: 15px 0 10px 0;
    text-align: center;
    width: 100%;}
	
  .pageWrap {
    margin: 0 auto;
    overflow: hidden;
    width: 950px;
  }
  nav[role="navigation"] {
    border: 1px solid #f68026;
    border-bottom: none;
    border-top: none;
    width: 948px;
	margin:	1px 0 0 0;
  }
  nav[role="navigation"] #mainNavUL li {
    width: 315px;
  }
  nav[role="navigation"] #mainNavUL li:last-child {
    width: 315px;
  }
  .au_button a {
	  font-size:1.2em;}
  .footerWrap {
    background: url(/oit/images/footerOIT.png) top left no-repeat;
    float: left;
    padding: 92px 0 0 0;
    width: 950px;
  }
  .footerWrap footer {
    padding: 18px 0;
  }
  .footerWrap footer .footSection {
    border-right: #4E75A6 1px solid;
    float: left;
    line-height: 12px;
    min-height: 50px;
    padding: 0 15px 5px 15px;
    text-align: center;
    width: 285px;
  }
  .footerWrap footer .footSection ul {
    padding: 0;
  }
  .footerWrap footer .footSection ul li {
    background: none;
    padding-bottom: 6px;
    list-style: none;
    margin: 0;
  }
  .footerWrap footer .footSection p {
    text-align: center;
  }
  .footerWrap footer .social {

    margin-top: 10px;
  }
  .footerWrap footer .socialDetails {
    background: url(/template/images/social/socialBG.png) 0 -127px no-repeat;
    height: 22px;
    margin: 0 auto;
    padding: 0;
    width: 200px;
  }
  .footerWrap footer a.social:hover {
    border-bottom: none;
  }
  .footerWrap .subfooter {
    background: url(/template/styles/images/subFooterBG.png) top center no-repeat;
  }

