@charset "UTF-8";

/**************************
	PALETTE
	
		Cream
			#F8F6E6
			#EEF6C7
			#C8CC69
		Green
			#E5F68B
			#D8E3CC
			#B9CA6B
			#94A551
			#71843D
		Brown
			#5C443C
		Magenta
			#9E4F76
			#6E3D7D
		Blue
			#A1BFC9

 **************************/

/*********************************************  UNIVERSAL SYTLES  *******************************************************/

html {overflow-y: scroll;}
body {
	background: #f0f6d2 url('../imgD/bkg_body.jpg') top center no-repeat;
	-webkit-background-size: 3000px 1840px;
	background-attachment: fixed;
}
body,div,p,li,a,input,select,textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a {
	color: #9E4F76;
}

a.btn-link {
	display: block;
	width: 135px;
	height: 22px;
	padding: 10px;
	background: url('../imgD/btn_bkg_magenta.png') top left no-repeat;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}


/*********************************************  PAGE STRUCTURES  *******************************************************/

#frame-container {
	position:fixed;
	top: 0;
	width:100%;
	z-index: 1000;
}
#page-frame {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	width: 960px;
	text-align: left;
	z-index: 1000;
}
#page-bkg {
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -714px;
	width: 1428px;
	height: 775px;
	background: url('../imgD/bkg_tree.png') top center no-repeat;
	-webkit-background-size: 1428px 775px;
	background-attachment: fixed;
	z-index: 1;
}
#page-container {
	position: relative;
	z-index: 400;
	min-width: 960px;
	overflow-x: hidden;
}

#page-content {
	padding: 70px 0 50px 0;
	position: relative;
	z-index: 500;
}
#page-content.branch-page {
	padding-top: 155px;
}

#load-content {
	width: 600px;
	overflow: hidden;
}


/*********************************************  INTRO PAGE  *******************************************************/


.intro-page #page-bkg,
.intro-page #logo,
.intro-page #topbar,
.intro-page #footer,
.intro-page #primary-nav > ul > li,
.intro-page #primary-nav > ul > li > a > em,
.intro-page #intro-image {
	display: none;
}




#intro-tree { /* should be just like #page-bkg, only without the background */
	position: fixed;
	top: 0;
	left: 50%;
	margin: 0 0 0 -714px;
	width: 1428px;
	height: 775px;
	background-attachment: fixed;
	z-index: 5;
}
#skip-container {
	width:960px;
	margin:0px auto;
}
#btn-skip-intro {
	position: relative;
	top: -75px;
	float: right;
	width: 135px;
	height: 22px;
	padding: 10px;
	border: none;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #71843D;
	cursor: pointer;
	outline: none;
}
#intro-image {
	background-color: #5C443C;
	opacity: 0.9;
	height: 868px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
#intro-image-inner {
	position: fixed;
	top: 0;
	left: 50%;
	margin: 40px 0 0 -440px;
	width: 880px;
	height: 680px;
	background-attachment: fixed;
}


#intro-page-footer-nav ul {
	position: fixed;
	top: 825px;
	left: 40%;
	list-style: none;
	text-align: center;
}
#intro-page-footer-nav ul li {
	display: inline;
	margin: 0px 15px 0 0;
}
#intro-page-footer-nav ul li a {
	font-size: 10px;
	color: #71843D;
}
#intro-page-footer-nav ul li a em {
	display: none;
}

/*********************************************  SIDEBAR  *******************************************************/

#sidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	margin: 10px 0;
}

h2#logo {
	position: absolute;
	top: 0;
	margin: 0 0 10px 0;
	width: 100%;
}
h2#logo a {
	display: block;
	height: 150px;
	margin: 40px 40px 15px 40px;
	background: url('../imgD/logo_bickford.png') top center no-repeat;
	text-indent: -9999px;
	outline: none;
	border-bottom: 1px solid #71843D;
}

/*************************  PRIMARY-NAV  *************************/

#primary-nav ul {
	list-style: none;
	margin: 200px 11px 0 0;
	padding: 0;
}
#primary-nav ul li {
	margin: 0;
	padding: 2px;
	height: 54px;
	font-size: 20px;
	line-height: 19px;
	position: relative;
}
#primary-nav ul li.active {
	background: url('../imgD/nav_bkg_active.png') top left no-repeat;
}
#primary-nav ul li a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #fff;
	outline: none;
}
#primary-nav ul li a strong {
	display: block;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-weight: normal;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: #9E4F76;
	line-height: 22px;
	font-size: 20px;
}
#primary-nav ul li a em {
	display: block;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	height: 16px;
    color: #fff;
    cursor: pointer;
	
	/* IE filters for shadow */
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#5C443C,Direction=135,Strength=2)";
    filter: progid:DXImageTransform.Microsoft.Glow(Color=#5C443C,Direction=135,Strength=2);

	/* some browsers (Safari 3) don't support stacking text-shadow values */
	text-shadow: 0px 0px 4px rgba(92, 68, 60, 1.0), 0px 0px 4px rgba(92, 68, 60, 1.0);
}

#primary-nav ul li:hover,
#primary-nav ul li.hover {
	background: url('../imgD/nav_bkg_hover.png') top left no-repeat;
}
#primary-nav ul li:hover strong,
#primary-nav ul li:hover em,
#primary-nav ul li.hover strong,
#primary-nav ul li.hover em,
#primary-nav ul li.active strong,
#primary-nav ul li.active em{
	color: #fff;
	text-shadow: none;
	filter: none;
	-ms-filter: none;
}

