/* Theme Colors
 * ==========================
 *  Red Color: #c52d2f
 * 
 * Fonts:
 * font-family: 'Open Sans', sans-serif;
 * font-family: 'PT Sans Caption', sans-serif;
 */

body {
	background:none repeat scroll 0 0 #FFFFCC;
	font-family: 'Open Sans', sans-serif;
}
h1,h2,h3,h4,h5 {
	font-family: 'PT Sans Caption', sans-serif;
	font-weight:700;
}

h1 {
	font-size: 24px;
	font-family: Arial;
	color: Black;
	font-weight: bold;
	padding-top:5px;
	text-transform: uppercase;
	
}
h2 {
	font-size: 18px;
	font-family: Verdana;
	color: #FF0000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom:10px;
}

.content {
	font-size: 13px;
	font-family: Verdana;
	color: Black;
	font-weight: normal;
	padding-left: 10px;
	padding-right:5px;
}

.h1back {
	width:650; 
	height:35px; 
	background-color:#FFFFCC;
	border: 1px solid black;
	margin-left:18px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/***********************
***** Header *****
************************/
header {
	 background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  background-repeat: repeat-x;
	padding-top:15px;
	color:#FFFFCC;
}

header .masthead {
	/* The top white bar above the menu */
}

header .masthead  .masthead-logowrapper {
}
header .masthead  .masthead-contactwrapper {
	text-align:right;
}

header .masthead a.phone {
	color:#FFFFCC;
}
header address {
	font-size:20px;
	
}
header address i {
	margin-right:5px;
}

nav {
	margin-top:5px;
}

.navbar {
	margin-bottom: 0px;
	border:0px;
	border-radius: 0px;
}


/* --- End Header --- */



/***********************
********* Footer ******
************************/
#bottom {
  background: #f5f5f5;
  border-bottom: 5px solid #006400;
  font-size: 14px;
}

#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}

#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#bottom ul li {
  display: block;
  padding: 5px 0;
}

#bottom ul li a {
  color: #808080;
}

#bottom ul li a:hover {
  color: #006400;
}

#bottom .widget {
  margin-bottom: 0;
}

#footer {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
	  background-image:      -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	  background-image:         linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
	  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	  background-repeat: repeat-x;
	
 
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-size:10px;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #006400;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}



/* --- End Footer --- */



/***********************
***** Main Content *****
************************/
.mainContentContainer {
	
}
	

.mainContentWrapper {
	background-color:#FFF;
	min-height:500px;
	/*
	padding-top:25px;
	
	margin-top:25px;
	margin-bottom:25px;
	padding-top:25px;
	padding-bottom:15px;
	-moz-border-radius: 10px; /  
 	-webkit-border-radius: 10px;  
 	border-radius: 10px; 
 	 	-moz-box-shadow: 0 0 3px 3px #707070;
	-webkit-box-shadow: 0 0 3px 3px #707070;
	box-shadow: 0 0 3px 3px #707070;
	*/
}
h1 {
	border-bottom:1px solid black;
	margin-bottom:25px;
}
h4 {
	background-color:#979564;
	color:#fff;
	padding:6px;
}

.mainContentWrapper .mainContent {
	background:#ffffff;
}

aside {
	padding-top:25px;
}


aside .pod {
	background:#ffffff;
	min-height:200px;
	border:1px solid #a3a3a3;
	-moz-border-radius: 15px; /* Firefox */  
 	-webkit-border-radius: 15px; /* Safari, Chrome */  
 	border-radius: 15px; /* CSS3 */ 
} 

/* Lists */
.list-checkmark li, .list-chevron li {
    list-style-type: none;
}

.list-checkmark, .list-chevron {
    line-height: 1.8em;
    margin-bottom: 20px;
    padding-left: 20px;
}

.list-checkmark li::before {
    content: "\f058";
}
.list-checkmark li::before, .list-chevron li::before {
    color: #006400;
    font-family: FontAwesome;
    margin: 0 5px 0 -18px;
}

/* Form Validation */
.validation-error {
	border-color: #ff8080;
	background-color: #f3c8c7;
}
div.validation-error {
	background-color:inherit;
	margin:5px;
	color: red;
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}
/* == end validation == */


