/* This CSS file is part of the HTML5 / CSS3 tutorial on http://www.lingulo.com */

/* GLOBAL */
body
{
	border-top:5px solid #0069AA;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
	background-color: #FFF;
}

.BODY2
{
	text-align: right;
	vertical-align: text-top;	
}

input
{
        font-family: 'Open Sans', sans-serif;
        font-size:14px;
        padding: 7px;
		margin-left:10px;
        outline: 0;
        border:0;
        width:250px;
        background: #EBE8DE;
        border-radius:5px;
}
.input
{
        font-family: 'Open Sans', sans-serif;
        font-size:14px;
        padding: 7px;
        outline: 0;
		margin-left:10px;
        border:0;
        width:250px;
        background: #EBE8DE;
        border-radius:5px;
}
.small
{
        font-family: 'Open Sans', sans-serif;
        font-size:14px;
        padding: 7px;
        outline: 0;
		border-left:0;
        border:0;
        width:30px;
        background: #EBE8DE;
        border-radius:5px;
}

.phone
{
        font-family: 'Open Sans', sans-serif;
        font-size:14px;
        padding: 7px;
        outline: 0;
        border:0;
        width:190px;
        background: #EBE8DE;
        border-radius:5px;
}


input[type=submit]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
       text-shadow: 1px 1px 0px #ff8155;
	text-decoration:none;
	border-radius:5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
        cursor:pointer;
        color: #fff;
		background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
        color: #EBE8DE;
}

input[type=submit]:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}


input[type=reset]
{
        width:auto;
        padding: 5px 18px;
        line-height:25px;
        cursor:pointer;
       text-shadow: none;
	text-decoration:none;
	border-radius:5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
        background: #333333;
        color: #fff;
}
input[type=reset]:hover
{
         background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}

p
{
        margin:5px 0;
        line-height:25px;
}

strong
{
        font-weight:bold;
}

figcaption strong
{
        border-bottom: 1px solid #D6D0C1;
        padding-bottom:10px;
        margin: 10px 0;
        display:block;
}

figcaption
{
        line-height: 25px;
        font-size:14px;
        width:200px;
}

hr
{
        background-color: #D6D0C1;
        border:0;
        height:1px;
        margin:20px 0;
}


/* HEADER */

header
{
        position:relative;
        width:auto;
        max-width:900px;
        margin: 0 auto 15px auto;
}

nav
{
        position:absolute;
        right:0;
        bottom:0;
		font-family: 'Open Sans', sans-serif;
        font-size:14px;
	
}

nav ul
{
        padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: right;
}

nav ul li
{
       display: inline;
}

nav ul li a
{
       color: #494949;
		padding: 6px 3px 4px 6px; /*top padding is 6px, bottom padding is 4px*/
		margin-right: 10px; /*spacing between each menu link*/
		text-decoration: none;
}

nav ul li a:hover, nav ul li a.selected
{
	border-bottom: 3px solid gray; /*bottom border is 3px*/
	color:#0069AA;
	border-bottom-color:#0069AA;
	
}


/* ---------------------- Blueslate nav ---------------------- */
.blue #slatenav{
height:45px;
font-size:13px;
background:transparent url(../img/nav/blueslate_background.gif) repeat-x top left; 
width:100%;
float: left;
padding:0;
font-family: 'Open Sans', sans-serif;
text-transform:uppercase;
margin:0 1px 0 0;
text-align:center;
}
.blue #slatenav ul{
	padding:0;
	list-style: none;
	margin: 0 auto;
	width:auto;
	}
.blue #slatenav ul li{
	display:inline;
}
.blue #slatenav ul li a{
	color:#FFF;
	display: block;
	text-decoration:none;
	padding:8px 13px 0 11px;
	height:34px;
	border-right: 1px solid #a5d7f1;
	border-left: 1px solid #a5d7f1;
	display:inline-block; }
.blue #slatenav ul li:first-child a{
	border-left: 1px solid #a5d7f1;
	 }
.blue #slatenav ul li a:hover,.blue #slatenav ul li a.current{
	color:#000;
	background:transparent url(../img/nav/blueslate_backgroundOVER.gif) no-repeat top center;}
/* ---------------------- END Blueslate nav ---------------------- */


#alternative_menu
{
	width: 280px;
	position:absolute;
	font-size:16px;
	top:142px;
	left:50%;
	margin-left: -140px;
	display:none;
	z-index: 1;
	margin-top:2px;
	padding:7px 7px;
}
#webphone
{
        width: 250px;
        position:absolute;
		font-size:16px;
        top:70px;
        left:50%;
        margin-left: -140px;
        display:none;
	
		padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
}
#webemail
{
        width: 250px;
        position:absolute;
		font-size:16px;
        top:105px;
        left:50%;
        margin-left: -140px;
        display:none;
		
		padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
}

