@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'georgiaregular';
    src: url('fonts/georgia/georgia-webfont.eot');
    src: url('fonts/georgia/georgia-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/georgia/georgia-webfont.woff') format('woff'),
         url('fonts/georgia/georgia-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Conv_CopperplateGothicStd-33BC';
	src: url('fonts/CopperplateGothicStd-33BC/CopperplateGothicStd-33BC.eot');
	src: local('☺'), url('fonts/CopperplateGothicStd-33BC/CopperplateGothicStd-33BC/CopperplateGothicStd-33BC.woff') format('woff'), url('fonts/CopperplateGothicStd-33BC/CopperplateGothicStd-33BC.ttf') format('truetype'), url('fonts/CopperplateGothicStd-33BC/CopperplateGothicStd-33BC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


body{
	padding:0;
	margin:0;

}
ul{
	list-style:none;
	padding:0;
	margin:0;
}

/*Global */
.clearer{ clear:both;}

/* BOF Header*/
#header{
	height:auto;
	width:100%;
	margin:0 auto;
	background:url(images/content-wrapper.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	padding-bottom:36px;
}
#header-content{
	width:1066px;
	height:98px;
	margin:0 auto;
}
#header-left{
	width:593px;
	float:left;
	height:auto;
}

#header-left h1{
	color: #50572A;
    font-family: georgiaregular;
    font-size: 38px;
    line-height: 38px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 30px;
}
#header-left h3{
	color:#8A905C;
	font-family:georgiaregular;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	line-height:14px;
	letter-spacing:0.25px;
	margin:0;
}
#header-right{
	float:right;
	width:190px;
	background:url(images/header-image.png);
	background-position:center right;
	background-repeat:no-repeat;
	height:64px;
	margin-top:28px;
	margin-right:18px;
}



/*EOF Header*/

/* BOF Content */

#main-content{
	height: auto;
    margin: 0 auto;
    width: 100%;	
	background:url(images/bg-wrapper.png);
	background-position:center right;
	background-repeat:repeat-x;
	
}
#content{
	margin: 0 auto;
    width: 1066px;
	height:auto;
	overflow:hidden;
}
#content-left{
	width:320px;
	float:left;
	height:auto;
	margin-left:30px;
}
#img-box{
	background:url(images/images-box.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:18px;
	    background-size: 310px 455px;
}

#content-right{
	float:right;
	width:679px;
	height:auto;
}
#content-right p{
	font-family:georgiaregular;
	font-size:14px;
	line-height:14px;
	color:#6D6E70;
	line-height:18px;
	letter-spacing:0.8px;
	margin-bottom:0;
}
a.green{
	color:#50572A;
	text-decoration:none;
	cursor:pointer;
}

/* EOF Content */

/* BOF Footer*/


#footer{
	width:100%;
	height:auto;
	background:url(images/footer-bg.png);
	background-position:center top;
	background-repeat:repeat-x;
}
#fotter-inner{
	width:1066px;
	margin:0 auto;
	height:175px;
}
#footer-logo{
    background: url("images/family_manage_seal_2024_35.svg") no-repeat scroll center top rgba(0, 0, 0, 0);
    float: left;
    height: 175px;
    width: 158px;

}
#footer-links{
	height:auto;
	float:right;
	width:908px;
	padding-top:58px;
	padding-bottom:60px;
}
#footer-left{
	float:left;
	width:433px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:10px;
}
#footer-left ul li{
	font-family:georgiaregular;
	font-size:11px;
	line-height:20px;
	color:#F7EBD5;
	letter-spacing:0.4px;
	padding:0 9px 0 11px;
	float:left;
	border-right:#F7EBD5 1px solid;
}
#footer-left ul li a{
	text-decoration:none;
	font-family:georgiaregular;
	font-size:11px;
	line-height:20px;
	color:#F7EBD5;
	letter-spacing:0.4px;
	cursor:pointer;
}
#footer-left ul li:last-child {
	border:none;
	padding-right:0;
}

#footer-right{
	float:right;
	width:340px;
	padding-top:7px;
	padding-bottom:12px;
}
#footer-right ul li{
	padding-right:14px;
	float:left;
}
#footer-right ul li a.twitter{
	text-decoration:none;
	background:url(images/twitter.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:22px;
	height:18px;
	display:block;
	text-indent:-9999px;
}
#footer-right ul li a.in-class{
	text-decoration:none;
	background:url(images/in.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:22px;
	height:18px;
	display:block;
	text-indent:-9999px;
}
ul.social-link{
	margin-top:2px;
	float:left;
}
ul.family-manage{
	float:right;
}
#footer-right  ul.family-manage li{
	padding-right:9px;
}
ul.family-manage li a{
	font-family: 'Conv_CopperplateGothicStd-33BC';
	font-size:14px;
	line-height:15px;
	color:#F7EBD5;
	text-decoration:none;
	font-weight:normal;
	text-transform:uppercase;
	
}

/*EOF Footer*/


