@charset "utf-8";
/* CSS Document */
h1{
	color:#875380;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight:400;
}

h2{
	color:#875380;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight:400;
	margin-top:5px;
	margin-bottom:10px;
}

h4{
	color:#875380;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h6{
	color: #CCC;
	font-size:10px;
}

p{r
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a0a0a0;
	font-size:14pt;
}

hr{
	color:#ECE1EB;
	width:75%;
	
}

.img{
	margin-right:10px;
	border: #875380 8px solid;
}

.smalltext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#875380;
}
	

#header{
	position:absolute;
	top:0px;
	left:0px;
	height:182px;
	width:100%;
	background-image:url(images/wallpaper.png);
}

#logo{
	position:absolute;
	top:15px;
	left:40px;
	width:auto;
	height:auto;

}

#navbar{
	position:absolute;
	right:-80px;
	height:97px;
	width:768px;
	top: 84px;
	float:right;
}

#bodybg{
	position:absolute;
	top:182px;
	left:0px;
	width:100%;
	height:600px;
	background-image:url(images/BG%20gradient.png);
	background-repeat:repeat-x;
}

#container{
	position: relative;
	margin: 0 auto;
	top:0px;
	left: 0px;
	width: 1042px;
	height: 700px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#maincontent{
	position:absolute;
	top:180px;
	left:0px;
	width:1042px;
	height:531px;
	background-image:url(images/maincontent2_bg.png);
	background-repeat:no-repeat;
}

#leftcolumn{
	position:relative;
	left:100px;
	top:30px;
	height:400px;
	width:400px;
	padding:10px;
	
}

#singlecolumn{
	position:relative;
	left:100px;
	top:30px;
	height:400px;
	width:973px;
	padding:10px;
	
}

#rightcolumn{
	position:absolute;
	right:80px;
	top:100px;
	height:auto;
	width: auto;
	padding:10px;
	
}


#mapcolumn{
	position:absolute;
	right:70px;
	top:240px;
	height:auto;
	width: 450px;
	padding:10px;
	
}

#contactcolumn{
	position:absolute;
	left:100px;
	top:100px;
	height:auto;
	width: auto;
	padding:10px;
	background-color:#FAF5FA;
	border:#E9DCE8 solid thin;
	padding:10px;
	color:#875380;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;

	
}

#footer{
	position:absolute;
	height:auto;
	width:auto;
	bottom:-34px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	left:50px;
}

.tariff{
	position:absolute;
	top:120px;
	right:170px;
	height: auto;
	width:240px;
	background-color:#FAF5FA;
	border:#E9DCE8 solid thin;
	padding:10px;
	color:#875380;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
}

.telephone{
	position:absolute;
	top:80px;
	right:100px;
	width:auto;
	height:auto;
}

#slider{
	position:absolute;
	right:100px;
	top:150px;
	height:266px;
	width:400px;
	
}

/*This is the styling for the Home page Jquery Image Slider*/

#s3slider { 
   width: 400px; /* important to be same as image width */ 
   height: 266px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
	width: 400px; /* important to be same as image width or wider */
	position: absolute; /* important */
	top: 1px; /* important */
	margin-left: 0; /* important */
	left: 6px;
   
   
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   
   
   
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Georgia, "Times New Roman", Times, serif;
   font-size:12px;
   font-weight:bold;
   padding: 20px 13px;
   width: 400px;
   background-color: #673f62;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #fff;
   border-bottom:#000 thin ridge;
   display: none; /* important */
   top: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
} 

/* This is the styling for the jquery lightbox effect*/

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
