/* ///////////////////
	CSS RESET
////////////////// */

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;
}

/* ///////////////////
	General
////////////////// */

body {
	line-height: 1;
	font-family: 'Martel Sans', sans-serif;
	background:#85c7e9;
	color:#1c1c1c;
}

input, textarea {
	line-height: 1;
	font-family: 'Martel Sans', sans-serif;
	color:#1c1c1c;
	width:100%;
	margin:10px 0;

}

textarea {
	height:100px;
}

.contact-form {
	width:500px;
	float:right;
}

.contact-info {
    max-width:450px;
	float:left;
}

.contact-form p {
	 line-height: 1.2%; 
     margin: 15px 0 0 0 ;
}


.Mwidth {
	max-width:1000px;
	margin:0 auto;
	}

h1, h2, h3, h4 { 
    display: block;
    font-weight: bold;
	font-weight:900;
	text-align:center;
}	

h1 {
	font-size:30px;
	line-height:150%;
	margin:15px;
}

h2 {
	font-size:26px;
	line-height:150%;
	margin:10px;
}

h3 {
	font-size:22px;
	line-height:150%;
	margin:10px;
}

h4 {
	font-size:18px;
	line-height:150%;
	margin:10px;
}

p, ol, ul {
font-size:16px;
	line-height:150%;
	margin:10px;
}
strong {
	font-weight:700;
}
em {
	font-style:italic;
}
ul {
	list-style-type: disc;
	list-style-position: inside;
    margin:10px;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
    margin:10px;
}
li  {
 padding:3px;
}


.clear{
	clear:both;
}	

/* unvisited link */
 a.text-link:link {
    color: #417e9b;
	text-decoration:none;
	font-weight:700;
}

/* visited link */
 a.text-link:visited {
    color: #417e9b;
}

/* mouse over link */
 a.text-link:hover {
    color: #ff5b2e;
}

/* selected link */
 a.text-link:active {
    color: #ff5b2e;
}	

.orange-text {
	color:#a62f0f;
}
.centerT {
	text-align:center;
}
.centerImg {
	display:block;
	margin:5px auto;
}
.floatR {
	float:right;
}
.floatL {
	float:left;
}

.AccImg {
	float:left;
	margin:5px;
}
.marginmore {
	margin:20px;
}

hr {
	border: 0; 
	height: 1px; 
	background: #a67c0e; 
	background-image: linear-gradient(to right, #ffde8d, #a67c0e, #ffde8d);
	margin:25px 0;
}

/* ///////////////////
	Header 
////////////////// */

#header-bar{
	width:100%;
	background: #072939;
	border-bottom: 1px solid #041720;
	min-height: 30px;
	line-height: 40px;
	color: #ffccbe;
	font-size:13px;
	text-align:center;
	font-weight:400;
}

#header-bar img {
	width:25px;
	margin:10px 3px 3px 5px;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
}
#header-bar img:hover {
	opacity:0.7;
}

/* unvisited link */
 #header-bar a:link {
    color: #ffccbe;
	text-decoration:none;
	font-weight:700;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
}

/* visited link */
 #header-bar a:visited {
    color: #ffccbe;
}

/* mouse over link */
 #header-bar a:hover {
    color: #ffd463;
}

/* selected link */
 #header-bar a:active {
    color: #ffd463;
}

#logo-menu-bar{
	min-height:130px;
	height:auto;
	padding: 10px 0;
	width: 100%;
	border-top: solid 1px #333740;
	border-bottom: solid 1px #333740;
	background: #0f6087;
	box-shadow: 0 1px rgba(255,255,255,0.1);
	}

	
#logo-spacing {
	margin:10px 0px;
}	

#logo {
	float:left;
	text-align:left;
}
#logo h1 a{
	text-align:left;
	color:#ffa58d;
	font-size: 40px;
	line-height: 100%;
	text-decoration:none;
}
#logo h2 {
	font-size: 28px;
	text-align:left;
	color:#ffffff;
	margin:-20px 0 0 15px;
}

#logo h3 {
	text-align:left;
	color:#ffffff;
	margin:0px 0 0 15px;
}

/* ///////////////////
	Main page
////////////////// */	
	
#slider{
	border-bottom: solid 1px #333740;
}


#content{
	max-width:1100px;
	margin:0 auto;
}
#three-boxes{
	min-height:200px;
}

