﻿/***********************
 * NOTES
***********************
Red 		#800e0e
Dark Red 	#6c0d0d 
Deep Red 	#3e0808
Light Tan	#e8e3d4
Dark Gray 	#252525

CSS BY: NIC HAYNES
***********************/

/***********************
 * GLOBAL
***********************/
@font-face {
	font-family: "SenateBld";
	src: url(../extra/Senate.ttf);
}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin: 0;
	padding: 0;
	line-height: 16px;
}
a {
	color: #6c0d0d;
	text-decoration: underline;
	outline: 0;
}
a:hover {
	color: #800e0e;
	text-decoration: none;
}
a img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    margin-left: 0px;
}
.wrapper {
	width: 850px;
	margin: 0 auto;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
    font-weight: 700;
    }
dl {
    margin: 0;
}
hr {
    color: white;
}

/***********************
 * GENERIC CLASSES
***********************/
/* PDF document links */
a[href$='.pdf'] {
background:transparent url(../images/page_white_acrobat.png) center left no-repeat;
display:inline-block;
padding-left:20px;
}
/***********************
 * GENERIC CLASSES
    e-
***********************/

.alignleft 
{
display:block;
left:25%;
}

.alignCenter
{
 width:70%;
 float:left;
 overflow: hidden;
}


.alignright
{
float:right;
    height: 16px;
}



a[rel="form"] {
    color: Green !important;
}

.noborder {
	border: none !important;
}
.noleftpadd {
	padding-left: 0 !important;
}
.norightpadd {
	padding-right: 0 !important;
}
.smallthumb 
{
    padding: 2px;
    border: 1px solid #ccc;
	width: 78px;
	height: 45px;
	overflow: hidden;
	margin-right: 5px;
	margin-bottom: 8px;
	float: left;
}
.mediumthumb {
	width: 142px;
	height: 102px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #ccc;
	padding: 2px;
}
.clear {
	clear: both;
}
#rightalign {
	text-align: right;
}
.normul {
    list-style-type: square;
}
ul.dropdown {
    padding: 0 !important;
}
.dropdown li {   
    padding: 2px;
}
.dropdown a {
    color: Black;
    background: #efefef url(../images/bullet_toggle_plus.png) right no-repeat;
    padding: 4px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 4px;
}
.dropdown a:hover 
{
    background-color: #e7e7e7;
}
.dropcontent a {
	color: #6c0d0d;
	text-decoration: underline;
	outline: 0;
	background: none !important;
	border: none;
	display: inline;
	padding: 0;
}
.dropcontent a:hover {
	color: #800e0e;
	text-decoration: none;
	background: none;
	
}
.dropcontent {
    padding: 10px 0;
}
.active {
    background: #efefef url(../images/bullet_toggle_minus.png) right no-repeat !important;
}
ul.default {
    padding-bottom: 10px;
}
ul.default li{
    list-style: outside;
    padding: 2px;
}
/***********************
 * BUTTONS
***********************/
.longbtn {
	background: url(../images/long_button.png) no-repeat;
	width: 272px;
	height: 31px;
	text-transform: uppercase;
	font-family: "SenateBld", Georgia, "Times New Roman";
	text-align: center;
	color: white;
	font-size: 1.5em !important;
	display: block;
	text-decoration: none;
	line-height: 1.8em;
	opacity: 0.9;
}
.mlongbtn {
	background: url(../images/mediumlong_button.png) no-repeat;
	width: 221px;
	height: 31px;
	text-transform: uppercase;
	font-family: "SenateBld", Georgia, "Times New Roman";
	text-align: center;
	color: white;
	font-size: 1.5em !important;
	display: block;
	text-decoration: none;
	line-height: 1.8em;
}
.mediumbtn {
	background: url(../images/medium_button.png) no-repeat;
	width: 142px;
	height: 31px;
	text-transform: uppercase;
	font-family: "SenateBld", Georgia, "Times New Roman";
	text-align: center;
	color: white;
	font-size: 1.5em !important;
	display: block;
	text-decoration: none;
	line-height: 1.8em;
}
.smallbutton {
	background: url(../images/small_button.png) no-repeat;
	width: 57px;
	height: 21px;
	text-transform: uppercase;
	font-family: "SenateBld", Georgia, "Times New Roman";
	text-align: center;
	color: white;
	font-size: 1.0em !important;
	float: left;
	line-height: 1.5em;
	margin-right: 8px;
	margin-bottom: 10px;
}
.longbtn:hover, .mediumbtn:hover, .mlongbtn:hover  {
	color: white;
}

/***********************
 * BANNER ROTATION
***********************/
#banner h1 
{
    font-size: 30px;
    font-family: Georgia;
    line-height: 30px;
}
.slideshow {
	position:relative;
	height:350px;
}

.slide {
	width: 800px;
	height: 307px;
	
}
.slide a 
{   
    color: White;
    font-size: 1.2em;
}
.slideshow div{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
}

.slideshow div.b_active {
	z-index:10;
}

.slideshow div.b_last-active {
	z-index:9;
}

.text {
	margin-top: 180px;
	margin-left: 20px;
	color: white;
	width: 300px;
}

