@charset "UTF-8";
/* CSS Document */



/*Primary Color Schemes*/

.header {
 border-bottom:thin solid #3FA4DE;
}
.nav li li a, .nav li li a:hover {
	border-bottom: thin dotted #3FA4DE;
}
 
.nav a, body a:link, .name, .the_comment, body a:link, .form_input  {
	color:#3FA4DE;
}
.submit, .color, body{
	background-color: #3FA4DE;
}
/*Secondary Color Schemes*/
h1,h2,h3,h4{
	color:#3FA4DE;
	}
	
.nav a:hover, .nav > li > a:hover , .nav li li a:hover{
	background-color:#3FA4DE;
	}
/*Accent Color*/
 .nav, .btn-primary,.nav li li a  {
	background-color: #fff;
}
.footer, .submit , .color, .color h1, .color h2, .color h3, .color label,.nav a:hover, .nav > li > a:hover  {
	color: #fff;
}

.header{
	background-color: #2d7098;
	}
/*Nav Bkgrnd Color | Gradient*/
	
.nav {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d18c04+0,fefcea+40 */
	background: #fff; /* Old browsers */
	
}
@font-face {
	font-family: myFirstFont;
	src: url(../fonts/centurygothic.woff);
}
@font-face {
	font-family: title;
	src: url(../fonts/trajanpro-regular.woff);
}
h1, h2, h3, h4 {
	font-family: title;
	font-weight: normal;
}
body {
	padding: 0;
	margin: 0 auto;
	font-family: 'Muli', sans-serif;font-weight: 300;
	font-size: medium;
}
.header {
	width: 100%;
	height: 151px;
	position: relative;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
}
.logo {
	width: 50%;
	position: relative;
	float: left;
}
.logo img {
	height: auto;
	margin: 0 auto;
	position: relative;
}

.headliner{
	margin-top:200px;
	width:100%;
	position:relative;
	background-image:url(../images/banners/1.png);
	background-size:contain;
	background-repeat:no-repeat;
	
	}
.headliner img{
	width:100%;
	height:auto;
	position:relative;
	
	}
