body{margin:0px; background:url(/img/echols-bg.jpg); background-repeat: no-repeat; background-position: top center; background-color:#402612; font-family:verdana, arial, helvetica; font-size:11px; text-align:center;}

/* web bg color: #402612 */

.nav {width: 100%; background-image:url(/img/nav-bg.gif);}
table.nav {width: 883px; padding:0px; margin:0px;}
td.nav { vertical-align:middle; text-align: right; font:Verdana, Arial, Helvetica, sans-serif; size:14px; font-weight:bold; color: #9a8e7c; }
a.top:LINK, a.top:ACTIVE, a.top:VISITED {color: #8d8171; text-decoration:none;}
a.top:HOVER{color: #b0aaa3; text-decoration:none;}

/*HOMEPAGE TABLE */

table.home {padding-left: 11px; padding-right: 11px; padding-top: 11px; background-color:#FFFFFF;}

/*INTERNAL BODY TABLE */

table.body {width: 883px; text-align:left; background-image:url(/img/internal-body.jpg); font:Georgia, Times New Roman, Times, serif; size:11px; color:#333333; line-height:120%;}
td.body-l {width: 602px; padding-left: 30px; padding-right: 20px; text-align: left; vertical-align:top;}
td.body-r {width: 231px; vertical-align:top;}
table.photos {width: 883px; text-align:left; background-image:url(/img/photos-body.jpg); font:Georgia, Times New Roman, Times, serif; size:11px; color:#333333; line-height:120%;}

H1 {font-family:Times New Roman, Times, serif; font-size:26px; color:#6d2d02; line-height:110%;}
H2 {font-family:Times New Roman, Times, serif; font-size:20px; color:#666666;}
H3 {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:14px; color:#ff6110; font-weight:bold; margin-bottom:0px; padding-bottom:0px;}
H3.nav {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:14px; color:#ff6110; font-weight:bold; margin-left: 10px; margin-bottom:10px;}


/* FOOTER STYLES */

table.ftr {width: 883px; padding: 10px; text-align:left;}
td.ftr1 {width: 421px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:10px; color:#8d8171; vertical-align:top;}
td.ftrr {width: 462px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:10px; text-align:right; color:#8d8171;}
a.ftr:LINK, a.ftr:ACTIVE, a.ftr:VISITED {text-decoration:none; color:#8d8171;}
a.ftr:HOVER{text-decoration:none; color:#b0aaa3;}

/* COPYRIGHT STYLES */

#copyright {width:100%; background-color:#1a1a1a;}
table.copyright {width: 937px; padding: 10px; text-align:left;}
td.copy-l {padding-top: 5px; padding-bottom: 5px; margin:0px; font-family:Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#524f4e; font-size:9px;}
td.copy-r {width: 226px; padding-top: 5px; padding-bottom: 5px; margin:0px; font-family:Geneva, Verdana, Arial, Helvetica, sans-serif; font-size:11px; color:#524f4e; font-size:9px;}

/* CRUMBS NAVIGATION STYLES */

td.crumbs {padding-left: 20px; text-align:left;}
.crumbs{color:#666; font-size:10px;}
.crumbs a{text-decoration:none; color:#666; padding:0px 3px 0px 3px; text-transform:uppercase; }
.crumbs a:hover{text-decoration:none; color:#ff6110; text-transform: uppercase; }

/* DEFAULT HYPERLINK SYTLE */

a{color:#39596e; text-decoration:underline;}
a:hover{color:#333333; text-decoration:none;}

/* SIDENAV & SIDENAV LINKS*/

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

ul#sidelinks li 
{  
	margin-left:10px; 
	margin-right:20px;
	width:100%; 
	display:block;
}

ul#sidelinks li a 
{ 
	display:block; 
	padding-top:4px; 
	padding-bottom:4px; 
	padding-left: 3px; 
	padding-right:5px;
	border-bottom: 1px dotted #B7B7B7; 
	font-size:11px; 
	font-family: Verdana, Arial, San Serif; 
	width:95%; 
	text-decoration: none; 
	color:#3b3b3b; 
}
ul#sidelinks li a:hover 
{ 
	padding-top:4px; 
	padding-bottom:4px; 
	padding-left: 3px; 
	border-bottom: 1px solid #cfdce1; 
	font-size:11px; 
	font-family: Verdana, Arial, San Serif; 
	width:95%; 
	background-color:#ebe9dd; 
	color:#666666; 
	text-decoration: none; 
	font-weight:bold; 
}

/* OUTLINE COLOR FOR REQUIRED FIELDS */

.req
{
	color: #fc6633;
}

/* SYTLES FOR THE DROPDOWN MENUS */

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-10px;
	top:-10px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.DropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs 

can be positioned underneath it */
.DropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

.DropdownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.DropdownMenu .item {
    color:#FFFFFF;
    font-size:11px;
    font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the 

filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer 

gif inside this DIV is replaced by */
.DropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by 

script. In IE5/mac, it uses a PNG */
.DropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.DropdownMenu .item.hover {
	background:#6f6d66;
	color:#efefef;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space 

between the text and the dingbat */
.DropdownMenu .item img {
	margin-left:10px;
	}


