/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #ffffff;
    text-shadow: none;
}

::selection {
    background: #ffffff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}
body{
	font-size: 1em;
}
  .push{
	   content: ""; 
	   display: table;
	   clear: both;
	   *zoom: 1;
   }
 /* ================
 COLORS
 ==================*/
 .blue{
	 color: #133E5E;
 }
/*===================
  MOBILE HEADER
====================*/
  
.mobile-header-container{
	display:none;
	width: 100%;
	margin:0 auto;
	padding-top: 10px;
}
.mobile-header{
	text-align:center;
}
img.mobile-logo{
	width: 98%;
	max-width: 485px;
	margin-bottom: 15px;
}
p.mobile-ph{
	margin-bottom: 15px;
}
a.mobile-phone-number{
	font-family: 'PT Sans', sans-serif;
	font-size: 16px;
	font-style:normal;
	font-weight: normal;
	color: #fff;
	background-color: #133e5e;
	padding: 3px 8px;
	border-radius:2px;
	text-decoration:none;
}

.mobile-menu{
	position: relative;
	clear: both;
	width: 100%;
	margin:0 auto;
	background: url(../img/light-grid.jpg); 
	padding: 5px 0;
}
#menu-icon{
	color: #eaeaea;
	font-size: 20px;
	width: 37px;
	height: 27px;
	background: url(../img/mobile-icon.png) no-repeat;
	padding: 2px 10px 0 43px;
	cursor: pointer;
	display: block;
	margin-left: 15px;
}
ul#nav{
	clear: both;
	position: absolute;
	top: 23px;
	width: 160px;
	z-index: 10000;
	padding: 5px;
	background: url(../img/nav-bg.png);
	display: none;
}
ul#nav li{
	background:#133e5e;
	border-bottom: 1px dashed #eaeaea;
	padding: 5px 0;
}
ul#nav li.active{
	background:#333;
}
ul#nav li:hover{
	background:#8F9194;
}
ul#nav li a{
	font-family: 'PT Sans', sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}
/*=====================
HOME TOP MASTHEAD / MENU / SLIDER
=====================*/
/*---------menu ------------*/
.menu-content-container{
	background-color:#EDEEEF;
}
.menu-content{
	position:relative;
	width: 98%;
	max-width:1200px;
	margin:0 auto;
}
/*----HOME LEFT SIDE HEADER ----*/
.menuL{
	width: 20.8%;
	max-width: 250px;
	float: left;
}
/*---- MENU RIGHT ---*/
.menuR{
	float: right;
	width: 75%;
	text-align: center;
	padding-top: 105px;
	padding-bottom: 10px;
}
.menuR h3{
	text-align:center;
	font-size: 1em;
	margin-bottom: 15px;
	color: #666;
}
.blog-menu{
	width:70%;
	position:absolute;
	right:0;
	top:0;
	padding-top: 5px;
	z-index:250;
	text-align: right;
}
.blog-menu ul{
	margin:0;
	padding:0;
}
.blog-menu ul li{
	list-style:none;
	display:inline;
	padding: 2px 10px;
	border-bottom: 1px solid #ccc;
}
.blog-menu ul li.linked:hover{
	background-color: #133E5E;
}
.blog-menu ul li.linked:hover a{
	color: #fff;
}
.blog-menu ul li a{
	font-family: 'PT Sans', sans-serif;
	font-size: .8125em;
	font-weight: normal;
	text-transform:uppercase;
	text-decoration:none;
	color: #133E5E;
}
/*-----------SLIDER ----------*/
.slider-container{
	background:url(../img/light-grid.jpg);
	}
