/* Guaranteed Funeral Deposits of Canada Stylesheet
By: Andrew Phoenix andrew@rkd.ca
    RKD Web Studios www.rkd.ca
Date: Oct 2010

Table of Contents

1. Full Reset
2. Typography
3. GFD Global
4. GFD Header
5. GFD Content
6. GFD Footer

*/

/* 
	+--------------------------+
   	| Full Reset by Eric Meyer |
   	|     at meyerweb.com      |
   	+--------------------------+ 
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
	border:0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*	+--------------------------+
	|   Typography Settings    |
	|   from CSS-Boilerplate   |
	|   Colours Added          |
	+--------------------------+
*/	

body { color:#636466; font-size:14px;}
 
 
/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { font-family: Arial, Helvetica, sans-serif; }
 
 
/* Headings
-------------------------------------------------------------- */
 
h1,h2,h3,h4,h5,h6 { font-weight: bold; color:#454a9a;}
 
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 1.7em; margin-bottom: 0.75em; line-height: 1.2em; }
h3 { font-size: 1.3em; line-height: 1.2; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1em;}
h5 { font-size: 1em; margin-bottom: 1em; color:#666; line-height:1.5;}
h6 { font-size: 1em; }
 
 
/* Text elements
-------------------------------------------------------------- */
 
p { margin: 0 0 1.5em; line-height:1.5;}
 
ul, ol { margin: 0 1.5em 1.5em 1.5em; line-height:1.5;}
ul { list-style-type: circle; }
ol { list-style-type: decimal; }
 
dl { margin: 0 0 1.5em 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }
 
abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }
 
a { color: #009; text-decoration: none; }
/*a:hover { text-decoration: underline; }*/
 
blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }
span.amp { /* For better-looking ampersands */
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}
span.light-blue {color: #77b0ec;}

/*	+--------------------------+
	|        GFD Global        |
	+--------------------------+
*/	


body {
	background-color:#f7f0dc;
} 
#container {
	margin: 0 auto; /*KG*/
	position: relative; /*KG*/
	display:block;
	height:1200px;
	width:984px;
	height:100%;
	background:url(../../images/content.png) repeat-y !important;
}
.clear {
	clear: both;
	}
.fleft-img {
	float: left;
	margin: 0 15px 15px 0;
	}

/*	+--------------------------+
	|        GFD Header        |
	+--------------------------+
*/	

#header {
	height:195px;
}

