/*Radiant Skin Clinic*/

div.pagelayout
{
	/*	Set to the right width if you want it left aligned */
	width: 100%;
        
	vertical-align: top;
        align: center;
}


/*	There are the 4 main fonts which we can use. 
	H1 is the largest / biggest /strongest heading, H2 is the second largest, H3... H4... 
	
	Mouse-Over Text effect - 	When the mouse is over any of the text headings you might want to
								have an effect where the text might become bold or change colour.
								to do this simply add/alter the A:hover Stle
								
	Hyperlink Colour / font - 	If you want to control the hyperlink colour and font, you can use:
								A:link - for normal unvisited links
								A:visited - for normal visited links
								A:hover - as above, to change colour / font / size when the mouse is over.

*/

H1
{

	font-family: Georgia;
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #416600;
        
}


H2
{

	font-family: Georgia;
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #416600;
}


H2 A:link
{
	font-family: Georgia;
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #416600;
	text-decoration: none;
	}

H2 A:visited
{
	font-family: Georgia;
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #416600;
	text-decoration: none;
	}

H2 A:hover
{
	font-family: Georgia;
	font-size: 16pt;
	font-weight: normal;
	font-style: normal;
	color: #416600;
	text-decoration: underline;
	}

H3
{

	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #416600;
}


H3 A:link
{
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #416600;
	text-decoration: none;
	}

H3 A:visited
{
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #416600;
	text-decoration: none;
	}

H3 A:hover
{
	font-family: Georgia;
	font-size: 14pt;
	font-weight: bold;
	font-style: normal;
	color: #416600;
	text-decoration: underline;
	}


H4
{

	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #416600;
}


H4 A:link
{
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #416600;
	text-decoration: none;
	}

H4 A:visited
{
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #416600;
	text-decoration: none;
	}

H4 A:hover
{
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #416600;
	text-decoration: underline;
	}
	

/*	The p style is the default font that the site will use.

	Try not to use a large size, 10pt is normally fine.

	Again, you can specify the following effects:
	
	e.g. 	        p a:link
	or 		p a:visited
	or		p a:hover
	
	Mouse-Over Text effect - 	When the mouse is over any of the text headings you might want to
								have an effect where the text might become bold or change colour.
								to do this simply add/alter the A:hover Stle
								
	Hyperlink Colour / font - 	If you want to control the hyperlink colour and font, you can use:
								A:link - for normal unvisited links
								A:visited - for normal visited links
								A:hover - as above, to change colour / font / size when the mouse is over.

*/

p {
	font-family:Lucida Sans Unicode;
    font-size:10pt;
    color: #384147;
    font-weight: normal;
     text-decoration:none;
	}

p a:link { 	
	
	font-size: 10pt;
	font-family: Lucida Sans Unicode;
	color: #384147;
	text-decoration: underline;
    font-weight:600;
}
	
p a:visited { 	
	
	font-size: 10pt;
	font-family: Lucida Sans Unicode;
	color: #384147;
	text-decoration: underline;
    font-weight:600;
}
	
p a:hover { 	
	
	fonfont-size: 10pt;
	font-family: Lucida Sans Unicode;
	color: #384147;
	text-decoration: none;
    font-weight:600;
	}


a:link img 
{
filter: none;
} 
a:visited img 
{
filter: none;
} 
a:hover img 
{
filter: alpha(opacity=75);-moz-opacity:.75; opacity:.75;
}

.headerstyle
{
    font-family:Lucida Sans Unicode;
    font-size:14pt;
    color: #648868;
    font-weight: normal;
    text-decoration:none;
    }

.textstyle
{
    font-family:Lucida Sans Unicode;
    font-size:14px;
    color: #384147;
    font-weight: normal;
    text-decoration:none;
    }

.captionheader
{
    font-family: Lucida Sans Unicode;
    font-size: 10pt;
    color: #648868;
    font-weight: bold;
    font-style: normal;
    }

.caption
{
    font-family: Lucida Sans Unicode;
    font-size: 8pt;
    color: #384147;
    font-weight: normal;
    font-style: normal;
    }



.date
{
font-size: 8pt;
	color: #ED1C24;
	font-family: Arial;
	line-height:9pt;
       text-decoration: none;
    font-weight:normal; 
   text-transformation:uppercase;

}

