/* Z-Tech CSS Document */

/* General Page Tags */
body {
	background-image: url(../images/smslatetiles-gray-bg.jpg);
	background-repeat: repeat;
	font-family: Arial;
	font-size: 12px;
}

a {
	color: #993300;
	text-decoration: none;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

h1 {
	text-align: left;
	color: #000000;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
	font-style: bold;
	/*border-bottom: #000000 1px solid;*/
	font-family: Frutiger;
	margin-top: 25px;
}

h2 {
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}

p {
	padding-left: 10px;
	padding-right: 10px;
}

.robotic { 
	display: none;
}

.tableBorder {
	border: thin double #002b52;
	width: 800px;
}

.tdBGWhite {
	background-color: #eeece0;
	text-align: left;
}

.tableMain {
	border: thin double #002b52;
}

.h1Normal{
	color: #003366;
	background-image: url(../images/gray_gradiant.jpg);
}

.h1BlueBG {
	color: #000066;
	background-image: url(../images/gray_gradiant.jpg);
}

.h1GoldBG {
	color: #000099;
	background-image: url(../images/gray_gradiant.jpg);
}

.h1Gold2BG {
	color: #0000CC;
	background-image: url(../images/gray_gradiant.jpg);
}

.h1Gold3BG {
	color: #0000FF;
	background-image: url(../images/gray_gradiant.jpg);
}

.h1DarkBlueBG {
	color: #003399;
	background-image: url(../images/gray_gradiant.jpg);
}

.h1DarkBlue2BG {
	color: #0033CC;
	background-image: url(../images/gray_gradiant.jpg);
}

.h1DarkBlue3BG {
	color: #003366;
	background-image: url(../images/gray_gradiant.jpg);
}

.h1Quote {
	color: #002b52;
	font-size: 16px;
	font-style: normal;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom:#000000 1px solid;
}

.hLines {
	background-color: #002b52;
	height: 2px;
}

.hLinesBlank {
	height: 2px;
}

.boxBlue {
	background-color: #e1ddc4;
	border: 1px solid #000000;
	text-indent: 0px;
	background-position: center;
	margin: 0px;
	text-align: center;
}

.copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}



/* Navigation Menu */

/*Top level menu link items style*/
.menuTitle ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.menuTitle ul li{
	position: relative;
	display: inline;
	float: left;
}

.menuTitle ul li a{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #002b52;
	padding-right: 20px;
	padding-left: 20px;	
	border: thin solid #CCCCCC;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
.menuTitle ul li a:hover{
	color: #000000;
	font-weight: bold;
	background-color: #DAE6F3;
	padding-right: 20px;
	padding-left: 20px;
	border: thin solid #993300;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}	
	
.menuTitle .arrowdiv{
	position: absolute;
	background-image: url(../images/menuarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	right: 3px;
}

/*1st sub level menu*/
.menuTitle ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.menuTitle ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.menuTitle ul li ul li ul{
	left: 100px;
}

/* Sub level menu links style */
.menuTitle ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #cccccc;
}

.menuTitle ul li ul li a:hover{
display: block;
width: 160px; /*width of sub menu levels*/
color: #000000;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #993300;
}

* html .menuTitle ul li {
	float: left;
	height: 1%;
	margin-top: -2px; /* eliminate space between menu levels */
}
* html .menuTitle ul li a { height: 1%; }

.container{
	margin: 5 auto;
	text-align: center;
	/*border: 1px solid black;*/
}

                    
                    
                    
                    
