body {
	margin-left: 00px;
	margin-top: 00px;
	margin-right: 00px;
	margin-bottom: 00px;
}

.CellDotted {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	cursor:pointer;
}

.ProjectName {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #514D3C;
	font-weight:200;
}

.ProjectHeader {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #514D3C;
	font-weight:600;
}

p.AboutHead {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #514D3C;
	font-weight:bold;
	padding-right: 5px;
	padding-top:10px;
}

p.AboutMain {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #514D3C;
	font-weight:200;
	padding-right: 5px;
}

ul {
margin:15px;
padding: 0;
}

li.about{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #514D3C;
	font-weight:b00;
	list-style-image:url(../images/arrow.gif);

}

.OtherProjectName {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #A39C82;
	font-weight:200;
}

.CellDotted2 {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.BG {
	background-image: url(../images/BgBrochure.jpg);
	background-repeat: no-repeat;
}
.BGcontact {
	background-image: url(../images/BgContact.jpg);
	background-repeat: no-repeat;
}

.copyright {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #514D3C;
	font-weight:200;
}

TR.top{
background-image:url(../images/b.jpg);
background-repeat:repeat-x;
background-position: left; 
height: 9px; 
}

TR.bottom{
background-image:url(../images/bg5.gif);
background-repeat:repeat-x;
}

.DownloadBr{
 position:relative;
 left:0px;
 bottom: 17px;
 text-align:left;
}

#Homebg {
	width: 100%;
	height: 396px;
	background: url(../images/Large/homepage.jpg) no-repeat;
	background-position:center center;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #28261E;
	}
	
/* This is the transparent box */
#Hometransbox {
	padding: 3px;
	padding-left:10px;
    position:relative;
	top: 290px;
	width: 620px;
	height:50px;
	background-color: #fff;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	color: #28261E;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#Hometransbox div {
	padding: 3px;
	padding-left:10px
	color: #000;
	filter:alpha(opacity=70);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	color: #28261E;
	text-align:left;
	}

#Brochurebg {
	width: 1022px;
	height: 396px;
	background: url(../images/Large/brochure.jpg) no-repeat;
	background-position:center center;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #28261E;
	}
	
/* This is the transparent box */
#Brochuretransbox {
	padding: 3px;
	padding-left:10px;
    position:relative;
	width: 260px;
	height:27px;	
	top: 290px;
	background-color: #fff;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	color: #28261E;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#Brochuretransbox div {
	padding: 3px;
	padding-left:10px
	color: #000;
	filter:alpha(opacity=70);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	color: #28261E;	
	text-align:left;
	}

#Brochuretransbox A {
color: #333333;
padding-left:1px;
padding-right:1px;
}

#Brochuretransbox A:HOVER {
background: #CCCCCC;
}


#Contactbg {
	width: 1022px;
	height: 396px;
	background: url(../images/Large/contactus.jpg) no-repeat;
	background-position: center center;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #28261E;
	}
	
/* This is the transparent box */
#Contacttransbox {
	padding: 5px;
    position:relative;
	width: 460px;
	height:55px;	
	top: 290px;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
	text-align:left;
	background-color: #fff;
	color: #28261E;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
#Contacttransbox div {
	padding: 3px;
	padding-left:10px
	color: #000;
	filter:alpha(opacity=70);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	color: #28261E;
	}

#Contacttransbox A {
color: #333333;
padding-left:1px;
padding-right:1px;
}

#Contacttransbox A:HOVER {
background: #CCCCCC;
}

.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
margin:0;
padding:0;
cursor:pointer;
border: 0;
}

.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
}