/* BODY */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#DFDFDF;
}


/* HEADER */

#header
{
	background: url(../stone_dark_red_logo.jpg) no-repeat;
	border-bottom: 1px solid #900;
}

#header img
{
	border: none;
	margin: 0;
	padding: 0;
}

#header h1
{
	margin: 0;
	padding: 0;
	float: left;
	color:#900;
}

.hide
{
	display: none;		
}

/* TABS */

#tabs ul
{
    list-style: none;
	float: left;
	margin: 7px 0;
	padding: 0;
}

#tabs ul li
{
	float: left;
	margin: 0 0 0 7px;
}

#tabs ul li a
{
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
	color: #900;
	background: #FFF;
	font-size: 0.9em;
	float: left;
}

#tabs ul li a:hover
{
	color: #FFF;
	background: #900;
}

#tabs ul li .small
{
	font-size: 0.75em;
	vertical-align: middle;
}

/* SEARCH */

#search
{
	background: #900;
}

#search form
{
	margin: 0;
	padding: 0;
}

#search form p
{
	margin: 0;
	padding: 5px;
}

#search form p input
{
	margin: 0;
}

#sa
{
	color: #900;
	background: #fff;
	border: 1px solid #fff;
	font-size: 0.75em;
	padding: 2px 5px;
}

#sa:hover
{
	color: #fff;
	background: #900;
	border: 1px solid #fff;
	cursor: pointer;
}


/* NAVIGATION */

#navigation
{
	background: #FFF;
	border-top: 1px solid #900;
}

#navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#navigation ul ul
{
	margin: 0;
	padding: 0;
	display: none; /* This level of navigation is hidden by default */
	border: 1px solid #900;
	border-top: none;
	border-bottom: none;
}

#navigation ul li
{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #900;
}

#navigation ul ul li
{
	margin: 0;
	padding-left: -25px;
	border: none;
}

#navigation a
{
	margin: 0;
	padding: 3px 5px;
	display: block;
	text-decoration: none;
	color: #900;
	font-size: 0.8em;
}

#navigation ul li a:hover
{
	background-color: #900;
	color: #FFF;
}

#navigation ul ul li a
{
	margin: 0;
	padding: 3px 4px;
	background-color: #FFF;
	color: #900;
}

#navigation ul ul li a:hover
{
	text-decoration: underline;
	background-color: #FFF;
	color: #900;
}

#navigation .small
{
	font-size: 0.75em;
	vertical-align: text-bottom;
	float: right;
}


/* CONTENT */

#content h1
{
	margin: 20px 0 10px 0;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #FFF;
	background: #900;
	font-weight: normal;
	clear: both;
}

#content h2
{
	margin: 15px 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 0.85em;
	color: #900;
	font-weight: normal;
	border-bottom: 1px solid #900;
	clear: both;
}

#content h3
{
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 0.85em;
	color: #900;
	font-weight: normal;
	clear: both;
}

#content h4
{
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 0.85em;
	color: #900;
	font-weight: normal;
	clear: both;
	font-style: italic;
}

#content p
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.85em;
	color: #900;
	line-height: 1.5em;
}

#content ul, #content ol
{
	margin: 0 30px 20px 30px;
	padding: 0;
}

#content li
{
	margin: 0;
	padding: 0 0 0.8em 0;
	font-size: 0.85em;
	color: #900;
	line-height: 1.5em;
}

#content ul ul
{
	margin: 5px 20px -15px 20px;
}

#content ul ul li
{
	font-size: 1em;
	list-style: circle;
}

#content ul ul ul li
{
	font-size: 1em;
	list-style: disc;
}

#content a
{
	color: #36C;	
	text-decoration: underline;
}

#content a:hover
{
	color: #E00;
}

#content a.doc
{
	padding-left: 19px;
	background: url(../images/doc.gif) left center no-repeat;
	display: inline-block;
}

#content a.url
{
	padding-right: 15px;
	background: url(../images/url.gif) right center no-repeat;
	display: inline-block;
}

#content a.mp3
{
	padding-left: 19px;
	background: url(../images/mp3.gif) left center no-repeat;
	display: inline-block;
}

#content a.pdf
{
	padding-left: 19px;
	background: url(../images/pdf.gif) left center no-repeat;
	display: inline-block;
}

#content a.ppt
{
	padding-left: 19px;
	background: url(../images/ppt.gif) left center no-repeat;
	display: inline-block;
}

#content a.xls
{
	padding-left: 19px;
	background: url(../images/xls.gif) left center no-repeat;
	display: inline-block;
}

#content a.zip
{
	padding-left: 19px;
	background: url(../images/zip.gif) left center no-repeat;
	display: inline-block;
}

#content form
{
	margin: 0;
	padding: 0;
}

#content input, #content textarea, #content select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000;
}

#content input
{
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#content #apply_button1 input, #content #apply_button2 input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content table
{
	margin: 0;
	border: 1px solid #900;
	border-bottom: none;
}

#content table td
{
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #900;
}

#content table td p
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
}