.header_link img {
	height: 60px;
}
.header_r {
	width: 50%;
	min-height: 151px;
	position: relative;
	float: right;
	background-image: url(../images/banner.png);
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.header_link {
	width: 100%;
	height: 60px;
	text-align: right;
	top: 90px;
	position: relative;
}
/*fixed header*/

.header-cont {
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 10000000;
}

.color{
	background-image:url(../images/banners/color.png);
	background-size:contain;
	background-repeat:no-repeat;
	
	}
nav, ul, li, a {
	margin: 0;
	padding: 0;
}
/*Navigation*/
	

nav, ul, li, a {
	margin: 0;
	padding: 0;
}
.toggleMenu {
	display: none;
	background: none;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
	float: right;
}

/*For Left Navigation Change:
(text-align: left; | background-position: bottom right; | padding-left:20px;) */

/*For Right Navigation Change:
(text-align: right; | background-position: bottom left; | padding-right:20px;) */

/*For Center Navigation Change:
(text-align: center; delete padding-left or right) */
.nav {
*zoom: 1;
	list-style: none;
	float: right;
	font-family: 'Muli', sans-serif;font-weight: 300;
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	text-align: right;
	padding-right:20px;
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d18c04', endColorstr='#fefcea', GradientType=1 ); /* IE6-9 */
	-webkit-box-shadow: inset -3px 4px 20px 0px rgba(173,150,79,1);
	-moz-box-shadow: inset -3px 4px 20px 0px rgba(173,150,79,1);
	box-shadow: inset -3px 4px 20px 0px rgba(173,150,79,1);
	background-image: url('../images/navigation.png');
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
}
.nav a {
	padding: 10px 15px;
	text-decoration: none;
}
/*COLOR EDIT (HOVER)*/

.nav a:hover, .nav > li > a:hover {
	font-family: 'Muli', sans-serif;font-weight: 400;
	text-decoration:none;
}
.nav li {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
}
.nav > li {
	text-align: center;
	display: inline-block;
}
.nav > li > .parent {
	background-image: url("../images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
}
/*WIDTH EDIT*/

.nav li ul {
	position: absolute;
	left: -9999px;
	min-width: 200px;
	z-index: 1000000001010101010;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
/*COLOR EDIT (DROP DOWN STYLE)*/

.nav li li a, .nav li li a:hover {
	display: block;
	position: relative;
	z-index: 100;
	width: inherit;
}
.nav li li li a {
	z-index: 200;
	border-top: 1px dotted #000;
}
/*Bottom_Navigation*/
	
	
	
.container {
	width: 100%;
	position: relative;
	z-index: 1;
}
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.body {
	width: 100%;
	position: relative;
	background-image: url(../images/color_bkgrnd.png);
	background-size: contain;
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 150px;
	margin-top: 200px;
}
.body_banner {
	width: 100%;
	position: relative;
	background-image: url('../images/bkgrnd.jpg');
	background-size: cover;
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 150px;
	min-height:1200px;
	
}
.body_content {
	width: 85%;
	position: relative;
	background-image: url(../images/body.png);
	background-position: bottom;
	margin: 0 auto;
	top: 20px;
	padding: 20px;
}
.portfolio {
	width: 65%;
	position: relative;
	background-position: bottom;
	margin: 0 auto;
}
.portfolio img {
	width: 100%;
	postion: relative;
	height: auto;
	margin-bottom: 30px;
}
.content_container {
	width: 100%;
	position: relative;
}
.five_panel {
	width: 20%;
	min-height: 125px;
	position: relative;
	float: left;
}
.four_panel {
	width: 25%;
	min-height: 125px;
	position: relative;
	float: left;
}
.three_panel {
	width: 33%;
	min-height: 50px;
	position: relative;
	float: left;
	margin-bottom: 20px;
}
.two_panel_r {
	width: 49%;
	min-height: 250px;
	position: relative;
	float: right;
	padding-bottom: 20px;
}
.two_panel_l {
	width: 49%;
	min-height: 250px;
	position: relative;
	float: left;
	padding-bottom: 20px;
}
.panel_contents {
	width: 95%;
	poistion: relative;
	margin: 0 auto;
	text-align: center;
}
.panel_contents_regular {
	width: 95%;
	poistion: relative;
	margin: 0 auto;
	text-align: left;
}

.panel_contents_form {
	width: 95%;
	poistion: relative;
	margin: 0 auto;
	text-align: left;
}

.color {
	width: 95%;
	poistion: relative;
	margin: 0 auto;
	text-align: left;
	padding:10px;
	
}
.panel_contents_regular img {
	width: 100%;
	height: auto;
	position: relative;
}

.image img{
	width:100%;
	height:auto;
	position:relative;
	}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
h2:after {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.footer {
	width: 100%;
	position: relative;
	background: url(../images/footer.jpg);
	min-height: 60px;
	line-height: 60px;
	font-size: small;
	text-align: center;
}
.name {
	width: 98%;
	height: 25px;
	position: relative;
	border: 1px solid #705434;
	margin-bottom: 10px;
	background: url(../images/body.png);
	font-size: medium;
}
.the_comment {
	width: 98%;
	min-height: 75px;
	position: relative;
	border: 1px solid #705434;
	background: url(../images/body.png);
	font-size: medium;
}
.submit {
	width: 150px;
	height: 40px;
	position: relative;
	margin-top: 10px;
	float: right;
	margin-right: 20px;
	font-size: medium;
}
iframe, object, embed, .fb-comments, .fb-comments iframe[style], .fb-post, .fb-post iframe[style] {
	position: relative;
	margin-top: 20px;
	width: 100% !important;
}

/*Form Coding*/

 
.TTWForm{
    width: 500px;
}
 
 
.TTWForm-container {
    font-size: 75%;
    color: #222;
    background: #fff;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
 
.TTWForm-container h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
    color: #333333;
    font-weight: normal;
}
 
/** Field Styles **/
.TTWForm .field, #form-title.field {
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative;
    clear: both;
}
 
/** Field Widths */
.f_25 {
    width: 21%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
 
.f_50 {
    width: 46%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
 
.f_75 {
    width: 71%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
 
.f_100 {
    width: 96%;
    display: inline;
    float: left;
    margin-left: 2%;
    margin-right: 2%; /* jquery ui resize grid hack - not sure why */
}
 
.TTWForm input, .TTWForm textarea {
    width: 100%;
    font: 16px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
 
    outline: none;
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #EDEDED; /* old browsers */
    background: -moz-linear-gradient(top, #EDEDED 0%, #FCFCFC 10%, #FCFCFC 90%, #EDEDED 100%); /* firefox */
 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #EDEDED), color-stop(10%, #FCFCFC), color-stop(90%, #FCFCFC), color-stop(100%, #EDEDED)); /* webkit */
 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#EDEDED', endColorstr = '#EDEDED', GradientType = 0); /* ie */
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    padding: 3px 0;
}
 
.TTWForm input:focus, .TTWForm textarea:focus, .TTWForm select:focus {
    -webkit-box-shadow: 0px 0px 5px #bfdeff;
    -moz-box-shadow: 0px 0px 5px #bfdeff;
    box-shadow: 0px 0px 5px #bfdeff;
}
 
.TTWForm input[type=radio], .TTWForm input[type=checkbox] {
    width: 12px;
    margin: 8px 12px;
    top: 3px;
    position: relative;
}
 
.TTWForm .option {
    margin: 6px 0;
}
 
.TTWForm select {
    padding: 6px 6px;
}
 
.TTWForm textarea {
    overflow: hidden;
}
 
.TTWForm label {
    color: #666;
    text-align: left;
    font: 16px/24px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
}
 
.TTWForm .submit input {
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    text-shadow: 1px 1px 0px #fff;
    display: block;
    margin: 12px -2px 12px 0;
    text-align: center;
    float: right;
    padding: 6px 3px;
    height: 36px;
    cursor: pointer;
    min-width: 96px;
    width: auto;
    background: #FBFBFB; /* old browsers */
    background: -moz-linear-gradient(top, #FBFBFB 0%, #EEEEEE 99%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FBFBFB), color-stop(99%, #EEEEEE)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#FBFBFB', endColorstr = '#EEEEEE', GradientType = 0); /* ie */
    border: 1px solid #cfcfcf;
    font-weight: bold;
    color: #666;
}
 
#form-title {
    padding: 12px;
}
 
#form-title h2 {
    margin-bottom: 0;
}
 
/** Date Input **/
 
#calroot {
    z-index: 10000;
    margin-top: -1px;
    width: 198px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 0 15px #666;
    -webkit-box-shadow: 0 0 15px #666;
}
 
#calhead {
    padding: 2px 0;
    height: 22px;
}
 
#caltitle {
    font-size: 14px;
    color: #0150D1;
    float: left;
    text-align: center;
    width: 155px;
    line-height: 20px;
    text-shadow: 0 1px 0 #ddd;
}
 
#calnext, #calprev {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    background: transparent url(../images/prev.png) no-repeat center center scroll;
}
 
#calnext {
    float: right;
    background: transparent url(../images/next.png) no-repeat center center scroll;
}
 
#calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden;
}
 
