/* @override 
	http://daves-mac-pro.local/miami/css/miami-s.css
	http://daves-mac-pro.local/miami/css/miami-a.css
	http://dev.dyadcom.com/miami/trunk/css/miami-2.css
	http://arc.miami.edu/css/miami-2.css
*/

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

body {
	text-align: center;
	font-family: "Lucida Grande", Tahoma, Verdana, Lucida, Arial, sans-serif;
	font-size: 12px;
}

p, ul, ol {
	margin-bottom: .8em;
	line-height: 1.5em;
}

#content h1 {
	/*height: 27px;*/
	margin: 3px 0 5px;
	font: 20px/27px Georgia, "Baskerville SemiBold", Georgia, "Times New Roman", Times, serif;
}

#content h2 {
	margin-top: 9px;
	padding-top: .3em;
	background: url(../img/dash.gif) 0 0 repeat-x;
}
#content h3 {
	text-transform: uppercase;
	margin: 1em 0 0;
	color: #666;

}
#content h4 {
	font-size: 11px;
	margin: 0 0 0;

}
#content ol {
	margin: .25em 2.5em .8em;
}
a img {
	border: 0;
}
a {
	color: #CFB67B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.intro p, #announce ul {
	font-size: 1.2em;
	color: #999;
	line-height: 1.5em;
}

#announce ul {
	font-size: 11px;
}

.intro p.small {
	font-size: 11px;
	margin-bottom: 1em;
	line-height: 1.6em;
	color: #000;
}

#announce li {
	margin: .2em 0 .6em;
}
#homenav #announce a {
	color: #8f8f8f;
}
#homenav #announce a:hover strong {
	text-decoration: none;
}
#announce strong {
	color: #000;
	font-weight: normal;
}
#right {
	font-size: .9em;
	line-height: 1.4em;
}

p.caption {
	color: #8f8f8f;
}
.description {
	margin-top: 3px;
	color: #8f8f8f;
}
.description strong {
	color: #666;
}

#content table {
	width: 100%;
}


#content table.small {
	font-size: 10px;
}

#content table.small td {
	padding: 5px 7px 5px 0;
	vertical-align: top;
	color: #666;
}

#content table.small th {
	padding-right: 7px;
	vertical-align: top;
}


#content td, #content th {
	padding: 4px 0;
	border-top: 1px solid #8f8f8f;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #8f8f8f;
	margin-top: 4px;
}

caption, th, td {
	text-align: left;
}

blockquote {
	padding: 31px 20px 0;
	color: #666;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
}


#hdr h1 {
	background: url(../img/id_over.gif) no-repeat 0 19px;
}

#hdr h1 a {
	display: block;
	margin-top: 10px;
	background: url(../img/id.gif) no-repeat 0 8px;
	padding-top: 68px;
	height: 0;
	border-top: 1px solid #EBDAA8;
	overflow: hidden;
}

#hdr h1 a:hover {
	background-image: url(../img/id_over.gif);
}
a:active {
	outline: none;
}
a:focus
{
-moz-outline-style: none;
}

.threecol ul li, .fourcol ul li {
	background: url(../img/li.gif) 0 .5em no-repeat;
	padding-left: 10px;
	margin-bottom: .5em;
	list-style: none;
}



/* @group Layout */

#hdr {
	height: 100px;
	border-bottom: 1px solid #ebdaa8;
	position: relative;
}

.center, #page {
	width: 795px;
	padding: 0 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#ftr {
	border-top: 1px solid #ebdaa8;
	margin-top: 30px;
	font-size: 10px;
	color: #a4a4a4;
	padding: 10px 0;
}

#ftr #copy { width: 284px; }

#content {
	margin: 15px 0;
	width: 8000px;
}
#right {
	margin-top: 38px;
}
.onecol, .twocol, .threecol, .fourcol, .fivecol {
	float: left;
	margin-right: 15px;	
}
.onecol {
	/*overflow: hidden;*/
	width: 120px;
}
.twocol {
	width: 255px;
	overflow: hidden;	
}
.fourcol {
	width: 525px;
	background: url(../img/dash.gif) 0 bottom repeat-x;

	padding-bottom: 25px;
}
.threecol {
	width: 390px; 
}
.twocolsub, .fourcolsub {
	overflow: hidden;
	clear: both;
	margin: 0 0 10px;
	display: block;
}
.twocolsub img, .fourcolsub img {
	float: left;
	margin: 0px 10px 0 0;
}
.twocolsub {
	color: #000;
}
.end {
	margin-right: 0px;
}
a:hover.twocolsub {
	text-decoration: none;
}
a:hover.twocolsub strong {
	text-decoration: underline;
}
a:hover.twocolsub {
	text-decoration: underline;
}
_a:hover.twocolsub {
	text-decoration: none;
}
.fivecol {
	width: 675px;
}

img.right_mar{
	margin-right:10px;
}

#older-articles { float:left; clear:both; width:200px; }

/* @end */

/* @group Nav */
#nav {
	margin-top: 40px;
	background: url(../img/dash.gif) 0 bottom repeat-x;
	font-size: 11px;
	padding: 2px 0;
}
#nav, #nav ul, #altnav {
	line-height: 14px;
	list-style-type: none;
}
#nav a {
	color: #000;
	display: block;
}


#nav-c{
	background: url(../img/dash.gif) 0 39px repeat-x;
}

#nav a {
	width: 107px;
}

#nav ul a {
	color: #e67e0e;
}
#nav ul ul a{
	color: #CFB67B;
}
#nav ul {
	background: url(../img/dash.gif) 0 bottom repeat-x;
	margin-bottom: 2px;
	padding-bottom: 2px;
}


#nav ul ul {
	background: url(../img/dash_l.gif) 0 bottom repeat-x;
}

/*#nav a.cur {
	background: url(../img/dash.gif) 0 0 repeat-x;
}*/
li a.cur {
	font-weight: bold;
}

#search {
	width: 795px;
	padding: 0 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	z-index: 20;
}
#search label {
	overflow: hidden;
	position: absolute;
	top: 20px;
	right: 0;
	color: #666;

}

#search input {
	margin-left: 2px;
}

.inline-nav-list { font-size: 11px; }

/* @end */
/* @group sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}
.sIFR-hasFlash #content h1 {
	visibility: hidden;
}
/* @end */



/* @group Background Images */

#home {
/*	background: url(../img/homebg1.jpg) center 104px no-repeat; */
}

#featured {display: none; overflow: hidden;
	margin-top: 10px;
}

#home div#featured {
	display: block;
	width: 795px;
	height: 131px;
	position: relative;
	top: 1px;
}


#home div#featured ul li{
	float: left;
	margin-right: 5px;
	list-style-type: none;
}

#home div#featured ul li.last{	margin-right: 0;}


/* @end */




/* @group Homepage */

#home #homenav {
	margin-top: 2px;
}

#homenav {
	border-top: 1px solid #ebdaa8;
	overflow: hidden;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	padding-top: 10px;
	height: 100%;
}
#homenav h2 {
	margin-top: .4em;
}
#homenav ul {
	list-style-type: none;
}

#announce {
	background: url(../img/dash.gif) 0 0 repeat-x;
	margin-top: 20px;
	padding-top: 9px;
	clear: both;
	font-size: 11px;
}

#homenav #col-news {
	margin-right: 0;
	position:relative;
	left: -10px;
}

#homenav #col-academic-services {
	position:relative;
	left: -2px;
}

#homenav #col-programs {
	position:relative;
	left: -4px;
}

#homenav #col-people {
	position:relative;
	left: -8px;
}

#homenav #col-community {
	left: -6px;
	position:relative;
}

#announce p {
	margin: 0;
}

#announce p a {
	color: #999;
	display: block;
	padding: 2px 0 4px;
}

/* @end */

/* @group Rome added 12-03-2010 MRE */

.rome_prog #nav-c{
	background: none;/*removes extra line*/
}

#nav ul a.rome_parent{
	color: #000 !important;
	font-weight: bold;
	}

.rome_prog #right {
	margin-top: 10px; /*fixes right col image align*/
}

#romenav .onecol {
	margin-right: 13px; /*overide to fix col menu alignment*/	
}

.rome_prog.home ul#nav {
	margin-top: 0;
	padding:2px 0;
}

.rome_prog.inner ul#nav {
	background: none;
	background: url(../img/dash.gif) 0 top repeat-x;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

.rome_prog ul#nav h3 a{
	color: #E67E0E;
	text-decoration: none;
	text-transform:none;
	font-weight: normal;
	
}

.rome_prog #nav-c.onecol h2 a{
	text-decoration: none;
}

#rome {
	display: none; 
	overflow: hidden;
	margin-top: 15px;
}

.rome_prog div#rome {
	display: block;
	width: 700px;
	height: 131px;
}


.rome_prog div#rome  ul li{
	float: left;
	margin-right: 5px;
	list-style-type: none;
}

.rome_prog div#rome ul li.last{	
	margin-right: 0;
}

div#romenav{
	float: left;

}

div#romesubinfo{
	width:700px;
	float:left;
}

div#rome_intro{
	width: 660px;
	border-top: 1px solid #909090;
	padding: 12px 0;
	margin:20px 0 0 0;
	float: left;
		
}

.rome_prog.inner p.small{
	color: #000000;
    font-size: 11px;
    line-height: 1.6em;
    margin-bottom: 1em;
}


/* Inner Override */

#content.inner h1{
	margin-left: 0; 
	/*font-size: 26px;
	line-height: 24px;*/
}
/* End Inner Override */

.rome_prog #romenav h2{
	background: none;
	font-size:10px;
}

.rome_prog #romenav h2 a{
	text-decoration: none;
}

.rome_prog #romenav a{
	font-size:10px
}

#nav ul.rome_nav_inner{
	background: none;
}

#nav ul.rome_nav_inner a {
	color:#CFB67B;
	text-indent: -10px;
	margin-left: 10px;
}

