
/*------------------------------------------------*/

/*-----------------[RESET]------------------------*/

/*------------------------------------------------*/



/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

#content-area { background-color: #f6debf!important;}

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,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------------*/

/*-----------------[BASIC STYLES]-----------------*/

/*------------------------------------------------*/



body {
	line-height: 20px;
	font-family:'Droid Sans', Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #48423f;
	background: url(images/header-bg.png);
	text-shadow: 1px 1px 0 #fff;
}
a {
	text-decoration: none;
 color: #006600;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.ui-tabs-hide {
	display: none;
}
br.clear {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	 color: #006600;
	letter-spacing: -1px;
	
	font-weight: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	 color: #006600;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
		margin-top:20px;
	line-height:30px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.entry h2,
.entry h3 {
	margin-bottom: 12px;
	margin-top:20px;
	
}
p {
	padding-bottom: 10px;
	line-height: 24px;
}
strong {
	font-weight: bold;
	/*color: #1c1c1c;*/
}
cite, em, i {
	font-style: italic;
}
pre, code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}
ins {
	text-decoration: none;
}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 0.8em;
}
sub {
	top: 0.3em;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
blockquote {
	margin: 1.5em 0 ;
	padding: 1em;
	/*color: #666666;*/
	background: #deeede;
	border: 1px solid #dcdcdc;
}
blockquote p {
	padding-bottom: 0px;
}
input[type=text], input.text, input.title, textarea, select {
	background-color:#fff;
	border:1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}
input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {
	border-color:#2D3940;
	color: #3e3e3e;
}
input[type=text], input.text, input.title, textarea, select {
	margin:0.5em 0;
}
textarea {
	padding: 4px;
}
img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
/*------------------------------------------------*/

/*---------------[MAIN LAYOUT INFO]---------------*/

/*------------------------------------------------*/



#top-header {
	border-bottom: 2px solid #ffffff;
	position: relative;
	background: url(images/header-bg.png);
}
#top-header .container {
	min-height: 46px;
}
#top-shadow {
	background: url(images/top-shadow.png) repeat-x;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 7px;
}
#bottom-shadow {
	background: url(images/bottom-shadow.png) repeat-x;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 4px;
}
.container {
	text-align: left;
	margin: 0 auto;
	/*width: 960px;*/
	width: 100%;
	position: relative;
}
#content {
	margin-bottom: 0px;
}
ul#top-menu {
	float: left;
	padding-left: 36px;
}
#search-form {
	float: right;
	background: url(images/search-bg.png) no-repeat;
	width: 167px;
	height: 27px;
	padding-right: 48px;
	margin-top: 11px;
}
#search-form #searchinput {
	background: none;
	border: none;
	float: left;
	margin: 5px 7px 0 5px;
	width: 116px;
	padding-left: 9px;
	font-size: 11px;
	color: #6f6967;
}
#search-form #searchsubmit {
	margin-top: 7px;
	margin-right: 7px;
}
#content-area {
	background: #fafcfc url(images/content-area-bg.png);
	border-bottom: 1px solid #ffffff;
}
#top-stitch {
	/*background: url(images/top-stich.png) repeat-x bottom left;
	height: 7px;*/
}
#content-area .container {
	padding-top: 31px;
	background-image:
	url(images/bg-header-nef.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#logo-area {
	text-align:left;
	position: relative;
	padding-bottom: 17px;
	padding-left:48px;
}

#logo-area h1 {
	
	font-size:26px;
	font-family: 'Kreon', Arial, sans-serif;
	color: #7d4802;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ddd;
}

