/* reset defaults */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* global settings for website */
html
{
	font-family: arial, helvetica, sans-serif;
	font-size: 62.5%;
}

a
{
	text-decoration: none;
}

h1
{
	color: #978981;
	font-size: 1.7em;
	margin: .67em 0;
}

p
{
	font-size: 1.3em;
	margin: .5em 0 1em 0;
	text-align: justify;
}

#contactInfo
{
	color: #0079c1;
	font-size: 1.3em;
	font-weight: bold;
	margin-left: 20px;
	margin-top: -43px;
}

#contactInfo a
{
	color: #0079c1;
}

#copyright
{
	font-size: 1.1em;
}

#copyright span
{
	border-left: solid 1px #0079c1;
	margin-left: .5em;
	padding-left: .8em;
}

#displayArea
{
	margin: 0 auto;
	position: relative;
	width: 900px;
}

#logo
{
	border-width: 0;
}

#main
{
	clear: left;
	margin-left: 180px;
	width: 665px;
}

/***** Top *****/
#top img
{
	float: left;
}

#menuBar
{
	float: left;
	margin-left: 75px;
	margin-top: 104px;
}

/* The following is modified from Son of Suckerfish Dropdowns with Keyboard Access */
#menu
{
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.75em;
}


#menu, #menu ul				/* all lists */
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu a,
#menu li span.menuItem
{
	color: #978981;
}

#menu li				/* all list items */
{
	display: block;
	float: left;
	width: 95px;			/* width needed or else Opera goes nuts */
}


#menu li ul				/* second-level lists */
{
	margin-left: -1000em;		/* using left instead of display to hide menus because display: none isn't read by screen readers */
	position: absolute;
	width: 10em;
}

#menu li:hover ul, #menu li.sfhover ul	/* lists nested under hovered list items */
{
	margin-left: 0;
}

#menu a.menuItem:hover,			/* underline top level menu */
#menu li.sfhover a.menuItem,		   /* IE - keyboard mode */
#menu a.menuItem:focus,			   /* others - keyboard mode */
#menu li span.menuItem,
#menu a.current,
#menu li:hover a.dropDownMenu,		/* maintain top level menu underline when on drop down */
#menu li.sfhover a.dropDownMenu
{
	background: url('../images/MenuUnderline.png') no-repeat bottom right;
	padding-bottom: 6px;
}

#menu li ul li a:hover
{
	color: #0079c1;
}

/* extra positioning rules for limited noscript keyboard accessibility */
#menu li li a:focus
{
	margin-left: 1000em;
	width: 10em;
	color: #0079c1;
}

#menu li.sfhover a.sffocus		/* safari - keyboard mode */
{
	margin-left: 0;
}