#content table th
{
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	color: #900;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: #FFF;
	border-bottom: 1px solid #900;
}

#content table.no_border, #content table.no_border tr td
{
	border: none;
}

#content .half_width
{
	width: 50%;
}

#content .number
{
	width: 20px;
	text-align: center;
}

#content .padding_left
{
	padding-left: 20px;
}

#content .small
{
	font-size: 0.85em;
}

#content .highlight
{
	padding: 5px;
	background: #FFF;
	line-height: 1.5em;
	display: block;
}

#content .not_public
{
	background: #EEE;
}


/* LINKS */

#links ul
{
    margin: 0;
    padding: 0;
	font-size: 0.9em;
}

#links li
{
    margin: 0 0 10px 0;
    padding: 0;
	float: left;
	list-style: none;
}

#links ul li a
{
    margin: 0;
	padding: 4px 6px;
	display: block;	
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #FFF;
	color: #FFF;
	background: #900;
}

#links ul li a:hover
{
	color: #FFF;
	background: #900;
}

#content .folder
{
	padding-left: 20px;
	background: url(../images/folder_yellow.png) left center no-repeat;
	display: inline-block;
}

#content .folder_open
{
	padding-left: 20px;
	background: url(../images/folder_yellow_open.png) left center no-repeat;
	display: inline-block;
}

#content .file
{
	padding-left: 20px;
	background: url(../images/file.gif) left center no-repeat;
	display: inline-block;
}

#content .filelist
{
	line-height: 2em;
}

#content .indent
{
	margin-left: 16px;
}


/* HOMEPAGE */

#slideshowText
{
	margin: 0;
	padding: 0;
	width: 250px;
	height: 300px;
	float: left;
}

#slideshowImage
{
	margin: 0;
	padding: 0;
	width: 720px;
	height: 300px;
	float: left;
}

#slideshowTitle
{
	margin: 0;
	padding: 0;
	width: 220px;
	height: 150px;
}

#slideshowDescription
{
	margin: 0;
	padding: 0;
	width: 220px;
	height: 150px;
}

#slideshowTitle h1
{
	margin: 0;
	padding: 30px 0 0 0;
	color: #900;
	background: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1.3em;
	text-align: center;
}

#item1, #item2, #item3, #item4
{
	border: 1px solid #900;
}

#item1 h2, #item2 h2, #item3 h2, #item4 h2
{
	margin: 0 0 5px 0;
	padding: 0;
	background: #FFF;
	color: #900;
	display: block;
	font-weight: normal;
	border-bottom: none;
}

#item1 p, #item2 p, #item3 p, #item4 p
{
	margin: 0;
	padding: 0 5px 5px 5px;
	color: #FFF;
}


#item1 img, #item2 img, #item3 img, #item4 img
{
	margin: 0;
	padding: 0;
	border: 0;
}

#item1 h2 a, #item2 h2 a, #item3 h2 a, #item4 h2 a
{
	margin: 0;
	padding: 3px 5px;
	color: #900;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #900;
}

#item1 h2 a:hover, #item2 h2 a:hover, #item3 h2 a:hover, #item4 h2 a:hover
{
	color: #FFF;
	background-color: #900;
}

#item1 p a, #item2 p a, #item3 p a, #item4 p a
{
	display: inline;
	color: #36C;	
	text-decoration: underline;
}

#item1 p a:hover, #item2 p a:hover, #item3 p a:hover, #item4 p a:hover
{
	color: #E00;
}
#white p {color: #FFFFFF}

/* ADMIN */

#admin
{
	border: 1px solid #03C;
}

#admin p
{
	margin: 0;
	padding: 3px 5px;
	font-size: 0.8em;
	color: #03C;
	font-weight: normal;
}

#admin a
{
	color: #03C;
	text-decoration: underline;
}

#admin a:hover
{
	color: #03C;
	text-decoration: none;
}


/* BREADCRUMB */

#breadcrumb p
{
	margin: 0;
	padding: 0 0.4em;
	color: #555;
	font-size: 0.8em;
}

#breadcrumb a
{
	color: #555;
	text-decoration: underline;
}

#breadcrumb a:hover
{
	color: #555;
	text-decoration: none;
}


/* OBJECTS */

#objects
{
	background: #900;
	border-left: 1px solid #fff;
}

#objects h1
{
	margin: 0 0 5px 0;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #FFF;
	background: #900;
	font-weight: normal;
	clear: both;
}

#objects h2
{
	margin: 5px 0;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #FFF;
	background: #900;
	font-weight: normal;
	clear: both;
	border-top: 20px solid #FFF;
}

#objects p
{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 0.8em;
	color: #fff;
	text-align: left;
	line-height: 1.5em;
}

#objects a
{
	color: #36C;	
	text-decoration: underline;
}

#objects a:hover
{
	color: #E00;
}

#objects img
{
	margin: 0;
	padding: 0;
	border: none;
}