#caltitle select {
    font-size: 10px;
}
 
#caldays {
    height: 14px;
    border-bottom: 1px solid #ddd;
}
 
#caldays span {
    display: block;
    float: left;
    width: 28px;
    text-align: center;
}
 
#calweeks {
    background-color: #fff;
    margin-top: 4px;
}
 
.calweek {
    clear: left;
    height: 22px;
}
 
.calweek a {
    display: block;
    float: left;
    width: 27px;
    height: 20px;
    text-decoration: none;
    font-size: 11px;
    margin-left: 1px;
    text-align: center;
    line-height: 20px;
    color: #666;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
 
.calweek a:hover, .calfocus {
    background-color: #ddd;
}
 
a.calsun {
    color: red;
}
 
a.caloff {
    color: #ccc;
}
 
a.caloff:hover {
    background-color: rgb(245, 245, 250);
}
 
a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default;
}
 
#calcurrent {
    background-color: #498CE2;
    color: #fff;
}
 
#caltoday {
    background-color: #333;
    color: #fff;
}
 
/** Range Input **/
 
.slider {
    background: #3C72E6 url(../images/range_gradient.png) repeat-x 0 0;
    height: 9px;
    position: relative;
    cursor: pointer;
    border: 1px solid #333;
    width: 100%;
    float: left;
    clear: right;
    margin-top: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: inset 0 0 8px #000;
}
 