#webemail:hover, #webphone:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}


/* 3 COLUMNS */

#boxcontent
{
	width:auto;
	max-width:900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
}

#boxcontent article
{
	float:left;
	width:280px;
	margin-right:20px;
	font-size:14px;
}

#boxcontent article h1
{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;
	line-height: normal;
}

#boxcontent article h3
{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	border-bottom: 1px solid #D6D0C1;
	padding: 20px 0;
	margin-bottom: 20px;
	line-height: normal;
}

#boxcontent article ul.b
{
	display:block;
	width:auto;
	margin-left: 15px;
	margin-bottom:5px;
	list-style-position: outside;
	list-style-type: square;
	line-height:23px;
	font-family: 'Open Sans', sans-serif;
}

#boxcontent article ul li a
{
	display:block;
	width:auto;
	margin-bottom:5px;
	list-style-position: outside;
	list-style-type: square;
	line-height:23px;
	font-family: 'Open Sans', sans-serif;
}

#boxcontent article ul li a:hover
{
		color: #0069AA;
	text-decoration: underline;
}

#boxcontent article img
{
        float:left;
		width:100%;
}

#boxcontent article p
{
	line-height:23px;
	font-family: 'Open Sans', sans-serif;
	margin-left:0px;
}

#boxcontent article p a {
	color: #33F;
	vertical-align: top;
}

#boxcontent article p a:hover {
	text-decoration: underline;
}

#boxcontent article p a.button {
	 padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

#boxcontent article p a.button:hover {
	  background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}


/* Slider */

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#333333;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
}

/* BUTTONS */

.button
{
        padding:7px 14px;
        border: 1px solid #c3532e;
        background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
        background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
        background-color: #eb653c;
        color: #EBE8DE;
        text-shadow: 1px 1px 0px #ff8155;
        text-decoration:none;
        border-radius:5px;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}

.buttonRight
{
	positioning: relative;
	border: 1px solid #c3532e;
	background-image: linear-gradient(bottom, #E56038 0%, #ff8c66 100%);
	background-image: linear-gradient(to bottom, #ff8c66 0%, #E56038 100%);
	background-color: #eb653c;
	color: #EBE8DE;
	text-shadow: 1px 1px 0px #ff8155;
	text-decoration:none;
	border-radius:5px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
	float: right;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	position: relative;
	margin-top: 10px;
}

.buttonRight:hover
{
        background:none #EBE8DE;
        border-color: #EBE8DE;
        text-shadow:none;
        color: #4A463B;
}
.blueBtn {
	color: #33F;
}
.blueBtn:hover {
	text-decoration: underline;
}


/* SPACER */

#spacer
{
	width:auto;
	height:45px;
	background-color:#0069AA;
	position:relative;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:14px;
	
}


/* FOUR COLUMNS */

#four_columns, #text_columns
{
        line-height:25px;
        font-family: 'Open Sans', sans-serif;
        clear:both;
        width:auto;
        max-width:900px;
        margin:0 auto;
}

#four_columns h2, #four_columns h1, #text_columns h3, #text_columns h1
{
        font-size:20px;
        border-bottom: 1px solid #D6D0C1;
        padding: 20px 0;
        margin-bottom: 20px;
}

#four_columns .img-item
{
        float:left;
        margin-right:25px;
}

#four_columns .img-item a
{
        position:relative;
        display:block;
}

.thumb-screen
{
        display:block;
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:113px;
        background: #000 url(img/zoom.png) center center no-repeat;
        z-index:99;
        opacity: 0;
        transition: opacity .5s ease;
}

.thumb-screen:hover
{
        opacity:0.5;
}


.img
{
      margin-bottom: 20px;
}


/* ONE COLUMNS */

#text_columns article.column5
{
	font-size:14px;
	line-height:23px;
	float:left;
	width:100%;
	max-width: 900px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: auto;
}
#text_columns article.column5 ul
{
	display:block;
	width:auto;
	margin-left: 15px;
	margin-bottom:5px;
	list-style-position: outside;
	list-style-type: square;
	line-height:23px;
	font-family: 'Open Sans', sans-serif;
}
#text_columns article.column5 ul li a
{
	display:block;
	width:auto;
	margin-bottom:5px;
	list-style-position: outside;
	list-style-type: square;
	line-height:23px;
	font-family: 'Open Sans', sans-serif;
}

#text_columns article.column5 ul li a:hover
{
		color: #0069AA;
	text-decoration: underline;
}

#text_columns table tr td a {
	color: #33F;
	vertical-align: top;
}

#text_columns table tr td a:hover {
	text-decoration: underline;
}