#primary-nav ul div.nav-submenu {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: 100%;
	width: 227px;
	padding: 0.2em 0 0 0;
	background: url('../imgD/nav_bkg_sub_top.png') top left no-repeat;
}
#primary-nav ul div.nav-submenu div.nav-submenu-inner1 {
	background: url('../imgD/nav_bkg_sub_bottom.png') bottom left no-repeat;
	padding: 0 0 0.2em 0;
}
#primary-nav ul div.nav-submenu div.nav-submenu-inner2 {
	background: url('../imgD/nav_bkg_sub_mid.png') top left repeat;
	padding: 0;
}
#primary-nav ul ul {
	background: transparent;
	margin: 0;
	padding: 5px 0;
	zoom: 1;
}
#primary-nav ul li.tree-page ul {
	background: url('../imgD/subnav_bkg_tree.png') center center no-repeat;
}
#primary-nav ul li.leaves-page ul {
	background: url('../imgD/subnav_bkg_leaves.png') center center no-repeat;
}
#primary-nav ul li.branches-page ul {
	background: url('../imgD/subnav_bkg_branches.png') center center no-repeat;
	min-height: 240px;
}
#primary-nav ul li.roots-page ul {
	background: url('../imgD/subnav_bkg_roots.png') top center no-repeat;
}
#primary-nav ul li:hover div.nav-submenu,
#primary-nav ul li.hover div.nav-submenu {
	visibility: visible;
}
#primary-nav ul ul li {
	padding: 0;
	height: auto;
}
#primary-nav ul ul li:hover,
#primary-nav ul ul li.active {
	background: none;
}
#primary-nav ul ul li.active a {
	color: #C8CC69;
	background: url('../imgD/arrow_subnav_right.png') 3px 11px no-repeat;
}
#primary-nav ul ul li a {
	display: block;
	font-size: 18px;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	color: #fff;
	padding: 5px 5px 5px 12px;
	line-height: 22px;
}
#primary-nav ul ul li a:hover {
	background: #B9CA6B;
	color: #fff;
}
#primary-nav ul ul li.active a:hover {
	background: #B9CA6B url('../imgD/arrow_subnav_right.png') 4px 11px no-repeat;
}

/*********************************************  TOPBAR  *******************************************************/

#topbar {
	position: absolute;
	top: 0;
	left: 300px;
	width: 660px;
	background: url('../imgD/bkg_topbar_main.png') center bottom no-repeat;
	height: 42px;
}
#page-frame.branch-page #topbar {
	background: url('../imgD/bkg_topbar_branch.png') center bottom no-repeat;
	height: 125px;
}

/*************************  BRANCH-SELECTOR  *************************/

#branch-selector {
	display: block;
	float: left;
	position: relative;
	padding-right: -15px;
	z-index: 1100;
	
}
#branch-selector strong {
	display: block;
	float: left;
	width: auto;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px 10px 10px;
	line-height: 22px;
	cursor: pointer;
	white-space: nowrap;
	background: url('../imgD/btn_selector_down.png') center right no-repeat;
	outline: none;
}
#branch-selector strong:hover {
	background: url('../imgD/btn_selector_hover.png') center right no-repeat;
}
#branch-selector.active strong,
#branch-selector.active strong:hover {
	background: url('../imgD/btn_selector_left.png') center right no-repeat;
}

#branch-selector #branch-selector-dropdown {
	position: absolute;
	top: 29px;
	left: 100%;
	display: none;
}
#branch-selector.active #branch-selector-dropdown {
	display: block;
}
#branch-selector #branch-selector-dropdown-inner {
	position: relative;
	left: -15px;
	top: 0;
	width: 380px;
	padding: 4px 0 0 0;
	background: #71843D;
	font-size: 12px;
	background: url('../imgD/bkg_selector_top.png') top left no-repeat;
}
#branch-selector #branch-selector-dropdown-inner div {
	padding: 0 0 4px 0;
	background: url('../imgD/bkg_selector_bottom.png') bottom left no-repeat;
}
#branch-selector #branch-selector-dropdown-inner ul {
	background: url('../imgD/bkg_selector_mid.png') top left repeat;
	padding: 6px 10px;
	overflow: hidden;
}
#branch-selector-dropdown ul li {
	border-top: 1px solid #B9CA6B;
	padding: 3px 0;
	background: url('../imgD/arrow_branch_selector_down.png') 345px 10px no-repeat;
	overflow: hidden;
	outline: none;
}
#branch-selector-dropdown ul li:first-child {
	border: none;
}
#branch-selector-dropdown ul li a {
	display: block;
	font-size: 12px;
	line-height: 25px;
	color: #F8F6E6;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}
#branch-selector-dropdown ul li:hover a,
#branch-selector-dropdown ul li.active a {
	color: #fff;
}
#branch-selector-dropdown #branch-selector-dropdown-inner ul li ul {
	display: none;
	background: none;
	padding: 0;
	overflow: hidden;
	width: 180px;
	float: left;
}
#branch-selector-dropdown ul li.active {
	background: url('../imgD/arrow_branch_selector_left.png') 345px 10px no-repeat;
}
#branch-selector-dropdown #branch-selector-dropdown-inner ul li.active ul {
	display: block;
}
#branch-selector-dropdown ul li ul li {
	width: 180px;
	float: left;
	border: none;
	background: none;
	padding: 0;
	font-weight: normal;
}
#branch-selector-dropdown ul li ul li a,
#branch-selector-dropdown ul li.active ul li a,
#branch-selector-dropdown ul li:hover ul li a {
	display: block;
	padding: 2px 3px 2px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	color: #E5F68B;
	text-transform: none;
	text-decoration: none;
	outline: none;
}
#branch-selector-dropdown ul li ul li a:hover {
	background: #B9CA6B;
	color: #5C443C;
}

/*************************  TOPBAR MISC  *************************/

#topbar #btn-request-info {
	display: block;
	float: right;
	padding: 16px 15px 14px 15px;
	height: 12px;
	width: 125px;
	text-align: center;
	background: url('../imgD/btn_request_info.png') top left no-repeat;
	font-size: 12px;
	line-height: 12px;
	color: #6E3D7D;
	text-decoration: none;
	outline: none;
}
#topbar #btn-request-info:hover {
	color: #fff;
}
#login-btns {
	float: right;
	padding: 15px;
	line-height: 12px;
	width: auto;
	color: #fff;
	font-size: 11px;
}
#login-btns a {
	color: #fff;
	outline: none;
}
#login-btns a:hover {
	color: #E5F68B;
}
#btn-music-control {
	display: block;
	float: right;
	width: 30px;
	height: 42px;
	background: url('../imgD/music_on.png') center center no-repeat;
	text-indent: -9999px;
	outline: none;
}
#btn-music-control.paused {
	background-image: url('../imgD/music_off.png');
}
#btn-youtube {
	display: block;
	float: right;
	width: 30px;
	height: 42px;
	margin-right: 10px;
	background: url('../imgD/btn_youtube.png') center center no-repeat;
	text-indent: -9999px;
	outline: none;
}


/*************************  BRANCH-TOPBAR  *************************/

