﻿body {
     	margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
		font-family: Arial, Helvetica, sans-serif;
		font-size:90%;

		
		
		}
		
		h1 {
			margin: 0;
			padding: 0;
		}
	
		h2 {
			margin: 0;
			padding: 0;

			}




/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/*****************   Site Wrapper Styles Begin   **************************/

#SiteWrapper {
	margin:0 0 0 5px;
	}

#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 auto;
	width: 100%;
	}

/******************    Content Wrapper Ends   *****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/*******************    Header Styles Begins   ****************************/

#HomeHeader 
{
	margin: 0;
	padding: 0;
	height: 255px;
	width: 1240px;
	background-image: url('Images/Logo/splash-bg-line.gif');
	background-repeat: repeat-x;
	background-position: 0 3.7em;


	}
	
	.logo
		{
			margin: 0;
			padding: 0;
		}


#InsideHeader 
{
	display: none;
	}	
		

/*********************    Header Styles End   *****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/**************************************************************************/
/****************    Site Navigation Styles Begins   *************************/


#SiteNavigation {
		 margin: 10px 0 10px 0;
		 padding: 0;		 
		 height: 120px;
		 width: 760px;
		 
	}	


/********************    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 */
	    min-height: 200px;
	    clear:both;
	    float:left;
        width:100%;			/* width of whole page */
		overflow: hidden;	/* This chops off any overhanging divs */
		margin: -.2em 0 0 0;
		
		
	}
	
	/* 2 column left menu settings */
	.ContentArea {
	    background:#ffffff; /* Background Color for Left Menu */
		
	}
	
    .ContentArea .ContentColumn {
        float:left;
        width:200%;
		position:relative;
		left:100px;
        background: #ffffff;
    }
    
       .ContentArea .ContentColumnWrap {
	    float:right;
	    width:50%;
	    position:relative;
	    right:0px;
	    padding-bottom:1em;
	}
	
	.ContentArea .Content {
        margin:0 0 0 5px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	   
	}
	
    .ContentArea .Menu {
        float:left;
        width:270px;
        position:relative;
        right:280px;
    }
    
    
    
    
    
    

/********************   Content Area Styles 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   *****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */
