﻿body {
     	margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
		font-family: Verdana, Helvetica, sans-serif;
		background: #ffffff;
		font-size: 80%;
	

		}
	h1 
	{
		font-size: 150%;
		padding: 0px 0 8px 0;
		}

	h2 
	{
		font-size: 135%;
		padding: 5px 0 5px 0;
		}

	h3 
	{
		font-size: 125%;
		padding: 5px 0 5px 0;
		}
		
	h4 
	{
		font-size: 95%;
		padding: 5px 0 5px 0;
		}
		
	h5 
	{
		font-size: 100%;
		padding: 5px 0 0 0;
		}

	



/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/*****************   Site Wrapper Styles Begin   **************************/

#SiteWrapper {
	margin:0 0 0 0;
	
	}

#SiteWrapperHeader { 
	margin: 0;
	padding:0;
	width: 100%;
	height: 0px;

		}
		
		
	
#SiteWrapperContent { 
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0px;
	}


	
#SiteWrapperFooter { 
	margin: 0;
	padding:0;
	width: 100%;
	height: 0px;
	}
	
	

/*****************    Site Wrapper Styles Ends   **************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/******************    Content Wrapper Begins   ***************************/

#Wrapper {
	margin: 0;
	width: 100%;
	background: #ffffff;
	}

/******************    Content Wrapper Ends   *****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/*******************    Header Styles Begins   ****************************/

#HomeHeader 
{
	display: none;
	margin: 0;
	padding: 0;
	height: 255px;
	width: 1240px;
	/* width: 100%; */
	background-image: url('Images/Logo/splash-bg-line.gif');
	background-repeat: repeat-x;
	background-position: 0 3.7em;


	}
	
	.logo
		{
			margin: 0;
			padding: 0;
			
		}


#InsideHeader 
{
	margin: 0;
	padding: 0;
	height: 102px;
	width: 1240px;
	/* width: 100%; */
	background-image: url('Images/Logo/interior-bg-line.gif');
	background-repeat: repeat-x;
	background-position: 0 0em;
	
	}
	
	.logo
		{
			margin: 0;
			padding: 0;

		}

		

/*********************    Header Styles End   *****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/**************************************************************************/
/****************    Site Navigation Styles Begins   *************************/


#SiteNavigation {
		 margin: 10px 0 10px 0;
		 padding: 0;		 
		 height: 40px;
		 width: 760px;
		 background: #ffffff;
		 
	}	


/********************    Header Photo Styles End   ************************/
/**************************************************************************/



/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/**************************************************************************/
/****************    Content Area Styles Begins   *************************/	
	
	/* column container */
	.ColumnMask {
		
		position: relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow: hidden;	/* This chops off any overhanging divs */
		margin: 0 0 0 0;
		
		
		
	}
	
	/* 2 column left menu settings */
	.ContentArea {
	    background:#a53a52; /* Background Color for Left Menu */
	    
		
	}
	
    .ContentArea .ContentColumn {
        float:left;
        width:200%;
		position:relative;
		left:185px;
        background: #ffffff;
    }
    
   
    .ContentArea .ContentColumnWrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:0px;
	    padding-bottom:1em;
	    background: #ffffff;
	}
	
	.ContentArea .Content {
        margin:0 0 0 5px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	    background: #ffffff;
	   
	}
	
    .ContentArea .Menu {
        float:left;
        padding: 1px 0 0 0;
        width:185px;
        position:relative;
        right:185px;
     
    }
    

/********************   Content Area Styles End   *************************/
/**************************************************************************/


/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/***********************    Content Begins	   ****************************/

#Content 
{
	margin: 0 0 0 5px;
	width: 560px;
	}
	
	
	#Content H1 {
		font-family: Times New Roman, serif;
		font-size: 100%;
		font-weight: bold;
		font-style: normal;
		font-variant: normal;
		text-transform: uppercase;
		color: #FFFFFF;
		background-color: #A53655;
		letter-spacing: 0.25em;
		padding: 5px 5px 5px 5px;
		margin: 0px 5px 5px 0;
		background-image: url('Images/Layout/header-gradient.jpg');
		background-repeat: repeat-y;
		background-position: right;
		}
		
	#Content H2	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 80%;
		font-weight: normal;
		text-align: left;
		font-style: normal;
		font-variant: normal;
		line-height: 17px;
		}
	
	#Content H3	{
		font-size: 75%;
		font-weight: bold;
		text-align: left;
		line-height: 17px;
		color: #A53655;
		}

	#Content P {
		padding: 5px 0 5px 0;
		line-height: 17px;
		}


		
	#Content IMG {
		padding: 2px 3px 2px 2px;
		margin: 0px;
	}
	
	#Content ul {
		margin: 10px 0 10px 25px;
		padding:0;
		line-height: 17px;
		font-size: 100%;
		}	
	
	#Content li {
		list-style-image: url('Images/Layout/bullet.gif');
		list-style-type: none;
		margin: 2px 0 0 0;
	}
	
	#Content Strong {
		font-weight: bold;
		color: #A53655;
	}

	#Content B {
		font-weight: bold;
		color: #A53655;
	}

	#Content a {
		color: #A53655;
	}
	
	#Content a:Visited {
		color: #A53655;
	}
	
	#Content a:Hover {
		color: #DBAFBB;
	}
	
	#Content a:Active {
		color: #A53655;
	}
	
	
	#Content .question {
		list-style-image: url('Images/Layout/faq-Q.gif') !important;
		list-style-type: none;
		margin: 2px 0 5px 5px;
		padding: 0 0 0 15px;
		font-weight: bold;
		color: #A53655;
		}
	
	#Content .answer {
		list-style-image: url('Images/Layout/faq-A.gif') !important;
		list-style-type: none;
		margin: 4px 0 15px 3px;
		padding: 0 0 0 15px;
		}
	
		