#topbar #branch-topbar {
	display: none;
	clear: both;
}
#page-frame.branch-page #topbar #branch-topbar {
	position: absolute;
	top: 42px;
	height: 83px;
	width: 660px;
	display: block;
	color: #fff;
}
#branch-topbar #branch-nav {
	width: 320px;
	float: left;
}
#branch-nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#branch-nav li {
	display: block;
	float: left;
	width: 76px;
	height: 89px;
	text-align: center;
	font-size: 12px;
	line-height: 140%;
}
#branch-nav li a {
	display: block;
	height: 23px;
	padding: 60px 0 0 0;
	color: #EEF6C7;
	text-decoration: none;
	outline: none;
}
#branch-nav li:first-child a {
	padding: 25px 15px 0 15px;
	height: 57px;
}
#branch-nav li.branch-nav-home a {
	background: url('../imgD/nav_branch_home.png') center 10px no-repeat;
}
#branch-nav li.branch-nav-health a {
	background: url('../imgD/nav_branch_health.png') center 10px no-repeat;
}
#branch-nav li.branch-nav-happiness a {
	background: url('../imgD/nav_branch_happiness.png') center 10px no-repeat;
}
#branch-nav li.active a,
#branch-nav li:hover a {
	color: #fff;
}
#branch-nav li.active,
#branch-nav li:hover {
	background: url('../imgD/nav_branch_hover.png') top left no-repeat;	
}
#branch-social {
	float: left;
	width: 32px;
	height: 70px;
	padding: 8px 5px 5px 5px;
}
#branch-social ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
#branch-social li {
	width: 32px;
	height: 32px;
	margin: 3px 0 0 0;
	padding: 0;
}
#branch-social li a {
	display: block;
	height: 32px;
	width: 32px;
	background: url('../imgD/social_facebook_32.png') top left no-repeat;
	text-indent: -9999px;
	outline: none;
}
#branch-social li.branch-social-fb a {
	background: url('../imgD/social_facebook_32.png') top left no-repeat;
}
#branch-social li.branch-social-tw a {
	background: url('../imgD/social_twitter_32.png') top left no-repeat;
}
#branch-top-map {
	margin: 12px 5px 9px 0;
	float: left;
	width: 100px;
	height: 65px;
	background: url('../imgD/branch_top_map.png') top left no-repeat;
}
#branch-top-map a {
	display: block;
	width: 96px;
	height: 15px;
	padding: 50px 4px 0 0;
	text-align: right;
	text-transform: lowercase;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
	text-decoration: underline;
	background: url('../imgD/map_pin_green.png') center center no-repeat;
}
#branch-top-desc {
	padding: 12px 5px 5px 5px;
}
#branch-top-desc p {
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-size: 16px;
	line-height: 130%;
	color: #EEF6C7;
}
#branch-top-desc p strong {
	color: #C8CC69;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


/*********************************************  PAGE-CONTENT  *******************************************************/

.page-content {
	font-size: 14px;
	line-height: 160%;
}
.page-content h1 {
	font-family: "TangerineRegular","Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #9E4F76;
	font-size: 36px;
	font-weight: normal;
	border-bottom: 1px solid #9E4F76;
	margin: 0 -8px 25px 0;
	padding: 10px 25px 14px 0;
	text-align: right;
}
.page-content h2 {
	color: #9E4F76;
	font-size: 20px;
	margin-bottom: 10px;
}
.page-content h3 {
	color: #9E4F76;
	font-size: 16px;
	margin-bottom: 10px;
}
.page-content h4 {
	color: #9E4F76;
	font-size: 14px;
	margin-bottom: 5px;
}
.page-content p {
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 10px;
}
.page-content ul,
.page-content ol {
	margin: 0 0 0 10px;
}
.page-content ul li {
	list-style: disc;
	margin: 0 0 6px 15px;
	font-size: 12px;
	line-height: 180%;
}
.page-content ol li {
	list-style: decimal;
	margin: 0 0 6px 15px;
	font-size: 12px;
	line-height: 180%;
}

/*************************  PAGE-HEADER-IMAGE (Polaroid Style)  *************************/

#page-header-image-container {
	position: relative;
	height: 168px;
	width: 213px;
	margin: 15px 0 -20px 0px;
	
}
#page-header-image {
	position: absolute;
		
	/* these settings account for rotation around the pin */
	width: 350px;
	height: 60px;
	margin: 15px 0 58px -10px;
}
#page-header-image #page-header-image-inner {
	position: absolute;
	top: 8px;
	left: 19px;
	width: 180px;
	height: 140px;
	overflow: hidden;
}
#page-header-image #page-header-image-inner img {
	width: 180px;
}
#page-header-image #page-header-pictureframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 213px;
	height: 168px;
	background:  url('../imgD/page_header_pictureframe.png') top left no-repeat;
}
#photo-pin {
	position: absolute;
	top: 20px;
	left: 160px;
	width: 37px;
	height: 45px;
	background:  url('../imgD/photo_pin.png') top left no-repeat;
	width: 50px;
	height: 51px;
	background:  url('../imgD/pushpin.png') top left no-repeat;
}

/* IE 6-8 FIXES */
.lt-ie9 #page-header-image-container {
	margin-bottom: -20px;
}
.lt-ie9 #page-header-image #page-header-image-inner img {	/* IE8+ - must be on one line, unfortunately */    
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9848077530122081, M12=0.17364817766692991, M21=-0.17364817766692991, M22=0.9848077530122081, SizingMethod='auto expand')"; 
}
.lt-ie8 #page-header-image #page-header-image-inner img {	/* IE6 and 7 */    
	filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.9848077530122081, M12=0.17364817766692991, M21=-0.17364817766692991, M22=0.9848077530122081, SizingMethod='auto expand' );
}
.lt-ie9 #page-header-image #page-header-image-inner {
	overflow: visible;
}
.lt-ie9 #page-header-image #page-header-image-inner img {
	margin: -35px 0 0 -10px;
	border: 6px solid #fff;
	/*
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-3, OffY=5, Color=#333333);
	*/
}
.lt-ie9 #page-header-image #page-header-pictureframe {
	display: none;
}


/*************************  PAGE-HEADER-IMAGE (Flat Image Style)  *************************/

#page-header-image-flat {
	position: relative;
	height: 168px;
	margin: 15px 0 -50px -10px;
	display: none;
}

/*************************  PAGE-HEADER-TEXT  *************************/

#page-header-text {
	margin: 0 0 20px 30px;
	position: relative;
	height: 168px;
	margin: 15px 0 -50px -10px;
}
#page-header-text div {
	display: none;
	position: absolute;
	width: 600px;
	height: 32px;
	line-height: 32px;
	font-size: 27px;
	color: #5C443C;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-style: italic;
}
#page-header-text1 {
	top: 20px;
	left: -100px;
}
#page-header-text2 {
	top: 55px;
	left: -50px;
}

/*************************  PAGE-HEADER-IMAGE (Header Slideshow)  *************************/

