body{
font-family:Arial, Verdana, Helvetica, sans-serif; 
padding:20px 0px 0px 0px;
margin: 0px;
}
/*layout structure*/
#container{
border: 1px solid #cccccc; 
width:780px; 
height:480px; 
margin:auto;
padding:0px;
}

#innerContainer{
margin:20px 55px 0px 55px; 
}

#headerHome{
width: 670px;
height:92px;
}

p {
padding:0px;
margin:0px;
}

img {
border:0px;
}

#logo {
float:left;
height:72px;
}

#contentTextHome {
padding: 0px 20px;
width:370px;
height:72px;
float:right;
border-right-style:solid;
border-right-width:1px;
border-right-color:#cccccc;
border-left-style:solid;
border-left-width:1px;
border-left-color:#cccccc;
text-align:justify;
font-size:12px;
}

#imageHome {
clear: both;
}

#footer{
position: absolute;
top: 450px;
width: 670px;
clear: both;
}

#navigationHome {
margin: 20px 0px 20px 0px; 
text-align:left;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

#navigationHomeBottom {
text-align:right;
font-size:10px;
font-weight:bold;
text-decoration:none;
}

#copyrightInfo{
float: left;
font-size:10px;
}

/* Menu Styling */

a.navLink:link {
	color: #ffffff;
}

a.navLink:hover {
	color: #ffffff;
	text-decoration:underline;
}

a.navLink:visited {
	color: #ffffff;
}

a.navLink:active {
	color: #ffffff;
	text-decoration:none;
}

a:link {
	color:#155902;
}
a:visited {
	color:#155902;
}
a:hover {
	text-decoration:underline;
	color:#710202;
}
a:active {
	color:#155902;
}


.navLink {
color:#ffffff;
text-decoration:none;
font-size:11px;
font-weight:bold;
padding: 5px 10px;
margin: 2px 2px;
}

#whoWeAre {
background: #736c03;
}

#products {
background: #710202;
}

#services {
background: #030e78;
}

#contactUs {
background: #126c69;
}

ul#navList {
margin:0px;
padding:0px;
white-space: nowrap;
}

ul#navListBottom {
margin:0px;
padding:0px;
white-space: nowrap;
}

#navListBottom li{
display:inline;
list-style-type:none;
}

#navList li{
display:inline;
list-style-type:none;
}

ul.productList {
margin:0px;
padding:0px;
white-space: nowrap;
}

.productList li{
list-style-type:none;
padding-left: 40px;
}

.navLinkBottom {
color:#000000;
font-size:10px;
font-weight:bold;
}

h1 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:20px;
font-weight:bold;
padding:0px 0px 15px 0px;
margin:0px;
}

h2 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
padding:0px 0px 10px 0px;
margin:0px;
}

#sideImage{
width:138px;
float:left;
margin:0px;
padding:0px 20px 0px 0px;
}


th {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-weight: bold;
}

td {
font-family: Arial, Verdana, Helvetica, sans-serif;
}

#content{
font-size: 12px;
width: 470px;
float:right;
margin:0px;
padding:20px 20px 0px 20px;
}


