/* *******************************************  Fletcher Allen Health Care: Graduate Medical Education (GME) - 2008  ******************************************* */  



/* *******************************************  Home  ******************************************* */  

#carousel {
	position: relative;
	left: -20px;
	margin: 20px 0 0 0;
	width: 595px;
	background: url("/_common/img/gme/gallery-top.gif") no-repeat 0 0;
}
#carousel-wrap {
	padding-left: 16px;
	padding-bottom: 19px;
	position: relative;
	top: 7px;
	background: #EFEFEF;
}

/* ---------- 
buttons 
---------- */
#carousel-wrap #button-back, #carousel-wrap #button-forward {
	width: 19px;
	height: 18px;
	float: left;
}
#carousel-wrap #button-back { 
	padding-right: 12px;
	position: relative;
	top: 56px;
	background: url("/_common/img/arrow-left.gif") no-repeat 0 0; 
}
#carousel-wrap #button-forward {
	position: relative;
	top: 45px; left: -4px;
	background: url("/_common/img/arrow-right.gif") no-repeat 0 0; 
}
#carousel-wrap #button-back a, #carousel-wrap #button-forward a {
	width: 19px;
	height: 18px;
	display: block;
	text-indent: -9999px;
}

/* ---------- 
carousel slider 
---------- */
#carousel-wrap ul {
	margin: 11px 0 0 0;
	width: 560px;
}
#carousel-wrap ul li {
	padding-right: 19px; 
	float: left;
	list-style-type: none;
}
#carousel-wrap ul li img {
	padding: 1px;
	border: 1px solid #002E56;
}

#gallery-bottom {
	position: relative;
	top: 7px; left: -20px;
	width: 995px;
	height: 7px;
	background: url("/_common/img/gme/gallery-bottom.gif") no-repeat 0 0;
}

/* ---------- 
dept columns
---------- */
#gme-depts { 
	margin: 15px 0 0 0; 
	width: 540px;
}
.three {
	padding-top: 13px;
	width: 175px;
	float: left;
}
.three ul li { line-height: 14px; }
.three ul li a {	
	padding: 4px 0 4px 14px;
	font-size: 12px;
	text-decoration: none;
	display:block;  
	background: url("/_common/img/bullet.gif") no-repeat left 8px;
}
.more-programs {
    margin-top: 10px;
    font-weight: bold;
}


/* ---------- sidebar ---------- */

#gme-sidebar {
	padding-bottom: 30px;
	position: relative;
    display: inline;
	width: 285px;
	float: right;
    margin: 0;
	background: url("/_common/img/gme/vert-dots-gme.gif") no-repeat 0 36px;
    overflow: hidden;
}
#gme-drop {
	text-align: right;
	width: 270px;
}	

/* ---------- video gallery ---------- */

.gallery-wrap { 
	padding: 0 0 15px 0;
	position: relative;
	left: 35px;
	width: 238px;
	float: left;
	background: url("/_common/img/home/bottom-dots.gif") repeat-x right bottom;
}
.gallery-wrap img {
	margin-bottom: 13px;
	position: relative;
	left: 6px;
	padding: 1px;
	border: 1px solid #002E56;
}

.gallery-wrap h2 { padding: 15px 0; }