p#slogan {
	font-size: 15px;
	font-family: 'Kreon', Arial, sans-serif;
	color: #333;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #ffffff;
}
#content {
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e2e5e5;*/
}
#content-shadow {
	/*background: url(images/content-main-shadow.png) repeat-y;*/
}
#content-top-shadow {
	background: url(images/content-top-shadow.png) repeat-x 0 1px;
}
#content-bottom-shadow {
	background: url(images/content-bottom-shadow.png) repeat-x bottom left;
}
#inner-border {
	/*border: 1px solid #ffffff;*/
	background: #fff url(images/content-bg.png); /*height: 100%;*/
}
#inner-border, #content-shadow, #content-top-shadow, #content-bottom-shadow {
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;*/
}
#second-menu {
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fbf0da', endColorstr = '#e5c78c');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#fbf0da', endColorstr = '#e5c78c')";
background-image: -moz-linear-gradient(top, #fbf0da, #e5c78c);
background-image: -ms-linear-gradient(top, #fbf0da, #e5c78c);
background-image: -o-linear-gradient(top, #fbf0da, #e5c78c);
background-image: -webkit-gradient(linear, center top, center bottom, from(#fbf0da), to(#e5c78c));
background-image: -webkit-linear-gradient(top, #fbf0da, #e5c78c);
background-image: linear-gradient(top, #fbf0da, #e5c78c);
border-bottom:3px solid #d8c0a3;

-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
-moz-box-shadow: 0px 0px 8px #cccccc;
-webkit-box-shadow: 0px 0px 8px #cccccc;
box-shadow: 0px 0px 8px #cccccc;
/*	background: url(images/menu-bottom-bg.png) repeat-x bottom left;
	background-color:#007300;
	-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
-moz-box-shadow: 0px 0px 8px #cccccc;
-webkit-box-shadow: 0px 0px 8px #cccccc;
box-shadow: 0px 0px 8px #cccccc;



filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#15aa15', endColorstr = '#007300');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#15aa15', endColorstr = '#007300')";
background-image: -moz-linear-gradient(top, #15aa15, #007300);
background-image: -ms-linear-gradient(top, #15aa15, #007300);
background-image: -o-linear-gradient(top, #15aa15, #007300);
background-image: -webkit-gradient(linear, center top, center bottom, from(#15aa15), to(#007300));
background-image: -webkit-linear-gradient(top, #15aa15, #007300);
background-image: linear-gradient(top, #15aa15, #007300);
*/
}
ul#secondary-menu {
	padding-left: 29px;
	margin-top:-1px;
}
#controllers {
	margin-bottom: 27px;
	margin-left: 23px;
	position: relative;
}
#controllers #active_item {
	background: url(images/featured-arrow.png) no-repeat;
	position: absolute;
	top: -30px;
	left: 36px;
	width: 20px;
	height: 10px;
	z-index: 100;
}
.controller {
	display:block;
	float:left;
	position:relative;
	margin-right: 21px;
}
.controller a {
	display: block;
}
.controller a.active {
	-moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.4);
}
.controller span.overlay {
	background:url(images/controller-overlay.png) no-repeat;
	display:block;
	height:54px;
	left:0px;
	position:absolute;
	top:0px;
	width:95px;
}
.recent-from {
	float: left;
	width: 317px;
}
.recent-middle {
	width: 318px !important;
}
.recent-last {
	width: 321px !important;
}
.recent-last .recent-content {
	background: none !important;
}
.main-title {
	background:url(images/title-bg.png) repeat-x;
	height: 42px;
	line-height: 42px;
	font-size: 13px !important;
	text-transform: uppercase;
	color: #48423f;
	text-shadow: 1px 1px 1px #ffffff;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0;
	font-family: 'Droid Sans', Arial, Verdana, sans-serif !important;
}
#comment-wrap .main-title {
	margin: 0 -37px 12px -39px;
}
.recent-content {
	background:url(images/recent-content-bg.png) repeat-y top right;
	margin-top: -1px;
	padding: 29px 32px 38px 35px;
}
.last {
	background: none;
}
.block-post {
	margin-bottom: 7px;
}
.block-post .thumb {
	display:block;
	float:left;
	position:relative;
	margin-right: 17px;
}
.block-post .thumb span.overlay {
	background:url(images/post-overlay.png) no-repeat !important;
	display:block;
	height:41px !important;
	left:0px;
	position:absolute;
	top:0px;
	width:41px !important;
}
.widget .block-post .thumb span.overlay {
	background:url(images/post-overlay.png) no-repeat !important;
}
.block-post h3.title {
	font-family: 'Kreon', Arial, sans-serif;
	font-size: 16px;
	text-shadow: 1px 1px 1px #ffffff;
}
.block-post h3.title a {
	text-decoration: none;
	color: #48423f;
}
.block-post p.meta-info {
	color: #b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -4px;
}
.block-post p.meta-info a {
	text-decoration: none;
	color: #8c9c9c;
}
.block-post p.meta-info a:hover {
	color: #444c4c;
}
a.more {
	background:url(images/more.png) no-repeat right bottom;
	color:#8c9c9c;
	display:block;
	text-shadow: 1px 1px 1px #ffffff;
	padding-right:6px;
	text-decoration:none;
	height: 35px;
	line-height: 35px;
	margin-left: 16%;
	margin-right: 16%;
	text-align: center;
}
a.more:hover {
	color:#111111;
}
a.more span {
	background:url(images/more.png) no-repeat;
	display:block;
	height: 35px;
	padding-left: 6px;
}
.post a.more {
	float: right;
	margin-left: 0;
	margin-right: 0;
}
.post a.more span {
	padding-left: 12px;
	padding-right: 4px;
}
#left-area {
	/*width: 684px;*/
	display: table-cell;
	width: 100%;
	 overflow: hidden;
}
#sidebar {
	display: table-cell;
	padding-top:0px!important;
	vertical-align:top;
	border-left: 1px solid #efefef;


}
#sidebar h4 {
	margin-top:0px!important;
	
}
#entries {
	/*background:url(images/recent-content-bg.png) repeat-y 683px 0px;*/
	padding: 31px 38px 27px;