#objects .small
{
	font-size: 0.8em;
}

#objects form
{
	margin: 0;
	padding: 3px 1px 1px 1px;
	clear: both;
	width: 100%;
	text-align: right;
}

#objects form input
{
	margin: 0;
}


/* Edit CONTENTs */

#contents h1
{
	margin: 20px 0 10px 0;
	padding: 3px 5px;
	font-size: 0.85em;
	color: #FFF;
	background: #900;
	font-weight: normal;
	clear: both;
}

#contents h2
{
	margin: 15px 0 5px 0;
	padding: 0 0 2px 0;
	font-size: 0.85em;
	color: #900;
	font-weight: normal;
	border-bottom: 1px solid #900;
	clear: both;
}

#contents h3
{
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 0.85em;
	color: #900;
	font-weight: normal;
	clear: both;
}

#contents h4
{
	margin: 15px 0 5px 0;
	padding: 0;
	font-size: 0.85em;
	color: #900;
	font-weight: normal;
	clear: both;
	font-style: italic;
}

#contents p
{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 0.85em;
	color: #900;
	line-height: 1.5em;
}

#contents ul, #contents ol
{
	margin: 0 30px 20px 30px;
	padding: 0;
}

#contents li
{
	margin: 0;
	padding: 0 0 0.8em 0;
	font-size: 0.85em;
	color: #900;
	line-height: 1.5em;
}

#contents ul ul
{
	margin: 5px 20px -15px 20px;
}

#contents ul ul li
{
	font-size: 1em;
	list-style: circle;
}

#contents ul ul ul li
{
	font-size: 1em;
	list-style: disc;
}

#contents a
{
	color: #36C;	
	text-decoration: underline;
}

#contents a:hover
{
	color: #E00;
}

#contents a.doc
{
	padding-left: 19px;
	background: url(../images/doc.gif) left center no-repeat;
	display: inline-block;
}

#contents a.url
{
	padding-right: 15px;
	background: url(../images/url.gif) right center no-repeat;
	display: inline-block;
}

#contents a.mp3
{
	padding-left: 19px;
	background: url(../images/mp3.gif) left center no-repeat;
	display: inline-block;
}

#contents a.pdf
{
	padding-left: 19px;
	background: url(../images/pdf.gif) left center no-repeat;
	display: inline-block;
}

#contents a.ppt
{
	padding-left: 19px;
	background: url(../images/ppt.gif) left center no-repeat;
	display: inline-block;
}

#contents a.xls
{
	padding-left: 19px;
	background: url(../images/xls.gif) left center no-repeat;
	display: inline-block;
}

#contents a.zip
{
	padding-left: 19px;
	background: url(../images/zip.gif) left center no-repeat;
	display: inline-block;
}

#contents form
{
	margin: 0;
	padding: 0;
}

#contents input, #contents textarea, #contents select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #000;
}

#contents input
{
	padding-top: 2px;
	padding-bottom: 2px;
	
}

#contents #apply_button1 input, #contents #apply_button2 input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}

#contents table
{
	margin: 0;
	border: 1px solid #900;
	border-bottom: none;
}

#contents table td
{
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
	border-bottom: 1px solid #900;
}

#contents table td p
{
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #555;
	line-height: 1.5em;
	vertical-align: top;
}

#contents table th
{
	margin: 0;
	padding: 5px;
	font-size: 0.85em;
	color: #900;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	background: #FFF;
	border-bottom: 1px solid #900;
}

#contents table.no_border, #contents table.no_border tr td
{
	border: none;
}

#contents .half_width
{
	width: 50%;
}

#contents .number
{
	width: 20px;
	text-align: center;
}

#contents .padding_left
{
	padding-left: 20px;
}

#contents .small
{
	font-size: 0.85em;
}

#contents .highlight
{
	padding: 5px;
	background: #FFF;
	line-height: 1.5em;
	display: block;
}

#contents .not_public
{
	background: #EEE;
}


/* FOOTER */

#footer
{
	border-top: 1px solid #900;
}

#footer p
{
	margin: 0 0 15px 0;
	font-size: 0.8em;
	padding: 0.5em;
	color: #555;
}

#footer a
{
	color: #555;
	text-decoration: underline;
}

#footer a:hover
{
	color: #555;
	text-decoration: none;
}


/* LOGOS */

#logos p
{
	margin: 0;
	padding: 0;
}

#logos img
{
	margin: 20px 30px 0 0;
	padding: 0;
	border: none;
}


/* LAYOUT STYLES */

.center
{
	text-align: center;
}

.left
{
	float: left;	
}

.right
{
	float: right;	
}

.clear
{
	clear: both;
}

.narrow
{
	width: 20px;
	text-align: center;
}


/* Object Browse styles */

.thumbnail {
	background-color: #c9e1ed;
}

.pagenav {
	background-color: #c9e1ed;
}

#searchform fieldset{
	padding: 8px 8px 8px 8px;
}

#searchform p.helptext
{
	font-size: 0.75em;
	
}
