
div.body {
width:1000px;
height: 425px;
margin-left:auto;
margin-right:auto;
border:0px solid gray;
position: relative; top:-75px;
background-image: url('images/black-background.gif'); background-repeat: no-repeat;

}

div.equipment-body {
width:1000px;
height: 600px;
margin-left:auto;
margin-right:auto;
border:0px solid gray;
position: relative; top:-75px;
background-image: url('images/black-background-equipment.gif'); background-repeat: no-repeat;

}

div.header
{

background-image: url('images/background-topcloud.jpg'); background-repeat: no-repeat;
background-position: 50% 50px;
border:0px solid gray;

}



/*------ MAIN NAV STYLES -------*/
#navcontainer ul
{
border:0px solid gray;
padding-left: 0;
margin-left: 0;
width: 100%;
font-family: arial, helvetica, sans-serif;
text-transform: uppercase;
font-size: 1em; 
position: relative; top:-70px;	
}

#navcontainer ul li { display: inline;  }

#navcontainer ul li a
{
padding: 0.3em 1em;
color: #777;
text-decoration: none;
float: center;
font-weight: bold;
}

#navcontainer ul li a:hover
{
color: #48759e;
}

#current ul li {color: #98c0e6;}


/*------ LOWER NAV STYLES -------*/
#lowernavcontainer ul
{
border:0px solid gray;
padding-left: 0;
margin-left: 0;
width: 100%;
font-family: arial, helvetica, sans-serif;
text-transform: uppercase;
font-size: .8em; 
}

#lowernavcontainer ul li { display: inline;  }

#lowernavcontainer ul li a
{
padding: 0.3em 1em;
color: #777;
text-decoration: none;
float: center;
font-weight: bold;
}

#lowernavcontainer ul li a:hover
{
color: #48759e;
}

#current ul li {color: #98c0e6;}

div.small {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .6em;
	color: #48759e;
}

p {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.3em;
	color: #ccc;
}

b {

	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
}



/* THIS STYLE IS FOR TEXT LINKS */

a {
	font-weight: normal;
	text-decoration: none;
	color: #48759e;

}

a:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #48759e;

}


h1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;

}

h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #48759e;

}


div.list { 
		
		list-style: square inside; 
		font-family: arial, helvetica, sans-serif;
		font-weight: normal;
		font-size: .9em;
		color: #ccc;
		text-indent: 20px;
		line-height: 1.7em;
		
		}


div.footer
{
background-image: url('images/background-bottomcloud.jpg'); background-repeat: no-repeat;
background-position: 50%;
border:0px solid gray;
padding-bottom: 60px;
position: relative; top:-60px;

}



