/*	resourceguide.css	*/


/*-------------------------
page content
-------------------------*/
div#contentwrap
{
	clear: left;
	float: left;
	width: 95%;
	margin-bottom: 25px;
}

/*-------------------------
page layout (floats)
-------------------------*/
div.listwrap
{
	float: left;
	margin: 0 13px 15px 0;
	font-size: small;
	background-color: #8B4513;	/* saddlebrown */
}
div.listwrap h3
{
	float: left;
	clear: left;

	font-weight: bold;
	font-size: small;
	margin: 0 auto;
	padding: .5ex 1ex;
	color: #FFF;		/* white */
}
div.listwrap div
{
}
/* always begin the Categories left on a new row */
div#categoriesBox
{
	clear: left;
}

/*-------------------------
nested lists
-------------------------*/
ul.list
{
	clear: left;
	list-style-type: none;
	padding: 1ex;
	border: 1px solid #8B4513;	/* saddlebrown */
	background-color: #FFE4C4;		/* bisque */
}
ul#categorylist
{
	width: 15em;
}
ul#locationslist
{
	width: 15em;
}
ul#resourcesList
{
	width: 18em;
}

ul.list ul
{
	display: none;
	list-style-type: none;
	border: none;
}
ul.list li.selected ul
{
	display: block;
}
ul.list li.selected ul li ul
{
	display: none;
}
ul.list li.selected ul li.selected ul
{
	display: block;
}
ul.list li.selected ul li.selected ul li ul
{
	display: none;
}
ul.list li.selected ul li.selected ul li.selected ul
{
	display: block;
}

/* styling menu items */

ul.list li a
{
	display: block;
	border: none;
}
ul.list li a:active,
ul.list li a:link,
ul.list li a:visited
{
	display: block;
	margin-left: 0;
	text-decoration: none;
	color: rgb(0,88,89);		/* dark blue */
}
ul.list li.selected a.selected
{
	padding-top: 3px;
	cursor: default;
}
ul.list li.selected li.selected
{
	padding-left: 15px;
}
ul.list li.selected li
{
	padding-left: 15px;
	background: #FFE4C4 url("../Images/rgmenutick.jpg") no-repeat 5px top;		/* bisque */
	background-color: #FFE4C4;		/* bisque */
	background-image: url("../Images/rgmenutick.jpg");
	background-position: 5px top;
	background-repeat: no-repeat;
}
ul.list li.selected li.last
{
	background-image: url("../Images/rgmenutickLast.jpg");
}
ul.list li a span
{
	display: block;
	padding: 0 .5ex 0 .5ex;
	margin: 0 .5ex 0 .5ex;
	margin-left: 0px;
	border: 1px solid #FFE4C4;		/* bisque */
	color: rgb(0,88,89);		/* dark blue */
	background-color: #FFE4C4;		/* bisque */
	text-decoration: none;
}
ul.list li.selected a.selected span
{
	font-weight: bold;
	/* color: rgb(0,88,89);		/* dark blue */
	color: #8B4513;	/* saddlebrown */
	background-color: #ff7;		/* light yellow */
	/* border-color: rgb(0,88,89);		/* dark blue */
	border-color: #8B4513;	/* saddlebrown */
}
ul.list li a:hover span
{
	border-color: #8B4513;		/* saddlebrown */
	background-color: #FF0;		/* yellow */
	color: #8B4513;				/* saddlebrown */
}

/*-------------------------
resource display
-------------------------*/
div#resourceBox
{
	float: left;
	clear: both;
	margin: 1em 0 13px 0;
	padding: 0;
	border-color: #8B4513;	/* saddlebrown */
	border-width: 1px 1px;
	border-style: solid;
	font-size: small;
}
div#resourceBox div.namedesc,
div#resourceBox div.contact,
div#resourceBox div.links
{
	float: left;
	xpadding: 13px 13px;
	/* background-color: red; */
}
div#resourceBox div.namedesc
{
	xwidth: 40%;
	width: 20em;
	xmax-width: 40%;
	margin: 0;
	padding: 13px 13px;
	border-right: 1px solid #8B4513;	/* saddlebrown */
}
* html div#resourceBox div.namedesc
{
	width: expression("20em");
}
div#resourceBox div.contact
{
	xfloat: none;
	width: 50%;
	width: 30em;
	margin-left: -1px;
	xmargin-left: 20em;
	padding-left: 13px;
	border-left: 1px solid #8B4513;	/* saddlebrown */
	xbackground-color: yellow;
}
div#resourceBox h3
{
	margin: 0;
	padding: 0;
	font-size: x-large;
	font-family: Lithograph, Lithos, Austere, Krypta, Liddie, Liste, Listium, Literat, Lithographic Script, Litschi, Tribeca, Trebuchet MS, sans-serif;
	color: #8B4513;	/* saddlebrown */
}
div#resourceBox h4
{
	display: none;
	font-size: large;
}
div#resourceBox h5
{
	display: none;
	font-size: medium;
}
div#innerbox
{
	padding: 1ex;
}
div#resourceBox div.res
{
	/* font-size: larger; */
}
div#resourceBox div.phone,
div#resourceBox div.desc
{
	margin-top: 1ex;
}
div#resourceBox div.email img
{
	position: relative;
	top: 1px;
	height: .8em;
	border: none;
}