body
{
/*	Always set background-colour to white otherwise it will stuff up the CMS system
*/
	background-color: White;
	vertical-align: top;
	color: Black;
	font-size: 11px;
	font-family: Georgia;
	height: 100%;
        SCROLLBAR-FACE-COLOR: #154c70; 
        SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
        SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
        SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
        SCROLLBAR-ARROW-COLOR:  #FFFFFF; 
        SCROLLBAR-TRACK-COLOR: #cccccc; 
        SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

/*	Bullet Point.
		. abcde
		. abcde
		. abcde
*/



ul {
	
	font-size: 11px;
	color: #ffffff;
	font-family: Arial;
	
}

ul a:link { 	
	
	font-size: 11px;
	font-family: Georgia;
	color: #416600;
	text-decoration: none;
    font-weight:bold;
}
	
ul a:visited { 	
	
	font-size: 11px;
	font-family: Georgia;
	color: #416600;
	text-decoration: none;
    font-weight:bold;
}
	
ul a:hover { 	
	
	font-size: 11px;
	font-family: Georgia;
	color: #000000;
	text-decoration: underline;
    font-weight:bold;
	}


/*	Number Points... e.g.
		1. abcde
		2. abcde
		3. abcde
*/

ol {
	
	font-size: 11px;
	color: #444444;
	font-family: Georgia;
	line-height:20px;
}

ol a:link { 	
	
	font-size: 11px;
	font-family: Georgia;
	color: #416600;
	text-decoration: none;
    font-weight:bold;
}
	
ol a:visited { 	
	
	font-size: 11px;
	font-family: Georgia;
	color: #416600;
	text-decoration: none;
    font-weight:bold;
}
	
ol a:hover { 	
	
	font-size: 11px;
	font-family: Georgia;
	color: #000000;
	text-decoration: underline;
    font-weight:bold;
	}



/*	The following definitions control the left menu tree options.
=========================================================================
*/

bLeftMenuTree, a.bLeftMenuTree {font-size:14px;}

TreeLeaf, a.TreeLeaf 
{ font-family:Trebuchet MS; color: #2f3030; font-weight: bold; text-decoration: none; padding-top: 3px; padding-bottom: 3px; padding-left: 13px; padding-right: 0; font-size: 14px; align:left; height:15px; display:block;height:27px; vertical-align:center;}

TreeLeaf, td.Treeleaf
{ font-family: Trebuchet MS; padding-top:3px; padding-left: 13px; padding-bottom: 3px; font-size: 14px; color: #2f3030; font-weight: bold; text-decoration: none; align:left;  display:block;  vertical-align:center; }

TreeLeaf, a.TreeLeaf:hover 
{ font-family: Trebuchet MS; font-size: 14px; color: #075e97; font-weight: bold; text-decoration: none; padding-left: 13px;  align:left; padding-top: 3px; padding-bottom: 3px; height:27px; display:block;


 }

TreeSelectedLeaf, a.TreeSelectedLeaf
{ font-family: Trebuchet MS; font-size: 13px; font-weight:bold; color: #075e97; padding-top:3px; padding-bottom: 3px; height:27px; display:block; padding-left:13px;


*/ background-image: url(/File.aspx?x=588&File=leftnavbg2.gif);
        background-repeat: no-repeat;
        background-position: center center; vertical-align:center; */

}

/*	The following definitions control the interactive left menu options.
=========================================================================
*/


/*	Table.MenuLevel0 is the control for the base level menu
*/

MenuLevel0 a.MenuLevel0 
{
	
	padding-left:14px; 
	padding-right:20PX;
	padding-top:5px; 
	padding-bottom:5px;
	font-family: Arial; 
	font-size: 11px;
        font-weight: normal; 
	color: #ffffff;
display: block;
         }
a.MenuLevel0:link
{
	
	padding-left:14PX; 
	padding-right:20PX; 
	padding-top:5px; 
	padding-bottom:5px;
	font-family: Arial; 
	font-size: 11px; 
        font-weight: normal; 
	color: #000000;
display: block;
	}
a.MenuLevel0:visited
{
	
	padding-left:14PX; 
	padding-right:20PX; 
	padding-top:5px; 
	padding-bottom:5px;
	font-family: Arial; 
	font-size: 11px; 
        font-weight: normal; 
	color: #000000;
display: block;
	}
a.MenuLevel0:hover
{
	background-color: #bda6d0;
	padding-left:14PX; 
	padding-right:20PX;
	padding-top:5px; 
	padding-bottom:5px;
	font-family: Arial; 
	font-size: 11px;
        font-weight: normal;  
	color:#ffffff;
display: block;
	}

Table.MenuLevel0 
{
	 
	width: 184px;
        height: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left:0;
	margin-right:0;
	cellspacing:0;
	padding-top: 0; 
	padding-bottom: 3pt;
	font-family: Arial;
        vertical-align: top; 
	font-size: 11px; 
	color: #FFFFFF;
        align:center;
        font-weight:normal;
        
		}

/*	Table.MenuLevel1 is the control for the Expaneded level menu
*/

MenuLevel1 a.MenuLevel1 
{
	
	width: 100%; 
	padding-left:0; 
	padding-right:0;
	padding-top:0; 
	padding-bottom:0;
	font-family: Tahoma; 
	font-size: 11px;
        font-weight: bold; 
	color: #FFFFFF;
        display: block; }
a.MenuLevel1:link
{
	 
	width: 100%; 
	padding-left:0; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0;
	font-family: Tahoma; 
	font-size: 11px; 
        font-weight: bold; 
	color: #FFFFFF;
display: block;
	}
a.MenuLevel1:visited
{
	 
	width:100%; 
	padding-left:0; 
	padding-right:0; 
	padding-top:0; 
	padding-bottom:0;
	font-family: Tahoma; 
	font-size: 11px; 
        font-weight: bold; 
	color: #FFFFFF;
display: block;
	}
a.MenuLevel1:hover
{
	
	width: 100%; 
	padding-left:0; 
	padding-right:0;
	padding-top:0; 
	padding-bottom:0;
	font-family: Tahoma; 
	font-size: 11px;
        font-weight: bold;  
	color:#666666 ;
display: block;
	}

Table.MenuLevel1 
{
	 
	width: 100%; 
	padding-left: 0;
	padding-right: 0;
	margin-left:0;
	margin-right:0;
	cellspacing:0;
	padding-top:0; 
	padding-bottom:0;
	font-family: Arial;
        vertical-align: top; 
	font-size: 9pt; 
	color: #FFFFFF;
        
		}



/*	The following Table is the table that stretches right across - effectivly its your canvas
=========================================================================

The only thing you really need to change is the colour.
*/

TABLE.BackgroundTable
{
	align: center;
        border-collapse: collapse;
	background-color: #ffffff;
/* background-image: url(/File.aspx?x=588&File=tdbackground.jpg);
        background-repeat: repeat-x;
        background-position: top left; */
	width: 100%;
	height: 100%;
	padding-top: 0;
	border: 0;
	padding :0;
	cellspacing:0;
	vertical-align: top;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:0;
	margin-right:0;
	margin: 0 auto;
}
td.backgroundTableRow
{ 
        vertical-align: top;
         padding-top:39px;
}

/*	The header table that is INSIDE the Background Table
========================================================================= */

TABLE.HeaderTable
{
	align: center;
	width: 965px;
	height: 173px;
	vertical-align: top;
	border: 0;
	padding :0;
	cellspacing:0;
	background-color: #ffffff;
	font-family: Arial; 
	font-size: 8pt;
}

.header
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
	
	}

a.header:link
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
	
	}

a.header:visited
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
	
}

