html {
                height: 100%;
}
 
* {
                margin: 0;
                padding: 0;
}
 
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
height: 100%;
line-height: 200%;
 

}

img { border: 0;}

td { color: #828a95; font-size: 11px;  }

td h4 { font-weight: bold;}

.heading {
	
	color: #F28220;
	font-size: 14px;
	font-weight:bold;
	
	}
	
	 
 
 
p {
padding: 0px;
color: #828a95;
}
 
#wrapper {
 margin: 0 auto;
width: 960px;
               min-height: 100%;
                height: auto !important;
                height: 100%;
			 
               
}
 
#content {
 float: left;
color: #333;
 
height: 1000px;
width: 735px;
display: inline;
margin-top: 60px;
}
#content p{
	padding-right: 80px;
	text-align:justify;
}

#content  .star_features{ float: left; width : 337px; background: #e6e6e6; border: 1px solid #ccc; padding: 10px 10px 10px 30px; background:url(images/star.png) #e6e6e6 8px center scroll no-repeat; margin-bottom: 10px; font-weight: bold; }



#content h1{
 
color: #6c609e;
font-size: 14px;
padding-bottom: 20px;
font-weight: normal;

}

#content .leftTable{
	float: left;
	width: 400px;
	margin-right: 10px;
	
}


#content .rightTable{
	float: left;
	width: 300px;
	
}

 
#header {
color: #333;
width: 960px;
float: left;
padding-top: 47px;
 
 
 


}
 
 
#navigation {
float: left;
width: 960px;
height: 25px;
color: #333;
 

}

#navigation a{
	padding-right : 15px;
	text-decoration: none;
	color: #828a95;
	font-size: 12px;
	
}
#navigation a:hover{
	 
	color: #6c609e;
	
}

#navigation a.active{
	 
	color: #6c609e;
	font-weight: bold;
	
}


 
 
 
#rightcolumn {
 color: #333;
 
height: 350px;
width: 214px;
float: left;
margin-top: 60px;
border-left: 1px solid #ccc;
padding-left: 10px;
	
	 
}

#rightcolumn a{
color: #828a95;
text-decoration: underline;
	 
}

#rightcolumn a:hover{
 
text-decoration: none;
	 
}




 
 
#footer {
                width: 960px;
                margin: 0 auto;
                height: 15px;
				vertical-align:baseline;
				
                
				color: #828a95;
				clear:left;
				 
				 
			
               
}

 

/** slider **/


#slideshow {
    position:relative;
    
	min-height: 1043px;
	 
	
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/********** contact form **********/
#contactform { margin:0; padding:5px 0;}
#contactform * { color:#7a7a7a;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:110px; padding:10px 0; font:bold 12px Verdana,Arial, Helvetica, sans-serif; color: #828a95; text-transform:capitalize; font-weight : normal;}
#contactform label span { font:normal 10px Arial, Helvetica, sans-serif; }
#contactform input.text { width:380px; border:1px solid #e1e1e1; margin:5px 0; padding:5px 2px; height:15px; background:#f8f8f8;}
#contactform textarea { width:380px; border:1px solid #e1e1e1; margin:10px 0; padding:2px; background:#f8f8f8; height:150px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 100px; border:0; color:#FFF;}

.textfield { width:380px; border:1px solid #e1e1e1; margin:5px 0; padding:5px 2px; height:15px; background:#f8f8f8;}
.textarea { width:380px; border:1px solid #e1e1e1; margin:10px 0; padding:2px; background:#f8f8f8; height:150px;}
.submitbutton {   border:1px solid #e1e1e1; margin:10px 0; padding:8px; background:#f8f8f8; }

.selectfield { width:380px; border:1px solid #e1e1e1; margin:5px 0; padding:5px 2px; height:30px; background:#f8f8f8;}

p.response { text-align:center; color:#ff9900; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}