.Consumer #header {background:url(../../images/header-blue.png) no-repeat;}
.Nonmember #header {background:url(../../images/header-purple.png) no-repeat;}
.Member #header {background:url(../../images/header-brown.png) no-repeat;}

	#header a {
		color:white;
	}
	#header a:hover 
	{
	    color:#e27434;
	}
	#headnav {
		font-size:11px;
		font-weight:bold;
		color:white;
		position:absolute;
		left:580px;
		top:8px;
	}
		#headnav p span {
			display:block;
			float:left;
			margin:5px 20px;
		}
	#breadcrumbs {
		position:absolute;
		top:147px;
		left:210px;
		z-index:1;
		font-size:10px;
		font-weight: bold;
		letter-spacing: 0.02em;
		}
		#breadcrumbs p { /*KG*/
			font-family: Arial, Helvetica, sans-serif;
			color: #454a9a;
		}
		#breadcrumbs a { /*KG*/
			position:relative;
			z-index:1;
			color:#454a9a;
		}
	#skipto {
		display:none;
	}
	#title {
		display:block;
		height:146px;
		width:146px;
		position:absolute;
		top:34px;
		left:40px;
		background:url(../../images/gfd-logo.png)no-repeat;
	}
	span.logo {visibility:hidden;border:none;}
	.topnav {
		list-style:none;
		margin:0;
		padding:0;
		position:absolute;
		z-index:5000;
		top:108px;
		left:210px;
		height:32px;
	}
	.topnav ul {
		width: 100px;
		margin:0;
		padding:0;
        line-height:1;
		overflow:visible;
	}
		.topnav li {
			float:left;
			list-style:none;
			margin:0;
			padding:0;
		}
			.navabout {width:130px;}
			.navcontact {width:130px;}
			.navprivacy {width:160px;}
			.navdisclaimer {width:125px;}
			.topnav li a {
				padding:0;
				margin:0;
				font-weight:bold;
				font-size:12px;
				display:block;
				height:24px;
				padding-top:8px;
				padding-left:8px;
			}
			.topnav li ul {
				position:absolute;
				z-index:5000;
				width:130px;
				left:-999em;
			}
			.topnav li:hover ul , .topnav li.sfhover ul {
				position:absolute;
				z-index:5000;
				left:auto;
			}
	.navabout .subnav, .navcontact .subnav { /*KG*/
		-moz-box-shadow: 0 2px 5px #888;
		-webkit-box-shadow: 0 2px 5px #888;
		box-shadow: 0 2px 5px #888;
		width: 158px;
	}
    .subnav li 
    {
        margin-bottom:6px;
    }
	.subnav li {
		position:relative;
		z-index:5000;
		clear:both;
		float:none;
		display:block;
		height:25px;
	}
	.Consumer .topnav li:hover, .Consumer .subnav li a { /*KG*/
		background-color:#3f72be;  /*Fallback for browsers that don't support RGBA*/
		background-color: rgba(63, 114, 190, 0.95);
	}
	.Nonmember .topnav li:hover, .Nonmember .subnav li a {
		background-color:#736add;
		background-color: rgba(115, 106, 221, 0.95);
		}
	.Member .topnav li:hover, .Member .subnav li a {
		background-color: #606060;
		background-color: rgba(96, 96, 96, 0.95);
		}
	.subnav li a {
		position:relative;
		display:block;
		height:23px;
		z-index:5000;
		width: 150px;
		font-weight: bold;
		font-size: 11px;
	}
	
	#toolbox {
		width:229px;
		text-align:center;
	}
		
		.toolboxdiv {
			width:209px;
			height:349px;
			position:absolute;
			left:545px;
			top:32px;
			background:url(../../images/toolbox.png) no-repeat;
			padding:10px;
		}
		.toolboxdiv-nonmember {
			width:209px;
			height:349px;
			position:absolute;
			left:545px;
			top:32px;
			background:url(../../images/toolbox-non-member.png) no-repeat;
			padding:10px;
		}
		.tb 
		{
		    width:70px;
		    height:95px;
		}
		    #toolbox .toolboxdiv .tb a, #toolbox .toolboxdiv-nonmember .tb a 
		    {
		        padding:0 !important;
		        margin:0 !important;
				font-size: 10px;
				color: #837668; /*KG*/
				line-height: 1em;
		    }
		    tb a:hover 
		    {
		        text-decoration:none;
		    }
			#toolbox .toolboxdiv .tb a img, #toolbox .toolboxdiv-nonmember .tb a img {
				padding-bottom: 5px;
			}
		#faq {float:left;margin-left:20px; padding-top: 5px;}
		#pre {float:right;margin-right:20px; padding-top: 5px;}
		#guide {float:left;margin-left:20px; padding-top: 5px;}
		#travel {float:right;margin-right:20px; padding-top: 5px;}
		#search {clear:both;margin-left:auto;margin-right:auto;padding-top:4px; width: 150px;}
		     
		    
/*	+--------------------------+
	|        GFD Content       |
	+--------------------------+
*/	

#content {
	padding-left:210px;
	width:510px;
	min-height:510px;
	float:left;
}
#content a:hover 
{
    text-decoration:underline;
}
#sidebar {
	float:right;
	margin-right: 10px;
	display: inline;
	}
.focus p {
	margin:0;
	padding:0;
}
	.focustitle {
		width:470px;
		padding: 0 50px 0 0;
		background:url(../../images/focustitle.png) no-repeat;
		height:46px;
	}
		.focustitle h3{
			display:block;
			padding-left: 0;
			width:104px;
			margin-left: 5px;
			font-size:12px;
			padding-top:9px;
			text-align:center;
			color:#837668; /*KG*/
		}
	.focusbody {
		width:470px;
		padding: 10px 25px 0 25px;
		background:url(../../images/focusbody.png) repeat-y;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #837668; /*KG*/
	}
		.focusbody p {
			padding:5px 0;
			margin:0;
			clear:both;
		}
		.focusbody table
		{
		    display:block;
		    /*padding:10px 30px;*/ /*KG*/
		    margin:0;
		    clear:both;
		    position:relative;
		    /*left:30px;*/
		    top:-20px;
		    width:460px;
		}
		.focusbody tr 
		{
		    display:block;
		    min-height:40px;
		}
		.focusbody a
		{
		    color:#837668;
		    font-weight:bold;
		}
		.focusbody table li { list-style-type:none;}
		        
		.label
		{
		    display:block;
		    width:79px;
		    float:left;
		    text-align:left;
		    margin-right:5px;
		}
		.signup .label
		{
			width: 150px;
		}
		.radios 
		{
		    margin-left:50px;
		    font-weight:bold;
		}
		.input 
		{
		    display:block;
		}
		    .input input 
		    {
		        /*width:230px;*/
				width: 275px;
		        border-top:2px #848484 solid;
		        border-left:2px #848484 solid;
		        border-right:1px #eeeeee solid;
		        border-bottom:1px #eeeeee solid;
		    }
		    .input select 
		    {
		        /*width:200px;*/
				width: 140px;
		        border-top:2px #848484 solid;
		        border-left:2px #848484 solid;
		        border-right:1px #eeeeee solid;
		        border-bottom:1px #eeeeee solid;
		    }
		    .input textarea {width:380px; border-top:2px #848484 solid;
		        border-left:2px #848484 solid;
		        border-right:1px #eeeeee solid;
		        border-bottom:1px #eeeeee solid;
			}
			.signup textarea {
				width: 275px;
			}
		.submit 
		{
		    position:relative;
		    left:384px;
		}
		.signup .submit {
			left: 353px;
		}
	.focusdone {
		display:block;
		height:66px;
		width:520px;
		background:url(../../images/focusdone.png) no-repeat;
	}
