/* CSS Document */

.header {
	background-image:url(../img/bg04.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-size:100%;
	width:100%;
	text-align:center;
}

.header img {
	margin-top:10px;
	margin-bottom:10px;
	max-height:80px;
}

/* Nav Layout */
.nav__list {
    margin: 0;
    padding: 0;
}
.nav__list a {
    padding-top:12px;
	padding-bottom:12px;
    transition: all .25s ease-in-out;
}

.nav__list__item {
    border-style: solid;
    border-width: 0 0 1px;
}
.nav__list__item,
.nav__list__item a {
    display: block;
}

/* Nav Desktop View */

@media screen and (min-width: 800px) {
    .nav__list > .nav__list__item {
        border-width: 0 1px 0 1px;
    	display: table-cell;
    	text-align: center;
    }
    .nav__list {
    	list-style-type: none;
    	display: inline-table;
 		table-layout: fixed;
    	width:65%;
    }
}

/* Nav Presentation */

.nav {
    background-color: #333333;
	text-align:center;
}
.nav .nav__list__item {
    border-color: #666666;
}
.nav a {
    color: #ffffff;
    text-decoration: none;
}
.nav a:hover, .nav a:active, .nav a:focus {
    background-color: #666666;
}

/* Footer */

footer { 
	background-color: #333; 
	padding: 60px 0;
}

.footer-logo { margin-bottom: 10px; }

footer p {
	font-size: 16px;
	color: #FFFFFF;
	margin: 20px 0;
}

.footer a {
	color: #FFFFFF;
	text-decoration:none;
}

.footer a:hover { text-decoration: underline; }

/* layout */

.hide { display: none; }

.left { float: left; }

.right { float: right; }

.clear { clear: both; }

.center { text-align: center; }

.container {
	background-image:url(../img/bg04.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-size:100%;
	width:100%;
	text-align:center;
}

.home_cal {
	max-width: 960px;
	width: 85%;
	margin:0px auto;
	padding-top:50px;
	padding-bottom:50px;
}

.home_cal td {
	width:320px;
	vertical-align:top;
}

.home_cal h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:34px;
	color:#333;
	text-shadow: 2px 2px #ccc;
	line-height:30px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:normal;
}

.home_cal h3 {
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size:34px;
	color:#333;
	text-shadow: 2px 2px #ccc;
	line-height:30px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:center;
}

.home_cal h4 {
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size:34px;
	color:#333;
	text-shadow: 2px 2px #ccc;
	line-height:30px;
	margin-top:0px;
	margin-bottom:5px;
	font-weight:bold;
	text-align:left;
	padding-left:20px;
}

.home_cal h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#333;
	text-shadow: 2px 2px #ccc;
	line-height:24px;
	margin-top:25px;
	margin-bottom:5px;
	font-weight:normal;
	text-align:left;
	padding-left:20px;
}

.home_cal p {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:justify;
	padding-left:20px;
	padding-right:20px;
	color:#333;
}

.home_cal img {
	margin:20px;
}

.home_quote {
	text-align:center;
	font-family:"Book Antiqua", Georgia, "Times New Roman", serif;
	font-style:italic;
	font-weight:bold;
	font-size:36px;
	color:#12436E;
	text-shadow: 2px 2px #ccc;	
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:5px;
	line-height:none;
}

#ContactUs { 

}
#ContactUs h1 {
		padding-bottom:0px;
		font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
		font-size:34px;
		text-align:left;
		padding-top:0px;
		line-height:34px;
		margin:0px;
}
#ContactUs p.contact-subtitle {
		color: #333333;
		font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
		font-size: 18Px;
		margin-bottom: 20px;
		text-align:left;
		line-height:34px;
}
.contact-subtitle a {
		text-decoration:none;
		color: #333333;
}
		
.contact-subtitle a:hover {
		text-decoration:none;
		color:#c93627;
}
	
	
#ContactForm { width: 65%; margin: 0 auto; }
#ContactForm .input-holder { margin-bottom: 30Px; background-color:#FFF; }
#ContactForm .input {
	border: 1Px solid #999;
	box-shadow:2px 2px #999;
}

#ContactForm .comments { position: relative; }
#ContactForm .comments-label {
	color: #323333;
	display: inline-block;
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 26Px; 	
	position: absolute;
	left: 0;
	right: 0;
	top: 30Px;
}

#ContactForm label {
	color: #333;
	display: inline-block;
	width: 30%;
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 18px; 
	text-align: left;
}
#ContactUs form input,
#ContactUs form textarea {
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding: 5px 0;
	background: transparent;
	border: none;
	color: #333;
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 18px;
	width: 65%;
	margin-left:5px;
	outline: none;
}

#ContactUs form .comments textarea {
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	height: 175px;
	width: 100%;
	background: #fff; 
	padding: 25Px 20Px 20Px;
	margin: 0;
	text-align: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1Px solid #999;
	box-shadow:2px 2px #999;
}
#ContactForm .input.focus label,
#ContactForm .input.focus input { color: #67B04A; }
#ContactForm .input.focus { border-bottom: 2Px solid #67B04A; }

#ContactUs ::-webkit-input-placeholder { color: #CCC; }
#ContactUs :-moz-placeholder { color: #CCC; }
#ContactUs ::-moz-placeholder { color: #CCC; }
#ContactUs :-ms-input-placeholder { color: #CCC; }

#ContactUs form .submit-button {
	cursor: pointer;
	font-family: "Roboto Condensed", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	background: url(../img/submit-button.png) no-repeat center center;
	height: 45px;
	width: 130px;
	margin: 30px auto 0;
	display: block;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	text-indent: 0;
}
#ContactUs form .submit-button:hover {
	background: url(../img/submit-button-hover.png) no-repeat center center;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}