@charset "utf-8";
/* CSS Document */

/* forces Firefox & Safari to display the scroll bar */

html{

    min-height: 100%;
    margin-bottom: 1px;
    cursor: default;
}




body {
	background-color: #351718;
	margin: 0px 0px 0px 0px;
	color: #453f3b;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 75%;
/*	NOTE: This sets the effective default font size to .75 x 16 = 12px. */
}



	
.menubar {
	background-image: url(images/sidebar-background.jpg);
	background-position: 0px 0px;
	background-repeat:repeat-y;
	}


	
/*Type Styles*/

/*Define Default Styles (used on interior pages)*/

p {
	color: #262e36;
	font-size: 1em;
	line-height:1.75em;
	/*margin: top right bottom left*/
	margin:0px 40px 24px 0px;
	text-align:left;
	}
	
.initial-cap {
	font-size:2em;
	line-height:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#683031;
	}

h1 {
	color: #3f2020;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size: 1.75em;
	line-height:1.5em;
	margin:0px 40px 24px 0px;
	}

h2 {
	color: #9c5c32;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 1.5em;
	line-height:1.5em;
	margin:0px 40px 24px 0px;
	}
	
h3 {
	color: #3f2020;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 1.25em;
	line-height:1.5em;
	margin:0px 40px 24px 0px;
	}

h4 {
	color: #3f2020;
	font-size: 1em;
	line-height:1.5em;
	margin:0px 40px 24px 0px;
	}
	
h5 {
	color: #3f2020;
	font-size: .75em;
	line-height:1.5em;
	margin:0px 40px 24px 0px;
	}
	
h6 {
	color: #3f2020;
	font-size: .75em;
	font-weight:normal;
	line-height:1.5em;
	margin:0px 40px 24px 0px;

	}
	
.side-text {
	font-size:.75em;
	text-transform:uppercase;
	line-height:1.5em;
	margin:8px 0px 4px 13px;
	background-color:#e5d8c7;
	padding:5px;
	}


/*Define Default List Styles: */



ul
{
list-style-type: none;
padding: 0px;
margin: 0px 50px 24px 50px;
font-weight:normal;
}

li
{
padding: 0px 0px 12px 12px; 
line-height:1.75em;
background-image: url(images/dingbat1.gif);
background-position: 0px 8px;
/*background-postition: x,y (from upper left)*/
background-repeat:no-repeat;
}

ol
{
padding: 0px;
margin-left: 50px;
margin-top:0px;
margin-right:50px;
margin-bottom:12px;
font-weight:normal;
list-style-type: decimal;
}

li.ordered {
background-image: none;
padding-left: 4px;
padding-bottom: 1em;
}


/*Define Level 2 List Styles: */

ul.level2
{
list-style-type: none;
padding: 12px;
margin: 0px 24px -24px 24px;
/*NOTE: Negative margin compensates for spacing after the first level bullet point above it.*/
font-weight:normal;
}

li.level2
{
line-height:1.75em;
padding: 0px 0px 12px 12px; 
background-image: url(images/dingbat1.gif);
background-repeat: no-repeat;
background-position: 0px 0px; 
}


	
/*Define Default link Styles:*/

a:link {
	text-decoration: underline;
	font-weight: normal;
	color: #453f3b;
}

a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #453f3b;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #174eaf;
}

a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #453f3b;
}


/*Define Menu Styles:*/

a.menu:link, a.menu:visited {
float: none;
padding-left:10px;
display:block;
font-weight:normal;
color:#f5dac2;
background-color:#683031;
width:183px;
text-decoration:none;
margin-bottom: 0px;
margin-left: 0px;
font-size: 11px;
line-height:2.5em;
text-transform:uppercase;
}

a.menu:hover, a.menu:active {
color:#f5dac2;
background-color:#281617;
}


a.menu-current:link, a.menu-current:visited, a.menu-current:hover, a.menu-current:active {
float: none;
padding-left:10px;
display:block;
font-weigh	t:normal;
color:#f5dac2;
background-color:#281617;
width:183px;
text-decoration:none;
margin-bottom: 0px;
margin-left: 0px;
font-size: 11px;
line-height:2.5em;
text-transform:uppercase;
}




a.submenu:link, a.submenu:visited {
float: none;
padding-left:22px;
display:block;
font-weight:normal;
color:#111111;
background-image:url(images/nav-sub_field_0.jpg);
background-repeat:no-repeat;
width:180px;
text-decoration:none;
margin-bottom: 0px;
margin-left: 13px;
line-height:2.5em;
}

a.submenu:hover, a.submenu:active {
color:#333333;
background-image:url(images/nav-sub_field_1.jpg);
background-repeat:no-repeat;
text-decoration:underline;
}


/*Define Top of Page link Styles:*/


p.top {
   margin-bottom:15px;
   margin-top:0px;
   margin-left:24px;
   margin-right:24px;
   }
   
a.top:link {
	text-decoration: none;
	font-weight: bold;
	font-size:.75em;
	text-transform:uppercase;
	color: #0253a5;
}

a.top:visited {
	text-decoration: none;
	font-weight: bold;
	font-size:.75em;
	text-transform:uppercase;
	color: #0253a5;
}

a.top:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size:.75em;
	text-transform:uppercase;
	color: #0253a5;
}

a.top:active {
	text-decoration: none;
	font-weight: bold;
	font-size:.75em;
	text-transform:uppercase;
	color: #0253a5;
}


	
/*Define Footer Type Styles*/

.footer-text {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #281617;
	font-size: 11px;
	line-height: 15px;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align:center;
	}
	
a.footer:link {
	text-decoration: none;
	color: #e4bfa2;
}

a.footer:visited {
	text-decoration: none;
	color: #e4bfa2;
}

a.footer:hover {
	text-decoration: underline;
	color: #e4bfa2;
}

a.footer:active {
	text-decoration: none;
	color: #e4bfa2;
}