.hr 
{
    display:block;
    width:450px;
    border-top:1px solid #636466;
    position:relative;
    left:33px;
}
.focusbody-hr {
	width: 470px;
	height: 1px;
	padding: 5px 0;
	background: url(../../images/focusbody-keyline.png) no-repeat;
}
.pc1 
{
    display:block;
    width:250px;
    margin-right:20px;
	margin-bottom: 5px;
    float:left;
}
.pc2 
{
    display:block;
    width:105px;
    float:left;
}
.pc3
{ display:block;
  width:80px;
  float:left;
}
.search .input 
		{
		    display:inline; 
		}
		    .search .label
		{
		    display:inline;
		    width:150px;
		    float:none;
		    text-align:left;
		    margin-right:5px; /*KG*/
		}
			.search .radius
		{
			margin-left: 20px;
		}
		    .search .input input 
		    {
		        border-top:2px #848484 solid;
		        border-left:2px #848484 solid;
		        border-right:1px #eeeeee solid;
		        border-bottom:1px #eeeeee solid;
		    }
		    .search .input select 
		    {
		        
		        border-top:2px #848484 solid;
		        border-left:2px #848484 solid;
		        border-right:1px #eeeeee solid;
		        border-bottom:1px #eeeeee solid;
		        width:64px;
		    }
		
		.search .submit 
		{
		    position:relative;
		    left:10px;
		}

p.alpha-search	{
	padding-top: 10px;
	}
	p.alpha-search a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.4em;
		font-weight: bold;
		color: #837668;
		margin-right: 2px;
}
.faqimg
{
    margin-right:5px;
    cursor:pointer;
    float:left;
    margin-top:7px;
    margin-bottom:12px;
}
.faq-answers ul {
	padding-left: 0;
}
p.back-to-top 
{
	float: right;
	}
	p.back-to-top img
	{
	vertical-align: -10%;	
}
h5 { cursor:pointer; }

/* Planning Guide */

p.planning-guide {
	padding: 0;
	margin: 0;
	}
p.planning-guide a img {
	margin-top: -10px;
	}

/* Board of Directors */

.board 
{
    width:250px;
    font-size:11px;
    height:125px;
}
    .board img 
    {
        padding:5px;
        float:left;
        background:white;
        border-bottom:2px solid #ccc !important;
        border-right:2px solid #ccc !important;
        margin-right:10px;
    }
.even {float:right;}
.odd {float:left;clear:both;}

.inputdirection 
{
    font-size: 8pt;
    color: #837668;
}



/*	+--------------------------+
	|        GFD Footer        |
	+--------------------------+
*/	

#footer {
	height:92px;
	width: 984px;
	margin: 0 auto;
	clear:both;
	font-size:12px;
}
    .Consumer #footer {color:#99c4f0;background:url(../../images/footer-blue-fade.png) no-repeat;}
    .Consumer #footer a {color:#99c4f0;}
    .Nonmember #footer {color:#8d85e3;background:url(../../images/footer-purple-fade.png) no-repeat;}
    .Nonmember #footer a {color:#8d85e3;}
    .Member #footer {visibility:hidden;color:#666;}
    .Member #footer a {color:#999;}
    #footer a:hover 
    {
        text-decoration:underline;
    }
	#copyright {
		
		position:relative;
		top:16px;
		left:210px;
	}
	#footnav {
		position:relative;
		top:4px;
		left:690px;
		width:290px;
	}


