/* Local CSS */


/* GLOBAL STYLES */
html, body {
    height: 100%;
}
body {
	font-size: 65%;
}
abbr:hover {
	background-color: #ffffcc;
	cursor: help;
}



/* IMAGE BAR */
#imagestripe {
	background-image: url(../../images/imagebox.jpg);
	height: 180px;
	padding-bottom: 20px;
	background-color: #fff;
}
#imagebox {
	background-image: url(../../images/imagebox.jpg);
	height: 180px;
}


/* MAIN NAV */
ul#localsite li {
	margin-bottom: 1.5em;
}



/* EXPAND BOXES */
#main .expandSource {
	position: relative;
	margin: .5em 0px;
}
#main .expandLink {
	font-size: 12px;
	padding-left: 15px;
}
#main .expandTarget {
	font-size: .9em;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color: #ffffee;
}
#main .expandSource .icon {
	width: 9px;
	height: 9px;
	position: absolute;
	left: 0px;
	top: 4px;
	background-repeat: no-repeat;
}
.expandSource.collapsed .icon { background-image: url(../../images/plusIcon.png); }
.expandSource.expanded .icon { background-image: url(../../images/minusIcon.png); }




/* MAIN CONTENT */
#main p {
	margin: 1em 0px 1em 0px;
	line-height: 1.7em;
}
#main h1 {
	margin-bottom: 1.5em;
}
#main h2 {
	margin: 1.5em 0px 1em;
}
#main h3 {
	margin: 1em 0px .5em;
}
#main img {
	float: none;
	margin: 0;
}
#main ul, #main ol {
	margin: 1em 0px 1em 15px;
}
#main ul.noBullets, #main ol.noBullets {
	margin-left: 0px;
}
#main ul.noBullets li, #main ol.noBullets li {
	list-style-type: none;
	background-image: none;
	padding-left: 0px;
    margin-bottom: 3em;
}
#main ul li {
	font-size: 100%;
}
#main ul li h2 {
	margin: 0px 0px .5em;
	font-size: 1.3em;
}
#main div.separator {
	border-bottom: 3px solid #ddd;
	height: 3px;
	background-color: #ddd;
	margin: 3em 0px;
}
#main .note {
	border: 1px solid #999;
	background-color: #ffffdd;
	padding: 5px;
	margin: 1em 0px;
	font-style: italic;
}
#main .retToTop {
	padding: 0px;
	background-color: #eee;
	text-align: right;
	margin: 4em 0px;
}
#main a.top {
	padding: 2px 10px;
	border: 0px;
}
#main a.top:hover, #main a.top:focus {
	background-color: #fff;
}
#main .caption {
	text-align: center;
	padding: 6px 8px;
	background-color: #fff;
	display: block;
}



/* MODAL SYTLES */
#dialogOverlay {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}
#dialogContainer {
	text-align: left;
	background-color: #fffde9;
	border: 3px solid #a49b66;
	padding: 20px;
	line-height: 1.7em;
    font-size: 1.7em;
}
#dialogContainer h1 {
	color: #000036;
	margin: 0px 0px 0em;
    margin-bottom: 1em;
    line-height: 1em;
    font-size: 1.3em;
    text-align: left;
}
#dialogClose {
	text-align: center;
	margin-top: 1.5em;
}
#dialogClose a {
    font-size: .8em;
    color: #444;
    text-decoration: none;
}



/* INSERTS */
#main .insertRight {
	width: 200px;
	float: right; 
	padding: 5px; 
	border: 1px solid #ccc; 
	margin: 0px 0px 5px 10px;
	position: relative;
	line-height: 1em;
}
#main .insertLeft {
	width: 200px;
	float: left; 
	padding: 5px; 
	border: 1px solid #ccc; 
	margin: 0px 10px 5px 0px;
	position: relative;
	line-height: 1em;
}
#main .insertLeft img, #main .insertRight img {
	max-width: 200px;
}



/* POPUP LINKS */
.popup {
	background-image: url(../../images/popup.png);
	background-position: top right;
	background-repeat: no-repeat;
	margin-right: 3px;
	padding-right: 13px;
}
.popup.noicon {
	background-image: none;
	padding-right: 0px;
	margin-right: 0px;
}
.popup .popupNote {
	position: absolute;
	left: -9999px;
}



/* PERSONNEL LIST */
#main ul.personnel li {
	position: relative;
	list-style-type: none;
	background-image: none;
	padding: 10px 0px 10px 80px;
	border-top: 1px dotted #ccc;
	min-height: 60px;
	font-size: 1em;
}
ul.personnel img.headshot {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 50px;
	height: 50px;
	padding: 4px; 
	border: 1px solid #aaa;
}



/* DOWNLOADS LIST */
#main ul.downloads li {
	list-style-type: none;
	background-image: none;
	padding: 5px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 60px;
}
#main ul.downloads li .fileLink {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .7em;
}
#main ul.downloads li .pluginLink {
	font-style: italic;
	font-size: 1em;
}
#main ul.downloads li img.mediaIcon {
	position: absolute;
	left: 0px;
	top: 0px;
}


#main .asterisk {
	color: #770000 !important;
	font-size: 1.5em;
	font-weight: bold;
	vertical-align: middle;
	border: none;
	text-decoration: none;
}
#main .attention {
    background-color: #FFFFCC;
    border: 1px solid #CC9933;
    padding: 5px 10px;
}


/* SIDEBAR */
#sidebar .searchbox {
	padding: 1px 0px;
}

