/* CSS Document */
html { height: 100%; margin-bottom: 1px; }  /* Forces vert scrollbar on all pages*/

body 
{
	margin: 0 0 0 0;
	height: 100%;
	min-height: 100%;
	min-width: 960px;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	background: url(images/bg.gif) top left repeat;
	}

p form h1 h2 table
{
margin: 0;
padding: 0;
}

#container
{
margin-left: auto;
margin-right: auto;
width: 960px;
height: auto;
}

#topgrey
{
width: 960px;
height: 5px;
float: left;
background-color: #525252;
overflow: hidden;
}

#header
{
width: 960px;
height: 70px;
float: left;
background: url(images/header.jpg) top left no-repeat;
}

#homeimage
{
width: 960px;
height: 400px;
float: left;
overflow: hidden;
border-bottom: 1px solid #FFFFFF;
}

#homeimage h1
{
font-size: 18px;
margin: 5px 0 5px 0;
padding: 0;
color: #FFFFFF;
text-align: center;
}

#bottomcontent
{
width: 960px;
height: auto;
float: left;
background: url(images/botbg.jpg) top left repeat-x;
padding-bottom: 10px;
border-bottom: 1px solid #FFFFFF;
}


#topcontent
{
width: 958px;
height: 434px;
float: left;
border: 1px solid #333333;
background-color: #FFFFFF;
overflow: auto;
}

#topleft
{
width: 650px;
height: 400px;
float: left;
padding-top: 10px;
}

#topright
{
width: 290px;
height: 271px;
float: left;
padding-top: 10px;
overflow: hidden;
}
/* ------------ worksurfaces ----------- */

.doorbox
{
width: 100px;
height: 140px;
float: left;
padding: 0;
margin-bottom: 5px;
margin-right: 2px;
overflow: hidden;
}

.workbox
{
width: 50px;
height: 45px;
float: left;
margin: 3px;
padding: 0;
overflow: hidden;
}

.granitebox
{
width: 100px;
height: 100px;
float: left;
margin: 3px;
padding: 0;
overflow: hidden;
}



#maincontent
{
width: 750px;
height: auto;
float: left;
}

#maincontent h1
{
font-size: 14px;
margin: 5px 0 5px 0;
padding: 0;
color: #FFFFFF;
}

#maincontent h2
{
font-size: 12px;
margin: 5px 0 5px 0;
padding: 0;
color: #FFFFFF;
}

#maincontent p
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
color: #FFFFFF;
}

#maincontent p a
{
text-decoration: underline;
color:#FFFFFF;
}


#nav
{
width: 162px;
height: auto;
float: left;
padding: 10px 0 0 30px;
}

#nav p
{
margin: 0 0 3px 0;
padding: 0;
}

#nav p a
{
color: #FFFFFF;
text-decoration: none;
font-size: 11px;
}

#nav p a:hover
{
text-decoration: underline;
}

.subnav
{
margin: 0 0 0 20px;
padding: 0;
line-height: 14px;
}

/* ----------- FOOTER ------------- */

#footer
{
width: 930px;
height: 25px;
float: left;
padding-left: 30px;
background-color: #393939;
}

#footer p
{
margin: 0;
padding: 0;
font-size: 11px;
color: #FFFFFF;
line-height: 22px;
}

#footer p a
{
text-decoration: none;
color: #FFFFFF;
}

#footer p a:hover
{
text-decoration: underline;
}