/*********************************************************
	CSS Reset
 *********************************************************/

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

/*********************************************************
	HTML Elements
 *********************************************************/

body {
	font-family:"Lucida Sans",Lucida Sans Unicode,Verdana,Arial,sans-serif;
	font-size:62.5%;
	line-height:20px;
	background:#fff url(http://www.ua.edu/images/layout/header-bg.png) top left repeat-x;
}
p {
	font:normal 1.4em/155% Verdana,Geneva,sans-serif;
	margin:0 0 15px 0;
}
p.big {
	font-size:1.8em;
	line-height:145%;
	margin-bottom:18px;
}
p.smaller {
	font-size: 1.3em;
}
p.arial {
	font: 1.6em/150% Arial,Helvetica,Verdana,sans-serif;
	margin:0 0 15px 0;
}
p.arialbig {
	font: 1.8em/150% Arial,Helvetica,Verdana,sans-serif;
	margin:0 0 15px 0;
}
p.lucid {
	font: 1.4em/150% Lucida Sans Unicode,Verdana,sans-serif;
	margin:0 0 15px 0;
}
p.lucidbig {
	font: 1.8em/150% Lucida Sans Unicode,Verdana,sans-serif;
	margin:0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	font-family:"Lucida Sans",Lucida Sans Unicode,Verdana,sans-serif;
	line-height:1.1em;
	padding:6px 0 10px 0;
}
h1 {
	font-size: 2.6em;
	padding:5px 0 20px 0;
}
h2 {
	font-size: 2.2em;
}
h3 {
	font-size: 2.0em;
}
h4 {
	font-size: 1.8em;
}
h5 {
	font-size: 1.7em;
}
h6 {
	font-size: 1.6em;
}
ul, ol {
	font-size:1.4em;
	line-height:155%;
	padding:5px 0 0 40px;
	margin:0 0 15px 0;
}
ul ol, ol ul {
	font-size:1em;
	line-height:155%;
	padding:5px 0 0 40px;
	margin:0 0 15px 0;
}
table {
	margin:0 0 15px 0;
}
table p {
	font: 1.4em/175% Verdana,Geneva,sans-serif;
	margin:0 0 5px 0;
}
a:link, a:visited, a:active {
	color:#900;
	text-decoration:none;
}
a:hover {
	color:#900;
	text-decoration:underline;
}
a {
  outline: none;
}
 
/*********************************************************
	Column width/positioning
 *********************************************************/

#wrapper, #footerwrapper {
	width:972px; 
	margin:0 auto;
}
#content {
	font-family:Verdana,Geneva,sans-serif;
	padding-top:16px;
	float:left;
}

/*********************************************************
	Header
 *********************************************************/

#header {
	height:179px;
	position:relative;
	margin:0 auto;
}
#header #nameplate{
	background:url(http://www.ua.edu/images/layout/ua-logo.png) top left no-repeat;
	width:586px;	
	height:57px;
	position:absolute;
	top:38px;
	left:6px;
	text-indent:-9999px;
	margin:0;
}
#toolbox{
/*	font-family:"Lucida Sans",Lucida Sans Unicode,Arial,Verdana,sans-serif;*/
	font-family:Lucida Sans Unicode,Verdana,Arial,sans-serif;
	position:absolute;
	top:26px;
	right:5px;
	background-color:#820c0c;
	border:1px solid #993333;
	width:290px;
	height:62px;	
}
#toolbox form{
	position:absolute;
	top:25px;
	left:10px;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
}
#toolbox form input{
	border:0;
	width:232px;
	margin:2px;
	padding:2px;
	vertical-align:middle;
	font-size:1.4em;
	color:#333;
}
#toolbox form input#submit{
	background:transparent url(http://www.ua.edu/images/layout/search.gif) 0 0 no-repeat;
	cursor:pointer;
	height:24px;
	width:24px;
	border:0;
	font-size:0;
    line-height:0;
	text-indent:-9999px;
}
#toolbox ul{
	position:absolute;
	top:0;
	left:0px;
	list-style:none;
	margin:1px 0 0 10px;
	padding:0;
}
#toolbox ul li{
	float:left;
}
#toolbox ul li a{
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
/*	margin-right:13px;*/
	display:block;padding-top:1px;
}
#toolbox ul li a:hover{
	text-decoration:underline;
}
#toolbox a#myBama{
	background:url(http://www.ua.edu/images/layout/mybama-logo.png) 0 0 no-repeat;
	width:52px;
	height:18px;
	text-indent:-9999px;
	float:left;
	margin:3px 0 0 0;
}

