@charset "utf-8";
/* CSS Document */

html {
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    padding: 5px; 
    overflow-y: scroll;
    overflow-x: hidden;
	
	/* FOR IE */
	scrollbar-arrow-color: #cccccc;
	scrollbar-track-color: #cccccc;
	scrollbar-face-color: #ff0000;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-shadow-color: #ff0000;
	scrollbar-darkshadow-color: #ff0000;
}

a {
	outline: none;
	color: #ff0000;
}
		
.redlines {
	background-image:url(../images/1x1-red.jpg);
}

.redlines130 {
	background-image:url(../images/1x130-red.jpg);
}

.redlines50 {
	background-image:url(../images/700x1-red50.jpg);
}

/* NEWS ********************************************************************** */

.header-news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	text-align: right;
}

.header-news-text a {
	text-decoration: none;
	color: #000000;
}

.header-news-text a:hover {
	text-decoration: underline;
}

/* NAV BAR ********************************************************************** */

.navitem {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/navback.jpg);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	height: 16px;
	width: 128px;
}

.navitem:hover {
	cursor: pointer;
}

/* SIDEBAR ********************************************************************** */

.sidebartable img {
	display: none;
}

.sidebartable td {
	height: 23px;
	text-align: left;
	font-size: 9pt;
}

.sidebartable td:hover {
	font-weight: bold;
	cursor: pointer;

}

.sidebarheader {
	font-weight: bold;
	color: #ef3526;
}

/* SIDEBAR (News & Events only) *********************** */

.sidebartable-ne img {
	display: none;
}

.sidebartable-ne td {
	height: 23px;
	text-align: left;
	font-size: 0.87em;
}

.sidebartable-ne td:hover {
	font-weight: bold;
	cursor: pointer;

}

/* MAIN BODY ********************************************************************** */

.maintable {
	height: 390px;
}

.mainbody-home {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
}

.mainbody-home p {
	margin-top: -3px;
}

.mainbody {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9pt;
}

.mainbody p {
	margin-top: -3px;
}

.mainbody ul {
	margin-top: -17px;
	margin-left: 0px;
	padding: 16px;
}

.title {
	font-weight: bold;
	color: #ef3526;
}



/* SCROLLBAR CUSTOMIZATION (Chrome) ************************************** */

::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,0,0,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(255,0,0,0.4); 
	
}



/* PORTFOLIO ******************* */

.thumbnailtable img {
	border: 0;
	margin-left: 7px;
}

.webtable {
	font-size: 7.8pt;
}

.webtable a {
	text-decoration: none;
	color: #000000;
}

.webtable a:hover {
	text-decoration: none;
	color: #FF0000;
}

.webtable td {
	height: 15px;
	align: right;
}


/* FOOTER ********************************************************************** */

.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000000;
}

.footertext a {
	text-decoration: none;
	color: #000000;
}

.footertext a:hover {
	text-decoration: underline;
}