/***********************
 * HEADER
***********************/
#header {
	padding-top: 8px;
	width: 800px;
	margin: 0 auto;
	
}
	#logo {
		padding-top: 19px;
		float: left;
	}
	#headerlinks {
		float: right;
		font-size: 1.4em;
		padding-top: 22px;
		text-align: right;
		color: White;
	}	
		#headerlinks a {
			color: white;
			text-decoration: none;
		}
		#headerlinks a:hover {
			text-decoration: underline;
		}
		#headerlinks ul, #headerlinks li {
			margin: 0;
			padding: 0;
			float: left;
			list-style: none;
		}
		#headerlinks li {
			padding: 0px 10px;
			
		}		
		#headerlinks ul {
			
			padding-bottom:5px;
			margin-bottom: 5px;
		}
		
		/* Search */
		#h_search {
			text-align: right;
			padding-top: 10px; 
		}
		#h_search input{
			border: 1px solid white;
			background: transparent;
			color: white;
			margin: 0;
		}
		#h_search input[type="button"] {
			background: #3e0808;
		}
		#today {
			text-align: right;
			color: white;
			padding-top: 10px;
    height: 71px;
    width: 859px;
}

/***********************
 * IE WARNING
***********************/
#ie-warning {
    background: #FFFFE1 url(ie-warning.gif) no-repeat 5px 50%;
    width: 100%;
    margin: 0;
    padding: 7px 10px 7px 30px;

    border-bottom: 1px solid #767E85;
    position: absolute;
}

    #ie-warning p {
        margin: 0;

        font: 12px/1 Arial;
        color: #000;
    }

        #ie-warning p a {
            color: blue;
            text-decoration: underline;
        }

        #ie-warning p a:hover {
            color: red;
        }
        		
/***********************
 * NAVIGATION
***********************/
#nav {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;	
}
#nav .border-r {
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;

}
.extrapadding 
{
    padding-right: 19px !important;
}
#nav .border-l {
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
}
#nav a {
	font-family: Senate, "SenateBld";
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.4em;
	padding: 10px 13px 10px 13px; 
	background: url(/amridge/images/nav_bg.png) repeat-x;
	
}
#nav ul, #nav li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0;
}
#nav ul 
{
    width: 800px;
	margin-top: 13px;

}
#nav li {
	padding-top: 10px;
	padding-bottom: 9px; 
	border-bottom: 5px solid #494949;
}
#nav li:hover {
	border-bottom: 5px solid #252525;
}
/***********************
 * CONTAINERS
***********************/
#main 
{
    width:100%;
    float:left;
    background-color: #c1c1c1;
    background-image: linear-gradient(to bottom, #c1c1c1, #ffffff); 
    border-radius:10px;
}

#banner {
	clear: both;
	width:850px;
	height: 307px;
	background: #222;
    margin: 0 auto;
}

#content {
	width: 850px;
	padding-top: 5px;
	margin-bottom: 40px;
	overflow: auto;
	font-size: 1.2em;
	margin: 0 auto;
	padding-left:55px;
    
  
   }
.container {
	width: 532px;
	margin-top:15px;
	padding:15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
   color:#6c0d0d;
   text-decoration:underline;
   font-size:large;
   padding-bottom:15px;
}
.td1 
{
   color:#6c0d0d;
   text-decoration:underline;
   font-size:large;
   padding-bottom:15px;
   text-transform:capitalize;

}


/***********************
 * MAIN PAGE LAYOUT
***********************/
#sidebar 
{
width:3%;
float:left;
padding-right:10px;
}
#maincol {
	float: right;
	width: 100%;
}
	#maincol ul{
		padding-left: 30px;
	}

	
/***********************
 * MAIN
***********************/
#breadcrumb {
	margin-bottom: 10px;
	font-size: 0.8em;
}
#main h2 {
	font-family: "SenateBld", Georgia, "Times New Roman";
	text-transform: uppercase;
	font-size: 1.4em;
	margin: 3px 0;
}
#main h3 {
	margin: 15px 0 0;
    color: #222;
	font-size: 1.2em;
}
#main h4 {
	font-size: 1.2em;
	margin: 3px 0;
	color: #6c0d0d;
}
#main p
#main p {
	margin-top: 3px;
    height: 13px;
}

***************
 * PAGE SPECIFIC
***********************
.degrees {
	min-height: 120px;
	padding-bottom: 10px; /* IE hack */
}
.futurestu {
	margin-bottom: 20px;
}
#loginbox {
    background: #efefef;
    padding: 20px;
    border: 1px solid #ddd;
}
.step
{
    margin: 10px 0;
    padding: 10px;
    background: #f7f7f7;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.step h2 
{
    color: #515151;
    text-transform: capitalize !important;
    font-size: 1.8em !important;
}
.step_no
{
    font-size: 60px !important;
    color: #e1e1e1;
    font-family: SenateBld, arial, Sans-Serif;
    float: left;
    line-height: normal;
}
.step_info 
{
   width: 90%;
   float: right;
}
#glossary dt 
{
    font-weight: bold;
}
ld;
}
#glossary dd {
    margin-bottom: 10px;
}
/***********************
 * FOOTER
***********************/
#footer {
	
	width:100%;
    /***    background: url(../Images/Master/header-bgi.png) center top no-repeat; **/
	color: #000000;
	text-align: center;
    top: 800px;
    left: 0px;
    height: 112px;
}


#footer a {
	color: #496B79;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer p {
	padding: 10px;
	margin: 0;
}

#site-wrapper{
  padding:1px 0;
  min-height: 100%;
    height: 90px;
}
#site-wrapper:after{
  content: ' ';
  display:block;
  clear:both;
}
#site-header-wrapper{
  background: url(../Images/retina-university.png) center top no-repeat;
  margin-top: 25px;
  position: fixed;
  width: 100%;
  top:0;
  left:0;
  right:0px;
  z-index: 100;
    height: 59px;
}
#site-header{
  height:61px;
  margin:0 auto;
}

#site-header h1{
  position: relative;
  margin: 0 auto;
  width:278px;
  top:10px;
}
#header-crest{
  position: absolute;
  top: 50px;
  left: 48%;
  margin: 0 auto;
  display:block;
  z-index:200;
}