.prepend_top{
 margin-top: 10px;	
}


/*@end*/

.contact-info {
	overflow: hidden;
	font-size: 11px;
}

div.contact-info img {
	float: left;
	padding: 0 15px 15px 0;
}

#right a {
	color: #000;
	text-decoration: underline;
}

#right a:hover {
	color: #999;
}

#content #right h2 {
	background: none;
}

a.pdf {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(../img/pdficon.gif)  0 no-repeat;
	_height: 1px;
}

a.pdf-sub {
	display: block;
	padding: 2px 0 2px 40px;
	background: url(../img/pdficon.gif) 20px 0 no-repeat;
	_height: 1px;
}
a.external {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(../img/link_go.gif) 0 0 no-repeat;
	_height: 1px;
}
fieldset {
	border: 0;
}

h2 a {
	color: #000;
}

#content h2 a {
	text-decoration: underline;
}

.onecol ul {
	list-style-type: none;
}
.onecol ul a {
	padding-left: 10px;
	text-indent: -10px;
	display: block;
	width: 107px;
	color: #e67e0e;
}

#content div.newsrow h2 {
	margin-top: 4px;
}


div.book, div.event {
	background: url(../img/dash.gif) 0 0 repeat-x;
	margin: 9px 0 0;
	padding-top: 10px;
}

div.book {
	width: 100%;
	display: block;
	overflow: hidden;
}
#content div.book h2 {
	margin-top: 0;
	border: 0;
}
div.book img {
	float: left;
	margin: 0 15px 10px 0;
}
#gallery {
	background: url(../img/dash.gif) 0 bottom repeat-x;

	margin-bottom: 15px;
}

#news .twocol {
	margin-right: 0;
}



div#panels{
	display: block;
	width: 794px;
	height: 127px;
	background: url(../img/panels.jpg) no-repeat;
	margin-top: 5px;
}

div#homenav{
	border: 0px;
	padding-top: 0;
}

div#news_events{
	display: block;
	overflow: hidden;
}

div#news_events div, div#features div{
	float: left;
	display: block;
	width: 392px;
	border-top: 1px #909090 solid;
	margin: 10px 10px 0 0;
	padding: 5px 0 0;
}

div#news_events div#eventsCol, div#features div#videoCol{
	margin-right: 0;
}

div#news_events div ul, div#features div ul{
	list-style-type: none;
	margin-top: 5px;
}

div#news_events div ul li a, div#features div ul li a{
color: #000;
	font-size: 11px;
}

body#home li.viewall a, body#home li a strong, div#publicationCol ul li h3{color: #00512f;}

div#publicationCol ul li img{
	float: left;
	margin-right: 10px;
	width: 60px;
	height: 80px;
	margin-top: 5px;
}

div#publicationCol ul li h3 a{
	color: #00512f;
}

div#publicationCol ul li{
	overflow: hidden;
	margin-top: 10px;
	font-size: 11px;
	border-bottom: 1px #fff solid;
	vertical-align: top;
}

div#newsCol ul li, div#newsCol ul li p, div#eventsCol ul li, div#eventsCol ul li p{
	display: block;
	margin: 0 0 4px;
	padding: 0px;
	
}

div#address{
	width: 249px;
	color: #000;
}

div#network{width: 236px;
	margin-right: 0;
}

div#ftr div#copy{
	margin-right: 0;
	display: block;
	width: 160px;
	font-size: 9px;
}

a#net-facebook, a#net-youtube, a#net-twitter{
	display: block;
	width: 14px;
	height: 14px;
	text-indent: -9000px;
	float: left;
	margin-right: 5px;
}

a#net-facebook{background: url(../img/icon_facebook.gif) no-repeat;}
a#net-youtube{background: url(../img/icon_youtube.gif) no-repeat;
	width: 38px;
	height: 16px;
}
a#net-twitter{background: url(../img/icon_twitter.gif) no-repeat;
text-indent: 20px;
	width: 160px;
	color: #000;
	font-size: 9px;
	padding-top: 2px;
}
ul.youtube, 
ul.vimeo {
	overflow: hidden;
	width: 659px;
	padding-top: 3px;
	margin-bottom: 0px;
}

ul.youtube li,
ul.vimeo li{
margin: 0px 8px 15px 0px;
padding: 0px;
font-size: 10px;
line-height: 140%;
float: left;
width: 122px;
list-style-type: none;
background-image: none;
overflow: hidden;
height: 170px;
}

ul.vimeo li{
	display: none;
}

ul.vimeo.archive li{
	display: block;
}

ul.youtube li a,
ul.vimeo li a{
	display: block;	
	width: 122px;
	height: 91px;
	border: 1px #fff solid;
	padding: 0;
	margin: 0 0 -10px;
}


ul.youtube li a:hover,
ul.vimeo li a:hover{
	border: 1px #000 solid;
}

ul.vimeo li p{
	display: block;	
	margin-top: 15px;
}

a.right{
	float: right;
	padding-right: 15px;
}

ul.youtube li img,
ul.vimeo li img{
	width: 122px;
}

