﻿
/* -----------------PAGE DEFAULTS------------------------ */
* {
	margin: 0px;
	padding: 0px;
}

.linkButton
{
    
}

.clickedLinkButton
{
    color: maroon;
    text-decoration: none;
}

body {
	height: 100%;
	background-color: #333333;
	color: #85859c;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	text-align: left;
	margin-top:5px;	
}

.hideme {position: absolute; left: -1000px;}
         

a {
	color: #85859c;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #69699c;
}
span {
	
}


img {
	border: none;
    padding: 5px 5px 5px 5px; /* do not increase this, lest you balls up lightbox. */
}

p {
	margin: 10px 0px 5px;
	text-align: justify;
	line-height: 18px;
}
.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

/* -------------------CONTAINER INFORMATION---------------------- */

#container 
{
    background: white;
    padding-bottom: 1px;
	margin: 0px auto;
	width: 996px;
	border-color: #9e9ec3;
	border-width: 0px 0px 0px;
	border-style: solid;
	overflow: hidden;
}


input {
	padding-left: 2px;
	background-color: white;
	color: #85859c;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
}

/* ---------------PAGE HEADER INFORMATION-------------------------- */

#page_header {
	width: 996px;
	height: 167px;
	color: #ffffff;
	background: url('../images/header_background2.gif') repeat-x 0px 0px;
	overflow: hidden;
}
#page_header a {
	color: #ffffff;
	text-decoration: none;
}
#page_header a:hover {
	color: #e1e1e1;
}

#telxl_logo {
	width: 996px;
	height: 166px;
	background: url('../images/stars2.jpg') no-repeat 0px -50px;
	clear: both; 
	float: left;
}

#telxl_logo li.company 
{
    padding: 85px 20px 20px 20px;
    font-size:34px;
	color:white;
	font-weight:bold;
	float: right;	
	list-style-type: none;
}

/* ---------------------Main Navigation Menu-------------------- */

#page_menu {
	margin-bottom: 1px;
	width: 996px;
	height: 21px;
}

#page_menu ul {
	width: 996px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
}

#page_menu li {
	margin-right: 1px;
	width: 145px;
	height: 21px;
	float: left;
	background: url('../images/menu_background.gif') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}
#page_menu li.last {
	margin-right: 0px;
	width: 120px;
}

#page_menu a {
	padding-top: 3px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#page_menu a:hover {
	color: #e1e1e1;
}

/* --------------------MAIN PAGE CONTENT--------------------- */


/* --------------------NEWS BOX--------------------- */
#news_item 
{
	margin: 20px auto 20px;
	padding: 5px 10px;
	width: 930px;
	text-align: justify;
	background-color: gray;
	color:White;
}
#news_item_header {
	margin-top: 5px;
	margin-left:10px;
	margin-bottom:10px;
	float: left;
	width: auto;	
}

#news_item_header h1 {
	color:yellow;
	font-size: 18px;
	font-weight: normal;
}

#news_item_header h2 {
	color:White;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
}

#news_item_text {
	float: left;
	clear: left;
	width: auto;
	font-style: italic;
}

/* --------------------MAIN PAGE CONTENT--------------------- */

.maintext_content 
{
	margin-bottom: 10px;
	margin-top: 5px;
	margin-left:20px;
	width: 924px;
	text-align: justify;
	font-size: 14px;
}
.maintext_content h1 
{
	color: black;
	font-size: 36px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
}

.maintext_content h3 
{
	color: maroon;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
}

/* ------------------MAIN PAGE CONTENT WITH LEFTHAND MENU--------------- */

.maintext_content_leftused 
{
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 14px;
	width: 680px;
	float: right;
	text-align: justify;
	border: 0px solid black;
}

.maintext_content_leftused h1
 {
	color: black;
	font-size: 32px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
}

.maintext_content_leftused h3 
{
	color: maroon;
	font-size: 16px;
	font-weight: bold;
	font-family: arial, tahoma, sans-serif;
}

.maintext_content_leftmenu 
{   
    padding-left: 20px;
    padding-right: 0px;
    width: 275px;
    font-size: 14px;
    border: 0px solid black;
}

.maintext_content_leftmenu p 
{
    color: Black;
    font-weight: bold;
}

.maintext_content_leftmenu a
{
    font-weight: normal;
}

/* --------------------PAGE FOOTER--------------------- */

#page_footer 
{
    margin: 0px auto;
  	width: 996px;
  	
	}
#notices 
{
    padding-top: 85px;
	float: right;
	width: 295px;
	height: 30px;
	color: #9595c2;
	text-align: right;
}
#notices a {
	color: #9595c2;
}
#footer_notices {
	float: left;
}
#footer_notices ul {
	width: 500px;
	list-style-type: none;
}
#footer_notices li {
	margin: 5px 6px 3px 3px;
	height: 60px;
	list-style-type: none;
	float: left;
}

#directory
{
   background-color:#333333;
   text-align: center;
   padding-top: 20px;
}