#page-header-slideshow {
	position: relative;
	height: 168px;
	overflow: hidden;
	margin: 0 0 -46px 360px;
	z-index: 15;
}
#page-header-slideshow .header-slideshow-item {
	height: 168px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#page-header-slideshow .header-slideshow-item:first-child {
/*	display: block; */
}
#page-header-slideshow .header-slideshow-item p {
	position: absolute;
	top: 30px;
	left: 300px;
	padding-right: 10px;
	text-align: right;
	width: 280px;
	font-size: 18px;
	line-height: 130%;
	color: #5C443C;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-style: italic;
	display: none;
}
#page-header-slideshow .header-slideshow-item p * {
	color: #9E4F76;
}
#page-header-slideshow-pixiedust {
	width: 960px;
	height: 300px;
	position: absolute;
	left: 250px;
	top: -20px;
	z-index: 20;
}

/*************************  COLUMNS  *************************/

#three-columns {
	margin: 25px 0;
	overflow: hidden;
	position: relative;
}
#three-columns .column {
	position: relative;
	float: left;
	padding: 10px 0;
	margin: 0 0 0 9px;
	width: 192px;
	overflow: hidden;
	background: #F8F6E6;
	border: 1px solid #9E4F76;
	
	/*
	behavior: url('css/border-radius.htc');
	*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
#three-columns .column:first-child {
	margin: 0;
}
#three-columns .column h3 {
	text-align: center;
	margin: 10px 5px;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-size: 18px;
	line-height: 130%;
	letter-spacing: normal;
}
#three-columns .column img {
	display: block;
	margin: 0px auto;
}
#three-columns .column p {
	padding: 5px 10px 10px 15px;
	margin: 0;
	color: #5C443C;
	font-size: 12px;
}
#three-columns .column:hover {
	background: #c8ce6a;
	border: 1px solid #5c4639;
}
#three-columns .column:hover h3 {
	color: #5c4639 !important;
}

/*************************  COMPANY-BOX  *************************/

#company-box {
	background: url('../imgD/company_box_bkg_top.png') top left no-repeat;
	overflow: hidden;
	padding: 4px 0 0 0;
	position: relative;
	margin: 10px 0 20px 0;
}
#company-box-inner1 {
	background: url('../imgD/company_box_bkg_bottom.png') bottom left no-repeat;
	overflow: hidden;
	padding: 0 0 4px 0;
}
#company-box-inner2 {
	background: url('../imgD/company_box_bkg_mid.png') top left repeat;
	overflow: hidden;
	padding: 8px 1px;
}
#company-box .box-nav {
	margin: 0 7px 10px 7px;
	position: relative;
}
#company-box .box-nav-clip {
	margin: 0 22px;
	padding: 0;
	height: 100px;
	width: 540px;
	overflow: hidden;
	position: relative;
}
#company-box .box-nav-strip {
	width: 10000px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
#company-box .box-nav ul {
	list-style: none;
	margin: 0;
	height: 100px;
	overflow: hidden;
	display: block;
}
.lt-ie9 #company-box .box-nav ul div { /* for IE<9 only */
	background: #7b8e47; /* green, transparent over the background */
}

#company-box .box-nav ul li {
	list-style: none;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 0 0 10px;
	float: left;
}
#company-box .box-nav ul li:first-child {
	margin-left: 0;
}
#company-box .box-nav ul li a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
/*	background: url('../images/FPO_nav_timeline_off.png') top left no-repeat; */ /* WILL BE DYNAMIC */
	overflow: hidden;
	outline: none;
}
#company-box .box-nav ul li:hover a,
#company-box .box-nav ul li.active a {
	color: #5C443C;
/*	background-image: url('../images/FPO_nav_timeline_on.png'); */ /* WILL BE DYNAMIC */
}
#company-box .box-nav img.box-nav-img-off,
#company-box .box-nav img.box-nav-img-on {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}
#company-box .box-nav img.box-nav-img-on {
	display: none;
}
#company-box .box-nav ul li a strong {
	position: absolute;
	display: block;
	width: 80px;
	height: 88px;
	text-align: right;
	padding: 6px 10px;
	color: #71843D;
	line-height: 130%;
	font-size: 14px;
	font-weight: normal;
}
#company-box .box-nav ul li:hover a strong,
#company-box .box-nav ul li.active a strong {
	color: #5C443C;
}
/* #company-box .box-nav li:hover img.box-nav-img-off, */
#company-box .box-nav li.active img.box-nav-img-off {
	display: none;
}
/* #company-box .box-nav li:hover img.box-nav-img-on, */
#company-box .box-nav li.active img.box-nav-img-on {
	display: block;
}
#company-box .box-nav ul li.active a {
	cursor: default;
}
#company-box a.box-nav-prev,
#company-box a.box-nav-next {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 13px;
	background: url('../imgD/arrows_company_box_nav.png') 0px 35px no-repeat;
	text-indent: -9999px;
	outline: none;
}
#company-box a.box-nav-next {
	left: auto;
	right: 0;
	background-position: -39px 35px;
}
#company-box a.box-nav-prev.available {
	background-position: -13px 35px;
}
#company-box a.box-nav-next.available {
	background-position: -26px 35px;
}
#company-box .box-slides {
	background: #EEF6C7;
	color: #5C443C;
	line-height: 180%;
	font-size: 12px;
}
#company-box .box-slide {
	overflow: hidden;
	display: none;
}
#company-box .box-slide:first-child {
	display: block;
}
#company-box .box-slide h3 {
	display: none;
}
#company-box .box-title {
	text-align: center;
	padding: 10px 10px 0 10px;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	color: #E5F68B;
	font-weight: lighter;
}
#company-box .box-title strong {
	color: #fff;
	font-weight: lighter;
}
#company-box .box-slide p .initial-cap {
	font-family: "TangerineRegular","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	display: block;
	float: left;
	margin: 3px 7px 2px -8px;
}
#company-box .box-slide p .initial-word {
	font-family: "TangerineRegular","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
}