/*************************   Content  End   *******************************/
/**************************************************************************/


/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/**************************************************************************/
/********************      Footer Begins	  *****************************/

#Footer 
{
	width: 560px;
	margin: 0 0 0 0px;
	padding: 10px 0 0 0;
	text-align: center;
	color: #a53a52;
	font-size: 80%;
	}
	
	#Footer p 
	{
		line-height: 21px;
		}
	
	#Footer a:link 
	{
		color: #a53a52;
		text-decoration: underline;
		}
			
	#Footer a:visited {
		color: #a53a52;
		text-decoration: underline;
		}
				
	#Footer a:hover {
		text-decoration: none;
		color: #d6b5c5;
	}
	

/********************      Footer Ends		  *****************************/
/**************************************************************************/


/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */







/**************************************************************************/
/*******************    Top Navigation Begins  ****************************/

.RadMenu_Home 
{
	width: 760px;
	border-bottom-width: 0;
	background: #ffffff;
	text-align: left;
	margin: 0;
}

.RadMenu_Home_rtl
{
	text-align: right;
}

.RadMenu_Home_Context
{
	background: none;
	border: 0;
}

.RadMenu_Home a
{
	text-decoration: none;
}

.RadMenu_Home .rmLink
{
	line-height: 20px;
	text-decoration: none;
	color: #fff;
}

.RadMenu_Home
 .rmLink:focus,
.RadMenu_Home
 .rmFocused
{
	outline: 0;
}

.RadMenu_Home
 .rmExpanded
{
	position: relative;
	z-index: 10000;
}

.RadMenu_Home
 .rmLink:hover,
.RadMenu_Home
 .rmFocused,
.RadMenu_Home
 .rmExpanded
{
	background-color: #fff;
	
}

.RadMenu_Home
 .rmLink .rmText
{
	display: none;
}

.RadMenu_Home
 .rmGroup
{
	background: #fff;
}

.RadMenu_Home
 .rmGroup .rmLink
{
	text-decoration: none;
	color: #333;
}

.RadMenu_Home_rtl .rmGroup .rmLink
{
	text-align: right;
}

.RadMenu_Home
 .rmGroup .rmLink:hover,
.RadMenu_Home
 .rmGroup .rmFocused,
.RadMenu_Home
 .rmGroup .rmExpanded
{
	color: #fff;
	background: #fff;
}

.RadMenu_Home
 .rmText
{
	padding: 0;
}

.RadMenu_Home
 .rmGroup .rmLink .rmText
{
	font-size: 11px;
	padding: 0;
}

.RadMenu_Home_rtl .rmGroup .rmLink .rmText
{
	padding: 0;
}

/* <expand arrows styling> */

.RadMenu_Home
 .rmGroup .rmLink .rmExpandRight
{
}

.RadMenu_Home
 .rmGroup .rmLink .rmExpandLeft
{
}

.RadMenu_Home
 .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Home
 .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Home
 .rmGroup .rmExpanded .rmExpandRight
{
}

.RadMenu_Home
 .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Home
 .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Home
 .rmGroup .rmExpanded .rmExpandLeft
{
}

/* </expand arrows styling> */

.RadMenu_Home
 .rmHorizontal .rmItem { }
.RadMenu_Home
 .rmHorizontal .rmLast {}

.RadMenu_Home
 .rmVertical .rmItem {  }
.RadMenu_Home
 .rmVertical .rmLast { }

.RadMenu_Home_rtl .rmHorizontal .rmItem {  }

.RadMenu_Home
 .rmRootGroup .rmGroup .rmItem,
.RadMenu_Home_Context .rmGroup .rmItem
{ border-right: 0; border-bottom: 0; padding-bottom: 0; }

.RadMenu_Home
 .rmGroup
{
	border: 1px solid #828282;
	background-color: #fff;
}

.RadMenu_Home
 .rmGroup .rmExpanded
{
	z-index: 1;
}

.RadMenu_Home
 .rmTopArrow,
.RadMenu_Home
 .rmBottomArrow
{

}

.RadMenu_Home
 .rmBottomArrow
{

}

.RadMenu_Home
 .rmLeftArrow,
.RadMenu_Home
 .rmRightArrow
{
	
}

.RadMenu_Home
 .rmRightArrow
{
	
}

.RadMenu_Home
 .rmItem .rmDisabled .rmText
{
	
}

.RadMenu_Home
 .rmRootGroup .rmItem .rmDisabled
{
	background: none;
}

.RadMenu_Home
 .rmGroup .rmItem .rmDisabled
{
	background-color: #fff;
}

.RadMenu_Home
 .rmRootGroup .rmSeparator,
.RadMenu_Home
 .rmGroup .rmSeparator
{
	
}

.RadMenu_Home
 .rmSeparator .rmText
{
	display: none;
}

.RadMenu_Home
 .rmHorizontal .rmSeparator
{
	
}

.RadMenu_Home
 .rmVertical .rmSeparator
{
	
}

.RadMenu_Home
 .rmLeftImage
{
	margin: 0px;
}

.RadMenu_Home
 .rmSlide
{
}

.RadMenu_Home
 .rmHorizontal .rmSlide
{
	margin-top: 0px !important;
}

.RadMenu_Home_rtl .rmSlide
{
	margin-left: 0 !important;
	margin-right: 0px !important;
}

.RadMenu_Home
 .rmGroup .rmSlide
{
	margin: 0 !important;
}

.RadMenu_Home
 .rmItem .rmDisabled:hover
{
	background: none;
}

/*******************    Top Navigation Ends   *****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */
