/* CSS Document */
/*****************************Copyright 2008 TowerCom*/

*{
margin: 0px;
padding: 0px;
}

body{
background: url(../Images/Background.gif) top left repeat; 
}

#Container{
height: 572px;
width: 759px;
margin: 50px auto 0px auto;
}

#Banner{
height: 129px;
width: 759px;
background: url(../Images/Banner.jpg) top left no-repeat;
}

#NavContainer{
height: 25px;
width: 759px;
background: url(../Images/Nav_background.gif) top left repeat-y;
}

.Navigation{
Border-top: 1px solid #b40027;
Border-bottom: 1px solid #b40027;
width: 749px;
height: 23px;
margin-left:5px;
}

#ContentContainer{
min-height: 398px;
width: 759px;
padding: 0px;
margin: 0px;
}

.Navigation a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
color: #36333a;
}

.Navigation a:link, .Navigation a:visited{
color: #36333a;
text-decoration: none;
}

.Navigation a:hover, .Navigation a:active{
color: #36333a;
text-decoration: underline;
}

.leftBorder{
background: url(../Images/L_Contentborder.gif) #afafaf top left repeat-y;
width: 5px;
}

.rightBorder{
background: url(../Images/R_Contentborder.gif) #fff top right repeat-y;
width: 5px;
}

* html #MainContent{
height: 398px;
overflow: visible;
}

.L_ImageContainer{
height: 398px;
width: 138px;
background: url(../Images/left_image.jpg) #afafaf bottom left no-repeat; 
padding: 0px;
margin: 0px;
border: 0px;
}

.MainContent{
vertical-align: top;
background: url(../Images/Swoop.gif) #fff bottom right no-repeat;
padding: 0px;
margin: 0px;
}

/******************************************Content*/

p{
padding: 10px 20px 10px 30px;
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 24px;
}

.ContactUsTable{
margin: 10px 25px 10px 35px;
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
width: 470px;
}

h2{
font: Verdana, Arial, Helvetica, sans-serif;
margin-left: 35px;
margin-right: 25px;
padding-top: 10px;
color: #b40027;
border-bottom: 1px solid #9c9c9c;
font-size: 16px;
}

ul li{
list-style: disc;
margin-left: 55px;
margin-right: 25px;
}

a:link, a:visited{
color: #9c9c9c;
text-decoration:underline;
}

a:hover, a:active{
color: #b40027;
text-decoration: underline;
}

/*******************************************Titles*/

h1{

}

h1 span{
display: none;
}

.titleImage1{
background: url(../Images/Titles/Welcome_title.gif) top left no-repeat;
width: 611px;
height: 53px;
}

.titleImage3{
background: url(../Images/Titles/ContactUs_title.gif) top left no-repeat;
width: 611px;
height: 53px;
}

.titleImage2{
background: url(../Images/Titles/Services_title.gif) top left no-repeat;
width: 611px;
height: 53px;
}



/******************************************Footer*/
#FooterContainer{
height: 22px;
width: 759px;
background: url(../Images/Background_bottom.gif) top left no-repeat;
padding: 0px;
margin: 0px;
}

#FooterContainer p{
font: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #c0c0c0;
line-height: 10px;
}

#FooterContainer a{
color: #c0c0c0; 
}

#FooterContainer a:link, #FooterContainer a:visited{
text-decoration: none;
}

#FooterContainer a:hover, #FooterContainer a:active{
text-decoration: underline;
}
