

/*-------------------------*/
/* BASICS                  */
/*-------------------------*/
body {
	background: #003;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	}
h1 {
	margin: 0 0 6px 0;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #f90;
	}
a, a:visited, a:hover {
	color: #1a448c;
	text-decoration: none;
	border: none;
	}
	a:hover{ text-decoration: underline; }

img { border: 0; }
input { margin: 0; }
/*-------------------------*/
/* WRAPPER & ELEMENTS      */
/*-------------------------*/
#wrapper {
	width: 950px;
	min-height: 500px;
	margin: 20px auto 0 auto;
	text-align: left;
	}
	/*-------------------------*/
	/* NAVIGATION              */
	/*-------------------------*/	
	#nav {
		float: left;
		width: 238px;
		background: #283f6e;
		padding: 0 0 150px 0;
		}
		#menu { background: #f90; padding: 10px 0; }

		#menu ul { list-style: none; }

		#menu ul li:before {
			content: "\00BB \0020";
			color: #fff;
			}
		#menu ul li a {
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
			color: #fff;
			}
			#menu a:hover { text-decoration: underline; }
	/*-------------------------*/
	/* RIGHT                   */
	/*-------------------------*/
	#right { float: right; width: 712px; }
	
		#banner { height: 220px; background: url('http://www.dom.edu/pac/images/template_banner_sub.jpg') top center no-repeat; }
		
			#topnav {
				float: right;
				padding: 10px;
				font-size: 10px;
				font-weight: bold;
				text-transform: uppercase;
				color: #14336a;			
				}
				#topnav a {
					font-size: 10px;
					font-weight: bold;
					text-decoration: none;
					color: #14336a;
					}
					#topnav a:hover { text-decoration: underline; }
	#right_rail{ padding: 0 10px; }
	/*-------------------------*/
	/* MAIN CONTENT            */
	/*-------------------------*/
	#content {
		width: 712px;
		padding: 0 0 0 20px;
		background: #fff;
		}
		#text { padding: 0 20px 20px 0; }

		td .content { vertical-align: top; }
			.breadcrumbs { height: 30px; padding: 18px 0 0 0; color: #333; }
			.breadcrumbs a { color: #333; }
		.rightnav {
			width: 200px;
			vertical-align: top;
			padding: 10px 0;
			background: #f90;
			text-align: center;
			}
			.searchBox {
				width: 125px;
				height: 15px;
				border: 1px solid #666;
				color: #666;
				font-size: 11px;
				line-height: 10px;
				padding: 2px 0 0 2px;
				}
			#content .rightnav div { padding: 8px 0; }

	#social {
		width: 90%;
		margin: 0 auto;
		padding: 10px 0;
		text-align: right;
		}
		#socialbtns {
			color: #ffffff;
			padding: 0 20px;
			}
	/*-------------------------*/
	/* FOOTER                  */
	/*-------------------------*/
	#footer {
		background: #6d6e71;
		padding: 5px 8px;
		text-align: center;
		color: #000;
		}
		#footer a { text-decoration: none; color: #ccc; }
		#footer a:hover { text-decoration: underline; }
	/*add-ins */
	tr{ vertical-align: top; }


/*-------------------------*/
/* JQUERY LIST             */
/*-------------------------*/

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { margin: 0; padding: 3px 0pt 3px 16px; }

.treeview a.selected { background-color: #eee; }

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(images/treeview-default-line.gif) 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(images/treeview-default.gif); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url(images/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(images/treeview-red.gif); } 

.treeview-black li { background-image: url(images/treeview-black-line.gif); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url(images/treeview-black.gif); }  

.treeview-gray li { background-image: url(images/treeview-gray-line.gif); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url(images/treeview-gray.gif); } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.gif); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url(images/folder.gif) 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url(images/folder-closed.gif) 0 0 no-repeat; }
.filetree span.file { background: url(images/file.gif) 0 0 no-repeat; }

/*-------------------------*/
/* JQUERY LIGHT BOX        */
/*-------------------------*/

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
**/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { left: 0; float: left; }
#lightbox-nav-btnNext { right: 0; float: right; }

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data { padding: 0 10px;  color: #666; }

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#gallery {
	background-color: #fff;
	padding: 10px;
	width: 520px;
	}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 1px solid #fff;
	}
#gallery ul a:hover img {
	border: 1px solid #616365;
	color: #fff;
	}
#gallery ul a:hover { color: #fff; }