#tool1 {width:63px;}
#tool2 {width:84px;}
#tool3 {width:71px;}

#mobilelink{
	background-color:#FFCC33; 
	color:#000;
	font-size:13px;
	font-weight:bold;
	letter-spacing:1px;
/*	background-color:#ddd;
	color:#900;*/
	padding:3px;
/*	text-align:center;
	margin:0 auto;
	display:block;
	width:99%;*/
}

/*********************************************************
	Main Navigation
 *********************************************************/
#main-nav{
	position:absolute;
	top:113px;
	background-color:#333;
	padding-left:3px;
}
#main-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
#main-nav ul li{
	float:left;
}
#main-nav ul li a{
	color:#fff;
	background-color:#333;
	text-decoration:none;
	line-height:39px;
	display:block;
	font-size:15px;
	font-weight:bold;	
}
#main-nav ul li a:hover{
	color:#990000;
	background-color:#fff;
}
#item1 {width:101px;}
#item2 {width:105px;}
#item3 {width:110px;}
#item4 {width:90px;}
#item5 {width:75px;}
#item6 {width:88px;}
#item7 {width:100px;}
#item8 {width:95px;}
#item9 {width:95px;}
#item10 {width:106px;}

/*********************************************************
	Targeted Navigation
 *********************************************************/
#targ-nav{
	position:absolute;
	top:153px;
	right:3px;
	background-color:#ccc;	
}
#targ-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	font-weight:bold;
}
#targ-nav ul li{
	float:left; 
}
#targ-nav ul li.slash{
	background:transparent url(http://www.ua.edu/images/layout/targ-nav-slash.png) right center no-repeat;
}
#targ-nav ul li a{
	color:#990000;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
    padding:0 11px 0 10px;
	line-height:25px;
}
#targ-nav ul li.right a{
	padding:0 10px 0 9px;
}
#targ-nav ul li.slash a{
	margin-right:5px;
}
#targ-nav ul li a:hover{
	color:#333; 
	text-decoration:underline;
}

/*********************************************************
	Second-Level Navigation
 *********************************************************/
.sec-nav {
	padding:0;
	margin:0 0 30px 0;
}
ul.sec-nav {
	font:bold 1.7em/175% "Lucida Sans",Lucida Sans Unicode,Verdana,Helvetica,sans-serif;
}
ul.sec-nav li {		
	list-style:none;
}
ul.sec-nav li a {
	width:95%;
	display:block;
	padding:5px 0 5px 5px; 	
	border-top:1px #ccc dotted;
	text-decoration:none;
}
ul.sec-nav li a.noborder {
	border-top:0px;
}
ul.sec-nav li a:hover {
	color:#fff;
	background-color:#900;	
	text-decoration:none;
}

/* Nested Second-Level Sub-Navigation */
ul.sec-nav ul {
	margin:0;
	padding:0 0 10px 15px;
	line-height:130%;
	display:block;
	width:92%;
}
ul.sec-nav ul li a {
	font-size:13px;
	font-weight:normal;
	font-family: Lucida Sans Unicode,Verdana,Helvetica,sans-serif;	
	line-height:130%;
	padding:4px 0 4px 4px;
	border-top:0;
	margin-top:0;
}
ul.sec-nav ul li a:hover {
	margin-right:20px;
}

/* Thinner font for menu items to prevent wrapping */
.thin {letter-spacing:-1px;}

/*********************************************************
        Columns
 *********************************************************/