.slider{
	width: 98%;
	max-width: 1000px;
	margin:0 auto;
}
.gallery{
	float:left;
	width: 70%;
	max-width: 700px;
	margin:0 auto;
}
.gallery-sidebar{
	float: right;
	width: 29%;
	max-width: 400px;
}
/*==================
HOME SIDEBAR HEADER 
==================*/
.home-header{
	width:30%;
	float: left;
	background-color: #FFFFFF;
	
	overflow:hidden;
}
.home-header-inner{
	margin: 0;
	border-left: 4px double #ccc;
	border-right: 4px double #ccc;
	padding-top: 125px;
	padding-bottom: 80px;
}
.logo-top{
	width: 55%;
	max-width:232px;
	display: block;
	margin:0 auto;
}
.logo-bottom{
	width: 75%;
	max-width:340px;
	display: block;
	margin:0 auto;
}
.phone-fax{
	margin:0 auto;
	margin-top: 65px;
	text-align:center;
}
.phone-fax h3{ 
	font-family:  'Maven Pro', sans-serif;
	font-size: 1.375em; /*22px */
	color: #444;
}
.phone-fax h4{
	font-size: 1em; /*14px*/
	color: #444;
}
h4.fax{
	margin-bottom: 48px;
}
.phone-fax h5{
	font-size: .875em; /*14px*/
	color: #444;
}
.phone-fax a, .phone-fax a:hover{
	color: #444;
	text-decoration:none;
}

/*==================
MAIN MENU
===================*/
h3.menu-title{
	font-family:  'Maven Pro', sans-serif;
	font-size: 1.125em; /*22px */
	color: #133E5E;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2em;
	margin:0;
	padding:0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 3px double #ccc;
}
#menu-container{
	height: 35px;
	
}
#menu{
	width: 100%;
	margin:0 auto;
	max-width:1200px;
	position: relative;
	float:right;
}
   #navigation{
    position: absolute; 
	background: url(../img/nav-bg.png); 
	opacity: 0.7; 
	width: 100%; 
	overflow:hidden; 
	top: 29px; 
	left: 0px; 
	z-index: 150;
   }
#menu_header{ 
position: absolute; 
width: 100%; 
top: 0px;
z-index: 151;
}

#menu_header ul{
	margin:0;
	padding:0;
}
#menu_header ul li{
	display: inline;
	float: left;
	height:25px;
	width: 16.6667%;
	max-width:200px;
	text-align:center;
	list-style:none;
	padding:4px 0 0 0;
	cursor: pointer;
	color: #666;
	/*background-color: #133e5e;*/
	font-family: 'PT Sans', sans-serif;
	font-size: .8125em;
	font-weight: normal;
	text-transform:uppercase;
}
	#menu_header > ul > li > a{ 
	text-decoration:none; 
	color: #666;
	display:block;
	}
	#menu_header > ul > li:hover{ 
	background: #133E5E; 
}
	#menu_header > ul > li:hover a{
		color: #FFFFFF;
	}
	#menu_header ul li ul{ 
	position: absolute; 
	height:auto; 
	width:14%;
	padding:0 1% 5px 1%;
	margin:0;
	top:28px;
}
	#menu_header ul li ul li{ 
	color:#fff; 
	text-transform: none; 
	height: auto;
	width: 100%; 
	margin: 1px 0 0; 
	font-size: 12px; 
	line-height:normal; 
	padding: 4px 0 4px 1%;
	border: none;
	text-align:left;
}
	#menu_header ul li ul li:hover{ 
background-color:#133E5E;
	}
#menu_header ul li ul li a{
	color: #fff;
	padding-left: 2%;
	display:block;
	text-decoration:none;
}

	#menu_header ul li ul li.first{
	}
	#menu_header ul li ul li a:hover{ 
	text-decoration:none;
	}
	#menu_header ul li ul.subMenu:hover, #menu_header ul li:hover ul.subMenu{ 
	background: url(../img/drop-bg.png); 
	}
.slider-main-container{
}

/*=====================
BLUE BLOCK
=====================*/
.blue-block-container{
	background: url(../img/page-title-bg.png);
}
.gray p, .gray h1, .gray h2, .gray h3, .gray h4{
color: #ffffff;
}
.gray a{
	color: #ffffff;
	text-decoration:underline;
}

