
/* Document */

body
{
	font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana,sans-serif;
}
div.content
{
	font-family: Geneva,Arial,Helvetica,sans-serif;
}
div.content-main
{
	font-family: Geneva,Arial,Helvetica,sans-serif;
}

div.footer p
{
	font-size: 1.1em;
	color: #FFFFFF;
}
div.footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
div.footer a:hover
{
	text-decoration: underline;
}

h1
{
	color:#000000;
	margin-bottom: 1.6em;
	font-size: 1.6em;
	font-weight: bold;
	text-transform: uppercase;
}
h2
{
	font-size: 1.3em;
	font-weight: lighter;
	text-transform: uppercase;
	margin-bottom: 1.4em;
}
h2.site
{
	margin-bottom: 0em;
}
h3
{
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 1.4em;
}
h3.pageheader
{
	color:#FFFFFF;
	border-bottom: none;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight:lighter;
	display: inline-block;
	padding: 4px;
	width: auto;
}

h4
{
	color:#FFFFFF;
	border-bottom: none;
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-weight:lighter;
	padding: 4px 4px 4px 6px;

}
h5
{
	font-size: 1.3em;
	color:#000000;
	font-weight: bold;
	font-style: normal;
}

p
{
	font-size: 1.3em;
	margin-bottom: 25px;
	line-height:1.45em;
}
hr
{
	margin-bottom: 25px;
}

a
{
	text-decoration: underline;
}
a:link
{
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
a:visited
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
}


/* List Styles */

ul
{
    list-style: disc;
}

ul ul
{
    list-style: circle;
}

ul ul ul
{
    list-style: square;
}
ul#menu_main li
{
	font-size: 1.1em;
	font-weight: normal;
}
ul#menu_main a
{
	text-decoration: none;
}
ul#menu_main a:hover
{
	text-decoration: underline;
}
ul#menu_masthead li
{
	font-size: 1.0em;
}
ul#menu_masthead a
{
	text-decoration: none;
}
ul#menu_masthead a:hover
{
	text-decoration: underline;
}

ul#menu_side
{
	list-style-image: url(/images/global/bullet.gif);
}
ul#menu_side ul
{
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0em;
	margin-top: 0em;
}
ul#menu_side li
{
	font-size: 1.2em;
	font-weight: bold;
}
ul#menu_side li li
{
	font-size: 1em;
}
ul#menu_side a
{
	text-decoration: none;
}
ul#menu_side a:hover
{
	text-decoration: underline;
}

/* Contact Us VCard Formatting */

div.vcard p
{
	margin-bottom: 0px;
}
div.vcard p.fn
{
	font-weight: bold;
	margin-top: 25px;
}
div.vcard p.org
{
	font-weight: bold;
}
	