.column_1,
.column_2,
.column_3,
.column_4,
.column_5,
.column_6,
.column_7,
.column_8,
.column_9 {
	display:inline;
	float: left;
	margin:0 10px;
}
.column_1 {
	width:88px;
}
.column_2 {
	width:196px;
}
.column_3 {
	width:304px;
}
.column_4 {
	width:412px;
}
.column_5 {
	width:520px;
}
.column_6 {
	width:628px;
}
.column_7 {
	width:736px;
}
.column_8 {
	width:844px;
}
.column_9 {
	width:952px;
}
.clear{
	clear:both;
	display:block;
	height:0;
	width:0;
	overflow:hidden;
	visibility:hidden;
}

/*********************************************************
        Columns - Prefix (empty space BEFORE columns)
 *********************************************************/
.prefix_1 {
	padding-left:108px;
}
.prefix_2 {
	padding-left:216px;
}
.prefix_3 {
	padding-left:324px;
}
.prefix_4 {
	padding-left:432px;
}
.prefix_5 {
	padding-left:540px;
}
.prefix_6 {
	padding-left:648px;
}
.prefix_7 {
	padding-left:756px;
}
.prefix_8 {
	padding-left:864px;
}
 
/*********************************************************
        Columns - Suffix (empty space AFTER columns)
 *********************************************************/
.suffix_1 {
	padding-right:108px;
}
.suffix_2 {
	padding-right:216px;
}
.suffix_3 {
	padding-right:324px;
}
.suffix_4 {
	padding-right:432px;
}
.suffix_5 {
	padding-right:540px;
}
.suffix_6 {
	padding-right:648px;
}
.suffix_7 {
	padding-right:756px;
}
.suffix_8 {
	padding-right:864px;
}

/********************************************************************
	Content Columns	(used to position content within overall columns)
 ********************************************************************/
.cont_col_2, .cont_col_3 {
	float: left;
	margin:0;
	padding:10px 20px 0 0;
}
.noright {
	padding-right:0;
}
.column_9 .cont_col_2 {
	width:466px;
}
.column_9 .cont_col_3 {
	width:304px;
}
.column_7 .cont_col_2 {
	width:358px;
}
.column_7 .cont_col_3 {
	width:232px;
}
.column_6 .cont_col_2 {
	width:294px;
}
.column_6 .cont_col_3 {
	width:189px;
}
.column_5 .cont_col_2 {
	width:250px;
}
.column_5 .cont_col_3 {
	width:160px;
}
.column_4 .cont_col_2 {
	width:196px;
}
.column_4 .cont_col_3 {
	width:124px;
}

/*********************************************************
	Home Page Slideshow
 *********************************************************/
