/*    Layout    */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	min-width: 750px;
	width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 750? '750px': 'auto');
}

blockquote {
	display: block;
	clear: both;
	padding: 10px 30px;
	font-style: italic;
	line-height: 18px;
}

.clear {
	clear: both;
}

#page {
	width: 770px;
	margin: auto;
	text-align: center;
	position: relative;
}

.top_head {
	padding: 0 25px 0 15px;
	height: 130px;
	text-align: left;
	position: relative;
	z-index:2;
}

.top_head h1 { 
	font-size: 24px;
	display: block;
	font-weight: normal;
	line-height: 23px;
	margin-bottom: 10px;
	padding-top: 20px;
}

.top_head span { 
	display: block;
	font-size: 14px;
	width: 100%;
	font-weight: bold;
}

#upmenu {
	list-style: none;
	display: block;
	float: right;
	position: absolute;
	top: 105px;
	width: 100%;
}

#upmenu li {
	display: inline;
	/*position: relative;*/
	float: left;
	font-size: 13px;
	margin-right: 10px;
	background-color: #ffffff;
	font-weight: bold;
	color: #666666;
}

#upmenu li.active {
	background-color: #f0f0f0;
}

#upmenu li .libefore {
	width: 9px;
	height: 25px;
}

#upmenu li .liafter {
	width: 9px;
	height: 25px;
}

#upmenu li .mnuitem {
	vertical-align: bottom;
	padding: 0 5px 3px 5px;
}

#upmenu li a {
	font-size: 13px;
	font-weight: bold;
}

/* EXPANDING MENU */

.submenu {
	width: 160px;
	margin: auto;
	left: -999em;
	display: none;
	z-index: 100;
	border: 1px solid #666666;
	border-top: none;
	position: absolute;
	background: #ffffff;
	padding: 10px 0;
	text-align: center;
}

.submenu li {
	display: block;
	width: 152px;
	margin: 2px 4px;
	padding: 0;
	text-align: left;
	text-indent: 0;
	font-weight: normal;
	font-size: 0.87em;
}

#upmenu .submenu li a {
	margin: 4px 8px;
	display: block;
	width: 100%;
	text-indent: 0;
	padding: 0;
	font-weight: normal;
}

#upmenu li.expanding:hover {
	border: 1px solid transparent;
	border-bottom: none;
}

#upmenu li.expanding:hover .mnuitem {
	padding: 0 4px 4px 4px;
}

#upmenu li.sfhover .mnuitem {
	padding: 0 4px 4px 4px;
}

#upmenu li.expanding:hover ul {
	left: auto;
	left: -1px;
	display: block;
}


#upmenu li.expanding:hover ul li {
	border: none;
}

#upmenu li.sfhover {
	border: 1px solid transparent;
	border-bottom: none;
}

#upmenu li.sfhover li {
	border: none;
}

#upmenu li.sfhover ul.submenu {
	left: auto;
	left: -1px;
	display: block;
}


/* //EXPANDING MENU */

#content {
	width: 770px;
	margin: auto;
	text-align: left;
	padding-top: 40px;
}

#mainarea {
	width: 525px;
	float: left;
	padding: 20px 5% 0 2%;
	overflow: hidden;
	z-index:1;
}

#mainarea span.date {
	margin-bottom: 15px;
}

#mainarea .box {
	display: block;
	margin-bottom: 25px;
}

#mainarea .box hr {
	width: 100%;
	clear:both;
}

#mainarea p {
	margin-bottom: 15px;
}

#mainarea ul, #mainarea ol {
	padding-left: 20px;
	margin:10px 10px 10px 20px;
}

#mainarea ul {
	list-style: circle;
}

#mainarea .box img {
	float: left;
	margin: 0 20px 15px 0;
}

#mainarea h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

#mainarea h2 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom:15px;
}

#menubox {
	width: 148px;
	float: right;
	padding: 15px;
	margin-top: 20px;
	font-size: 11px;
}

#menubox .box {
	margin-bottom: 40px;
}

#menubox h3 {
	display: block;
	width: 100%;
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}

#menubox ul li {
	margin-bottom: 5px;
}

#menubox ul li ul {
	padding-left: 10px;
}

#menubox ul {
	list-style: none;
}

#menubox p {
	margin-bottom: 10px;
}

#executives img {
	float:left;
	margin: 5px 5px 5px 0;
}

#basement {
	width: 100%;
	clear: both;
	padding: 40px 20px 20px 20px;
	*padding: 20px 20px 20px 20px;
}

#copyright {
	float: left;
	width: 60%;
}

#analytics {
	float:right;
	width:222px;
	text-align: right;
	padding-top:10px;
}

#analytics a {
	background-image:url('/images/org/analytics_icon.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 23px;
}

/*    Colors    */
a {
	color: #144391;
}

#body {
	background-repeat: repeat-x;
	background-image: url('/images/org/headerbg_style6_1.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
}

.top_head h1 {
	color: #666666;
}

.top_head span {
	color: #999999;
}

.top_head {
	background-color: #ffffff;
}

#basement {
	background-color: #ffffff;
}

#menubox {
	background-color: #ffffff;
	background-image: url('/images/org/menubg_st6.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

body {
	background-color: #f0f0f0;
	background-image: url('/images/org/bodybg_style6.jpg');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#limiter {
	display: block;
	clear: both;
	width: 750px;
}
table.bordered { border-collapse: collapse; }
table.bordered tr td { padding: 3px; border: 1px solid #444444;  }
#mainarea .box td img, #mainarea .box img.xwfileicon  {float:none;margin:0px;padding:0px;border-width:0px;}

