/* CSS Document */
body{
margin: 0;
color: #FFF;
font-size: 11px;
font-family: Arial, Helvetica, "Trebuchet MS", "Tahoma", "Lucida Grande";
background: #00adef url(images/TMS_Gradient_TL.jpg) no-repeat top left;
}
h1 {
margin: 10px 0 0 0;
font-size: 24px;
color: #FFF;
font-weight: bold;
}
.sub {
font-size: 14px;
color: #FFF;
font-weight: bold;
}
.style1 {
font-size: 24px;
color: #FFF;
font-weight: bold;
}

.container {
/* border: 1px solid white;*/
margin: 25px 0 0 25px;
width: 650px;
position: relative;
}
.header {
/* border: 1px solid white;*/
background: url(images/tms.gif) no-repeat top left;
margin: 0;
width: 650px;
height: 75px;
}
.left {
margin: 0;
width: 400px;
height: 150px;
padding: 0;
}
.right {
margin: 0;
float: right;
width: 250px;
height: 150px;
padding: 0;
background: url(images/CellPhone.jpg) no-repeat top left;
}
.nav {
margin: 0px;
padding: 0;
}
.nav li {
list-style-type: none;
margin: 10px 0 10px 0;
padding: 0px;
/*background: #FF0000*/
}
.nav li a{
font-weight: normal;
color: #FFF;
text-decoration: none;
background-color: #00b6f1;
}
.nav li a:visited{
color: #FFF;
}
.nav li a:hover {
background-color: #2351a9;
text-decoration: underline;
}
.nav li a:active{
color: #FFF;
}