#gallery {
    height:312px;
	margin-top:3px;
}
.main_image{
    position:relative;
	width:690px;
    height:312px;
    background-color:#000;
	overflow:hidden;
	float:left;
}
.main_image .desc{
	position:absolute;
	bottom:0px;
	left:0px;
	display:block;
}
.block{
	width:670px;
	padding:0px 15px 0px 15px;
	text-align:left;
	font-family:"Lucida Sans",Lucida Sans Unicode,Verdana,sans-serif;
	color:#fff;
	background:transparent url(http://www.ua.edu/images/gallery/caption.png) 0 0 repeat;
}
.block h3{
	font-size:1.6em;	
	margin:0 0 7px 0;
	padding:10px 0 0 0;
}
.block p{
/*	font-size:1.2em;
	font-family:"Lucida Sans",Lucida Sans Unicode,Arial,Verdana,sans-serif; */
	font-size:1.2em;
	font-family:Lucida Sans Unicode,Verdana,Arial,sans-serif;
	margin:0;
	line-height:130%;
	padding:0 0 10px 0;			
}
.block p a, .block p a:visited {
	text-decoration:underline;
	color:#fff;
}
.block p a:hover {
	text-decoration:none;
	background-color:#fffffd;
	color:#900;
}
.image_thumb{
	float:left;
	width:262px;
	position:relative;
}
.image_thumb ul{
	margin:0;
	padding:0;
	list-style:none;
}
.image_thumb ul li{
	float:left;
	margin:0 0 6px 6px;
	padding:0;
	position:relative;
}
.image_thumb a{
	display:block;
}
.image_thumb ul li.hover {
	cursor: pointer;
}
.image_thumb ul li.current {
	cursor: default;
}
.image_thumb img{
	width:125px;
	height:100px; 
}
.current .red-border{
	border:2px solid #990000;
	width:121px;
	height:96px;
	overflow:hidden;
}
.current .white-border{
	border:2px solid #fff;
	width:117px;
	height:92px;
	overflow:hidden;
}
.thumb{
	position:absolute;
	top:0; 
	left:0;
}
.image_thumb ul li .block{
	display:none;
}

.block .icon {
	position:relative;
	top:8px;
	padding:0 8px 0 8px;
		text-decoration:none;
}
.block .icon2 {
	position:relative;
	top:3px;
}
.block .icon3 {
	padding:2px 10px 0 10px;
}

/*********************************************************
	Home Page Content
 *********************************************************/
.homecol {
	padding:18px 0 0 0;
}
.homecol h1 {
	font-size:2em;
	padding:0 0 14px 0;
}
.homecol h1.smaller {
	font-size: 1.8em;
}
.homecol p {
	font: 1.4em/130% "Lucida Sans",Lucida Sans Unicode,Verdana,sans-serif;
	padding:0 0 15px 0;
	margin:0;
}

.homecol a {
	font-weight:bold;
}
.homecol img {
	margin-bottom:15px;
	border:1px solid #ccc;
}
.homecol img.social {
	margin:0 7px 0 0;
	border:0px;
}
.homecol img.rss {
	float:right;
	padding:3px 0 0 0;
	border:0;
}
.news p {
	border-top:1px #ccc dotted;
	padding:8px 0;
	line-height:140%;
}
.news .notop {
	border-top:0px;
	padding-top:0;
}
.features h3 {
	padding:0;
	font-size:1.5em;
	line-height:140%;
	margin:0;
}
.features p {
	font-size: 1.3em;
	font-family:Lucida Sans Unicode,Verdana,Arial,sans-serif;	
	line-height:135%;
	padding:2px 0 /*16px*/15px 0;
	margin:0;
}
.events{
	clear:both;
	padding:0 0 16px 0;	
}
.events p{
	padding:0;
	margin-left:50px;
	line-height:140%;
}
.events p span{
	font-size:0.9em;
	font-family:Lucida Sans Unicode,Verdana,Arial,sans-serif;
}
.date{
	float:left;
	width:38px;
	height:38px;
	margin:4px 10px 0px 0;
	line-height:20px;
	text-align:center;
	background:url(http://www.ua.edu/images/layout/date-bg.gif) 0 0 no-repeat;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.date span{
	font-size:1.8em;
	display:block;
}
.date small{
	display:block;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	color:#777;
}
			
/*********************************************************
	Quick Links
 *********************************************************/
#quicklinks{
	font-family:"Lucida Sans",Lucida Sans Unicode,Verdana,sans-serif; 
	margin-top:30px;
	overflow:hidden;
}
.quicklinks_col{
	width:177px;
	float:left;
	padding:10px 0 0px 10px; 
}
#quicklinks h1{
	font-size:1.7em;
	font-weight:bold;
	color:#ffffff;
	background-color:#333333;
	padding:5px 0 5px 10px;
}
#quicklinks h2{
	font-size:1.4em;
	padding:0 0 10px 0;
	clear:left;
}
#row1{
	background-color:#ddd;
	overflow:hidden;
	border:1px solid #a7a5a5;
	width:950px;
}
#quicklinks ul{
	list-style:none;
	padding:0 0 12px 0;
	margin:0;
	float:left;
	font-size:1.3em;
	font-weight:bold;
	line-height:135%;
}
#quicklinks ul li{
	padding:0 0 6px 0;
	margin:0;
}
#quicklinks ul li a{
	color:#990000;
	text-decoration:none;
	padding:0;
	margin:0;
}
#quicklinks ul li a:hover{
	text-decoration:underline;
}
#row2{
	background-color:#ddd;
	border:1px solid #a7a5a5;
	border-top:1px solid #ffffff;
	display:none;
	overflow:hidden;
	width:950px;
}
.quicktab{
	background:url(http://www.ua.edu/images/layout/quicktab.png) 0 0 no-repeat;
	width:177px;
	height:28px;
	display:block;
	text-indent:-9999px;
	float:right;
}
a.quicktab:focus {
	outline-style:none;
	outline-width:medium;
}
.active{
	background:url(http://www.ua.edu/images/layout/quicktab.png) 0 -28px no-repeat;
}
#quicklinks .icon {
	float:left;
	padding:1px 5px 0 0;
}

/*********************************************************
	Second-Level Images
 *********************************************************/
.img_main {
	margin:0 0 15px 0;
}
.img_left {
	float:left;
	margin:3px 15px 10px 0px;
}
.img_right {
	float:right;
	margin:3px 0px 10px 15px;
}

/*********************************************************
	Links Boxes
 *********************************************************/
.linksbox {
	background-color:#eee;
	border:1px solid #ccc;
	margin:0 0 20px 0;
	padding:0;
}
.linksbox h1, .linksbox h1.gray, linksbox h1.darkgray {
	font-size:1.4em;
	color:#fff;
	margin:0;
	padding: 8px 5px 8px 12px;
}
.linksbox h1 {
	background-color:#900;
}
.linksbox h1.gray {
	background-color:#777;
}
.linksbox h1.darkgray {
	background-color:#333;
}
.linksbox h1.large {
	font-size:2.2em;
}
.linksbox ul {
	font: 1.3em/140% Verdana,sans-serif;
	padding:5px 12px 0px 25px;
}
.linksbox ul li {
	padding-bottom:3px;
}
.linksbox ul.nobullets {
	list-style-type:none;
	padding:5px 5px 0px 12px;
}
.linksbox p {
	padding:4px 10px 0 10px;
}
.linksboxright {
	float:right;
	width:250px;
	margin:0 0 0 10px;
}
.linksbox li ul {
	font-size:.85em;
	padding-bottom:0px;margin-bottom:0px;
}

/*********************************************************
	Emergency Bulletin
 *********************************************************/
.bulletin {
	background-color:#FFFFCC;
	border:1px solid #999;
	padding:0;

}
.bulletin h1 {
	font-size:1.8em;
	color:#900;
	margin:0;
	padding:10px 10px 6px 10px;
}
.bulletin p {
	font: 1.2em/155% Verdana,sans-serif;
	margin:0;
	padding:0 10px 10px;
}
#top {
	margin-bottom:12px;
}
#bottom {
	margin-top:16px;
}

