﻿@Media Print 
{
      body {
            background-color: #FFFFFF;
			}
			
	.ColumnMask {
		position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	    clear:both;
	    float:none !important;
        width:600px !important;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}

	.ContentArea {
			background:#ffffff;    	 /* Right column background colour */
		}


	.ContentArea .ContentRightColumnWrap {
			float:none !important;
			width:200%;
			margin-left:-1px !important; 	/* Width of right column */
			position:relative;
			right:100%;
			background:#fff;    	/* Centre column background colour */
		}

	.ContentArea .LeftColumnWrap {
			float:none !important;
			width:100%;
			margin-left:-50%;
			position:relative;
			left:2px !important;         	/* Left column width + right column width */
		}


	.ContentArea .ContentColumnWrap {
			float:none !important;
			width:50%;
			position:relative;
			right:1px !important;        	/* Width of left column */
			padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
		}


	.ContentArea .ContentColumn {
			margin:0 1px 0 1px !important;     	/* Centre column side padding:
                            		Left padding = left column width + centre column left padding width
                            		Right padding = right column width + centre column right padding width */
			position:relative;
			left:200%;
			overflow:hidden;
		}


	.ContentArea .LeftColumn 
	{
			visibility: hidden;
			float:none !important;
			float:none !important;			/* This overrides the float:left above */
			width:1px !important;        	/* Width of left column content (left column width minus left and right padding) */
			position:relative;
			right:0px !important;         	/* Width of the left-had side padding on the left column */
		}
	    

	.ContentArea .RightColumn 
	{
			visibility: hidden;
			float:none !important;
			float:none !important;			/* This overrides the float:left above */
			width:1px !important;        	/* Width of right column content (right column width minus left and right padding) */
			margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
			position:relative;
			left:50%;
		}
		
	#HeaderPhoto 
	{
		visibility: hidden;
		
		 
	}	
	
}

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%;
		background: #ffffff url(Images/Background/RCIPS_bg.gif);
		background-repeat: repeat-x;
		background-position:top;
		/* background-attachment:fixed; */
		}

h1 
{
	padding: 0;
	margin: 0
	}

h2 
{
	padding: 0;
	margin: 0
	}

h3 
{
	padding: 0;
	margin: 0
	}
	
h4 
{
	padding: 0;
	margin: 0
	}
	
h5 
{
	padding: 0;
	margin: 0
	}
	
p
{
	padding: 0;
	margin: 0
	}		

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/*****************   Site Wrapper Styles Begin   **************************/

#SiteWrapper {
	margin: 33px auto;
	}
	
	*html #SiteWrapper {
	margin: 28px auto;
	}

#SiteWrapperHeader { 
	margin: 0 auto;
	padding:0;
	width: 760px;
	height: 0;
	z-index: 200;
	}
		
		

	
#SiteWrapperContent { 
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: url(Images/Wrapper/bg.png);
	background-repeat: repeat;
	overflow: hidden;
	}
	
	*html #SiteWrapperContent { /* I F'en Hate IE <6 */
		margin:  0 auto;
		padding: 0;
		width: 800px;
		background: url(Images/Wrapper/bg.gif);
		overflow: visible;	/* This takes care of the repeating background*/
		}

	
#SiteWrapperFooter { 
	margin: auto;
	padding:0 0 0 0;
	width: 800px;
	height: 65px;
	background: url(Images/Wrapper/bg_footer.png);
	}
	
	
	*html #SiteWrapperFooter { 
		margin: auto;
		padding:0;
		width: 800px;
		height: 65px;
		background: url(Images/Wrapper/bg_footer.gif);
		}



/*****************    Site Wrapper Styles Ends   **************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/*******************    Header Styles Begins   ****************************/

#Header 
{
	margin: 2px auto;
	padding: 2px 0 0 0;
	height: 72px;
	width: 760px;
	}
	
	#Header_Logo {
		display: inline;
		float: left;
		margin: 0;
		padding: 2px 0 0 0;
		}


	#Header_WKPN {
		display: inline;
		float:  right;
		margin: 0 5px 0 0;
		padding: 2px 0 0 0;
		}


	#Header_Address {
			display: inline;
			float: right;
			margin: 5px 5px 0 95px;
			padding: 0;
			}


/*********************    Header Styles End   *****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/******************    Content Wrapper Begins   ***************************/

#Wrapper {
	margin: 0 auto;
	width: 760px;
	}

/******************    Content Wrapper Ends   *****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */



/**************************************************************************/
/****************    Header Navigation Styles Begins   ********************/

#TopNavigation 
{
	margin: -1.7em auto;
	z-index: 1;
	position:absolute;
	}
	

/***************    Header Navigation Styles End   ************************/
/**************************************************************************/


/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/****************    Header Photo Styles Begins   *************************/