/*** LAYOUT 1 : text left, narrow column ***/
#company-box .box-slide-layout-1 img {
	float: right;
	margin-left: 10px;
}
#company-box .box-slide-layout-1 p {
	padding: 10px 0 0 20px;
	margin: 0;
}
/*** LAYOUT 2 : text left, wide column ***/
#company-box .box-slide-layout-2 img {
	float: right;
	margin-left: 10px;
}
#company-box .box-slide-layout-2 p {
	padding: 10px 0 0 20px;
	margin: 0;
}
/*** LAYOUT 3 : text right, narrow column ***/
#company-box .box-slide-layout-3 img {
	float: left;
	margin-right: 10px;
}
#company-box .box-slide-layout-3 p {
	padding: 10px 20px 0 0;
	text-align: right;
	margin: 0;
}
/*** LAYOUT 4 : text right, wide column ***/
#company-box .box-slide-layout-4 img {
	float: left;
	margin-right: 10px;
}
#company-box .box-slide-layout-4 p {
	padding: 10px 20px 0 0;
	text-align: right;
	margin: 0;
}
/*** LAYOUT 5 ***/
#company-box .box-slide-layout-5 {
	padding: 0 0 20px 0;
}
#company-box .box-slide-layout-5 p {
	padding: 10px 20px 0 20px;
	margin: 0;
}
/*** LAYOUT 6 ***/
#company-box .box-slide-layout-6 {
	padding: 20px 0 0 0;
}
#company-box .box-slide-layout-6 p {
	padding: 0 20px 10px 20px;
	margin: 0;
}

/*************************  BRANCH-BOX  *************************/

#branch-box {
	background: url('../imgD/branch_box_bkg_top.png') top left no-repeat;
	overflow: hidden;
	padding: 4px 0 0 0;
	position: relative;
	margin: 10px 0 20px 0;
}
#branch-box-inner1 {
	background: url('../imgD/branch_box_bkg_bottom.png') bottom left no-repeat;
	overflow: hidden;
	padding: 0 0 4px 0;
}
#branch-box-inner2 {
	background: url('../imgD/branch_box_bkg_mid.png') top left repeat;
	overflow: hidden;
	padding: 8px 1px;
}
#branch-box .box-nav {
	margin: 0 7px 10px 7px;
	position: relative;
}
#branch-box .box-nav-clip {
	margin: 0 22px;
	padding: 0;
	height: 100px;
	width: 540px;
	overflow: hidden;
	position: relative;
}
#branch-box .box-nav-strip {
	width: 10000px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
#branch-box .box-nav ul {
	list-style: none;
	margin: 0;
	height: 100px;
	overflow: hidden;
	display: block;
}
.lt-ie9 #branch-box .box-nav ul div { /* for IE<9 only */
	background: #a6607c; /* magenta, transparent over the background */
}
#branch-box .box-nav ul li {
	list-style: none;
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 0 0 10px;
	float: left;
}
#branch-box .box-nav ul li:first-child {
	margin-left: 0;
}
#branch-box .box-nav ul li a {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	text-decoration: none;
/*	background: url('../images/FPO_nav_branchbox_off.png') top left no-repeat; */ /* WILL BE DYNAMIC */
	overflow: hidden;
	outline: none;
}
#branch-box .box-nav ul li:hover a,
#branch-box .box-nav ul li.active a {
	color: #5C443C;
/*	background-image: url('../images/FPO_nav_branchbox_on.png'); */ /* WILL BE DYNAMIC */
}
#branch-box .box-nav img.box-nav-img-off,
#branch-box .box-nav img.box-nav-img-on {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
}
#branch-box .box-nav img.box-nav-img-on {
	display: none;
}
#branch-box .box-nav ul li a strong {
	position: absolute;
	display: block;
	width: 80px;
	height: 88px;
	text-align: center;
	padding: 6px 10px;
	color: #9E4F76;
	line-height: 130%;
	font-size: 14px;
	font-weight: normal;
}
#branch-box .box-nav ul li:hover a strong,
#branch-box .box-nav ul li.active a strong {
	color: #F8F6E6;
}
/* #branch-box .box-nav li:hover img.box-nav-img-off, */
#branch-box .box-nav li.active img.box-nav-img-off {
	display: none;
}
/* #branch-box .box-nav li:hover img.box-nav-img-on, */
#branch-box .box-nav li.active img.box-nav-img-on {
	display: block;
}
#branch-box a.box-nav-prev,
#branch-box a.box-nav-next {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100px;
	width: 13px;
	background: url('../imgD/arrows_branch_box_nav.png') 0px 35px no-repeat;
	text-indent: -9999px;
	outline: none;
}
#branch-box a.box-nav-next {
	left: auto;
	right: 0;
	background-position: -39px 35px;
}
#branch-box a.box-nav-prev.available {
	background-position: -13px 35px;
}
#branch-box a.box-nav-next.available {
	background-position: -26px 35px;
}
#branch-box .box-slides {
	background: #EEF6C7;
	color: #5C443C;
	line-height: 180%;
	font-size: 12px;
}
#branch-box .box-slide {
	overflow: hidden;
	display: none;
}
#branch-box .box-slide:first-child {
	display: block;
}
#branch-box .box-slide h3 {
	display: none;
}
#branch-box .box-title {
	text-align: center;
	padding: 10px 10px 0 10px;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	color: #F8F6E6;
	font-weight: lighter;
}
#branch-box .box-title strong {
	color: #fff;
	font-weight: lighter;
}
#branch-box .box-slide p .initial-cap {
	font-family: "TangerineRegular","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	line-height: 36px;
	display: block;
	float: left;
	margin: 3px 7px 2px -8px;
}
#branch-box .box-slide p .initial-word {
	font-family: "TangerineRegular","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 26px;
}
/*** LAYOUT 1 : text left, narrow column ***/
#branch-box .box-slide-layout-1 img {
	float: right;
	margin-left: 10px;
}
#branch-box .box-slide-layout-1 p {
	padding: 10px 0 0 20px;
	margin: 0;
}
/*** LAYOUT 2 : text left, wide column ***/
#branch-box .box-slide-layout-2 img {
	float: right;
	margin-left: 10px;
}
#branch-box .box-slide-layout-2 p {
	padding: 10px 0 0 20px;
	margin: 0;
}
/*** LAYOUT 3 : text right, narrow column ***/
#branch-box .box-slide-layout-3 img {
	float: left;
	margin-right: 10px;
}
#branch-box .box-slide-layout-3 p {
	padding: 10px 20px 0 0;
	text-align: right;
	margin: 0;
}
/*** LAYOUT 4 : text right, wide column ***/
#branch-box .box-slide-layout-4 img {
	float: left;
	margin-right: 10px;
}
#branch-box .box-slide-layout-4 p {
	padding: 10px 20px 0 0;
	text-align: right;
	margin: 0;
}
/*** LAYOUT 5 ***/
#branch-box .box-slide-layout-5 {
	padding: 0 0 20px 0;
}
#branch-box .box-slide-layout-5 p {
	padding: 10px 20px 0 20px;
	margin: 0;
}
/*** LAYOUT 6 ***/
#branch-box .box-slide-layout-6 {
	padding: 20px 0 0 0;
}
#branch-box .box-slide-layout-6 p {
	padding: 0 20px 10px 20px;
	margin: 0;
}