/*********************************************************
    Horizontal List
 *********************************************************/
.hori-list {
	margin-bottom:30px;
	margin-top:20px;
}
.hori-list h1{
	text-align:center;
}
.hori-list ul{
	padding:10px 0;
	margin-bottom:0px;
	text-align:center;
}
.hori-list ul li{
    display:inline;
    font-size:1.4em;
	font-weight:bold;
	padding:4px;
}

/*********************************************************
    Form Styles
 *********************************************************/
form.uaform{
	font-family:"Lucida Sans",Lucida Sans Unicode,Verdana,Arial,sans-serif;
	margin:20px 0;
}
form.uaform li{width:auto !important;}
.uaform ul{
	list-style:none;
	margin:0 14px;
	padding:0;
	font-size:1.2em;
}
.uaform li{
	clear:both;
	margin:0;
	padding:6px 1% 9px;
	width:64%;
}
.uaform li div span, span.full input, span.full select{
	display:block;
	float:left;
	width:100%;
}
.uaform span.left{
	float:left;
	width:48%;
}
.uaform span.right{
	float:right;
	width:48%;
}
.uaform span.right input, .uaform span.right select, .uaform span.left input, .uaform span.left select{width:100%;}
.uaform li div label, .uaform li span label{font-size:90%;}
.uaform fieldset{
	background-color:#eeeeee;
	-webkit-box-shadow:2px 2px 10px #ADADAD;
	-moz-box-shadow:2px 2px 10px #ADADAD;
	box-shadow:2px 2px 10px #ADADAD;
	margin:15px 0;
	clear:both;
}
.uaform legend{
	font-size:1.4em;
	font-weight:bold;
	color:#990000;
	margin-left:5px;
}
.uaform .legend{
	margin:5px 14px;
	padding:0 6px;
	color:#990000;
	border-bottom:1px dotted #CCCCCC;
}
.uaform label, label.desc{
	display:block;
	margin:0;
	padding-bottom:3px;
	color:#000;
}
label.desc{font-weight:bold;}
.uaform label.choice{
	font-size:100%;
	line-height:150%;
	margin:-17px 0 0 23px;
	padding:0 0 5px;
	width:88%;
}
.uaform label span{
	color:#BC1212;
	vertical-align:middle;
}
input.text, textarea.textarea, select.select{
	font-size:100%;
	font-family:"Lucida Sans",Lucida Sans Unicode,Verdana,Arial,sans-serif;
	margin:0;
	padding:2px 0;
}
input.medium, select.medium{width:50%;}
input.large, select.large, textarea.textarea{width:100%;}
textarea.medium{height:10em;}
.submit{font-size:1.1em;}
input.checkbox, input.radio{
	font-size:1.1em;
	display:block;
	height:13px;
	width:13px;
	margin:4px 0 0;
}
label.error{
	color:red;
	font-weight:bold;
}
input.error, select.error, textarea.error{border:1px solid red;}