.progress {
    height: 9px;
    background-color: #C5FF00;
    display: none;
    opacity: 0.6;
}
 
.handle {
    background: #fff url(../images/range_gradient.png) repeat-x 0 0;
    height: 28px;
    width: 28px;
    top: -12px;
    position: absolute;
    display: block;
    margin-top: 1px;
    border: 1px solid #000;
    cursor: move;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
 
}
 
.range {
    border: 1px solid #ddd;
    float: left;
    font-size: 20px;
    margin: 0 0 0 15px;
    padding: 3px 0;
    text-align: center;
    width: 50px !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
 
/**Error Messages **/
 
.TTWForm .error {
    height: 16px;
    font: 11px/16px Helvetica Neue, "Arial", Helvetica, Verdana, sans-serif;
    color: #ff0033;
    padding-left: 12px;
    z-index: 999;
    position: relative;
    top: -1px;
}
 
/** Loading Indicator **/
.loading-text {
    position: relative;
    top: -3px;
}
 
/** Clearfix */
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
 
/*
    The following zoom:1 rule is specifically for IE6 + IE7.
    Move to separate stylesheet if invalid CSS is a problem.
*/
* html .clearfix,
*:first-child+html .clearfix {
    zoom: 1;
}

 @media screen and (max-width : 900px) {
/*Primary Color Schemes*/
.nav > li {
	border-bottom: 1px dotted #333;
}
/*Accent Color Schemes*/
.toggleMenu {
	color: #fff;
}
.header_r {
	background-color: #fff;
}
.toggleMenu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2b3990+43,1b75bc+100 */

	background-image: url(../images/footer.jpg);
	font-family: title; /* Old browsers */
}
/*Navigation*/
	
.toggleMenu {
	float: none;
	width: 100%;
	text-align: center;
	position: relative;
	clear: both;
}
.nav {
	list-style: none;
 *zoom: 1;
	min-width: 100%;
	position: realtive;
	margin-top: 0;
	clear: both;
	z-index: auto;
	padding-right: 0;
	float:none;
	padding-left:0;
}
.active {
	display: block;
}
.nav > li {
	float: none;
	padding-left: 0;
	padding-right: 0;
	display: inherit;
	text-align: left;
	z-index: 100;
	background-image: url(../images/body.png);
}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav li li .parent {
	background-image: url("../images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
/*Panel Options*/	
	
.three_panel, .bottom_panel, .two_panel_l, .two_panel_r, .four_panel, .five_panel, .logo, .header_link, .header_r, .portfolio {
	width: 100%;
	clear: both;
	float: inherit;
}
.header_r {
	min-height: 60px;
	background-position: left;
	background-image: url(../images/banner2.png);
}
.header_link {
	top: 0;
}
.header-cont {
	width: 100%;
	position: relative;
	top: 0px;
	z-index: auto;
}
.header-cont2 {
	width: 100%;
	margin: 0px auto;
	position: relative;
}
.body {
	margin-top: 0;
}
.nav a:hover, .nav > li > a:hover {
	background-size: contain;
	background-repeat:repeat-x;
	background-position: left;
}
.logo img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.header_link img {
}
.logo {
	height: 151px;
	text-align: center;
}
.header_r {
	height: 60px;
	text-align: center;
}
.header {
	height: 211px;
}
.headliner{
	margin-top:0;
	}
}
 @media  (min-device-width: 800px)  and (max-device-width: 1280px) {
.nav {
	z-index: 1000000;
}
.body{
	margin-top: 1px;
	min-height: 1280px;
}
.header-cont {
	width: 100%;
	position: relative;
	top: 0px;
	z-index: inherit;
}
.header-cont2 {
	width: 100%;
	margin: 0px auto;
	position: relative;
}

.carousel{
	margin-top:0px;
	} 
}
 </style>