/*************************  BRANCH-MAP-LOCATOR  *************************/

#branch-map-locator {
	margin: 0 0 20px 0;
	height: 313px;
	position: relative;
}
#branch-map-locator img.branch-map-image {
	position: absolute;
	top: 0;
	left: 0;
}
#branch-map-locator img.cached {
	visibility: hidden;
}
#branch-map-locator #branch-map-close {
	display: none;
}
#branch-map-locator a.branch-map-backtofull {
	display: block;
	width: auto;
	position: absolute;
	bottom: 20px;
	right: 20px;
	text-align: right;
	color: #9E4F76;
	background: #EEF6C7;
	padding: 5px 6px;
	font-size: 10px;
	line-height: 10px;
	
	/*
	behavior: url('css/border-radius.htc');
	*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
#branch-map-locator strong.branch-map-state-name {
	display: block;
	width: 95px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	text-align: center;
	color: #EEF6C7;
	text-transform: uppercase;
	
	
	/* IE filters for shadow */
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#5C443C,Direction=135,Strength=2)";
    filter: progid:DXImageTransform.Microsoft.Glow(Color=#5C443C,Direction=135,Strength=2);

	/* some browsers (Safari 3) don't support stacking text-shadow values */
	text-shadow: 0px 0px 4px rgba(92, 68, 60, 1.0);

	
}
#branch-map-locator .branch-map-state {
	display: none;
	position: absolute;
	width: 600px;
	height: 313px;
}
#branch-map-locator .branch-map-pin {
	position: absolute;
	display: block;
	text-indent: -9999px;
	outline: none;
	background: url('../imgD/map_pin_green.png') top left no-repeat;
	width: 24px;
	height: 33px;
}
#branch-map-locator .branch-map-pin:hover,
#branch-map-locator .branch-map-pin.active {
	background: url('../imgD/map_pin_magenta.png') top left no-repeat;
}
#branch-map-detail,
.branch-map-detail {
	display: none;
	position: absolute;
	width: 239px;
	padding: 0 0 4px 0;
	background: url('../imgD/map_detail_bkg_bottom.png') bottom left no-repeat;
	overflow: hidden;
	z-index: 2000;
	/*
	cursor: pointer;
	*/
}
.branch-map-detail {
	box-shadow: 0px 0px 2px #5C443C;
}
#branch-map-detail p,
.branch-map-detail p {
	font-size: 12px;
	line-height: 150%;
	margin-bottom: 5px;
}
#branch-map-detail-inner,
.branch-map-detail-inner {
	padding: 15px 21px 6px 17px;
	background: url('../imgD/map_detail_bkg_top.png') top left no-repeat;
}
#branch-map-detail-inner img,
.branch-map-detail-inner img {
	width: 100px;
	border: 5px solid #fff;
	margin: 0 10px 10px 0;
}

/*************************  BRANCH-LISTING-BY-STATE  *************************/

#branch-listing-by-state {
}

h2.branch-listing-state-header {
	border-top: 1px solid #71843D;
	margin: 0 10px;
	padding: 10px;
	background: url('../imgD/arrow_map_statelist_down.png') 550px 10px no-repeat;
	color: #5C443C;
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
}
h2.branch-listing-state-header.active,
h2.branch-listing-state-header.active:hover {
	background-image: url('../imgD/arrow_map_statelist_left.png');
	color: #9E4F76;
}
h2.branch-listing-state-header:hover {
	background-image: url('../imgD/arrow_map_statelist_down_hover.png');
	color: #9E4F76;
}
.branch-listing {
	margin: 10px 60px;
	overflow: hidden;
}
#branch-listing-by-state .branch-listing {
	display: none;
}
.branch-listing-item {
	float: left;
	background: #EEF6C7;
	padding: 10px;
	margin: 0 10px 10px 0;
	width: 210px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.branch-listing-item img {
	width: 100px;
	border: 5px solid #fff;
	margin: 0 10px 10px 0;
}


/*************************  BRANCH-SUMMARY-DETAIL  *************************/

.branch-summary-detail h3 {
	color: #9E4F76;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 140%;
}
.branch-summary-detail h4 {
	color: #71843D;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 140%;
}
.branch-summary-detail em {
	font-style: normal;
	color: #71843D;
}
.branch-summary-detail a {
	color: #71843D;
}
.branch-summary-detail a:hover {
	color: #9E4F76;
}

/*************************  BRANCH-INTRO  *************************/

#branch-intro {
	overflow: hidden;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #9E4F76;
}
#branch-intro h1 {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-size: 26px;
	line-height: 130%;
	color: #9E4F76;
	font-weight: normal;
}
#branch-intro h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-size: 16px;
	line-height: 130%;
	color: #71843D;
	font-weight: normal;
}
#branch-intro .media.media-small {
	float: right;
	margin: 0 0 10px 15px;
}
#branch-intro p {
	font-size: 14px;
	line-height: 150%;
}
#branch-intro p span.initial-word {
	font-family: "TangerineRegular","Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 29px;
}

/*************************  BRANCH-FEED  *************************/

#branch-feed {
	margin: 20px 0;
	padding-top: 100px;
	background: url('../imgD/logo_branch_happynings.png') 110px 10px no-repeat;
}
.feed-item {
	margin: 15px 10px;
	padding: 0;
	overflow: hidden;
}
.feed-item a {
	color: #71843D;
}
.feed-item.feed-item-hidden { display: none; }
.feed-item .feed-icon {
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
}
.feed-item .feed-content {
	margin-left: 60px;
}
.feed-item strong.feed-author {
	color: #9E4F76;
}
.feed-item em.feed-date {
	display: block;
	padding: 0 0 15px 0;
	margin: 15px 0 0 60px;
	border-bottom: 1px solid #B9CA6B;
	font-style: normal;
	color: #71843D;
	font-size: 12px;
}
.addthis_button {
	float: right;
	margin: 0 0 10px 15px;
}
.feed-item iframe {
	margin: 10px 0 0 60px;
	min-height: 375px;
	width: 90%;
}


.branch-feed-trimmed-summary { display: inline; }
.branch-feed-full-summary { display: inline; }
.branch-feed-full-summary.trimmed { display: none; }


#branch-show-more {
	display: block;
	text-align: center;
	background: #71843D;
	padding: 4px 20px;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #EEF6C7;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}


