/*	SKELETON  							*/
/*  	IMAGES IN DIR    /templates/skeleton/images/ 	 	*/


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: scroll;
	background-image: url(/uploads/Image/noresize/BG-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "Times New Roman", Times, serif;
	background-color: #000;
	text-align: left;
}


td,p,h {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	line-height: 26px;
	text-align: left;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #CCC;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: d3c194;
	text-decoration: none;
}
a:active {
	color: d3c194;
	text-decoration: none;
}
hr {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	color: #d3c194;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #d3c194;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/*---------------------------------------*/
/*	Core Site Styles 			         */
/*---------------------------------------*/

/* Main Structure 
- Sample file folder "/uploads/Images/structure/file.jpg"
*/
.Left-Tile {

	background: none;
	background-repeat: repeat-y;
	background-position: right top;

}
.Right-Tile {

	background: none;
	background-repeat: repeat-y;
	background-position: left top;

}
.Middle-Tile {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	margin: 0 auto;
	padding: 0px;
	height: auto;
	width: 960px;
}
.Main-Content {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: none;
	width: 960px;
}


/* used in conjuction with most h1 tags */
.table-top 	{
	background:none;
	text-align: left;
	padding: 4px;
	border-bottom: none;
	color: #FFF;
	font-weight: bold;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

/*---------------------------------------*/
/*Multi-Level CSS Menu		             */
/*---------------------------------------*/

/* core lists */
#menu_cssmulti 									
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	float:right;
	width: 100%;
	text-align: center;
	height: 42px;
	padding-top:95px;
	padding-right: 30px;
	background:none;
	background-repeat: no-repeat;
	background-position: center bottom;
	bottom: 0px;
}
#menu_cssmulti ul 								
{ 
display: inline-block;
float:right;

} 

/* makes it centered in IE */
#menu_cssmulti ul  								
{ 
display: inline; 
margin: 0; 
padding: 0; 
list-style: none; 
white-space: nowrap; 
text-align: left; 
padding-top:7px; 
}

#menu_cssmulti li  								
{ 
margin: 0; 
padding: 0; 
}

#menu_cssmulti ul.menu_list 					
{ 
display: table; 
margin: 0 auto;  
}

#menu_cssmulti li li ul 						
{
	left: 100%;
	margin-top: -23px;
	margin-left: -5px;
	font-size: 12px;
}

/* stylable */
#menu_cssmulti a  								
{ 
display: block; 
line-height: 22px;  

/* all links styles:  */ 
color: #fff; 
text-decoration: none; 
} 

#menu_cssmulti a:hover  								
{
	display: block;
	line-height: 22px;
	/* all links styles:  */ 
color: #d3c194;
	text-decoration: underline;
} 

#menu_cssmulti li.menu_item 					
{ 

float: left; 
position: relative; 
cursor: pointer;  
background: none;
/* top level menu styles:  */ 
margin-right: 1px; 
padding-top:0px;
padding-right: 18px;
padding-bottom:0px;
padding-left:5px;
} 

#menu_cssmulti li.menu_item:hover 				
{
	white-space: nowrap;
	/* top level menu hover */ 
background:none;
	color: #d3c194;
}

#menu_cssmulti li.selected 						
{
	/* top level selected item */ 
background:none;
	color: #d3c194;
} 

#menu_cssmulti li.selected > a					
{
	/* top level selected link */ 
color: #d3c194;
	background: none;
} 

#menu_cssmulti ul.drop_down						
{
	margin-left:5px;
	font-size: 14px;
	top: 22px;/*opacity: 0.85;*/ 
} 

#menu_cssmulti li ul 							
{
	display: block;
	position: absolute;
	visibility: hidden;
	left: 0;
	/* dropdown border style  */ 
background-color: #000;
	padding: 5px 5px 10px 5px;
} 

#menu_cssmulti li li 							
{ 
/* dropdown dividing line */ 
border-bottom: 1px solid #fff; 
}

#menu_cssmulti li li a 							
{
	/* dropdown bg color */ 	
background-color: #000;
	padding: 0 7px;
	color: #fff;
	font-size: 14px;
}

#menu_cssmulti li li a:hover 					
{
	/* dropdown hover color */ 
background-color: #000;
	color: #d3c194;
	font-size: 14px;
}  

#menu_cssmulti li li a.fly_menu 				
{
	/* sub-dropdown bg color */ 
background: #000;
	color: #FFF;
} 	

#menu_cssmulti li li:hover > a.fly_menu 		
{
	/* sub-dropdown hover color */ 
background: #000;
	color: #d3c194;
}

/* more core items.  */
#menu_cssmulti table 							{ position: absolute; top: 0; left: 0; border-collapse: collapse; text-align: left; }
#menu_cssmulti table ul li a 					{ padding-left: 0; padding-left: 20px; }
#menu_cssmulti table table 						{ top: auto; left: 100%; margin-left: -1px; padding: 0; margin: 0; }
#menu_cssmulti table table ul 					{ margin-top: -4px; margin-top: -7px; }
#menu_cssmulti li:hover > ul, 
#menu_cssmulti a:hover ul, 
#menu_cssmulti a:hover a:hover ul,
#menu_cssmulti a:hover a:hover a:hover ul		{ visibility: visible; }
#menu_cssmulti a:hover ul ul,
#menu_cssmulti a:hover a:hover ul ul 			{ visibility: hidden; }










.powered_by_mantis 
{
	font-size: 10px;
	color: #d3c194;
	text-decoration: underline;
	float: left;
	padding-left: 48px;
}

.form_style {
	padding-left: 21px;
}

.rcb-footer {
	font-size: 10px;
	padding-left: 48px;
	width: 960px;
}

.rcb-footer tbody tr td {
	font-size: 12px;
}

.gallery2 {
	padding-left: 48px;
	margin-top: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.g2_item {
	padding-top: 20px;
	text-align: center;
}

.g2_pager {
	color: #FFF;
}

.sitemap {
	margin-left: 10px;
}

.lifeis-sub {
padding-left:48px; 
padding-top:20px; 
padding-bottom:30px;	
	}
	
input.actionButton {
background-color:#666;
border:1px outset #CCCCCC;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
padding:2px 7px;
}

.form_style .form_maintable {
	border:thin none #CCCCCC;
	color:#333333;
	text-align:left;
}
	
<!--[if IE]>



.lifeis-sub {
padding-left:48px; 
padding-top:42px; 
padding-bottom:30px;	
	}


<!--[endif]-->
	
