@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

body#home, body#pages {
	background-image: none;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	/*width: 97.3913%;*/
	width: 100%;
/*	padding-left: 1.3043%;*/
	padding-right: 1.3043%;
	clear: none;
	float: none;
}
h2 {
	font-size: 1em;
	padding: 0 1.2em;
}
p {
	font-size: .9em;
}
/*mobile menu*/
#menu {
     display:none;
}       
.js .slicknav_menu {
     display:block;
}
/*end moblie menu*/
#wrapper {
}
#top {
}
#slideshow {
}
#topNav {
	background-color: #FFFFFF;
	position: relative;
}
#menu {
position: static;
clear: both;
margin-left: 0;
}
li.navItem {
	height: 45px;
	border-bottom: #FFF solid .2em;
	position: static;
	width: 100%;
	margin-left: 0;
	clear: both;
	text-align: center;
}
li.navItem a {
	padding-left: 0;
}
#logo {
	background-color: #D6C9AC;
}
#logoMdiv {
		background-color: #D6C9AC;
		display: block;
}
#logoMdiv img {
		max-width: 312px;
		margin: 0 auto;
		padding:  0;
}
#logoTablet {
	display: none;
}
#content {
}
#right {
}
#main {
width: 100%;
}
#sidebar {
width: 100%;
clear: both;
margin-left: 0;
display: none;
}
a.mobile {
	display: inline; /* mobile phone link */
}
#bottom {
}
#bottomMobile {
	display: block;
}
#ssp {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
.gridContainer {
	width: 93.451%;
	padding-left: 0.7744%;
	padding-right: 0.7744%;
	clear: none;
	float: none;
	margin-left: auto;
}
/*MOBILE MENU CODE LARGE -----------------------------------*/
.slicknav_menu {
    display:none;
}
#menu {
    display:block;
}
#wrapper {
}
#top {
}
#slideshow {
}
#topNav {
	background-color:#4B7D91
}
#menu {
position: static;
padding-left: 1em;
clear: both;
margin-left: 0;
width: auto;
}
h2 {
	font-size: 1.1em;
	padding: 0 1em;
}
li.navItem {
	border-bottom: none;
	/*	margin-left: 1.6574%;*/
	position: static;
	/*width: 23.7569%;*/
	width: auto;
	clear: none;
	text-align: left;
/*	padding-left: 0.6em;
	padding-right: 0.6em;*/
}
li.navItem a, li.here {
/*	padding-left: .5em;*/
	padding-left: .8em;
	padding-right: .8em;
}
li.navItem a:last-child {
	width: auto;
}
#logo {
	
}
#logo img#logoTablet {
	max-width: 481px;
	max-height: 94px;
	float: left;
	padding-left: .5em;
	display: block;
}
#logo img#logoDesktop {
	display: none;
}
#logoMdiv { /*Hides mobile logo*/
display: none;
}
#logo img { 

}
.hide_mobile {
display: inline;
}
#logoTablet {
	
}
#content {
}
#right {
}
#main {
width: 61.8784%;
}
#portfolio #main {
	width: 100%;
}
img.tagline {
	padding-bottom: 1.3em;
}
#sidebar {
width: 36.464%;
clear: none;
margin-left: 1.6574%;
display: block;
}
a.mobile {
	display: none; /* mobile phone link */
}
#bottom {
}
#bottomMobile {
}
#ssp {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
body#home, body#pages, body#portfolio {
	background-image: url(../images/backHomeSm.jpg);
	background-repeat: repeat-x;
}
	
.gridContainer {
	width: 89.0217%;
	max-width: 960px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
p {
	font-size: 1em;
}
h2.tag {
	display: none;
}
#wrapper {
}
#top {
}
#slideshow {
}
#topNav {
}
#menu {
position: static;
padding-left: 1.6em;
margin-left: 0;
clear: both;
}
.navItem {
position: static;
/*width: 15.7509%;*/
width: auto;
/*margin-left: 1.0989%;*/
clear: none;
}
li.navItem:first-child, li.navItem:first-child a {
	padding-left: 0em;
	margin-left: 0em;
}
li.navItem:first child.here {
	/*padding-right: 2em;*/
}
li.navItem {
	padding-left: 2em;
	padding-right: 2em;
}
#logo {
}
#logo img#logoDesktop {
	display: block;
	width: 559px;
	float: left;
	padding-left: 1.5em;
}
#logoMdiv {
display: none;
}
#logo img#logoTablet  {
	display: none;
}
#content {
}
#right {
}
#main {
width: 57.8754%;
}
#sidebar {
width: 41.0256%;
margin-left: 1.0989%;
clear: none;
display: block;
}
#bottom {
	display: block;
}
#bottomMobile {
	display: none;
}
.show_desktop {
	display: block;
}
#ssp {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
/* Large desktop screens */
}
@media only screen and (min-width: 1100px) {
	body#home {
	background-image: url(../images/homeBack.jpg);
	background-repeat: repeat-x;
}
	body#pages {
	background-image: url(../images/backPages.jpg);
	background-repeat: repeat-x;
}
	body#portfolio {
	background-image: url(../images/backPortfolioPage.jpg);
	background-repeat: repeat-x;
}
}