/*************************  BRANCH-GOOGLE-MAP  *************************/

#branch-google-map-wrapper {
	width: 586px;
	height: 297px;
	padding: 7px;
	background: url('../imgD/map_bkg_frame.png') top left no-repeat;
}
#branch-google-map {
	display: block;
	width: 100%;
	height: 100%;
}

#adp-placemark img, .adp-placemark img {
   display:none;
}
#adp-placemark td:first-child {
   font-weight: bold;
   padding: 20px 10px 20px 30px;
   background: url('../imgD/map_pin_magenta.png') no-repeat left center;
}
.adp-placemark td:first-child {
   font-weight: bold;
   padding: 20px 10px 20px 30px;
   background: url('../imgD/map_pin_green.png') no-repeat left center;
}


/*************************  MEDIA  *************************/

video { outline: none; }

.media {
	margin: 20px auto;
}
.media.media-slideshow {
	padding: 0;
	width: 450px;
	height: 264px;
	overflow: hidden;
	position: relative;
	border:8px solid #fff;
	border-radius:4px;
}
.media .media-slides {
	position: absolute;
	top: 0px;
	left: 0px;
}
.media.media-slides img {
	position: absolute;
	top: 0;
	left: 0;
	width: 450px;
}

.media .mejs-container {
	margin: 0px auto;
	border: 7px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;	
}
.mejs-container.mejs-container-fullscreen {
	border: none;
}
/* .mejs-container .mejs-controls { display:block;visibility:hidden; } /* hide controls until hover */
.mejs-container .mejs-overlay-play { display: none; } /* hide button on startup */

#thumbs {
	position:relative;
	width:100%;
	height:124px;
	background:#F8F6E6;
	padding:0px 30px 10px;
	left:0px;
	clear:both;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	z-index:1010;
	overflow:hidden;
	-moz-border-radius: 0px 0px 10px 10px; -webkit-border-radius: 0px 0px 10px 10px; border-radius: 0px 0px 10px 10px;	
}
#thumbs .thumb-img {
	width:182px;
	height:114px;
	float:left;
	margin:0px 4px;
}
.thumbscontain {
 	position:relative;
 	height:114px;
}
#thumbs .pg-btns {
	position:absolute;
	top:0px;
	background-image:url(../imgD/arrows_lightbox_nav.png);
	background-repeat: no-repeat;
	background-position-y: 44px;
	width:13px;
	height:114px;
	z-index:20;
}
#pg-pre {
	left:10px;
}
.active-pre {
	background-position-x: -13px;
	cursor:pointer;
}
.inactive-pre {
	background-position-x: 0px;
	cursor:default;
}
#pg-nxt {
	right:10px;
}
.active-nxt {
	background-position-x: -26px;
	cursor:pointer;
}
.inactive-nxt {
	background-position-x: -39px;
	cursor:default;
}
#captionbox {
	positon:absolute;
	padding:12px;
	bottom:0px;
	background:url('../imgD/titleBoxBG.png') repeat;
	color:#F8F6E6;
}
.rounded-corners {
	-moz-border-radius: 10px 10px 10px 10px !important; -webkit-border-radius: 10px 10px 10px 10px !important; border-radius: 10px 10px 10px 10px !important;
}

/*** MEDIA-SMALL ***/

.media.media-small.media-slideshow {
	padding: 0;
	width: 316px;
	height: 191px;
	overflow: hidden;
	position: relative;
}
.media.media-small.media-slideshow img {
	width: 316px;
	height:191px;
}

/*** MEDIA-FLEXIBLE ***/

.media.media-flexible { height: auto; width: 316px; }
.media.media-flexible img { height: auto; width: 316px; }

/*** MEDIA-INLINE ***/

.media.media-inline { height: auto; width: 100px; }
.media.media-inline img { height: auto; width: 100px; }


/*** Video in Fancybox ***/
#fancybox-content .media {
	margin: 0px auto;
}
#fancybox-content .media .mejs-container {
	border:none;
	border-radius:0px;
}

/*** Fancybox ***/
#fancybox-overlay {
	position: fixed !important; 
}

/*************************  DOCUMENT-LIST  *************************/

.document-list-paging {
	text-align: center;
	margin: 20px 0;
	padding: 20px 60px 0 60px;
	border-top: 1px solid #9E4F76;
}
.document-list-paging em {
	margin-right: 30px;
	font-style: normal;
	color: #5C443C;
}
.document-list-paging a,
.document-list-paging strong {
	margin: 0 3px;
	padding: 0 2px;
}
.document-list {
	margin: 20px 0 0 0;
	border-top: 1px solid #9E4F76;
	padding: 20px 60px 0 60px;
}
.document-list .document-item {
	border-bottom: 1px solid #B9CA6B;
	margin: 15px 0;
	padding-bottom: 15px;
}
#page-content .document-list .document-item p {
	font-size: 14px;
}
.document-list .document-item strong.document-title {
	color: #9E4F76;
}
.document-list .document-item .document-download-btn {
	display: block;
	float: right;
	margin: 0 0 0 10px;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	padding: 5px 7px 3px 7px;
	color: #EEF6C7;
	background: #9E4F76;
	border: 1px solid #EEF6C7;
	
	/*
	behavior: url('css/border-radius.htc');
	*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	-moz-border-radius: 5px;
}
.document-list .document-item em.document-date {
	display: block;
	margin-bottom: 10px;
	font-style: normal;
	color: #71843D;
	font-size: 12px;
}
.document-list .document-item a {
	color: #71843D;
}
.document-list .document-item a.document-show-full-text {
	color: #71843D;
}
.document-list .document-item .document-full-text {
	display: none;
	padding-top: 10px;
	border-top: 1px dotted #B9CA6B;
}

/*************************  CONTACT-DROPDOWN  *************************/

#contact-dropdown {
	overflow: hidden;
	margin: 10px 20px;
}
#contact-dropdown h2 {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	width: auto;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
}
#contact-dropdown div {
	margin: 0 0 0 15px;
	float: left;
	width: auto;
}
#contact-dropdown select {
	margin-top: 10px;
	background: #F8F6E6;
	border: 1px solid #71843D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	padding: 3px;
}
#contact-dropdown input[type="submit"] {
	width: 155px;
	height: 42px;
	background: url('../imgD/btn_bkg_magenta.png') top left no-repeat;
	border: none;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}


/*************************  REQUEST-INFO-FORM, COMPLAINT-FORM (FRONT-FORM)  *************************/