/*	-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;*/
-moz-box-shadow: 0px 0px 5px #cccccc;
-webkit-box-shadow: 0px 0px 8px #cccccc;
box-shadow: 0px 0px 8px #cccccc;


}
.entry {
	margin-bottom: 10px;
}
.entry .thumb, .photostream .thumb {
	display:block;
	float:left;
	position:relative;
	margin-right: 14px;
	margin-top: 5px;
}
.photostream .thumb {
	margin-right: 9px;
	margin-bottom: 9px;
}
.entry .thumb span.overlay, .photostream .thumb span.overlay {
	background:url(images/entry-overlay.png) no-repeat;
	display:block;
	height:68px;
	left:0px;
	position:absolute;
	top:0px;
	width:68px;
}
.photostream .thumb span.overlay {
	background:url(images/entry-overlay.png) no-repeat !important;
	height:68px !important;
	width:68px !important;
}
.latest .thumb span.overlay, body.single .thumb span.overlay, body.page .thumb span.overlay {
	background:url(images/single-overlay.png) no-repeat !important;
	width: 201px;
	height: 201px;
}
.entry h3.title, h1.title {
	font-family: 'Kreon', Arial, sans-serif;
	font-size: 20px;
	text-shadow: 1px 1px 1px #ffffff;
}
h1.title {
	color: #48423f;
	font-size: 30px;
}
.entry h3.title a {
	text-decoration: none;
	color: #48423f;
}
.entry p.meta-info {
	color: #b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -2px;
	margin-bottom: -8px;
}
.entry p.meta-info a {
	text-decoration: none;
	color: #8c9c9c;
}
.entry p.meta-info a:hover {
	color: #444c4c;
}
.entry div.post-meta {
	background: url(images/meta-separator.png) repeat-x;
	margin: 8px 0 14px;
}
.entry div.post-meta p.meta-info {
	background: url(images/meta-separator.png) repeat-x bottom left;
	margin-bottom: 10px;
	padding: 6px 0 8px;
}
.latest .thumb {
	display:block;
	float:left;
	position:relative;
	margin-right: 28px;
}
.latest .thumb span.overlay {
	background:url(images/entry-latest-overlay.png) no-repeat !important;
	display:block;
	height:131px;
	left:0px;
	position:absolute;
	top:0px;
	width:131px;
}
.latest h3.title {
	font-family: 'Kreon', Arial, sans-serif;
	font-size: 24px;
	text-shadow: 1px 1px 1px #ffffff;
}
.latest h3.title a {
	text-decoration: none;
	color: #48423f;
}
.latest p.meta-info {
	color: #b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -2px;
	margin-bottom: -8px;
}
.latest p.meta-info a {
	text-decoration: none;
	color: #8c9c9c;
}
.latest p.meta-info a:hover {
	color: #444c4c;
}
a.read-more {
	float: right;
	color:#b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration:none;
}
a.read-more:hover {
	color:#111111;
}
.blog-entry {
	position: relative;
	width: 248px;
	padding-left: 32px;
}
a.comments {
	background:url(images/comments-cloud.png) no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 37px;
	height: 33px;
	font-weight: bold;
	color:#48423f;
	text-decoration: none;
	padding: 4px 0;
	text-align: center;
}
.blog-entry h4.title {
	padding-left: 25px;
	padding-right: 33px;
	font-family: 'Kreon', Arial, sans-serif;
	font-size: 16px;
	color:#48423f;
	text-shadow: 1px 1px 1px #ffffff;
}
.blog-entry p.meta-info {
	padding-left: 25px;
	padding-right: 33px;
	color:#b8c2c2;
	text-shadow: 1px 1px 1px #ffffff;
	margin-top: -2px;
}
.blog-entry p.meta-info a {
	text-decoration: none;
	color: #8c9c9c;
}
.blog-entry p.meta-info a:hover {
	color: #444c4c;
}
#ad-720 {
	text-align: center;
	padding-bottom: 32px;
}
#bottom-stitch {
/*	background: url(images/top-stich.png) repeat-x bottom left;
	height: 7px;
	margin-bottom: 4px;*/
	display:none;
}
#breadcrumbs {
	/*background: url("images/title-bg.png") repeat-x;*/
	background-color:#ffffff;
	height: 30px;
	line-height: 30px;
	padding-left: 38px;
	/*for now JMB*/
	display:none;
}
#breadcrumbs a {
	color: #b9c5c5;
}
#breadcrumbs, #breadcrumbs a:hover {
	color: #929e9e;
	text-decoration: none;
}
#main-content {
	position: relative;
	display: table;
  width: 100%;

}
#index-top-shadow {
	background: url("images/content-top-shadow.png") repeat-x scroll 0 1px;
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 100%;
	border-top: 1px solid #dee0e0;
}
.post ul, .comment-content ul {
	list-style-type: disc;
	padding: 10px 0px 10px 20px;
}
.post ol, .comment-content ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0px 10px 2px;
}
.post ul li ul, .post ul li ol, .comment-content ul li ul, .comment-content ul li ol {
	padding: 2px 0px 2px 20px;
}
.post ol li ul, .post ol li ol, .comment-content ol li ul, .comment-content ol li ol {
	padding: 2px 0px 2px 35px;
}
.fullwidth #left-area {
	width: 100%;
}
.fullwidth #entries {
	background: none;
}
body.page h1.title {
	margin-bottom: 8px;
}
.ad-468 {
	text-align: center;
	margin-bottom: 30px;
}
.ad-bottom {
	margin-top: 35px;
	margin-bottom: 6px;
}
/*------------------------------------------------*/

