/* CSS Document */
body {
background:#000000;
font-family: Garamond, Arial;
font-size:1.2em;
}
#wrapper{
width:800px;
padding:0px;
margin:0px;
text-align:center;
background:url(images/westernCanwellbck.jpg);
background-repeat:repeat-y;
overflow:hidden;
clear:both;
}
#outer{
margin:0px auto;
text-align:center;
width:800px;
border:2px solid #666666;
overflow:hidden;
clear:both;
}
.recent-projects ul
{
list-style-type:none;
}
.recent-projects h2
{
color:#003366;
text-decoration:underline;
}
#nav-bar{
width:180px;
padding:10px;
background:none;
float:left;
text-align:left;
}
#nav-bar ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#nav-bar ul li{
font-size:18px;
padding-bottom:10px;
}
#nav-bar a{
display:block;
text-decoration:none;
color: #0000CC;
}
#nav-bar a:hover{
background: #0000CC;
color:#CCCCCC;
}
#banner{
margin-bottom:15px;
width:800px;
height:160px;
background:url(images/header.jpg);
}
#content{
padding:0px 40px 0px 5px;
margin:0px;
width:540px;
background:none;
float:right;
text-align:left;
}
#content h1{
color:#003366;
}
#catalog
{
list-style-type:none;
color:blue;
}
#content hr{
margin: 0px auto;
text-align:center;
width: 400px;
color:blue;
height:10px;
}
#title{
text-decoration:underline;
}
#content h2{
color:#003366;
font-size:1.3em;
}
#indexbanner{
margin:5px auto;
background:url(images/homePage.jpg);
width:500px;
height:124px;
}
#gravitybanner{
margin:5px auto;
background:url(images/gravVentSystems.jpg);
width:500px;
height:124px;
}
#heatbanner{
margin:5px auto;
background:url(images/heatAndSmokeVent.jpg);
width:500px;
height:114px;
}

#recent-gravitybanner{
margin:5px auto;
background:url(images/recentGVProjects.jpg);
width:500px;
height:124px;
}
#recent-heatbanner{
margin:5px auto;
background:url(images/recentHSVprojects.jpg);
width:500px;
height:124px;
}
.b{
font-weight:bold;
}
#footer a, #footer a:visited, #footer a:hover{
color: white;
}
#footer{

font-size:18px;
color:#FFFFFF;
width:800px;
margin:0px 0px 0px 0px;
padding:10px 0px 10px 0px;
background:#003366;
font-family: Garamond, Arial;
text-align:center;
}