#HeaderPhoto {
		margin: 5px 10px 20px 10px;
		padding: 0;
		width: 740px;
		height: 200px;
	}	
	
	*html #HeaderPhoto {
		margin: 5px 10px 1px 10px;
		padding: 0;
		width: 740px;
		height: 200px;
	}	
	

#HeaderPhoto hr {
		width: 740px;
		height: 7px;
		background-image:url(Images/HR/large_hr.png);
		background-repeat: repeat-x;
	}


/********************    Header Photo Styles End   ************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */



/**************************************************************************/
/****************    Content Area Styles Begins   *************************/

.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 */
	}

.ContentArea {
	    background:#ffffff;    	/*  Right column background colour */
	    
	}
	
.ContentArea .ContentRightColumnWrap {
        float:left;
        width:200%;
        margin-left:-135px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#ffffff;    	/* Centre column background colour */
    }

.ContentArea .LeftColumnWrap {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:303px;         	/* Left column width + right column width */
        background:#FFFFFFF;    	/* Left column background colour */
    }
 
.ContentArea .ContentColumnWrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:168px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}


.ContentArea .ContentColumn {
        margin:0 155px 0 183px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow:hidden;
	}


.ContentArea .LeftColumn {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:168px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
    }
    

.ContentArea .RightColumn {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:135px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }


	


/********************   Content Area Styles End   *************************/
/**************************************************************************/


/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/**************************************************************************/
/*********************   Content Styless Begins   *************************/

.ContentColumn 
{
	
	}
	
	
	.ContentColumn h1 {
		color: #cc0000;
		font-size: 120%;
		font-style: normal;
		padding: 5px 0 0 0;
		}
	
	.ContentColumn h2 {
		font-size: 130%;
		font-style: normal;
		padding: 5px 0 5px 0;
	}
	
	.ContentColumn h3 {
		font-size: 100%;
		font-style: normal;
		padding: 5px 0 5px 0;
	}

	.ContentColumn p 
	{
		padding: 5px 0 5px 0;
		font-size: 100%;
		line-height: 21px;
	}
	
	.ContentColumn img
	{
		margin: 2px 0 0 0;
		} 
	
	.ContentColumn strong {
		font-weight: bold;
	}

	.ContentColumn a:link {
		color: #084b8a;
		font-weight: normal;
		text-decoration: underline;
			}
			
	.ContentColumn a:visited 
	{
		color: #084b8a;
		font-weight: normal;
		text-decoration: underline;
		}
		
	.ContentColumn a:hover
	{
		color: #f73531;
		font-weight: normal;
		text-decoration: none;
		}
		
		.ContentColumn ul {
		margin: 5px 0 10px 15px;
		padding: 5px 2px 10px 15px;
		line-height: 21px;
		list-style: bullet;
		font-size: 90%;
		}	
	
	.ContentColumn ol {
		margin: 0 0 15px 15px;
		padding: 10px 2px 10px 15px;
		line-height: 21px;
		list-style: decimal;
		font-size: 90%;
		}
		
	.ContentColumn blockquote 
	{
		font-size: 95%;
		padding: 1px 2px 1px 25px;
		line-height: 19px;
		}
		
	.ContentColumn .Adobe {
		font-size: 80%;
		text-align: left;
		font-style:italic;
		}
		
	.ContentColumn .AdobeImg {
		padding: 0 5px 0 0;
		}
		
	.ContentColumn .Disclaimer 
	{
		padding: 10px 0 0 0;
		font-size: 80%;
		font-weight: bold;
		}

	.ContentColumn .PhotoGallery 
	{
		margin: 40px 10px 0 20px;
		padding: 10px;
		}




/**********************   Content Styles End   ****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/**************************************************************************/
/***********************   Left Column Begins   ***************************/

.LeftColumn
{
	margin: 0 0 0 0;
	}
	
	.LeftColumn .WKHS
	{
		margin: 0 0 0 12px;
	}
	
	
	.LeftColumn #QL_StaticLinks {
		margin: 25px 0 0 15px;
		padding: 0 0 1px 0;
		background: #eeeeee repeat;
		
	}
	
	.LeftColumn #QL_StaticLinks H1 {
		color: #cc0000;
		font-size: 90%;
		font-style: normal;
		font-weight: bold;
		margin: 0;
		padding: 5px 0 5px 5px;
	}
	
	.LeftColumn #QL_StaticLinks ul {
		font-family: Arial, Helvetica, sans-serif;
		margin: 0 0 0 10px;
		padding: 0;
		line-height: 16px;
		list-style-type: none;
		font-size: 80%;
		}	
		
	.LeftColumn	#QL_StaticLinks li {
			margin: 3px 7px 5px 0;
			padding: 0 0 0 10px;
			background-image:url(Menu/menuItemArrowHOVER.gif);
			background-repeat: no-repeat;
			background-position: 0 6px;
			
		}
	
	.LeftColumn #QL_StaticLinks a:link {
		color: #000000;
		font-weight: normal;
		text-decoration: none;
			}
			
	.LeftColumn #QL_StaticLinks a:visited 
	{
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		}
		
	.LeftColumn #QL_StaticLinks a:hover
	{
		color: #cc0000;
		font-weight: normal;
		text-decoration: underline;
		
		}
	

