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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 1.6;
}


/* --------------------------------------------
	H*
-------------------------------------------- */

h1, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	text-decoration: none !important;
	margin: 0.25ex 0;
	padding: 0.25ex 0;
}
h1 {
	font-size: 1em;
	display: none;
	text-indent: -999px;
}
.homepage #header h2 {
	margin: 40px !important;
	padding: 0 !important;
	font-size: 50px;
	font-weight: bold;
}
#header h2 {
	margin: 40px !important;
	padding: 0 !important;
	font-size: 42px;
	font-weight: bold;
}
h3 {
	font-size: 17px;
/*	letter-spacing: -0.25pt;*/
	clear: both;
	padding: 5px 0;
}

/* --------------------------------------------
	GENERAL LINKS
-------------------------------------------- */

a, a:hover {
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
:focus {
	-moz-outline-style: none;
}
#header, #header a {
	text-decoration: none;
}

/* --------------------------------------------
	SMALL TEXT
-------------------------------------------- */

.topnav, #menu, #subheader, .item_meta div, #footer, .item_description,  #bottomnav, h4, .item_title, #pane_element, #bottom_contact, .lucida {
	font-family: "Lucida Grande", Lucida, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.lucida ul {
	list-style: none;
	padding: 0;
}
.lucida li {
	list-style: none;
	margin: 0 0 8px 0;
	line-height: 1.2;
}



/* --------------------------------------------
	FOOTER
-------------------------------------------- */

#footer ul {
	list-style: none;
	padding: 0;
}


#footer .columns1 a{
	display: block;
	background: url(images/bg_dark_90_sm.png) no-repeat top left;
	text-indent: -1000px;
	overflow:hidden;
	height: 30px;
	width: 69px;
	margin-top: 4px;
	opacity:1;
}
#footer .columns1 a:hover{
	filter: alpha(opacity=70); /* MSIE/PC */
	 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	opacity: .7;

}


/* -------------------- MISC ------------------------ */

img {
	border: 0;
}
sup {
	font-size: 0.8em;
}
.ninety {
	font-size: 0.8em;
}
.large {
	font-size: 14pt;
	line-height: 21pt;
}
 .text {
	font-size: 12pt;
	line-height: 18pt;
}

.white {
	background: #fff;
}
.opaque {
	background-color:#E9E9EA;
}
.prevnext {
	clear: both;
	vertical-align: middle;
	padding: 0;
}


/* 2009 07 03 DJG OSWEB3.5 */
