/* 
  -----------------------------------
  2 Column Fixed
  -----------------------------------
*/
body {
	color: #333;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 5px auto;
	padding: 0;
}
/********HEADER BANNER*********/


#masthead {
	width: 800px; 
	margin: 0 auto;
	height: 215px;
	background-image: url(img/headerBanner.jpg);
	background-repeat: no-repeat;
	background-position: top; 
}
/********LAYOUT WRAPPER**********/

#layout {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(img/shadow.jpg);
	background-repeat: repeat-y;
	background-position: 14px 0;
	padding: 0;
	}
/********TOP MENU WRAPPER*********

#menubar {
	position: relative; left:50%; width:800px; margin-left:-400px; top: 15px; height: 30px; 
	 background:  transparent;  z-index: 1000;
	font-size: 0.85em;
	margin-top: -33px;
	padding: 0 0 0 30px;

}

#menubar {
	position: relative; 
	float:right;
	right:10px; width:150px; margin-right:10px; 
	top: -45px; height: 30px;
	background:  transparent;  z-index: 1000;
	font-size: 0.95em;
	
	padding: 0 0 0 0px;

}*/

#menubar {
	position: relative; 
	float:left;
	left: 110px; width:250px; margin-right:10px; 
	top: -45px; height: 20px;
	background:  transparent;  z-index: 1000;
	font-size: 0.95em;
	
	padding: 0 0 0 0px;

}
#menubar A { color:#CCC; background-color: transparent; text-decoration:none;}
#menubar A:hover { color:#CC6600; 
	background-image: url(img/nav_roots.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
	background-color: transparent; }



/********COLUMN WRAPPER**********/

#columnwrapper 
{
}
	
/*MAIN and SIDEBAR COLUMNS
  Width of both must equal width of columnwrapper
	540 + 210 = 750 */

#navbox {
	float: left;
	width: 175px;
}
#mainbox {
	float: right;
	width: 600px;
}
#sideboxleft {
	float: left;
	width: 175px;
}

/********CONTENT CONTAINERS*********/
/*Masthead*/

#mastheadLogo {
	float: left;
	width: 40px;
	height: 30px;
	font-size: 0.75em; 
	margin: 0px ;
	padding: 2px 0px 2px 0px;
}

#mastheadSearch {
	float: right;
	z-index: 27; left: 500px;  width:300px;
	top: 43px;
	font-size: 0.8em;
	color: #666;  
	margin-top: 55px;
	margin-right: 20px;
	padding: 2px 8px 2px 0px;
}
#mastheadSearch .Button {
        width: 30px;
        font-size: 0.75em;
}
#mastheadTel {
	float: right;
	z-index: 27; left: 570px;  width:220px;
	top: 54px;
	font-size: 0.8em;
	color: #666;  
	margin-top: 65px;
	margin-right: 20px;
	padding: 2px 8px 2px 0px;
}

/*Search Box*/

#Search {
	font-size: 0.75em; 
	margin: 0px 30px 0px 400px;
	padding: 2px 0px 2px 0px;
}

#Search input {
        width: 150px;
}

#Search .Button {
        width: 30px;
        font-size: 0.75em;
}

/*Nav Sidebar*/

#navcontent {
	margin-left: 25px;
	margin-top: 5px;
	background: transparent; 
	
	font-size: 0.9em;
	padding: 1px 0 2px 0;
}

#navOn A { color:#000; background-color: transparent; text-decoration:none;}
#navOn A:hover, #navOn A:focus, #navOn A:active {
	color: #000;
	font-weight: bold;
	background-color:#CCC;
	text-decoration: none;

}

/*MAIN CONTENT PAGE*/
#maincontent {
	padding: 30px 60px 20px 8px;
	font-size: 0.95em;
	
}
#maincontent  p{
	line-height: 1.8em;
	margin: 8px 0;
	
}
/*Content*/
#sidecontentleft h3.topheading {
	margin: 1.8em 0 0 0;
}
/*Breadcrumb*/

