body{
	background-color:#e1e1e1;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
  	background-position: top center;
	margin:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#4c4c4c;
	font-size:12px;
	line-height:17px;
}

a{color:#175d2f; text-decoration:underline;}
a:visited{color: #175d2f; text-decoration:underline;}
a:hover{color: #175d2f; text-decoration:underline;}

h3{
	font-weight:bold;
	font-size:13px;
	margin:0;
	padding:18px 0 3px 0;
}

ul{
	margin:0;
	margin-left: 1.5em;
	padding-left: 0px;
	}


#mainContainer{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/container_bg.jpg);
	background-repeat:repeat-y;
	padding:0px;
}
.portfolio-div{
	display:none;
}

#header{
	width:820px;
	height:72px;
	margin:0;
	padding:0;
	background-color:#FFF;
}

#logoArea{
	float:left;	
	margin-top:19px;
	margin-right:50px;
}

#nav{
	float:left;
	margin:33px 0 0 0;
	padding:0;
}

.navItem{
	float:left;
	padding:0;
	margin:0;
}

.navItemActive{
	float:left;
	padding:0;
	margin:0;
}

#readMoreBtn{
	background:url(images/readMoreBtn_off.png);
	background-repeat:no-repeat;
	width:96px;
	height:30px;
	float:right;
	margin-top:257px;
	margin-right:30px;
}

#readMoreBtn:hover{
	background:url(images/readMoreBtn_on.png);
	background-repeat:no-repeat;
	width:96px;
	height:30px;
	float:right;
	margin-top:257px;
	margin-right:30px;
}

#flashArea{
	background-image:url(images/mast_home2.jpg);
	background-repeat:no-repeat;
	width:820px;
	height:312px;
	position:relative;
	border-top:#fdb813 6px solid;
	border-bottom:#fdb813 6px solid;
}

#flashArea p{
	margin-top:240px;
	margin-left:30px;
	width:600px;
	color:white;
	font-size:15px;
	float:left;
	line-height:20px;
}

#mainContent{
	padding:20px;
}


#footer{
	width:820px;
	height:44px;
	padding-top:25px;
	color:#b50938;
	font-size:10px;
	background:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
}

.footerSection{
	float:left;
	margin-right:20px;
}

#footerLeft{
	float:left;
}

#footerRight{
	float:right;
}

#footer a{color:#b50938; text-decoration:none;}
#footer a:visited{color: #b50938; text-decoration:none;}
#footer a:hover{color: #b50938; text-decoration:underline;}