/*---------------[DROPDOWN MENU]------------------*/

/*------------------------------------------------*/



ul#top-menu li {
	padding-right: 2px;
	background: url(images/menu-bg.png) repeat-y top right;
}
ul#top-menu a {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	padding: 16px 12px 10px;
}
ul#top-menu a:hover {
	color: #dddddd;
}
ul#top-menu > li.current_page_item > a {
	color: #dddddd !important;
}
ul#top-menu li ul, #mobile_menu {
	width: 170px !important;
	padding: 0;
	background: #161616 url(images/header-bg.png);
	top: 45px !important;
	-moz-box-shadow:3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	z-index: 9999px;
	display: none;
}
ul#top-menu ul li, #mobile_menu li a {
	margin: 0 !important;
	padding: 10px 7px 10px 25px !important;
	background: url(images/top-menu-separator.png) repeat-x;
}
ul#top-menu ul li.first-item {
	background: none;
}
ul#top-menu ul li a, #mobile_menu a {
	padding: 0 !important;
	width: 138px;
}
ul#top-menu li:hover ul ul, ul#top-menu li.sfHover ul ul {
	top: -1px !important;
	left: 171px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
ul#top-menu li.menu-gradient {
	background: url("images/top-shadow.png") repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	width: 202px;
	height: 7px !important;
}
ul#secondary-menu li {
	padding-right: 2px;
	/*background: url(images/secondary-menu-bg.png) repeat-y top right;*/
}
ul#secondary-menu a {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
	text-transform: uppercase;
	/*font-weight: bold;*/
	padding: 22px 16px;
	text-shadow:none!important;
}
ul#secondary-menu a:hover {
	color: #007300;
}
ul#secondary-menu > li.current_page_item > a {
	color: #007300 !important;
}
ul#secondary-menu li ul, #category_mobile_menu {
	/*width: 300px !important;
*/	padding: 7px 10px 10px;
	background: #fff url(images/content-bg.png);
	top: 55px !important;
	-moz-box-shadow:3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.1);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	z-index: 9999px;
	display: none;
	width: 200px;
	
}
ul#secondary-menu ul li, #category_mobile_menu li a {
	margin: 0 !important;
	padding: 8px 0px 8px 0px !important;
	width: 100%;
	float: left;
	color: #333;
	/*width: 360px !important;*/
}
ul#secondary-menu ul li a, #category_mobile_menu a {
	padding: 0 !important;
	color: #333;
	text-transform:none!important
}
ul#secondary-menu li:hover ul ul, ul#secondary-menu li.sfHover ul ul {
	top: -8px !important;
	left: 250px !important;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
ul#secondary-menu ul li.even-item {
	background: none;
}
/*------------------------------------------------*/

/*--------------[FEATURED SLIDER]-----------------*/

/*------------------------------------------------*/