/*=======================
HOME TRI COLUMN
=======================*/
.home-tri-column{
	width: 91.66667%;
	max-width:1100px;
	margin: 0 auto;
}
.home-triA{
	width: 27% ;/* 290 px */
	float:left;
}
.home-triB{
	width: 27%;
	float:left;
	margin-left: 9.5%;
}
.home-triA h3, .home-triB h3{
	font-family: 'Ledger', serif;
	font-size: 1.2em;
	color: #133E5E;
	
}
.home-tri-content{
	padding: 5px 5px 15px;
	background-color: #E7F5FB;
	border: 2px solid #DDDDDD;
}
img.learn-more{
	display: block;
	margin:0 auto;
	width: 43.79%;
	max-width: 127px;
}
/*===================
PAGE LAYOUT
===================*/
.page-title-container{
	background:url(../img/page-title-bg.png);
}
.page-title{
	width: 98%;
	max-width:1200px;
	margin:0 auto;
}
.page-title h1{
	margin:0;
	padding:0;
}
.page-content-container{
}
.page-content{
	width: 98%;
	max-width: 1200px;
	margin:0 auto;
	}
/*=


===================
FOOTER
====================*/
.foot-top-container{
	background: url(../img/light-grid.jpg);
}
.foot-container{
	background:url(../img/grid_bg.jpg);
}
.footer{
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}
.footL, .footR{
	width: 4.2%;
	float: left;
}
.footCL, .footCR{
	width: 45.8%;
	float: left;
}
.footCL h3, .footCR h3{
	margin:0;
	padding:0;
}
.newspaper{
	width: 20%;
	max-width: 107px;
	margin-left: 5%;
	float: left;
}
img.paper{
	width: 100%;
	max-width:107px;
	margin-left: 20px;
	margin-top: -30px;
}
.news-story{
	width: 74%;
	float:right;
	margin-top: 50px;
}
.news-story h3{
	font-size: 1em;
	margin-bottom: 8px;
}
.news-story h3 a{
	text-decoration:underline;
	color: #fff;
}
.news-story p{
	color: #EAEBEB;
	font-size: .875em;
}
.foot-contact{
	width: 50%;
	margin:0 auto;
}
.foot-contact a{
	color: #EAEBEB;
}

/*===================
COPYRIGHT
====================*/
.copyright{
	width: 98%;
	max-width: 1100px;
	margin:0 auto;
}
.copyright p{
	color: #333;
	font-size: .75em;
}
.copyright a{
	text-decoration:none;
	color: #333;
}
/*=====================
PADDING & MARGIN 
======================*/
.p10{
	padding: 10px;
}
.pTop40{
	padding-top: 40px;
}

.pTop30{
	padding-top: 30px;
}

.pTop20{
	padding-top: 20px;
}
.pTop10{
padding-top: 10px;
}
.pBot40{
	padding-bottom: 40px;
}
.pBot30{
	padding-bottom: 30px;
}

.pBot20{
	padding-bottom: 20px;
}
.pBot10{
	padding-bottom: 10px;
}
.mTop20{
margin-top: 20px;
}
.mBot20{
margin-bottom:20px;
}
.mTop10{
margin-top: 10px;
}
.mBot10{
margin-bottom:10px;
}

.myShadow{
	box-shadow:3px 3px 5px #888;
}
.bBot{
	border-bottom: dotted 1px #888;
}
.bTop{
	border-top: dotted 1px #888;
}
/* --------------------
 SINGLE AND TWO COLUMNS
==================== */
.single-column{
	width:98%;
	max-width: 1200px;
	margin: 0 auto;
	padding-right: 1.05%; /* 10px */
	padding-left: 1.05%; /* 10px */
}
.narrow-single-column{
	width:98%;
	max-width: 1000px;
	margin: 0 auto;
	padding-right: 1.05%; /* 10px */
	padding-left: 1.05%; /* 10px */
}