.one_third {
  max-width:300px;
  position:relative;
  width: 24%;
  margin: 2%;
  float: left;
  background:#ffffff;
  padding:20px;
  bottom:50px;
  border:solid 2px #bf634a;
}

.one_third img {
  display:block;
  margin:0 auto;
  width:80%;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
}

.one_third img:hover {
  width:90%;
}

.bottom-table td {
	margin:5px;
}

#inner-content{
	max-width:1000px;
	margin:0 auto;
	background:#ffffff;
	padding:25px;
	border-top: solid 1px #333740;
	border-left: solid 1px #333740;
	border-right: solid 1px #333740;
	box-shadow: 0 1px rgba(255,255,255,0.1);
}
#top-footer {
	min-height:130px;
	padding: 2px 10px 5px;
	width: 100%;
	border-top: solid 1px #333740;
	border-bottom: solid 1px #333740;
	background: #0f6087;
	box-shadow: 0 1px rgba(255,255,255,0.1);
	color:#ffffff;
	text-align:center
}

.add-size {
	width:65%;
	margin:0 auto;
	}
	
.add-size img {
	width:100%;
	}
	
.large-add-size {
	width:95%;
	margin:0 auto;
	}
	
.large-add-size img {
	width:100%;
	}		

/* ///////////////////
	Footer
////////////////// */	

/* unvisited link */
 a.footer-link:link {
    color: #ffccbe;
	text-decoration:none;
	font-weight:700;
}

/* visited link */
 a.footer-link:visited {
    color: #ffccbe;
}

/* mouse over link */
 a.footer-link:hover {
    color: #ffd463;
}

/* selected link */
 a.footer-link:active {
    color: #ffd463;
}	

/* unvisited link */
 a.footer-link2:link {
    color: #ffccbe;
	text-decoration:none;
	font-weight:700;
	font-size:12px;
}

/* visited link */
 a.footer-link2:visited {
    color: #ffccbe;
}

/* mouse over link */
 a.footer-link2:hover {
    color: #ffd463;
}

/* selected link */
 a.footer-link2:active {
    color: #ffd463;
}	

/* unvisited link */
 a.footer-link3:link {
    color: #ffffff;
	text-decoration:none;
	font-weight:900;
	font-size:22px;
	text-align:left;
}

/* visited link */
 a.footer-link3:visited {
    color: #ffffff;
}

/* mouse over link */
 a.footer-link3:hover {
    color: #ffd463;
}

/* selected link */
 a.footer-link3:active {
    color: #ffd463;
}

#footer{
	  width: 100%;
	  background: #072939;
	  border-bottom: 1px solid #041720;
	  min-height: 30px;
	  line-height: 40px;
	  color: #ffccbe;
	  padding:10px 0;
}
#bottom-footer{
	 width: 100%;
	  background: #a62f0f;
	  border-bottom: 1px solid #041720;
	  min-height: 30px;
	  line-height: 40px;
	  color: #ffde8d;
	  padding:10px 0;
	  text-align:center;
}

/* unvisited link */
 #bottom-footer a:link {
    color: #ffde8d;
	text-decoration:none;
	font-weight:700;
	-webkit-transition: 0.5s; /* Safari */
	transition: 0.5s;
}

/* visited link */
 #bottom-footer a:visited {
    color: #ffde8d;
}

/* mouse over link */
 #bottom-footer a:hover {
    color: #ffffff;
}

/* selected link */
 #bottom-footer a:active {
    color: #ffffff;
}

/* ///////////////////
	Mobile
////////////////// */	

@media screen and (max-width: 810px) {
   #logo-menu-bar{
	height:190px;
	}	
	
	.one_third {
  max-width:300px;
  position:relative;
  width: 100%;
  margin: 2%;
  float: left;
  background:#ffffff;
  padding:20px;
  border:solid 2px #bf634a;
  bottom:0px;
}

.one_third img {
  display:block;
  margin:0 auto;
  width:80%;
  -webkit-transition: 0.5s; /* Safari */
  transition: 0.5s;
}

.one_third img:hover {
  width:90%;
}
.contact-form {
	width:340px;
}
.bottom-table{
	width:350px;
	float:left;
}

}	

@media screen and (max-width: 400px) {

#logo-menu-bar{
height: 260px;
}

}