/************************   Left Column Ends   ****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/**************************************************************************/
/**********************   Right Column Begins   **************************/


.RightColumn 
{
	margin: 20px 0 0 0;
	}
	
		
	
		
	.RightColumn h4 
	{
		margin: 0;
		padding: 0 0 2px 0;
		font-size: 100%;
		font-weight: bold;
		text-align: center;
		color: #3e3e3e;
		}
		
		
	.RightColumn p 
	{
		margin: 2px 4px 15px 10px;
		padding: 0;
		font-size: 80%;
		text-align: center;
		}
	
	.RightColumn .Photo
	{
		padding: 0 0 0 8px;
	}
	
	
	.RightColumn a:link {
		color: #000000;
		font-weight: normal;
		text-decoration: none;
			}
			
	.RightColumn a:visited 
	{
		color: #000000;
		font-weight: normal;
		text-decoration: none;
		}
		
	.RightColumn a:hover
	{
		color: #8a8a8a;
		font-weight: normal;
		text-decoration: underline;
		}
	

/**********************    Right Column Ends   ****************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/**********************   Footer Styles Begins   **************************/
#Footer {
	margin: 0 auto;
	width:740px;
	background: #636363;
	height: 20px;
	padding: 5px;
	}
	
		/*#Footer {
		 	margin: 0 0 0 20px;
			height: 15px;
			}
			
		*html #Footer {  I F'en Hate IE <6
			 margin: 0 0 0 10px;
			 height: 20px;
			} */
	
	#Footer_LegalLinks_Container {
		overflow: hidden;
		width: 330px;
		float: left;
		}
		
		
		#Footer_LegalLinks_Container ul
			{
			list-style-type: none;
			margin: 0 0 0 0;
			padding: 0;
			}

		#Footer_LegalLinks_Container li
			{
			border-left: 1px solid #ffffff;
			float: left;
			line-height: 1;
			margin: 5px 5px 0 -.5em;
			padding: 0 .5em 0 .5em;
			font-size: 70%;
			font-weight: bold;
			}
		
		
		#Footer_LegalLinks_Container a:link {
			color: #ffffff;
			text-decoration: none;
			}
		
			#Footer_LegalLinks_Container a:visited {
				color: #ffffff;
				text-decoration: none;
				}
		
			#Footer_LegalLinks_Container a:hover {
				color: #ff0000;
				text-decoration: underline;
				}
	
	#Footer_Copyright_Container {
		margin: 0;
		padding: 3px 2px 0 0;
		font-size: 70%;
		float: right;
		color: #ffffff;
		font-weight: bold;
		}
	
/**********************    Footer Styles Ends   ***************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */

/**************************************************************************/
/*******************    Top Navigation Styles Begin   *********************/

.RadMenu_Home
 
{
	padding: 0 0 0 0;
}

.RadMenu_Home_Context
{
	background: none;
	border:0;
}

.RadMenu_Home .rmLink,
.RadMenu_Home .rmTemplate .rmText
{
	
	text-decoration:none;
	color: #ffffff;
}

.RadMenu_Home .rmTemplate .rmText:hover,
.RadMenu_Home .rmLink:hover,
.RadMenu_Home .rmFocused,
.RadMenu_Home .rmExpanded
{
	text-decoration: underline;
}

.RadMenu_Home .rmText
{
	margin: 0 0 0 1px;
	padding-left: 0px;	
	padding-right: 11px;

	font-size: 90%;
	font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	
}

	*html .RadMenu_Home .rmText
	{
		margin: 0 0 0 1px;
		padding-left: 0px;	
		padding-right: 11px;
		font-size: 90%;
		font-weight: bold;
		font-family:  Arial, Helvetica, sans-serif;
	}

.RadMenu_Home .rmGroup
{
	font-size: 90%;
	font-weight: bold;
	/*background: #545454;*/
	background: transparent url('Menu/subnav_background.png') repeat;
	border-top: solid 1px #3e3e3e;
	line-height: 26px;

	
	
}

.RadMenu_Home .rmGroup .rmLink,
.RadMenu_Home .rmGroup .rmTemplate .rmText
{
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #3e3e3e;
	padding: 0 10px 0 12px;
	text-align: left;
	background: transparent url('Menu/menuItemArrow.gif') no-repeat 4px center;
}


