
/**************************************/
/* UNIVERSITY OF ARKANSAS, FORT SMITH */
/* main.css                           */
/**************************************/
html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	background-color: #003161;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}
body table {  /* since IE has some problems with table inheritance */
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}
body, #uafsheader, #whitemenubar, #redmenubar, #whitemenubar *, #redmenubar *, #content, #breadcrumbbar, #breadcrumbbar *, #mainheader, #mainheader *, #leftbar, #leftbar * { 
	margin: 0;
	padding: 0;
	font-family: "trebuchet ms", helvetica, arial, sans-serif;
}
#main, #content, #main h1 {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #762536;
}
p {
	margin: 1em 0;
}
ul {
	list-style: none;
}
ul ul {
	padding-left: 10px;
}
#content ul li {
	background: url(_skin/img/arrow.gif) no-repeat;
	padding-left: 10px;
}
h1 {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1em;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
#container {
	min-height: 100%;  /* So Mozilla will make it 100% of page height
                              rather than viewport height */
	margin: 0 auto;
	padding: 1px 0 0 0;  /* Fix Mozilla top margin collapse stupidity */
	width: 760px;
	text-align: left;
	background-color: #fff;
}
* html #container {  /* So IE will make it stretch to viewport bottom */
	height: 100%;
}
#wrapper {
	position: relative;
	margin: 0 10px;
}
* html #wrapper {
	height: 1%;  /* kill IE float double margin bug */
}

/***************/
/* UAFS HEADER */
/***************/
#uafsheader {
	border-top: 11px solid #fff;
	margin-bottom: 10px;
}

/***************/
/* NAV */
/***************/
#nav {
	background: #891f33;
	margin-bottom: 4px;
	padding: 3px 0;
	font-size: 90%;
}

#nav .item {
}

#nav .item a  {
	border-right: 2px solid #fff;
	padding: 3px 7px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#nav .item a:link, #nav .item a:visited  {
	color: #fff;
}

#nav .item a:active, #nav .item a:hover  {
	color: #891f33;
	background: #f3db39;
}

/***************/
/* MAIN HEADER */
/***************/
#mainheader {
	clear: both;
	border: none;  /* clean up after NN4.7 */
}
#mainheader .textheader {
	height: 69px;
	background-color: #003161;
	border-top: 1px solid #003161;   /* don't collapse top margin in Mozilla*/
}
#mainheader .textheader .topictitle {
	margin: 29px 0 10px 18px;
	font-size: 30px;
	line-height:1em;
	color: #FFFFFF;
}

/***********/
/* CONTENT */
/***********/
#content {
	margin: 18px 0 40px 0;
	font-size: 12px;
}

/**********/
/* FOOTER */
/**********/
.foot {
	clear: both;
	padding-bottom: 10px;
	font-size: 10px;
	line-height: 1.2;
}
.foot p {
	margin-top: 0;
}
#photobar {
	border: none;  /* clean up after NN4.7 */
	margin-bottom: 16px;
}
.horizrule {
	height: 16px;
	border-top: 1px solid #d7dadc;
}
.address {
	float: left;
	width: 152px;
	margin-left: 18px;
	display: inline;  /* Fix IE double float margin bug */
}
.address strong {
	font-weight: bold;
}
.copyright {
	margin-left: 190px;
}
/* From http://www.positioniseverything.net/explorer/threepxtest.html: */
/* Hide from IE5-mac. Only IE-win sees this. \*/
  * html .address {
  margin-right: 17px;
  }
  * html .copyright {
  height: 1%;
  margin-left: 0;
  }
/* End hide from IE5/mac */
.copyright a {
}