/*********************************************************
	Footer
 *********************************************************/
#footer{
	background:#990000 url(http://www.ua.edu/images/layout/footer-bg.png) top left repeat-x;
	margin-top:40px;
	padding:20px 0 10px 0;
	border-top:2px #999 solid;
	float:left;
	width:100%;
	min-width:972px;
}
#footer .column_5 {
	margin:0px;
	width:550px;
}
.nomargin {
	margin-right:0px;
	width:186px;
}
#footer a{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
.icons ul{
	font-family:Lucida Sans Unicode,Verdana,Arial,sans-serif;		
	font-size:1.3em;
	list-style:none;
	padding:0;
}
.icons ul li{
	margin-bottom:5px;
	height:17px;
}
.icons ul li a{
	display:block;
	height:17px;
	text-indent:30px;
	line-height:17px;
	color:#ffffff;
}
li#foot_home {
	background:url(http://www.ua.edu/images/layout/icon-sprite.png) 0 0 no-repeat;
}
li#foot_news {
	background:url(http://www.ua.edu/images/layout/icon-sprite.png) 0 -17px no-repeat;
}
li#foot_cal {
	background:url(http://www.ua.edu/images/layout/icon-sprite.png) 0 -34px no-repeat;
}
li#foot_rss {
	background:url(http://www.ua.edu/images/layout/icon-sprite.png) 0 -51px no-repeat;
}
li#foot_connect {
	background:url(http://www.ua.edu/images/layout/icon-sprite.png) 0 -68px no-repeat;
}
li#foot_email {
	background:url(http://www.ua.edu/images/layout/icon-sprite.png) 0 -85px no-repeat;
}
p#disclaimer, p#copyright{
	font-size:12px;
	font-family:Lucida Sans Unicode,Verdana,Arial,sans-serif;		
	color:#ffffff;
	margin:10px 0 0 0;	
	text-align:right;
}
p#copyright{
	font-size:1.1em;
	padding:0;
}

/*********************************************************
	Miscellaneous add-ons
 *********************************************************/
 
#uamobileh1 {
	background:transparent url(http://www.ua.edu/images/content/top_mobileweb.jpg) no-repeat;
	height:260px;
	width:628px;
	text-indent:-9999px;
	padding-bottom:10px;
}