#featured {
	position: relative;
	padding-bottom: 20px;
	margin-left: -1px;
	margin-right: -1px;
}
a#left-arrow, a#right-arrow, #featured .flex-direction-nav a.flex-prev, #featured .flex-direction-nav a.flex-next {
	position: absolute;
	top: 50%;
	width: 32px;
	height: 68px;
	text-indent:-9999px;
	margin-top: -34px;
}
a#left-arrow, #featured .flex-direction-nav a.flex-prev {
	background:url(images/left-arrow.png) no-repeat;
	left: -32px;
}
a#right-arrow, #featured .flex-direction-nav a.flex-next {
	background:url(images/right-arrow.png) no-repeat;
	right: -32px;
}
.featured-top-shadow {
	background:url(images/featured-top-shadow.png) repeat-x;
	position: absolute;
	top:0px;
	left: 0px;
	width: 958px;
	height: 7px;
}
.featured-bottom-shadow {
	background:url(images/featured-bottom-shadow.png) repeat-x;
	position: absolute;
	bottom:0;
	left: 0;
	width: 958px;
	height: 8px;
}
.featured-description {
	position: absolute;
	width: 333px;
	height: 196px;
	top: 40px;
	right:54px;
	background:url(images/featured-description.png);
	padding: 27px 32px 40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.featured-description p.meta-info {
	font-family: Georgia, serif;
	font-style: italic;
	font-size: 12px;
	color: #747474;
}
.featured-description p.meta-info a {
	text-decoration: none;
	color: #fff;
}
h2.featured-title {
	font-family: 'Kreon', Arial, sans-serif;
	font-weight: lighter;
	font-size: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	margin-top: -4px;
}
h2.featured-title a {
	text-decoration: none;
	color: #ffffff;
}
.featured-description p {
	color: #c9c8c8;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	line-height: 19px;
}
a.readmore {
	display: block;
	background: url(images/readmore.png);
	height: 27px;
	padding: 0 17px;
	color: #dfca81;
	font-size: 12px;
	line-height: 27px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-shadow: none;
}
#featured a.readmore {
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
#featured a.readmore:hover {
	color: #fff;
}
/*------------------------------------------------*/

/*-------------------[COMMENTS]-------------------*/

/*------------------------------------------------*/



.comment-body {
	padding: 18px 0 12px 87px;
	position: relative;
}
.avatar-box {
	position: absolute;
	top: 19px;
	left: 0;
	padding: 0;
}
.avatar-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 68px;
	height: 68px;
	background: url(images/avatar-overlay.png) no-repeat;
}
.commentmetadata {
	color: #e4e4e4;
	font-size: 20px;
	font-family: 'Kreon', Arial, sans-serif;
	padding-bottom: 8px;
}
.comment-date {
	font-size: 14px;
	color: #b5bebe;
}
span.fn, span.fn a {
	font-size: 22px;
	color: #48423f;
	text-decoration: none;
}
span.fn a:hover {
	color: #111;
	text-decoration: none;
}
.reply-container {
	float:right;
	background: url("images/more.png") no-repeat scroll right bottom transparent;
	height: 35px;
	line-height: 35px;
	padding-right: 6px;
}
.reply-container a {
	background: url("images/more.png") no-repeat scroll 0 0 transparent;
	display: block;
	height: 35px;
	padding-left: 14px;
	padding-right: 8px;
	color: #8C9C9C;
	text-decoration: none;
	text-shadow: 1px 1px 1px #FFFFFF;
}
.reply-container a:hover {
	text-decoration: none;
	color: #111;
}
.comment ul.children {
	padding-left: 87px;
}
#commentform textarea#comment {
	width: 96%;
}
#commentform input[type=text] {
	width: 38%;
}
#commentform input, #commentform textarea {
	background: #fff;
	border: 1px solid #e2e5e5;
	color: #b8c2c2;
	font-size: 12px;
	padding: 12px 10px 12px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
p.form-submit input#submit {
	background: url(images/submit_bg.png) repeat-x;
	padding: 7px;
	float: right;
}
#commentform .hidden {
	display: none;
}
li.comment #respond textarea {
	width: 91% !important;
}
li.comment #respond input[type=text] {
	width: 48% !important;
}
h3#reply-title {
	font-family: 'Kreon', Arial, sans-serif;
	font-size: 30px;
}
#trackbacks {
	margin-bottom: 20px;
}
#trackbacks, #respond h3#comments {
	margin-bottom: 5px;
}
/*------------------------------------------------*/

/*---------------------[FOOTER]-------------------*/

/*------------------------------------------------*/