#breadcrumbcontent  {
	padding: 0 15px 20px 0;
	font-size: 0.9em;
	
}
#breadcrumbcontent  p{
	margin: 2px;
}

#breadcrumb A { color:#000; background-color: transparent; text-decoration:none;}
#breadcrumb A:hover { color:#CC6600; background-color: #CCCCCC; }

.callout {
	float: left;
	margin: 6px 8px 0px 0px;
	padding: 10px;
	
	font-size: 0.85em;
}
.calloutCentre {
	position: relative; background-position:center;
	 
	margin: 6px 8px 0px 80px;
	padding: 8px; text-align: center;
	border: 1px solid #CCCCCC;
	font-size: 0.75em;
}

.calloutRight {
	position: relative; float: right;
	width: 200px;
	right: -200px;  
	margin: 6px 180px 0 -200px;
	padding: 8px; 
	text-align: left;
	
	font-size: 0.9em;
	color: #666;
}
.calloutRightColumn {
	position: relative; float: right;
	width: 180px;
	right: -200px;  
	margin: 6px 180px 0 -200px;
	padding: 8px; 
	text-align: left;
	
	
	color: #666;
}
UL .square{
	list-style-image: url('img/icon_ul.gif'); line-height: 1.8em; 
	 }	 
UL .square li{
	margin-bottom: 20px;
	 }	
UL .arrow {
	list-style-image: url('img/arrow.gif'); margin-left:-1.5em; line-height: 1.8em;
	 }	
UL .arrow li{
	margin-bottom: 20px; margin-left:-10px;
	 }	
UL .arrow li a {
	color: #FF3333; text-decoration: none;
	 }	  


UL .noArrow {
	list-style-image: url('icon01.gif'); 
}	

	 	 
/********HEADINGS*******/
h1  { 	
	FONT-FAMILY: Georgia, "Trebuchet MS", "Palatino Linotype",  "Times New Roman", serif;
	font-size: 2.8em;
	color : #CCC;
	font-style: italic;
	font-weight: normal;
	letter-spacing: 0.25em; 
	line-height: 1.5em;
	text-indent: 0.6em;
}
h2 { 	
	font: 1.8em "Trebuchet MS", Arial, sans-serif;
	color : #960;
	font-style: italic;
	letter-spacing: 0.25em; 
	line-height: 0.5em;
}
h3 { 	font: 1.1em Arial, sans-serif;
	color : #C96;
	FONT-WEIGHT: bold;
	}	
h4 {FONT-FAMILY: "Tahoma", Verdana,Arial,Helvetica,Geneva; 
	FONT-SIZE: 1.3em; 
	FONT-WEIGHT: bold; 
	margin: 1.8em 0 1.8em 0;
	letter-spacing: 0.25em; 
	line-height: 2em;
	color : #C66;
}
h5, h6 { color : #CCC;
	font-size: 1.5em;
	FONT-WEIGHT: bold;
}
p {font-size: 1em;
   padding-left:20px;}

TABLE {border-collapse: collapse; padding: 0; }


/*CLEARING the LAYOUT FLOATS*/
.clearit {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}

/********BOTTOM SHADOW GRAPHIC**********/
#bottom {
	margin: 0 auto;
	height: 45px;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-color: transparent;	
	background-position: 14px 0;
}

/***********FOOTER************/
/*Footer Container*/
#footerbox {
	
	margin: 0 auto;
	font-size: 0.7em;
	color: #999999;
	background: #FFF;
}
/*Footer Content*/
#footer {
	text-align: center;
	background: #FFF;
}



