/*  

Theme Name: FMS

Theme URI: 

Description: 

Version: 1.0

Author: JD

Author URI: www.higherimages.com

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, 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,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.recap{

 width:100%;
}

body{
	background:#808080;	
	font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}

body p{
	font-size:13px;
	margin-bottom:15px;
}

strong{
	font-weight:bold;
}

.container{
	width:1000px;
	margin: 0 auto;
}

#header_wrapper{
	background:#fff;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;	
}

#header{
	min-height:140px;
}



#logo{
	width:auto;
	float:left;
	margin-top:20px;
}

#family{
	float:left;
	width:auto;
	margin-left: 100px;
	margin-top:20px;
}

#phone{
	text-align:right;
	float:right;
	margin-top:15px;
}

#phone h1{
	font-size:18px;
	line-height:24px;
	
}


#nav{
	width:100%;
	background:url(images/nav.png) repeat-x;
	height:71px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

#access {
	display: block;
	margin: 0 auto;
}
#access .menu-header,
div.menu {
	font-size: 22px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 70px;
	padding: 0 30px;
	text-decoration: none;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


#wrapper{
	background:url(images/wrapper.jpg) repeat-y;
	min-height:200px;	
	margin-bottom:20px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px#000;
	box-shadow: 0 0 5px #000;
}

#left{
	float:left;
	padding:15px;
	width:237px;
}

.gform_wrapper ul.gform_fields {
	color: #fff;
}

.gform_wrapper span.gform_description {
	color: #fff;
}

#fences{
	background:#fff;
	width:100%;
	
}

#fences a{
	color:#282828;
	text-decoration:none;
	display:block;
}

#fences a:hover{
	text-decoration:underline;
}

#fences li{
	padding:10px;
	color:#282828;
	text-decoration:none;
	line-height:23px;
}

#fences ul>li:nth-child(odd){
	background:#A7A7A7;
}

.sidebaritem{
	margin-top:15px;
	margin-bottom:15px;
	padding-left:15px;
}

.sidebaritem h3{
	background:url(images/heading.png) repeat-x;	
	height:40px
	font-size:18px;
	line-height:40px;
	width:100%;
	margin-bottom:15px;	
	color:#fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding-left:15px;
	margin-left:-15px;#nav
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.sidebaritem p{
	color:#fff;
	line-height:16px;
	font-size:15px;
}

#right{
	float:right;
	width:703px;
	padding:15px;
}

.slide{
	height:300px;
	width:340px;
	float:left;
	margin-right:10px;
	background:#000;
	margin-bottom:15px;
}

#right h1{
	font-size:34px;
	margin-bottom:15px;
	
}


#right h2{
	font-size:30px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:15px;		
}


#right h3{
	font-size:26px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:15px;		
}


##right h4{
	font-size:24px;
	line-height:24px;	
	font-weight:bold;
	margin-bottom:15px;	
}


#right h5{
	font-size:22px;
	line-height:24px;	
	font-weight:bold;
	margin-bottom:15px;	
}

#right h6{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-bottom:15px;	
}

#right p{
	font-size:15px;
	line-height:23px;
	margin-bottom:15px;
}

#right ol{
	margin-left:40px;
	list-style:decimal;
}

#right ul{
	margin-left:40px;
	list-style:disc;
}

#right ul li{
	
	margin-bottom:10px;
	font-size:13px;
	line-height:23px;
}

.box{
	background:#282828;
	width:225px;
	height:196px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
}	

.box h3{
	background:url(images/heading.png) repeat-x;
	display:block;
	width:225px;
	font-size:16px !important;
	line-height:23px;
	color:#fff;
	-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
	text-align:center;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.last{
	margin-right:0 !important;
}

#footer_wrapper{
	background:#333;
	
}

#footer{
	padding-top:15px;
	width:1000px;
	margin:0 auto;
	min-height:200px;
	color:#fff;
	font-size:15px;
}

#left_nav{
	float:left;
	width:200px;
	padding-left:100px;
}

#left_nav a{ 
	color:#fff;
	margin-bottom:10px;
	line-height:18px;
	font-size:14px;
}

#left_nav a:hover{
	text-decoration:underline;
	color:#aaa;
}

#footer_widget{
	float:left;
	width:600px;
}

.footerBar{
	width:335px;
	min-height:200px;
	float:left;
	font-size:15px;
}	

.footerBar p{
	font-size:15px;
}

.footerBar h3{
	font-size:22px;
	color:#fff;
	margin-bottom:15px;
}

.full{
	width:90%;
}

.comments{
	width:90%;
	height:50px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}