html
{
width: 100%;
}

body 
{
text-align: center;
margin: 20px;
background-color: #000;
background-image: url('resource/backdrop.gif');
background-repeat: repeat-x;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h2
{
margin-top: 10px;
font-size: 10px;
}

h3
{
margin-top: 20px;
font-size: 10px;
margin-bottom: 2px;
}

h4 {
margin: 0;
}

p 
{
text-align: justify;
color: #333;
font-size: 80%;
line-height: 155%;
}

input.box
{
border: 1px solid #D2D2D2;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 105%;
padding: 3px;
color: #777;
}

textarea
{
border: 1px solid #D2D2D2;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 105%;
padding: 3px;
color: #777;
}

li
{
color: #333;
padding-left: 0;
margin: 0;
}

a:hover {
color: #09F;
}

#page
{
width: 770px;
background-color: #FFF;
height: auto;
text-align: left;
background-image: url('resource/buildings.gif');
background-repeat: no-repeat;
background-position: bottom left;
}

#pageHome
{
width: 770px;
background-color: #FFF;
height: auto;
text-align: left;
background-image: url('resource/buildings_home.gif');
background-repeat: no-repeat;
background-position: bottom right;
}

#header
{
background-color: #000; 
width: 100%; 
height: 200px; 
float: left;
}

#nav
{ 
background-image: url('resource/nav-backdrop.gif');
background-repeat: repeat-x;
width: 100%; 
height: 50px;
margin-bottom: 5px; 
float: left;
font-size: 90%;
color: #FFF;
text-align: left;
}

#nav ul 
{
margin: 0; 
padding: 0; 
list-style-type: none;
}

#nav ul li 
{
color: #777; 
display: inline; 
}

#nav ul li a 
{
color: #FFF;
text-decoration: none;
}

#nav ul li a:hover 
{
color: #FFF;
text-decoration: none;
}

#breadcrumb
{
width: 100%; 
float: left;
text-align: center;
margin-top: 10px;
padding-bottom: 18px;
border-bottom: 1px solid #CCCCCC;
}

#breadcrumb a
{
text-decoration: none;
}

#breadcrumb a:hover
{
text-decoration: underline;
}

#subnav
{
width: 170px; 
float: left; 
margin: 0;
padding-left: 12px;
}

#subnav ul {
padding-left: 0;
margin-left: 0;
font-size: 75%;
list-style-type: none;
line-height: 150%;
color: #222;
}

#subnav ul li a 
{
color: #777;
text-decoration: none;
}

#subnav ul li a:hover 
{
color: #000;
text-decoration: underline;
}

#contentHusk
{
width: 540px; 
float: left;
}

#content
{ 
background-color: #F6F6F6;
border: 1px solid #E6E6E6;
width: 100%;
float: left;
margin-top: 10px;
}

#contentArea
{
padding-left: 15px; 
padding-right: 15px; 
padding-bottom: 20px;
}

#content ul {
color: #777;
font-size: 80%;
line-height: 155%;
padding-left: 0px;
list-style: inside;
margin: 0;
}

#homeServices
{
width: 185px;  
float: left;
padding: 10px 6px 10px 10px; 
float: left; 
margin: 0;
}

#homeServices ul {
margin: 0;
padding-left: 0px;
color: #777;
font-size: 80%;
line-height: 155%;
list-style: outside;
list-style-type: none;
}

#homeContact
{
width: 185px; 
height: 159px;
padding: 15px 10px 0px 10px; 
float: left; 
margin-left: 30px; 
margin: 0px;
color: #777;
font-size: 80%;
line-height: 155%;
}

#contactForm
{
width: 40%;
float: left;
}

#contactForm p
{
line-height: 100%;
}

#breadcrumb 
{
width: 100%;
font-size: 60%;
color: #555;
}

#breadcrumb a 
{
color: #555;
text-decoration: none;
}

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

#footer
{
float: left;
width: 100%;
margin: 0;
font-size: 60%;
color: #555;
}

#footer ul 
{
margin: 0; 
padding: 0; 
list-style-type: none;
}

#footer ul li 
{
color: #555; 
display: inline; 
padding-right: 10px;
}

#footer ul li a 
{
color: #555;
text-decoration: none;
}

#footer ul li a:hover 
{
color: #000;
text-decoration: underline;
}