/* Link Link Styles*/
A { color:#CC6600; background-color: transparent; text-decoration:none;}
A:hover { color:#CC6600; background-color: #CCC; }

.caption a, .caption a:visited, .caption a:hover {
	color: #06C;
	cursor: default;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none;
}
.p7fix a:active, .caption a:active, .caption a:focus {
	color: #FFFFFF;
	background-color: transparent;
	cursor: pointer;
	font-size: .8em;
}
/*********PAGE LINK STYLES********/
#columnwrapper a:hover, #columnwrapper a:active, #columnwrapper a:focus, 
#footer a:hover, #footer a:active, #footer a:focus {
	background-color: #4D4D4D;
	color: #FFFFFF;
	text-decoration: none;
}


/*********POP UP LAYERS********/
#menu01, #menu02, #menu03, #menu04, #menu05, #menu06, #menu07, #menu08, #menu09, #menu11, #menu12, #menu13, #menu14, #menu15, #menu16, #menu17, #menu18, #menu19, #menu20 {
	BACKGROUND: #FFF; position: absolute; border: 2px solid #333;
	left:150px; top:100px; width:200px;  z-index:300; 
	font-size: 0.7em; padding: 10px; line-height: 2em;
}
	
/*********general ids..................................................*/
.LoginWhite {background-color: #F7F6F3;
	border: 1px solid #E6E2D8;
	padding: 8px;
	color: #333333;
}
/*********replacement therapy stuff..................................................*/

#magic h3, #easy h3, #wedding h3, #and h3, #uhoh h3 {

display:none	
}
#and {
	background: transparent url(img/and.png) no-repeat top left; 
	margin-top: -70px;
	float:right;
	width:310px;
	padding: 2px 0 80px 0;
}
#easy {
	background: transparent url(img/easy.png) no-repeat top left; 
	margin-top: -70px;
	float:right;
	width:310px;
	padding: 2px 0 80px 0;
}
#magic {
	background: transparent url(img/magic.png) no-repeat top left; 
	margin-top: -70px;
	float:right;
	width:310px;
	padding: 2px 0 80px 0;
}
#wedding {
	background: transparent url(img/wedding.png) no-repeat top left; 
	margin-top: -70px;
	float:right;
	width:310px;
	padding: 2px 0 80px 0;
}
#uhoh {
	background: transparent url(img/uhoh.png) no-repeat top left; 
	margin-top: -70px;
	float:right;
	width:310px;
	padding: 2px 0 80px 0;
}
#magic .p1 {
	 
	margin-top: 0;
	
}
#magic h3 .hover {}
/* under intro area : main column and here define lines */
	