.half-columnL{
	float:left;
	width: 46.9%;
	padding-right: 1.05%; /* 10px */
	padding-left: 1.05%; /* 10px */
}
.half-columnR{
	float:right;
	width: 46.9%;
	padding-right: 1.05%; /* 10px */
	padding-left: 1.05%; /* 10px */
}
.two-third{
	float:left;
	width: 60%;
	padding-right: 1.05%; /* 10px */
	padding-left: 1.05%; /* 10px */
}
.one-third{
	float:right;
	width: 32.8%;
	padding-right: 1.05%; /* 10px */
	padding-left: 1.05%; /* 10px */
}

/*-------------------
 SIDEBAR MAIN COMBO
==================*/
.sidebarL{
	width: 30%;
	float: left;
}
.mainR{
	width: 65%;
	float: right;
}
.sidebarR{
	width: 30%;
	float:right;
}
.mainL{
	width: 65%;
	float:left;
}
/*----------------
CONTACT PAGE
----------------*/
.contact-container{
	width: 100%;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px dashed #133e5e;
	margin-bottom: 20px;
}

.contact-btn{
	float:left;
	width:17%;
}
.contact-text{
	float: right;
	width:80%;
}
/*-----------------
THREE COLUMNS
--------------*/
.tri-columnA{
	width: 31.25% ;/* 300 px */
	float:left;
}
.tri-columnB{
	width: 31.25%;
	float:left;
	margin-left: 3.125%;
}

/*-------------
FOUR COLUMNS
-------------*/
.quad-columnA{
		width: 23% ;
	float:left;
	padding-top: 15px;
}
.quad-columnB{
		width: 23%;
	float:left;
	padding-left:2.09%;
	padding-top: 15px;
}
.quad-columnA p, .quad-columnB p{
	font-size: .875em;
}