a.header:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	font-style:normal;
	text-decoration:none;
	
}




/*	The main table is split into 2 columns and the whole table is beneath the header table
The left column contains the menu. 
The right column contains the content.
=========================================================================
*/
TABLE.MainTable
{ 
        
	border-collapse: collapse;
	align: center;
        width: 965px;
	height: 100%;
   	vertical-align: top;
	border: 0;
	padding: 0;
         background-image: url(/File.aspx?x=588&File=contentbg.jpg);
        background-repeat: repeat-y;
        background-position: top center;
}

td.leftcolumn
{ 
    
    align: left;
    padding-left: 0;
    padding-top: 26px;
    padding-bottom: 0;
    width: 270px;
    height: 100%;
    vertical-align: top;
   /* background-image: url(/File.aspx?x=588&File=leftnav.jpg);
        background-repeat: no-repeat;
        background-position: top center; */
    
}

td.rightcolumn
{ 
    align: center;
     vertical-align: top;
    border: 0;
    width: 695px;
    height:100%;
    padding-bottom:0;
    padding-top:0;
  /* background-image: url(/File.aspx?x=588&File=contentbg2.jpg);
        background-repeat: no-repeat;
        background-position: bottom left; */
}

/*	The header table that is INSIDE the Background Table
=========================================================================
*/

TABLE.FooterTable
{
	align: center;
        width: 965px;
        height: 59px;
        border: 0;
	font-size: xx-small;
	vertical-align: top;
	background-color: #ffffff;
        padding: 0;
}

.footer
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #989288;
	font-style:normal;
	text-decoration:none;
	
	}

a.footer:link
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #989288;
	font-style:normal;
	text-decoration:none;
	
	}

a.footer:visited
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #989288;
	font-style:normal;
	text-decoration:none;
	
}

a.footer:hover
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #154c70;
	font-style:normal;
	text-decoration:none;
	
}


.footer2
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
	
	}

.footer2:link
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
	
	}

.footer2:visited
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
	
}

.footer2:hover
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #d2dbde;
	font-style: normal;
	text-decoration:none;
	
}

.footer3
{
	font-family: Trebuchet MS;
	font-size: 7pt;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	font-style:normal;
	text-decoration:none;
	
	}



/*---------- Custom Form -----------*/


.mfcf_ContactForm {margin-left: -20px;}
