Body
{
background-color: #263a41;
background-image: url(images/darkbg.jpg);
background-repeat: repeat-x;

}

.BodyText                              
{      
  font-family: "arial", verdana, Geneva, helvetica, sans-serif;
  font-weight: normal;
  font-size: 10pt;
  color: #1f3339;                                 
  text-decoration: none;                           
}
a.BodyText:hover                        
{                                                 
  font-weight: normal;
  color: #374d57;
  text-decoration: underline;
}

.BusinessListContent
{      
  border-right: #B5B5B5 1px solid;
  border-top: #B5B5B5 1px solid;
  border-left: #B5B5B5 1px solid;
  border-bottom: #B5B5B5 1px solid;
  background-color: #ffffff;
} 
.BusinessListContentTop
{      
  border-right: #cccccc 0px solid;
  border-top: #cccccc 1px solid;
  border-left: #cccccc 0px solid;
  border-bottom: #cccccc 0px solid;
  background-color: #ffffff;
  font-family: "arial", verdana, Geneva, helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #FF5A05;                                 
  text-decoration: none  
} 
.CopyRightText                              
{      
  font-family: "arial", verdana, Geneva, helvetica, sans-serif;
  font-weight: normal;
  font-size: 8pt;
  color: #2f4956;                                 
  text-decoration: none;                           
}
.FormFrame
{
border: 2px solid #1f3339;
}
.FormFrameBG
{
border: 2px solid #1f3339;
background-color: #131d20;
}
.FormHeader   
{
  font-family: "arial", verdana, Geneva, helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #1f3339;                                 
  text-decoration: none;  
}
.FormHeaderLight       
{
  font-family: "arial", verdana, Geneva, helvetica, sans-serif;
  font-weight: normal;
  font-size: 17px;
  color: #c2d7d7;                                 
  text-decoration: none;  
}
.HeaderTextBlue                             
{      
  font-family: "arial", verdana, Geneva, helvetica, sans-serif;
  font-weight: bold;
  font-size: 22px;
  color: #1f3339;                                 
  text-decoration: none                           
}
.LeftBorder {
    background-image: url(images/header_14.jpg);
    border: 0px solid #6297BC;
    background-repeat: repeat-y;
}
.RightBorder {
    background-image: url(images/header_16.jpg);
    border: 0px solid #6297BC;
    background-repeat: repeat-y;
}
.ServicesHeader   
{
  font-family: "arial", verdana, Geneva, helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  color: #1f3339;                                 
  text-decoration: none;  
}


/*---------------- accordian design -------------------*/
		
#basic-accordian{
	border:0px solid #EEE;
	padding:5px;
	width:600px;
	position:relative;
	 
}

.accordion_headings{
	padding:5px;
	background:#3d5560;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}

.accordion_headings:hover{
	background:#00CCFF;
}

.accordion_child{
	padding:15px;
	background:#c2d7d7;
	font-family: "arial", verdana, Geneva, helvetica, sans-serif;
  	font-weight: normal;
  	font-size: 10pt;
  	color: #1f3339;
}

.header_highlight{
	background:#00CCFF;
}







