/* CSS Document */
body {
	background:url(../images/background2.jpg) no-repeat;
	background-position:bottom;
	background-attachment: fixed;
	background-color: #404040;
	margin: 0;
}

#container {
width:910px;
height: auto;
padding-top: 0px;
margin: 0 auto auto auto;
background: url(../Images/containerBG.png) repeat-y;
}

div {
margin:0;
padding: 0;
border:0px solid #F00;
}

/* Masthead and descendants */
#masthead {
height:175px;
width: 882px;
background:url(../images/logoWithBars2.jpg) no-repeat;
margin-left: auto;
margin-right: auto;
margin-right: auto;
}

#mainMenu{
padding-top: 57px;
}

#masthead ul {
list-style:none;
margin-top: 0px;
margin-left: 250px;
padding:0;
}
#masthead li {
display:inline;
background-image: url(../images/divider.jpg);
background-repeat: no-repeat;
background-position: right;
padding-right: 10px;
padding-left: 10px;
}
#masthead li a:link, #masthead li a:visited {
text-decoration: none;
font-size: 18px;
font-weight:bold;
color: #c2d6e2;
}
#masthead li a:hover {
color: #295f8b;
text-decoration: overline;
}

#masthead li a:active {
text-decoration: line-through;
}

#topHead {
height: 50px;
width: 910px;
background: url(../Images/TopBG.png) no-repeat;
padding-top: 0;
}

#HomeheadingDiv{
	width: 600px;
	height: 105px;
	padding-top: -200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../Images/welcome.jpg) no-repeat;
	}
	
#AboutUsheadingDiv{
	width: 600px;
	height: 105px;
	padding-top: -200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../Images/aboutus.jpg) no-repeat;
	}
	
#PortfolioheadingDiv{
	width: 600px;
	height: 105px;
	padding-top: -200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../Images/portfolio.jpg) no-repeat;
	}
#ServicesheadingDiv{
	width: 600px;
	height: 105px;
	padding-top: -200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../Images/services.jpg) no-repeat;
	}
	
#testimonialsheadingDiv{
	width: 600px;
	height: 105px;
	padding-top: -200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../Images/testimonials.jpg) no-repeat;
	}
#contactusheadingDiv{
	width: 600px;
	height: 105px;
	padding-top: -200px;
	margin-left: auto;
	margin-right: auto;
	background: url(../Images/contactus.jpg) no-repeat;
	}
	

#main{
	width:610px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
	font-size: 18px;
	color: #CCCCCC;
	background-image:url(../images/maininfoback.jpg);
	background-repeat:repeat-y;
	background-position:left top;	
}

#main p {
	font-size: 18px;
	padding-left: 10px;
		}
	

#main-midd{
	width:610px;
	background-image:url(../images/maininfo.jpg);
	background-repeat:no-repeat;
}

#main-btm{
	width:610px;
	height:28px;
	background-image:url(../images/maininfobottom.jpg);
	background-repeat:no-repeat;
	}
		
#footer {
width: 910px;
height:92px;
background:url(../images/bottombg.png) right top no-repeat;
text-decoration: none;
}

#footer img {
float:right;
margin-right:20px;
text-decoration: none;
}

/* Container - needed only for faux background */

h1{
	padding-left: 10px;
	font-size:18px;
	text-decoration: underline;
	}
	
h2 {
	color: #3a3a3a;
	font-size:18px;
	font-weight: bold;
	padding-left: 10px;
	}
	