div#resourceBox br
{
	clear: left;
	font-size: 1px;
}

/*-------------------------
prompts
-------------------------*/
div#screenprompts
{
	/* display: none; */
	margin: 1em 0 1em 0;
	font-size: small;
}
div#screenprompts div
{
	float: left;
	width: 20em;
	margin: 0 1em;
}
div#screenprompts div#p4
{
	display: none;
}

/*-------------------------
debug
-------------------------*/
div.debugMenuArray,
div.debug
{
	padding: 1ex;
	font-weight: bold;
	font-size: small;
	border: 1px solid #8B4513;	/* saddlebrown */
	background-color: #FFE4C4;		/* bisque */
	color: #8B4513;	/* saddlebrown */
}
div.debug table
{
	border-collapse: collapse;
}
div.debug table th,
div.debug table td
{
	font-size: small;
	height: 1.5em;
	padding: .5ex 1ex;
}
div.debug table th
{
	font-weight: bold;
}
div.debug table td
{
	border: 1px solid black;
}

div.loop0 tr#loop0,
div.loop1 tr#loop1,
div.loop2 tr#loop2,
div.loop3 tr#loop3
{
	background-color: #ADD8E6;		/* lightblue */
	color: blue;
}
div.debugMenuArray
{
	clear: both;
	font-size: small;
}
div.debugMenuArray table
{
	border-collapse: collapse;
}
div.debugMenuArray th
{
	padding: 0 1ex;
}
div.debugMenuArray th.superheads
{
	border: 1px solid black;
	background-color: #D3D3D3;		/* lightgrey */
}
div.debugMenuArray td
{
	padding: 0 1ex;
	border: 1px solid black;
}



body, td, th, div, layer, span
{
	font-family: Verdana, sans-serif;
}
body{
	background-color: rgb(255,255,192);			/* bisque */ 
}

.ScreenTitle{
	font-size: x-large;
	margin-bottom: .6em;
}

.ScreenPrompt, .ScreenPrompt2{
	font-size: medium;
	margin-bottom: 1.8 em;
/*	width: 30%;*/
}

.ScreenPrompt2{
	font-weight: bold;
}

.ScreenPromptSmall{
	font-size: small;
}

.InputPrompt{
	font-size: small;
	text-align: right;
	padding-right: 3px;
}

.InputField{
	text-align: left;
}

.CategoryBox, .LocationBox, .ResourcesBox, .xResourceBox{
	border: 1px solid black;
	margin-bottom: 7px;
	margin-right: 15px;
	padding: 3px;
}

.CategoryBox{
	background-color: #DC143C;		/* crimson */
	color: black;
}

.LocationBox{
	background-color: gold;
	color: black;
}

.ResourcesBox{
	background-color: teal;	
	color: black;
}

x.ListBox, .ItemBox{
	font-size: small;
/*	width: 176px;*/
}

.ItemBox{
	padding: 0px;
	color: white;
	background-color: rgb(10,36,106);
	border: 0;
	width: 100%;
}


x.ListBox{
	padding: 3px;
	margin-top: 2px;
}

.ListBoxPrompt{
	font-size: small;
	margin-bottom: .2em;
	color: white;
	font-weight: bold;
}
.TextAreaPrompt{
	margin-top: 3px;
	font-size: small;
	margin-bottom: .2em;
}


.xResourceBox{
	background-color: palegoldenrod;
	color: black;
	padding: 5px;
}

.xResourceBox{
	min-width: 100px;
	max-width: 200px;
}

.DispResourceCategory, .DispResourceSubCategory{
	font-size: small;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
	padding: 2px;
	margin: -5px -5px 5px -5px;
	color: white;
}

.DispResourceCategory{
	background-color: black;
}

.DispResourceSubCategory{
	background-color: #DC143C;		/* crimson */
}

.DispResourceName{
	font-size: large;
	font-weight: bold;
	/* margin-bottom: .8em; */
}
.DispResourceField{
}
.DispResourceDescription{
	margin: 1em 0 1em 0;
	font-style: italic;
}

.AddChangeButton{
	border: 2px outset #D3D3D3;		/* lightgrey */
	background-color: ButtonFace;
	margin: 10px 0 0 0;
	padding: 7px;
	width: auto;
}

.SubmitButton{
	font-size: medium;
}

.TextBox{
	font-size: medium;
}

.TextBox, x.ListBox, .TextArea{
	background-color: #EEE8AA;			/* palegoldenrod */
}
#logobar h2 a
{
	xmargin: 0 auto;
	xwidth: 343px;
	xheight: 35px;
	background-image: url("../Images/PageTitleResourceGuide.jpg");
}