#footer {
	background: url(images/header-bg.png);
}
#footer-top-shadow {
	background: url(images/footer-top-shadow.png) repeat-x;
}
#footer-widgets {
	padding: 10px 0px 0px;
}
.footer-widget {
	width: 210px;
	margin-right: 40px;
	float: left;
	font-family: 'Kreon', Arial, sans-serif;
	color: #afa59f;
	font-size: 13px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.last {
	margin-right: 0px;
}
.footer-widget p {
	color: #afa59f;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4)
}
#footer h4.widgettitle {
	font-size: 13px;
	color:#ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	text-transform: uppercase;
	padding-bottom: 11px;
}
.footer-widget a {
	color: #afa59f;
}
.footer-widget a:hover {
	color: #88817c;
	text-decoration: none;
}
.footer-widget ul {
	margin-bottom:8px;
}
.footer-widget ul ul {
	margin-bottom:0;
}
.footer-widget ul li {
	background:url(images/footer-bullet.png) no-repeat 0 7px;
	padding:0px 0 7px 17px;
}

.footer-widget ul li.social-icons {
	background-image:none !important;
	padding-left:3px!important;
	
}
.footer-widget ul li ul {
	margin:0 0 -3px;
	padding:5px 0 0 7px;
}
p#copyright {
	font-size: 11px;
	float:right;
	color:#afa59f;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding-bottom:25px;
	margin-top:20px!important;
	margin-right:20px;
}
p#copyright a {
	color:#ffffff;
}
#footer-bottom-shadow {
	background: url(images/footer-bottom-shadow.png) repeat-x;
	height: 5px;
}
#footer-bottom {
	background: url(images/footer-bottom-bg.png) repeat-x;
}
ul.bottom-nav {
	padding-left: 24px;
}
ul.bottom-nav li {
	float: left;
	padding-right: 2px;
	background: url(images/bottom-menu-bg.png) repeat-y top right;
	padding: 20px 16px 12px;
}
ul.bottom-nav li a {
	color:#ffffff;
	font-size:11px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
ul.bottom-nav li a:hover {
	text-decoration: none;
	color: #a5b795;
}
ul.bottom-nav li.current_page_item a {
	color: #a5b795 !important;
}
/*------------------------------------------------*/

/*--------------------[SIDEBAR]-------------------*/

/*------------------------------------------------*/



.widget {
	width: 230px;
	padding: 30px 25px 30px 44px;
}
.widget ul li {
	background:url(images/sidebar-bullet.png) no-repeat 0px 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	display: block;
	font-size: 13px;
	font-family: 'Kreon', Arial, sans-serif;
	text-shadow: 1px 1px 1px #ffffff;
}
.widget ul li a {
	color:#a1a6a6;
	text-decoration: none;
}
.widget ul li a:hover {
	color:#111111;
}
/*------------------------------------------------*/

/*------------[CAPTIONS AND ALIGNMENTS]-----------*/

/*------------------------------------------------*/



div.post .new-post .aligncenter, .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
}
.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}
.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
img.alignleft {
	display:inline;
	float:left;
	margin-right:15px;
}
img.alignright {
	display:inline;
	float:right;
	margin-left:15px;
}
/*------------------------------------------------*/

/*---------------[DEFAULT DROPDOWN SETTINGS]---*/

/*------------------------------------------------*/



.nav ul {
	position:absolute;
	top:-999em;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
}
.nav li {
	float:left;
	position:relative;
}
.nav a {
	display:block;
	float: left;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left:0px;
	top:50px;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left:192px;
	top:0px;
}
.nav li:hover ul, .nav li li:hover ul {
	top: -999em;
}
.nav li li {
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}
.nav li ul {
	
	z-index:1000;
}
.nav li li a:link, .nav li li a:visited {
	display: block;
	height: auto;
	float: left;
}
.nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
/*------------------------------------------------*/

/*-----------------[WP CALENDAR]-----------------*/

/*------------------------------------------------*/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 240px;
}
#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#wp-calendar a:hover {
	text-decoration: underline;
}
#wp-calendar caption {
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
}
#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
}
#wp-calendar td#today {
	color: #ffffff;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
/*------------------------------------------------*/

/*-------------------[PAGE NAVI]------------------*/

/*------------------------------------------------*/

