* {
	margin: 0;
	padding: 0;
}

a {
	color: #06c;
}

body {
	background-color: #fff;
	color: #333;
}

body, input, li, ol, p, select, td, textarea, th, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

img {
	border: 0;
}

#banner {
    margin: auto;
    text-align: center;
}

/* @group headings */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 36px;
	line-height: 54px;
}

h2 {
	color: #06c;
	font-size: 27px;
	line-height: 27px;
	padding-bottom: 18px;
}

h3 {
	font-size: 18px;
	line-height: 36px;
}

h4, h5, h6 {
	font-size: 12px;
	line-height: 18px;
}

/* @end */

#page {
	margin: 0 auto;
	padding: 0 36px;
	width: 720px;
}

/* @group Header */

#header h1 {
	color: #333;
	line-height: 45px;
}

/* @end */

/* @group Navigation */

#navigation {
	float: right;
	min-height: 243px;
	height: auto !important;
	padding: 9px 9px 9px 18px;
	width: 126px;
}

#navigation ul {
	padding: 0 9px;
}

/*
#navigation ul li {
	line-height: 27px;
	list-style: none;
	padding-left: 9px;
}

#navigation ul li a {
	display: block;
	margin: 0;
	text-decoration: none;
}

#navigation ul li a:hover {
	text-decoration: underline;
}
*/

#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#nav a {
    display: block;
    width: 9em;
    text-decoration: none;
}

#nav a:hover {
    text-decoration: underline;
}

#nav li {
    float: left;
    width: 9em;
}

#nav li ul {
    position: absolute;
    width: 9em;
    left: -999em;
}

#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
}

/* @end */

/* @group Content */

#content {
	min-height: 396px;
	height: auto !important;
	padding: 9px 0 9px 18px;
	width: 540px;
}

#content img {
	margin-bottom: 4px;
}

#content li {
	margin-left: 30px;
}

#content ul>li {
	list-style: square;
}

#content p, #content ol, #content ul {
	margin-bottom: 9px;
}

#content #paging {
	clear: both;
	padding-top: 20px;
	text-align: right;
}

#content #paging form {
	background-color: #fff;
	display: inline;
	padding: 10px;
}

#content #paging select, #content #paging img {
	display: inline;
	margin: 0 2px;
	vertical-align: middle;
}

#content #news {
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
	margin: 0 0 18px 0;
	padding: 1px 10px;
}

#content div.article {
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

#content div.article p.more {
	margin-top: 10px;
}

#content div.preview {
	float: right;
	margin: 0 0 10px 10px;
}

#content div.preview img, #content #gallery img {
	background-color: #fff;
	border: 1px solid #ccc;
	display: inline;
	padding: 2px;
}

#content div.trustee {
	background-image: url('../jpg/trustee.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	height: 108px;
	width: 50%;
}

#content div.trustee p {
	margin-left: 90px;
}

#content table.data {
	border-collapse: collapse;
	width: 100%;
}

#content table.data td, #content table.data th {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}

#content table.data, #content table.data th {
	border-bottom: 1px solid #e5e5e5;
}

#content table.data .center {
	text-align: center;
}

#content table.data tr.even td {
	background-color: #f2f2f2;
}

#content table.data .button {
	padding: 0;
	white-space: nowrap;
}

#content table.data td.file {
	background: url('../gif/file-generic.gif') no-repeat 25px 4px;
	padding-left: 46px;
}

#content table.data td.file-doc {
	background-image: url('../gif/file-doc.gif');
}

#content table.data td.file-gif, #content table.data td.file-jpg, #content table.data td.file-jpeg, #content table.data td.file-png {
	background-image: url('../gif/file-image.gif');
}

#content table.data td.file-pdf {
	background-image: url('../gif/file-pdf.gif');
}

#content table.data td.file-ppt {
	background-image: url('../gif/file-ppt.gif');
}

#content table.data td.file-xls {
	background-image: url('../gif/file-xls.gif');
}

#content div.folder, #content table.data td.folder-admin {
	padding-left: 26px;
}

#content div.folder {
	background: url('../gif/folder-normal.gif') no-repeat;
}

#content div.folder .title {
    font-size: 9pt;
    font-weight: bolder;
}

/* @end */

/* @group Footer */

#footer {
  border-top: 1px solid;
  position: relative;
  font-size: 9px;
  color: #666;
  clear: both;
  padding-right: 0 !important;
}

#footer .text {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  padding-top: 5px;
}

#footer .powered_by {
  text-align: right;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  padding-top: 5px;
}

#footer .powered_by img {
  vertical-align: top;
}

/* @end */

/* @group Widths */

.width-35 {
	width: 35px;
}

.width-40 {
	width: 40px;
}

.width-45 {
	width: 45px;
}

.width-50 {
	width: 50px;
}

.width-55 {
	width: 55px;
}

.width-60 {
	width: 60px;
}

.width-65 {
	width: 65px;
}

.width-70 {
	width: 70px;
}

.width-75 {
	width: 75px;
}

.width-80 {
	width: 80px;
}

.width-85 {
	width: 85px;
}

.width-90 {
	width: 90px;
}

.width-95 {
	width: 95px;
}

.width-100 {
	width: 100px;
}

.width-105 {
	width: 105px;
}

.width-110 {
	width: 110px;
}

.width-115 {
	width: 115px;
}

/* @end */

/* @group Buttons */

.button a {
	background: transparent no-repeat 5px center;
	color: #333;
	display: block;
	font-weight: normal;
	height: 18px;
	line-height: 18px;
	padding: 3px 5px 3px 26px;
	text-decoration: none;
}

.button a:hover {
	background-color: #f2f2f2;
}

tr.even .button a:hover {
	background-color: #e5e5e5;
}

.button a.view {
	background-image: url('../gif/icon-view.gif');
}

/* @end */

#adbanner {
	z-index: -1;
}

.overlay {
  display: none;
  z-index: 10000;
  border: 1px solid #666;
  -moz-box-shadow:0 0 90px 5px #000; 
  -webkit-box-shadow: 0 0 90px #000;     
}

.overlay > img {
  max-height: 400px;
	margin-bottom: 0 !important;
}

/* close button positioned on upper right corner */ 
.overlay .close { 
  background-image:url(../png/close.png); 
  position:absolute; 
  right:-15px; 
  top:-15px; 
  cursor:pointer; 
  height:35px; 
  width:35px; 
}
