﻿html, body {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background-color: #fdfdee;
    height: 100%;
}

/*************************************************************
Footer links  *Don't change the table or align classes*
*/

.TableDiv {
	display: table;
}

.TableRowDiv {
	display: table-row;
}

.TableCellDiv {
	display: table-cell;
	vertical-align:top;
}

.AlignCenter {
	margin: 0 auto;
	left:0; 
	right:0;
}

.TextAlignCenter {
	text-align:center;
}

.TextAlignLeft {
	text-align:left;
}

.TextAlignRight {
	text-align:right;
}

.greenLink:link, .greenLink:visited, .greenLink:active
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

.greenLink:hover
{
	color: #FFFFFF;
}

.MainOuterTableFooter {
	color: #FFFFFF;
	text-align: center;
	width: 100%;
}

.footer-content {
	background-color: #839338;
	margin: 0px;
	padding: 30px;
    clear: both;
}

.footer-content h4 {
	font-size: 14px;
}

.footer-content h5 {
	margin-top: -10px;
	font-size: 12px;
}

/*************************************************************
/*************************************************************
*************************************************************/


a:link
{
	text-decoration: none;
	color: #4f8c68;
}
a:visited
{

	text-decoration : none;
	color : #4f8c68;
} 
a:active 
{

	text-decoration : none;
	color : #4f8c68;
}
a:hover 
{

	text-decoration : none;
	color : #000000;
}


.MainOuterDiv {
	width: 100%;
	min-width:1475px;
}

.MainInnerDiv
{
	width: 1040px;
}

.Width100Percent {
	width:100%;
}

.PositionRelative {
	position:relative;
}

.PositionAbsolute {
	position:absolute;
}

.DisplayInlineBlock {
	display: inline-block;
}

.Width10 {
	width:10px;
}

.Width20 {
	width:20px;
}

.Width100 {
	width:100px;
}

.Height10 {
	height:10px;
}

.Height20 {
	height:20px;
}


.MenuDiv {
	text-align: center;
	width: 100%;
	background-color: #839338;
	box-shadow: 5px 10px 25px #000000;
	position: relative;
	z-index: 10;
}

.TopHeaderBar {
	height: 180px;
	width: 100%;
	background-image: url('Images/header-background.png');
    background-size: cover;
}

.logo {
	padding: 20px 0px 0px 30px;
	width: 600px;
	float:left;
}

.header-appointment {
	text-align: center;
	color: #fff;
	font-size: 28px;
	float: right;
	margin-right: 40px;
}

.header-contact {
	background-image: url('Images/header-contact-info.png');
	height: 155px;
	width: 304px;
	float: right;
	margin-right: 50px;
	text-align: center;
}

.header-contact p {
	font-size: 14px;
	margin-top: 10px;
    line-height: 22px;
}

.header-contact .phone {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
    line-height: 28px;
}

.header-image {
	background-size: cover;
	background-image: url('Images/home-banner.jpg');
	height: 600px;
}

.MainContent {
    min-height: 400px;
    width: 100%;
    background-color: #fdfdee;
    text-align: center;
}


.AppointmentButton a:link, .AppointmentButton a:visited, .AppointmentButton a:active
{
	margin: 0px 0px 0px 0px;
	background-position: 0px 0px;
	display: block;

	width: 217px;
	height: 113px;
	padding: 18px 0px 0px 0px;

	font-family: 'Cardo', serif;
	font-size:17px;
	color: #ffffff;

	background: url("images/AppointmentButton.png") 0 0 no-repeat;
	text-decoration: none;
}

.AppointmentButton a:hover 
{          
	background-position: 0px -131px;
}

.script-font {
	font-family: 'Dancing Script', cursive;
}

.script-font .app-top{
    color: #fdfdee;
}

.script-font .app-top:hover {
    color: #f8f8c4
}

#wrapper {
	margin-left:400px;
    min-height: 600px;
    background-color: #fdfdee;
}

#contentWrapper {
    min-height: 600px;
    background-color: #fdfdee;
}

#content {
    float:right;
    width: 100%;
    height: 100%;
    background-color: #fdfdee;
}

#contentPage {
    display:table;
    width: 100%;
    height: 100%;
    background-color: #fdfdee;
    min-height: 600px;
}

#contentSidebar {	
    display:table-cell;
	vertical-align:top;
	padding-top:10px;
	
    width: 400px;
    min-height: 600px;
    background: #272217;
    background: -moz-linear-gradient(top, #272217 0%, #6c6656 48%, #272217 100%);
    background: -webkit-linear-gradient(top, #272217 0%,#6c6656 48%,#272217 100%);
    background: linear-gradient(to bottom, #272217 0%,#6c6656 48%,#272217 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272217', endColorstr='#272217',GradientType=0 );
}

#sidebar {
	float:left;
    margin-left:-400px;
    width: 400px;
    min-height: 600px;
    background: #272217;
    background: -moz-linear-gradient(top, #272217 0%, #6c6656 48%, #272217 100%);
    background: -webkit-linear-gradient(top, #272217 0%,#6c6656 48%,#272217 100%);
    background: linear-gradient(to bottom, #272217 0%,#6c6656 48%,#272217 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#272217', endColorstr='#272217',GradientType=0 );
}

#cleared {
    clear: both;
}

.contentContainer {
    display:table-cell;
	vertical-align:top;
	padding-top:10px;
}

.container{
	display:flex;
	overflow:hidden;
}

.column {
    flex: 1;
    background: #fdfdee;
    box-sizing: border-box;
}

.column-one {
    order: 1;
}

.column-two {
    order: 2;
}

.column-three {
    order: 3;
}

.column-four {
    order: 4;
}

.column-five {
    order: 5;
}

.mod {
    padding: 20px;
    line-height: 22px;
}

.mod-image {

}

.mod-header {
    color: #42210b;
    font-size: xx-large;
}

.mod-content {
    font-size: 14px;
    text-align: left;
}

.mod-content table {
    text-align: left;
    width: 250px;
}

.mod-content table td {
    width: 100px;
}

.mod-readmore {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center !important;
}

.clearfix {
    overflow: auto;
}

#sidebar li, #contentSidebar li {
    list-style: none;
    color: #fdfdee;
    margin-left: -40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#sidebar li a, #contentSidebar li a {
    color: #fdfdee;
    background-color: rgba(70, 66, 55, 0.62);
    padding: 15px 0;
    display: inline-block;
    width: 100%;
}

#sidebar li a:hover, #contentSidebar li a:hover {
    color: #fdfdee;
    background-color: rgba(125, 122, 114, 0.62);
}