/* TWO COLUMNS */

#text_columns article.column1
{
	font-size:14px;
	float:left;
	width:65%;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0;
}
#text_columns article.column1 h1
{
	
	margin-top: 5px;

}

#text_columns article.column1 h3
{
	
	margin-top: 5px;

}

#text_columns article.column2
{
	width:29%;
	font-size:14px;
	max-width: 450px;
	float:left;
	vertical-align:top;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#text_columns article.column2 h1
{
	margin-top: 5px;
}
#text_columns article.column2 h3
{
	margin-top: 5px;
}

#text_columns article.column2 ul.b
{
	display:block;
	width:auto;
	margin-left: 15px;
	list-style-position: outside;
	list-style-type: square;
	line-height:23px;
	font-family: 'Open Sans', sans-serif;
}

#text_columns article.column2 ul li a
{
	display:block;
	width:auto;
	margin-bottom:5px;
	list-style-position: outside;
	list-style-type: square;
	line-height:23px;
	font-family: 'Open Sans', sans-serif;
}


#text_columns article.column2 ul li a:hover
{
		color: #0069AA;
	text-decoration: underline;
}




/* FOOTER */

footer
{
	position:relative;
	clear:both;
	width:auto;
	height:360px;
	background-color: #FFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000;
}

footer .wrapper
{
	line-height:25px;
	padding-top:20px;
	width:auto;
	max-width:900px;
	font-size:14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 15px;
	
}

header img
{
        margin-left:20px;
}

footer .wrapper .column
{
	font-family: 'Open Sans', sans-serif;
	color:#000;
	float:left;
	width:280px;
	margin-right:20px;
}


footer .wrapper p a:hover
{
	color: #33F;
	text-decoration: underline;
}


footer .wrapper p a
{
	color: #33F;
}


footer .wrapper .column.midlist ul li
{
        display:block;
        width:auto;
        padding:0 0 10px 25px;
        margin-bottom:10px;
        border-bottom: 1px solid #444444;
        background:url(img/arrowright2.png) left 6px no-repeat;
}

footer .wrapper .column.midlist ul li a:hover
{
        color:#fff;
		color: #0069AA;
	text-decoration: underline;
}

footer .wrapper .column.rightlist ul li
{
	display:block;
	width:auto;
	margin-bottom:10px;
	color: #33F;
}

footer .wrapper .column.rightlist ul li a span
{
	margin-left:95px;
	display:block;
	color: #33F;
}
footer .wrapper .column.rightlist ul li a:hover
{
	color: #33F;
	text-decoration: underline;
}


footer .wrapper .column h4
{
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #444444;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	font-weight: bold;
}

#copyright
{
        width:100%;
		background: #1D1D1D;
        height:70px;
        position:absolute;        
		bottom:0;
}
#copyright .wrapper
{
        font-family: 'Open Sans', sans-serif;
        padding-top:15px;
        color: #fff;
        font-size:11px;
        position:relative;
		line-height:20px;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		padding-bottom: 10px;	
}

#copyright .wrapper .column
{
	font-family: 'Open Sans', sans-serif;
	color:#FFF;
	float:left;
	width:auto;
	margin-bottom:10px;
	vertical-align:text-top;
	
}

#copyright .wrapper .social
{
        display:block;
        width:350px;
		float:right;
		
}

#copyright .wrapper .social a
{
        transition: opacity .25s ease;
        opacity: 0.9;
        margin-right:10px;
        display:block;
        float:right;
}
#copyright .wrapper .social a:hover
{
        opacity: 0.5;
}
#copyright .wrapper a
{
        color: #ABABAB;
}

#copyright .wrapper a:hover
{
        color: #fff;
}


/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */
.slidesjs-container
{
        border-top: 1px solid #444444;
}
#slides
{
  display: none
}

/* Center the slideshow */
.container
{
        width:auto;
        margin: 0 auto;
        position:relative;
}

/* Show active item in the pagination */
.slidesjs-pagination .active
{
  color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
{
        display:none;
        color:#000;
}


/* MISC */
.clear
{
        clear:both;
}
.hidden
{
        position:absolute;
        clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
          clip: rect(1px, 1px, 1px, 1px);
}


/* MEDIA QUERIES FOR A RESPONSIVE LAYOUT */

@media (max-width: 1215px)
{
        #slider_content1, #slider_content2, #slider_content3
        {
                width:auto;
                margin-right:50px;
        }
        #slider_content1 h2, #slider_content2 h2, #slider_content3 h2
        {
                font-size:18px;
        }
        #slider_content1 p, #slider_content2 p, #slider_content3 p
        {
                font-size:14px;
        }
        #slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button
        {
                display:inline;
        }
        .container .button
        {
                display:none;
        }
}

@media (max-width: 915px)
{
        #boxcontent article
        {
                float: left;
                margin-left:20px;
				margin-right:0px;
                width: 30%;
        }
        #spacer
        {
                font-size:15px;
        }
        #spacer .search
        {
                margin-top:19px;
                margin-right:-385px;
        }
        #spacer p
        {
                margin-left:-370px;
        }
        input
        {
                padding:4px;
                font-size:14px;
        }
        input[type="submit"]
        {
                padding: 1px 14px;
        }
        #four_columns
        {
                width: 500px;
        }
        #four_columns .img-item:nth-of-type(3), #four_columns .img-item:nth-of-type(4)
        {
                margin-top: 25px;
        }
        #text_columns article.column1
        {
                float:none;
                max-width: 480px;
        }
        .column2 .row
        {
                float:none;
                margin:0 0 40px 50px;
        }
		
        footer .wrapper
        {
              margin-left:20px;
        }
        footer .wrapper .column
        {
             float: left;
             width: 30%;
        }
    
		#text_columns article.column5
		{
				margin-left:20px;
				margin-right:20px;
				width: 95%;
		}
		
		#copyright .wrapper .column
		{
        	  margin-left: 16px;		
		}
		
		
.blue #slatenav{

font-size:13px;

}

.blue #slatenav ul li a{
	
	padding:8px 7px 0 7px;
	
	 }
	 
		 #text_columns article.column1
        {
                float:left;
				margin:0 0 0 20px;
				width: auto;
				
        }
	 
	 
	  #text_columns article.column2
        {
                float:left;
                margin: 0px 10px 0px 20px;
				
        }
		

}