.pagination {
	overflow: hidden;
	padding: 15px 12px 0px;
}
.wp-pagenavi {
	position: relative;
	text-align: right;
	margin-top: 40px;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 8px 11px !important;
	margin: 2px;
	text-decoration: none;
	border:1px solid #e2e5e5 !important;
	color: #8c9c9c !important;
	background:url(images/pagination-bg.png) repeat-x !important;
	font-weight: normal !important;
}
.wp-pagenavi span.pages {
	padding: 8px 11px !important;
	margin: 2px !important;
	border: none !important;
	color: #bcc9c9 !important;
	background: none !important;
}
.wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active, .wp-pagenavi a:hover {
	padding: 8px 11px !important;
	margin: 2px;
	font-weight: bold;
	background:url(images/pagination-bg.png) repeat-x !important;
	border:1px solid #e2e5e5 !important;
	color:#8c9c9c !important;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span.current, .wp-pagenavi span.extend, .wp-pagenavi a:active {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.wp-pagenavi a:hover {
	color: #000 !important;
}
a.readmore:hover, #sidebar div.custom-sidebar-block ul.control li a:hover, ul#cats-menu li a:hover, ul#page-menu li a:hover, div#slider-control div.featitem h2 a {
	text-decoration: none;
}
.js #feat-content, .js div#from-blog div.entries {
	display: none;
}
.foursixeight {
	margin: 0px 0px 15px 84px;
}
#et-control-panel {
	position: fixed;
	left: 0px;
	top: 94px;
	width: 169px;
	z-index: 9000;
	color: #9f9f9f;
	text-shadow: 1px 1px 1px #fff;
	background: url(images/control-panel-bottom.png) no-repeat bottom left;
	padding-bottom: 18px;
}
#control-panel-main {
	background: url(images/control-panel-mainbg.png) repeat-y;
	-moz-border-radius-topright: 14px;
	-webkit-border-top-right-radius: 14px;
	border-top-right-radius: 14px;
}
#et-control-close {
	background: url(images/control-panel-closebutton.png) no-repeat;
	position: absolute;
	top: 17px;
	right: -41px;
	width: 45px;
	height: 40px;
	display: block;
}
.control-open {
	background: url(images/control-panel-openbutton.png) no-repeat !important;
}
#et-control-inner {
	background: url(images/control-inner.png) no-repeat;
	padding: 16px 16px 0px 16px;
}
#et-control-panel h3.control_title {
	font-size: 15px;
	padding: 2px 0 10px;
	float: left;
}
#et-control-panel p {
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 10px;
}
.et-sample-setting {
	display: block;
	width: 29px;
	height: 29px;
	position: relative;
	float: left;
	margin: 0 4px 4px 0;
	text-indent: -9999px;
}
.et-sample-setting span.et-sample-overlay {
	background: url(images/control-link-overlay.png) no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
#et-sample-color1 {
	background: #6a8e94;
}
#et-sample-color2 {
	background: #8da49c;
}
#et-sample-color3 {
	background: #b0b083;
}
#et-sample-color4 {
	background: #859a7c;
}
#et-sample-color5 {
	background: #c6bea6;
}
#et-sample-color6 {
	background: #b08383;
}
#et-sample-color7 {
	background: #a4869d;
}
#et-sample-color8 {
	background: #f5f5f5;
}
#et-sample-color9 {
	background: #4e4e4e;
}
#et-sample-color10 {
	background: #556f6a;
}
#et-sample-color11 {
	background: #6f5555;
}
#et-sample-color12 {
	background: #6f6755;
}
#et-sample-texture1 {
	background: url(images/body-bg2.png) 14px 13px;
}
#et-sample-texture2 {
	background: url(images/body-bg3.png);
}
#et-sample-texture3 {
	background: url(images/body-bg4.png);
}
#et-sample-texture4 {
	background: url(images/body-bg5.png);
}
#et-sample-texture5 {
	background: url(images/body-bg6.png);
}
#et-sample-texture6 {
	background: url(images/body-bg7.png);
}
#et-sample-texture7 {
	background: url(images/body-bg8.png);
}
#et-sample-texture8 {
	background: url(images/body-bg9.png);
}
#et-sample-texture9 {
	background: url(images/body-bg10.png);
}
#et-sample-texture10 {
	background: url(images/body-bg11.png) 139px 104px;
}
#et-sample-texture11 {
	background: url(images/body-bg12.png);
}
#et-sample-texture12 {
	background: url(images/body-bg13.png) 14px 14px;
}
#et-sample-texture13 {
	/*background: url(images/body-bg14.png);*/
	
}
#et-sample-texture14 {
	background: url(images/body-bg15.png);
}
#et-sample-texture15 {
	background: url(images/body-bg16.png);
}
#et-sample-texture16 {
	background: url(images/body-bg17.png);
}
.et-control-colorpicker {
	background: url(images/control-panel-colorpicker.png) no-repeat;
	width: 18px;
	height: 19px;
	display: block;
	float: right;
}
.et-font-control {
	margin-top: 9px;
}
.colorpicker {
	z-index: 10000;
}
#et_control_header_font, #et_control_body_font {
	width: 73px;
}
.video-slider {
	border: 3px solid white;
	-moz-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
	position: relative;
	width: 248px;
}
a.prev-video, a.next-video, .flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
	position: absolute;
	top: 67px;
	display: block;
	text-indent: -9999px;
	width: 26px;
	height: 27px;
	z-index: 200;
}
a.prev-video, .flex-direction-nav a.flex-prev {
	left: -15px;
	background: url(images/video-left-arrow.png) no-repeat;
}
a.next-video, .flex-direction-nav a.flex-next {
	right: -15px;
	background: url(images/video-right-arrow.png) no-repeat;
}
body.home .entry p {
	line-height: 20px;
}
.entry h3.title {
	padding-top: 5px;
}
.adwrap {
	width: 271px;
	margin-left: -13px;
}
.adwrap img {
	margin: 0 9px 9px 0;
}
.photostream {
	width: 276px;
}
.photostream .thumb {
	margin-right: 25px;
	margin-bottom: 20px;
}
.et_pt_blogentry {
	position: relative;
}
a#cancel-comment-reply-link {
	display: block;
	color: #00B7F3;
	font-size: 12px;
}
#comment-wrap .navigation {
	padding: 10px 0;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.et_pt_gallery_entry {
	margin-left: 70px !important;
}
#slides {
	height: 340px;
}
.js .et_cycle .slide {
	display: none;
	height: 340px !important;
	width: 960px !important;
}
.adwrap a {
	float: left;
	display: block;
}
.et_embedded_videos {
	display: none !important;
}
.js #featured #slides {
	background: url(images/ajax-loader.gif) no-repeat center;
}
.js .et_cycle .slide {
	display: none;
}
.flexslider {
	width: 958px !important;
}
.adwrap {
	overflow: hidden;
}
#ie7 #second-menu {
	position: relative;
	z-index: 99;
}
.opera #second-menu {
	margin-top:-1px;
}
#buttons {
	float:right;
}
/*sous menu accueil*/
.menu-item-26 ul {
	width:245px!important;
}
/*sous menu espac membre*/
.menu-item-245 ul {
	width:320px!important;
}
/*sous menu congrès*/
.menu-item-269 ul {
	width:260px!important;
}
/*sous menu NEF*/
.menu-item-113 ul{
	width:350px!important;
}
/*sous menu bulletins*/
.menu-item-131 ul {
		width:260px!important;
}
/*sous menu English*/
.menu-item-146 ul {
		width:140px!important;
}
.tablestd,
.tablestd2 {
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin-top:15px;
	width:100%!important;
	
}