.front-form {
	margin: 20px 0;
	padding: 20px 60px 0 0;
	border-top: 1px solid #9E4F76;
}
.front-form p {
	overflow: hidden;
}
.front-form label {
	float: left;
	display: block;
	width: 100px;
	margin: 0 10px 0 0;
	text-align: right;
}
.front-form input[type='text'],
.front-form select,
.front-form textarea,
.front-form span.checkbox-group {
	float: left;
	width: 200px;
}
.front-form input[type="text"],
.front-form select,
.front-form textarea {
	background: #F8F6E6;
	border: 1px solid #71843D;
	border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	padding: 3px;
}
.front-form textarea {
	min-height: 180px;
	resize: none;
}
.front-form span.checkbox-group label {
	width: 200px;
	text-align: left;
	font-style: italic;
}
.front-form input[type="checkbox"],
.front-form input[type="radio"] {
	width: auto;
	float: none;
}
.front-form input[type="submit"] {
	display: block;
	margin: 0 0 0 100px;
	width: 155px;
	height: 42px;
	background: url('../imgD/btn_bkg_magenta.png') top left no-repeat;
	border: none;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.front-form #attention-branch {
	float: right;
	width: 200px;
	position: relative;
}
.front-form #attention-branch .branch-listing-item {
	background: none;
	display: none;
}
.front-form #attention-branch .branch-listing-item h4 {
	color: #71843D;
}

.front-form #attention-branch .branch-listing-item a {
	color: #71843D;
}

.front-form .mName {
	position: absolute;
	top: 0;
	left: -10000px;
}

.front-form div.errors {
	display: none;
	border: 1px dotted #9E4F76;
	padding: 10px;
	font-size: 14px;
	margin: 0 220px 10px 0;
	
	margin: 0;
	width: 180px;
	float: right;
	clear: right;
	
}
.front-form div.errors label {
	float: none;
	display: block;
	width: auto;
	text-align: left;
	color: #9E4F76;
}

#complaint-form textarea {
	min-height: 380px;
}

/*************************  LANDING-PAGE  *************************/

.landing-page #primary-nav,
.landing-page #footer {
	display: none;
}
#landing-page-sidebar {
	margin-top: 270px;
	text-align: center;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
}
#landing-page-sidebar h2 {
	color: #9E4F76;
	font-size: 22px;
	line-height: 130%;
	font-weight: bold;
}
#landing-page-sidebar h2 em {
	color: #71843D;
	font-style: normal;
}

#landing-page-intro {
	overflow: hidden;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #9E4F76;
}
#landing-page-intro h1 {
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-size: 26px;
	line-height: 130%;
	color: #9E4F76;
	font-weight: normal;
}
#landing-page-intro h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: "GentiumBasicRegular",Georgia,"Times New Roman",serif;
	font-size: 16px;
	line-height: 130%;
	color: #71843D;
	font-weight: normal;
}

#landing-page-google-map-wrapper {
	float: right;
	margin: 0 0 10px 15px;
	padding: 0;
	width: 584px;
	height: 350px;
	overflow: hidden;
	position: relative;
	border: 8px solid white;
	border-radius: 4px;
}
#landing-page-google-map {
	display: block;
	width: 100%;
	height: 100%;
}
#branch-map-bubble {
	display: none;
}
.map-bubble {
	display: none;
}
.branch-listing {
	display: block;
}

#landing-page-footer-nav ul {
	list-style: none;
	margin: 100px 0;
	text-align: center;
}
#landing-page-footer-nav ul li {
	display: inline;
	margin: 0px 15px 0 0;
}
#landing-page-footer-nav ul li a {
	font-size: 10px;
	color: #71843D;
}
#landing-page-footer-nav ul li a em {
	display: none;
}


/*********************************************  FOOTER  *******************************************************/

#footer {
	margin-top: 95px;
	padding: 17px 0 17px 10px;
	border-top: 1px solid #71843D;
	font-size: 12px;
	color: #94A551;
	line-height: 180%;
}
#footer a, #footer a:link, #footer a:visited {
	color: #71843D;
	outline: none;
}
#footer-nav {
	color: #71843D;
	margin-bottom: 25px;
}
#footer-nav ul {
	margin: 0;
	padding: 0;
}
#footer-nav ul li {
	float: left;
	width: auto;
	margin: 0;
	color: #71843D;
	padding: 0 10px 0 0;
	/*
	list-style: disc;
	*/
	white-space: nowrap;
}
#footer-nav ul li:first-child {
	list-style: none;
	margin: 0;
}
#footer-nav ul li.active a,
#footer-nav ul li:hover a {
	color: #9E4F76;
}

/*********************************************  H5BP  *******************************************************/

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*********************************************  iPad  *******************************************************/


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

	#primary-nav ul div.nav-submenu {
		padding: 0 0 0 0;
		background: rgba(113,132,61,0.95);
		border-radius: 0px 4px 4px 4px;
		left:269px;
	}
	#primary-nav ul div.nav-submenu div.nav-submenu-inner1 {
		background: none;
		padding: 0 0 0 0;
	}
	#primary-nav ul div.nav-submenu div.nav-submenu-inner2 {
		background: none;
		padding: 0 0 0 0;
	}
	#branch-selector #branch-selector-dropdown-inner div {
		padding: 0 0 0 0;
		background: rgba(113,132,61,0.95);
	}
	#branch-selector #branch-selector-dropdown-inner ul {
		background: none;
	}
	#company-box {
		/* 
		background: rgba(113,132,61,0.95);
		*/
	}
	#company-box-inner1 {
		/*
		background: none;
		*/
	}
	#company-box-inner2 {
		/*
		background: none;
		*/
	}
	#branch-box {
		background: rgba(158,79,118,0.95);
	}
	#branch-box-inner1 {
		background: none;
	}
	#branch-box-inner2 {
		background: none;
	}
	body {
		background-image:none;
	}
	#page-bkg-ipad {
		position: fixed;
		margin: 0px;
		width: 100%;
		height: 1840px;
		background: url('../imgD/bkg_body.jpg') top center no-repeat;
		-webkit-background-size: 3000px 1840px;
		z-index: 1;
	}
	#page-bkg {
		position: fixed;
		top:0;
		left:0;
		margin:0px;
		width: 1428px;
		height: 775px;
		background-image: url('../imgD/bkg_tree.png');
		background-repeat: no-repeat;
		background-position-y: 0px;
		background-position-x: -120px;
		-webkit-background-size: 1428px 775px;
		background-attachment: fixed;
		z-index: 1;
	}
	#frame-container {
		position:fixed;
		width:100%;
	}

}