/* CSS document*/

body {
	background-color:#E1DFC6;
	font-family:"Times New Roman", Times, serif
	font-size:12px;
	_font-size:small; /*For other IE Versions */
	padding:0;
	margin:0;
	
}
html body 
{
	font-size:12px;
	_font-size:small; /*For other IE Versions */
	font-family:"Times New Roman", Times, serif
	padding:0;
	margin:0;
}

h1 {
	font-size:150%;
	text-align:left;
	padding: 0px 0px 0px 35px;
}

h2
{
	font-size:140%;
	font-style:normal;
	padding:0px 20px 0px 0px;
}

h3
{
	font-size:130%;
	color:#990000;
	font-style:normal;
	padding:0px 20px 0px 0px;
}

h4
{
	font-size:130%;
	margin-bottom:-28px;

}

h5
{
	font-size:140%;
	font-style:normal;
	padding:0px 0px 0px 0px;
	margin-bottom:5px;
}

a
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	font-size:100%;
	font-weight:bold;
}

.contentDiv {
	width:740px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFFFFF;
}

.stripDiv {
	position: relative;
	width:675px;
	margin-left:auto;
	margin-right:auto;
	padding-top:1px;
	
}

.bannerDiv {
	position:relative;
	margin-top:10px;
	background-image:url(images/redbanner.gif);
	background-repeat:no-repeat;
	font-size:12px;
	text-indent:30px;
	background-color:#FFFFFF;
	width:673px;
	height:73px;
}

.contactbannerDiv {
	
	margin-top:10px;
	background-image:url(images/contactbanner.gif);
	background-repeat:no-repeat;
	text-indent:25px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	width:673px;
	height:73px;
	
}

.servicesbannerDiv {
	
	margin-top:10px;
	background-image:url(images/servicesbanner.gif);
	background-repeat:no-repeat;
	text-indent:25px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	width:673px;
	height:73px;
	
}
.aboutbannerDiv {
	
	margin-top:10px;
	background-image:url(images/aboutusbanner.gif);
	background-repeat:no-repeat;
	text-indent:25px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	width:673px;
	height:73px;
	
}
.gallerybannerDiv {
	
	margin-top:10px;
	background-image:url(images/gallerybanner.gif);
	background-repeat:no-repeat;
	text-indent:25px;
	background-color:#FFFFFF;
	border:1px solid #666666;
	width:673px;
	height:73px;
	
}
.welcomebannerDiv {
	
	margin-top:10px;
	background-image:url(images/welcomebanner2.gif);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:1px solid #666666;
	width:673px;
	height:73px;
	
}		
.addressDiv {
	position:relative;
	clear:both;
	left:0px;
	background-color:#E1DFC6;
	font-size:95%;
	padding-top:10px;
	padding-bottom:20px;
}

.topDiv {
	position:relative;
	left:0px;
	background-color: #E1DFC6;
	border:1px solid #cbcaca;
	z-index:5;
	font-size:16px;
	margin-top:20px;
}

.topDiv a
{
	position:relative;
	background-image:url(images/unactive.png);
	float:left;
	left:30px;
	margin-top:70px;
	height:30px;
	width:55px;
	padding: 15px 5px 5px 8px;
	list-style:none;
	font-size:90%;
	color:#333333;
	z-index:5;
}


.topDiv a:hover, #selected a
{
	background-image:url(images/active.png);
	color:#000000;
	font-weight:bold;
	z-index:5;
}

.logoDiv{
	position:relative;
	margin-top:20px;
	left:80px;
	
}

.middleDiv li{
	list-style-image: url(images/arrow.png);
}	

.middleDiv {
	position:relative;
	font-size:12px;
	text-indent:25px;
	background-color:#FFFFFF;
}	

.welcomeDiv {
	position:relative;
	font-size:30px;
	text-indent:25px;
	font-family:"Times New Roman", Times, serif
	color: #FFFFFF;
	left:-500px;
}	

.nameDiv {
	position:relative;
	font-size:16px;
	text-indent:25px;
	font-family:"Times New Roman", Times, serif
	color: #FFFFFF;
	margin-left:450px;
	margin-top:30px;

}	

.servicesDiv{
	font-style:normal;
	text-align:left;

}

.middleContentDiv {
	float:left;
	width:300px;
	margin-left:10px;
	text-align:left;
	text-indent:20px;
	
}

.middleContentDiv h3, h4{
	text-align:left;
}

.middleContentDiv table{
	text-align:left;
}

.middleServicesDiv{
	float:left;
	width:330px;
	margin-left:10px;
	text-align:left;
	text-indent:20px;
}

.middleServicesDiv li{
	list-style-image: url(images/arrow.png);
	text-align:left;
}

.middleServicesDiv p{
	text-align:left;
	text-indent:20px;
}