.tablestd td,
.tablestd2 td
{
	border: 1px solid #ddd;
	border-collapse: collapse;
	padding-left:8px;
	vertical-align:top;
	
	
}





.myButton, .inlg{
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
.myButton:hover,
.inlg:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
.myButton:active,
.inlg:active {
	position:relative;
	top:1px;
}


/*formulaires*/

.mship {
background: #fcfff4; /* Old browsers */
background: -moz-linear-gradient(top,  #fcfff4 0%, #e6f4e6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfff4), color-stop(100%,#e6f4e6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fcfff4 0%,#e6f4e6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fcfff4 0%,#e6f4e6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fcfff4 0%,#e6f4e6 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fcfff4 0%,#e6f4e6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#e6f4e6',GradientType=0 ); /* IE6-9 */


	color: #000000;
	border: 1px solid #ddd;
	text-align: left;
	}
	
	.altr {
	/*background-color: #ccf6cc;*/
}
th {
	padding:6px;
	vertical-align:top;
	
}
.menumembers {
		padding: 8px;
	font-size:14px;
	float:right;
		-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#dddddd')";
background-image: -moz-linear-gradient(top, #ffffff, #dddddd);
background-image: -ms-linear-gradient(top, #ffffff, #dddddd);
background-image: -o-linear-gradient(top, #ffffff, #dddddd);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#dddddd));
background-image: -webkit-linear-gradient(top, #ffffff, #dddddd);
background-image: linear-gradient(top, #ffffff, #dddddd);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ddd;
	display:inline-block;
	cursor:pointer;
	font-weight:normal!important;
	
}
.menumembers  a {
	color:#1C7A3D!important;
	font-weight:normal!important;
	text-shadow:none !important;
}
.box-warning
{

  background-color: #ffd9d5;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #fceeec;
  border-right-color-value: #fceeec;
  border-bottom-color: #fceeec;
  border-left-color-value: #fceeec;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  box-shadow: #f0bfba;
  margin-top:15px;
  padding:8px;
}

.style1,
.style4 {
	color:red!important;
	
}
.style9 {
	font-size: 22px;
	margin-top:30px;
	line-height:30px;
	 color: #006600;
	letter-spacing: -1px;
	margin-bottom:15px;
}