.RadMenu_Home .rmGroup .rmTemplate .rmText:hover,
.RadMenu_Home .rmGroup .rmLink:hover,
.RadMenu_Home .rmGroup .rmFocused,
.RadMenu_Home .rmGroup .rmExpanded
{
	
	/*font-weight: normal;
	background: transparent url('Menu/menuItemArrowHover.gif') no-repeat 4px center; */
}

/********************    Top Navigation Styles Ends   *********************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */


/**************************************************************************/
/********************    Navigation Styles Begin  *************************/



.RadPanelBar_Three {
	margin: 15px 0 0 0;
	width: 165px !important;
	background: #ffffff;
	border-bottom:dotted 1px #707070;
}

.RadPanelBar_Three .rpRootGroup
{
	/* border: solid 1px #e5e5e5; */
}

.RadPanelBar_Three .rpImage
{
	margin: 4px 0;
}

.RadPanelBar_Three .rpText
{
	padding: 0 5px 0 13px;
	font-family: Arial, Helvetica, sans-serif;
	background: url('PanelBar/headerArrow_bossier.gif') no-repeat 6px center;
	white-space: nowrap;
	line-height: 26px;
	font-size: 80%;
	font-weight:bold;
}

.RadPanelBar_Three .rpLink
{
	color: #333333;
	
	border-top:dotted 1px #707070;
	
}

.RadPanelBar_Three .rpLink:hover
{
	color: #ff0000;
	background: #f1efef;
}


.RadPanelBar_Three .rpSelected .rpText
{
	background: url('PanelBar/HeaderArrowExpanded_bossier.gif') no-repeat 4px center;
	color: #ff0000;
}


.RadPanelBar_Three .rpExpanded
{
	background: none;
	
}



.RadPanelBar_Three .rpExpanded .rpText
{
	background: url('PanelBar/HeaderArrowExpanded_bossier.gif') no-repeat 4px center;

	color: #074b8b;
	
	
}

.RadPanelBar_Three .rpSelected .rpText
{
	font-weight: bold;
	
}

.RadPanelBar_Three .rpGroup
{
	background: #f4f2f2;
	
	padding: 0 0 0 5px;
}

.RadPanelBar_Three .rpGroup .rpLink
{
	color: #333333;
}

.RadPanelBar_Three .rpGroup .rpLink:Hover
{
	color: #074b8b;
	text-decoration: underline;
}


.RadPanelBar_Three .rpGroup .rpExpanded
{

}

.RadPanelBar_Three .rpGroup .rpSelected .rpText
{
	text-decoration: none;
	font-weight: bold;
	border-top: 0;
	background: url(PanelBar/ChildBox_bossier.gif) no-repeat 6px 11px;
	
	font-size: 75%;
}

.RadPanelBar_Three .rpGroup .rpText
{
	border-bottom: solid 1px #f5f5f5;
	border-top: 0;
	background: url(PanelBar/ChildBox_bossier.gif) no-repeat 6px 11px;
	
	font-size: 75%;
}


.RadPanelBar_Three .rpGroup .rpExpanded .rpText
{

	border-bottom: solid 1px #f5f5f5;
	/*border-top:0;
	color: #000;
	background: none;*/
}

.RadPanelBar_Three .rpLevel2 .rpText
{
	padding-left: 36px;
	line-height: 14px;
}

.RadPanelBar_Three .rpLevel3 .rpText { padding-left: 48px; }
.RadPanelBar_Three .rpLevel4 .rpText { padding-left: 60px; }

.RadPanelBar_Three .rpDisabled:hover,
.RadPanelBar_Three .rpDisabled .rpText
{
	color: #ccc;
	cursor: default;
}

.RadPanelBar_Three .rpGroup .rpDisabled:hover,
.RadPanelBar_Three .rpGroup .rpDisabled .rpText
{
	text-decoration: none;
	background: none;
	color: #ccc;
	cursor: default;
}

.RadPanelBar_Three .rpGroup .rpLink,
.RadPanelBar_Three .rpGroup .rpLast .rpItem .rpLink,
.RadPanelBar_Three .rpGroup .rpLink .rpText,
.RadPanelBar_Three .rpGroup .rpLast .rpItem .rpLink .rpText
{
	border-bottom-width: 1px;
}

.RadPanelBar_Three .rpGroup .rpLast .rpLink,
.RadPanelBar_Three .rpGroup .rpLast .rpLast .rpLink,
.RadPanelBar_Three .rpGroup .rpLast .rpLink .rpText,
.RadPanelBar_Three .rpGroup .rpLast .rpLast .rpLink .rpText
{
	border-bottom-width: 0;
}


/********************    Navigation Styles Ends   *************************/
/**************************************************************************/

/* ---------------------------------------------------------------------- */
/* <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><> */
/* ---------------------------------------------------------------------- */