/*********general styles..................................................*/
.tdtitle a:hover {text-decoration: none; background: transparent;}
.bold {	
	FONT-WEIGHT: bold; COLOR: #C93;}
.boldUnderline {	
	FONT-WEIGHT: bold; COLOR: #C93; border-bottom: 1px solid #FC0;}

.caption {font-size: 0.8em; }
.captionCentre {font-size: 0.8em; text-align: center;}

.cgroupAll {border: 1px solid #CCC; padding: 5px;}
.cgroupCd {border: 1px solid #CCC; padding: 5px; font-size: 0.8em; }
.dbLeft { float: left;  border: 1px solid #666; 
	margin: 2px; font-size: 0.9em;
	background: #FFFFFF;
	}
.dbRight { float: right; 
    width: 310px; border: 1px solid #CCC; 
    text-align: left;
	margin: 2px 50px 0 2px; font-size: 0.9em;
	background: transparent;
	}
.floatRight { float: right; padding: 0 10px 0 10px }
.floatLeft { float: left; padding: 0 15px 15px 0 }
.floatClear { clear: both }
.grid {width: 450px; padding: 3px; border: 1px solid #CCC;
    font-size: 0.9em; text-align: right; color: #666;}
.gridCaptionTitle {color: #963; text-align: left;
    font-size: 1.1em; background-color: #EEE; border-top: 1px solid #CCC;}
.gridCaption {color: #333; padding: 3px; text-align: left;
    font-size: 1em; background-color: #EEE; border-top: 1px solid #CCC;}
.gridCaptionMask {color: #EEE; padding: 3px; text-align: left;
    font-size: 1em; background-color: #EEE; border-top: 1px solid #CCC;}    
.gridPageNumber {color: #333; padding: 3px;
    font-size: 1em; font-weight: bold; background-color: transparent;}
.headBold {	COLOR: #666; FONT-SIZE: 1.7em;  
           	font-style: italic;
           	letter-spacing: 0.25em;}

.highlight { color:#C93; font-weight: bold;
	background-image: url(line_red.jpg);
	background-repeat: no-repeat; 
	background-position: bottom left;}
.intro {	
	FONT-SIZE: 0.8em; padding: 4px; color: #666;}
.linesafe { 
	width: 400px; background:  url('PageImages/line_dot.gif') repeat-x; }
.line { 
	 margin-left: 40px; border-top: 2px dotted #CCC; }
.linemenu { 
	 margin-left: 10px; 
	 background: #bba36a;
	 height: 1px; }	 
.lineThin { 
	width: 100px; margin-left: 40px; border-top: 1px solid #999; }
.poem { 
       line-height: 1.5em;}

.poemeng { 
	border-left: 1px solid #CCC;
	padding-left:7px;
	vertical-align:top;}
.poemgael {text-align: right;
    padding-right: 7px;
    vertical-align:top;}	
.pullquote {
	PADDING-LEFT: 20px; FONT-SIZE: 1.6em; COLOR: #888; LINE-HEIGHT: normal;  FONT-FAMILY: "Trebuchet MS", "Palatino Linotype", Georgia, "Times New Roman", serif; background:  url(img/icon_pullquote.gif); background-repeat: no-repeat;
}
.pullquoteSmall {
	PADDING-LEFT: 20px; FONT-SIZE: 1.6em; COLOR: #EEE; LINE-HEIGHT: normal;  FONT-FAMILY: "Trebuchet MS", "Palatino Linotype", Georgia, "Times New Roman", serif; background:  url(img/icon_pullquote.gif); background-repeat: no-repeat;
}
.quote {
	COLOR: #FF6600; LINE-HEIGHT: 22px; padding: 18px 0 4px 0;
}
.quoteDark {
	COLOR: #333; font-size: 1em; line-height: 2em; padding-left: 20px;
}
.tableMin { background: #eeeeee; border: 1px solid #CCC;}
.tableMinGrey { background: #999;}
.tableMin_bottom {background: #C96; border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
.tableMin_mid {border-left: 1px solid #ccc; border-right: 1px solid #ccc;
vertical-align:top;
}
.tableMin_mid td {
padding: 10px 8px 5px 8px;}
.tableMin_bottom {margin: 0;
	padding: 0;
	background-image: url(img/p7ap_greystoneBase.jpg);
	background-repeat: repeat-x;
	background-color: #949494;
	}
.tableMin_top {margin: 0;
	padding: 2px 4px ;
	background-image: url(img/p7ap_greystone.jpg);
	background-repeat: repeat-x;
	background-color: #949494;
	}
.tableMin_top p {padding:0 0 0 20px;
	margin: 0;
	height: 20px;
	font-size: 1em;}	
.tableMin_mid UL .arrow {margin-left: -20px;}
.tableMin_mid p {padding: 2px 15px;}


.tdLeft {	
		border-top: 1px solid #CCC; padding: 5px 0 0 5px; }
.tdLine {	
		border-top: 1px dotted #CCC; padding: 5px; }	
.tdLeftEven {	
		width: 50%; padding: 5px; }	
.tdMid {	
		padding: 10px; }
.tdRight {	
		border-top: 1px solid #CCC; padding: 5px 5px 0 0; text-align: right; }
.tdRightEven {	
		width: 50%; padding: 5px; }		
.tdtitle {text-decoration: none;}		

#lblGreeting
{
    color: #b22222;
    font-family: Unicorn;
}
