@charset "UTF-8";

/*html,#bg, #bg table, #bg td, #bigbox {
	width:100%;
	height: 100%;
	}*/
	
body {
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	line-height:135%;
	text-align:justify;
	background-color:#000000;
/*	background: url(Images/bg_florence.jpg) no-repeat;*/
	}

p, h1, h2, .instructions, a, a.instructions {
	margin:0;
	padding:0;
	}
	
img {
	display:block;
	padding: 10px 0 10px 0;
	}
	
img.thumbs {
	position:absolute;
	left:10px;
	margin:0;
	padding:0;
	float:left;
	border:0;
	}
	
/* background image */
	
#bkgd {
	position: fixed;
	z-index:1;
	width:110%;
	padding:0;
	top:-10px;
	left:-10px;
	min-height:683px;
	}
	

/* SECTION HEADERS in Body */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#ac0000;
	text-transform:uppercase;
	margin-bottom:2px;
	}

/* BIG HEADERS for Page */
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	color:#ac0000;
	text-transform:uppercase;
	margin-top:10px;
	margin-bottom:10px;
	line-height:120%;
	}
	
/* LG INTRO PARAGRAPHS */
h3 {
	font-size:22px;
	font-weight: lighter;
	color:#787878;
	line-height:120%;
	margin:0;
	font-family: "Times New Roman", Times, serif;
	}
	
h1, h2 {
	text-align: left;
	}
	
ul {
	list-style-type:none;
	}
	
.mark {color:#ac0000
	}

	
.news {
/*	padding-left:125px;*/
	padding: 10px 10px 10px 10px;
	color:#545454;
	line-height:125%;
	background-color:#DFDFDF;
	overflow:auto;
	}
	
img.news {
	float:left;
/* position:relative;
	left:-10px;  */
	margin: 0 10px 5px 0;
	padding:0;
	border:0;
	}

hr {
	border:0;
	color:#EBEBEB;
	background-color: #EBEBEB;
	height:1px;
	margin: 0 -20px 0 -20px;
	}
	
p.accred {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
	text-align:left;
	}

hr.accred { 
	border:0;
	color:#EBEBEB;
	background-color: #EBEBEB;
	height:1px;
	margin:0;
	}

.instructions {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
	}
	

a {	text-decoration:none;
	color:#ac0000;
	outline:0;
	font-weight:bold;
	}
	
a.accred {
	text-decoration:none;
	outline:0;
	font-size:10px;
	letter-spacing:.1em;
	font-weight: bold;
	color:#ac0000;
	text-transform:uppercase;
	line-height:-125%;
	}
	
a.instructions {
	text-decoration:none;
	outline:0;
	font-size:10px;
	letter-spacing:.1em;
	font-weight: bold;
	color:#ac0000;
	text-transform:uppercase;
	line-height:-125%;
	}
	
a.news {
	font-size:13px;
	font-weight:bold;
	padding:0;
	color:#ac0000;
	}
	
@media print { 
	#bkgd { display: none; } 
	}


/* navigation box */
#navcontainer {
	position:fixed;
	top:35px;
	left:0px;
	z-index:30;
	width:200px;
	height:auto;
	border: none;
	background-color:#330000;
	padding-left: 16px;
	font-size: 10px;
	color: #D5D5D5;
	line-height: 130%;
	}
	
#navcontainer a {
	text-decoration: none;
	font-weight:normal;
	}	

#navcontainer ul {
	margin:0;
	padding-top:20px;
	padding-left:0px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height: 165%;
	list-style-type: none;
	}
	
#navcontainer ul a {
	text-decoration: none;
	font-weight:bold;
	color:#9c1010;
	}
	

#navcontainer ul a.cur {
	color:#663333;
	}
	
.logo {
	padding:0;
	}
	
/* floating promo box */	
#promo {
	position:absolute;
	top:35px;
	left:225px;
	z-index:50;
	width:740px;
	height: auto;
	background-color:#FFF;
	}
	
#promo2 {
	position:absolute;
	top:35px;
	left:225px;
	z-index:50;
	width:672;
	height: auto;
	background-color:#FFF;
	}
	
#alegacysidebar {
	position:absolute;
	top:450px;
	z-index:50;
	padding:0;
	margins:0;
	width:220;
	height: auto;
	right: 0px;
	}
	
/* content boxes */
#bigbox {
	position: absolute;
	top:450px;
	left:225px;
	z-index:50;
	width:420px;
	height: auto;
	background-color:#FFF;
	}

.box {
	vertical-align:top;
	margin:0 20px 10px 20px;
	}

.box img {
	border:0;
	}

/* gallery boxes */	
#gallbox {
	position: absolute;
	top:460px;
	left:225px;
	z-index:30;
	width:720px;
	height: auto;
	background-color:#FFF;
	}
	
.gallerythumbs {
	vertical-align:top;
	margin:0px 20px 10px 20px;
	}
	
.gallerythumbs img {
	display:block;
	padding: 5px 0 5px 0;
	margin:0;
	border:0;
	float:left
	}
	
#gallpop {
	position:absolute;
	display:inline;
	padding: 10px;
	background-color:#FFF;
	text-align:left;
	}

.gallpopup {
	position: relative;
	z-index:50;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
	line-height:1.4em;
	text-align:left;
	}
	
a.gallerypopup {
	text-decoration:none;
	color:#666666;
	}	

.lc {
	text-transform:lowercase
	}

/* Misc */	
.faculty {
	padding: 5px 2px 5px 0;
	margin:0;
	border:0;
	}
	
/* workshop images */
.workshop {
	padding:5px 0 5px 0;
	margin:0;
	}

/* workshop stuff */
table.workshop { 
	border-collapse: collapse;
	border-top: 1px solid #EBEBEB;
	}

tr.ruled td { 
	border-bottom: 1px solid #EBEBEB;
	}

.workshopsm {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
	line-height: 1.5em;
	}
	