@media (max-width: 765px)
{
        
		 #boxcontent article
        {
                float: none;
                margin-left:20px;
				width:88%;
        }
		.container
        {
                height:1px;
                top: -1500px;
        }
        header
        {
                height:120px;
        }
        header nav
        {
                right: auto;
                bottom: auto;
                left: 50%;
                top:100px;
                margin-left: -184px;
        }
        #spacer
        {
                height:50px;
				
        }
        #spacer p
        {
                text-align:center;
                position:static;
                margin: 0 auto;
                padding:15px 0 7px 0;
        }
        
		#copyright
		{
        	   height:100px;
		}
		footer
        {
                padding-bottom:120px;
                height: auto;
        }
		
        footer .wrapper
        {
              margin-left:20px;
        }
        footer .wrapper .column
        {
             float:none;
             font-size: 14px;
			 width:88%;
			 
        }
       
		#copyright .wrapper .social a
		{
        	   float:right;
			   margin-right:14px;
			   
				
		}
		
		#text_columns article.column5
		{
				margin-left: 20px;
				width: 88%;
				margin-bottom:20px;
		}
		#copyright .wrapper .column
		{
        	  margin-left: 16px;
	}
.blue #slatenav{

font-size:12px;

}

.blue #slatenav ul li a{
	
	padding:8px 6px 0 6px;
	
	 }
	 	 #text_columns article.column1
        {
                float:left;
                margin: 0px 0px 0px 20px;
				width: 88%;
        }
	 
	 
	  #text_columns article.column2
        {
                float:left;
                margin: 0px 0px 20px 20px;
				width: 88%;
        }
		
header img
{
         display:block;
		 margin:auto;
		 text-align: center;
}

	

}

@media (max-width: 500px)
{
        #spacer
        {
                height:auto;
				margin-top:4px;
                padding-bottom:42px;
        }
         
        input
        {
                width:auto;
        }
        #alternative_menu
        {
                display:block;
				margin-bottom: 20px;
        }
		#webphone
        {
                display:block;
				margin-bottom: 20px;
        }
		#webemail
        {
                display:block;
				margin-bottom: 20px;
        }
        header nav
        {
                display:none;
        }
		#spacer nav2
        {
                display:none;

        }
        header h1
        {
                font-size:40px;
        }
        header p
        {
                margin-left: 60px;
                font-size:14px;
        }
	.buttonRight
{
	float: left;
	clear:left;
	margin-top:10px;
	margin-bottom:20px;
}

		
}