/*----------------
IMAGE CONTROL
-----------------*/
img.left{
	float:left;
	margin-right:.5em;
}
img.right{
	float:right;
	margin-left: .5em;
}
img.center{
	display:block;
	margin:0 auto;
}
img.bdr{
	border: 1px solid #ccc;
	padding: 3px;
}
img.tri-pic{
	width:86%;
	max-width: 250px;
	display: block;
	margin:0 auto;
}
img.page-logo{
	width: 100%;
	max-width: 250px;
}
img.contact-pic{
	width: 100%;
	max-width:300px;
	display:block;
	margin:0 auto;
}
img.contact-icon{
	width: 100%;
	max-width: 50px;
}
img.single-page{
	width: 65%;
	max-width:250px;
}
/*-------------
TYPOGRAPHY
==============*/
p{
	font-family: 'PT Sans', sans-serif;
	font-size: 1em; /* 14px */
	font-weight: normal;
	color: #333;
	margin: 0;
	padding:0;
	line-height: 1.5em;
}
p.large{
	font-size: 110%;
}
p.small{
	font-size: .92%; /* 12px */
}
button{
	font-size: 12px;
}
em{
	font-style:italic;
}
strong{
	font-style: bold;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
a.more{
	background: #c4c4c4;
	color: #333;
	padding: 3px 6px;
	font-family: 'PT Sans', sans-serif;
	font-size:.75em;
	text-decoration:none;
	border-radius:6px;
}
a.more:hover{
	background-color: #900;
	color: #fff;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Maven Pro', sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #666;
	margin:0;
	padding:0;
	line-height: 1em;
	margin-bottom: .5em;
}
h1{font-size: 2.1875em;}/*35px*/
h2{font-size: 1.5625em;}/*25px*/
h3{font-size: 1.4375em;}/*23px*/
h4{font-size: 	1.125em;}/*18px*/
h5{font-size: 1em;}/*16px*/
h6{font-size: .9375em;}/*15px*/

/*-------------
MY LIST
---------------*/
ul.myList{
	margin:0;
	margin-left: 4%;
	padding:0;
	margin-bottom: 25px;
	margin-top: 11px;
	list-style:none;
}
ul.myList li{
	list-style:none;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	font-size: .9375em;
	padding: 6px 0;
	color: #FFF;
}
ul.contentList{
	margin:0;
	margin-left: 4%;
	padding:0;
	margin-bottom: 25px;
	margin-top: 11px;
	list-style:circle;
}
ul.contentList li{
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	font-size: .875em;
	padding: 6px 0;
	color: #333;
}

/*Gallery Menu*/
ul.galleryMenu{
	margin:0;
	padding:0;
	list-style:none;
}
ul.galleryMenu li{
	display: inline;
	margin: 0 5px;
	height: 30px;
	padding: 10px 0;
}
ul.galleryMenu li a{
	text-decoration:none;
	color:#133E5E;
	padding: 5px 0 5px 30px;
	background: url(../img/btn-silver.png) left center no-repeat;
}
ul.galleryMenu li a.active{
	background:url(../img/btn-blue.png) left center no-repeat;
}
ul.galleryMenu li a:hover{
	background: url(../img/btn-green.png) left center no-repeat;
}
/*------------------
FORM 
----------------*/
input.myForm, textarea.myForm{
	font-size: .875em;
	border: 1px solid #133E5E;
	background-color: #EDEDED;
	width: 80%;
}
span.secure{
	color:#fff;
	background-color: #222;
	padding: 1px .8em;
	border: 1px solid #ccc;
}
input.submit{
	padding: 10px 30px;
	background-color: #133E5E;
	color: #fff;
	margin-top: 20px;
}

/*---------------
NAVIGATION
---------------*/
ul.myMenu{
	margin:0;
	padding:0;
	width:100%;
}
ul.myMenu.menu-left{
	float: right;
}
ul.myMenu li{
	list-style:none;
	border-bottom: 1px dashed #EAEBEB;
	padding: 2px 0 2px 5px;
}
ul.myMenu li.first{
	border-top: 1px dashed #EAEBEB;
}
ul.myMenu li.active,ul.myMenu li:hover{
	background-color: #133E5E;
}
ul.myMenu li a{
	height: 25px;
	font-family: 'PT Sans', sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #EAEBEB;
	text-decoration:none;
	text-transform: uppercase;
}
ul.myMenu li a:hover, ul.myMenu li a.active{
	color: #ffffff;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
   
@media only screen and (max-width: 1400px){
	
	.home-header-inner{
	padding-top: 125px;
	padding-bottom: 30px;
}
.phone-fax{
	margin:0 auto;
	margin-top: 25px;
	text-align:center;
}

}
/*============
iPAD horizontal
=============*/
@media only screen and (max-width: 1030px) {
	.menuR{
	float: right;
	width: 75%;
	text-align: center;
	padding-top: 85px;
	padding-bottom: 10px;
}

	#menu_header ul li{
	font-size: .75em;
		}
.blog-menu ul li a{
	font-size: .675em;
}
.news-story h3{
	font-size:.6875em;
	margin-bottom: 8px;
}
.news-story p{
	color: #EAEBEB;
	font-size: .75em;
}

p{
	font-size: .75em;
}
h1{font-size: 1.5625em;}/*25px*/
h2{font-size: 1.25em;}/*20px*/
h3{font-size: 1.125em;}/*18px*/
h4{font-size: 	1em;}/*16px*/
h5{font-size: .9375;}/*15px*/
h6{font-size: .875em;}/*14px*/


}
/*============
iPAD vertical
=============*/
@media only screen and (max-width: 800px) {
	.phone-fax h3{ 
	font-size: 1em;
	}
	.phone-fax h4{
		font-size: .8125em;
	}
	.phone-fax h5{
		font-size: .75em;
	}
	   #navigation{
	top: 42px; 
   }

	#menu_header ul li{
	height: 40px;
		}
		#menu_header ul li ul{ 
	top:40px;
}

			


}

/*=================
PHONE HORIZONTAL
=================*/
	@media only screen and (max-width:650px){
		.hide{
			display:none;
		}
		.show{
			width: 98%;
			padding: 10px 0;
			float: none;
			margin:0 auto;
		}
		.mobile-hide{
			display:none;
		}
		.mobile-header-container{
			display: block;
		}
	}

/*=================
PHONE VERTICAL
==================*/
	@media only screen and (max-width:400px){
		.hide{
			display:none;
		}
		.show{
			width: 96%;
		}
			
	}


