@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:	10;
	dw-gutter-percentage:	25;
	
	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/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#pageWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headerWrapper {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#headerContent {
	clear: both;
	float: none;
	width: 100%;
	display: block;
    max-width: 980px;
    background-color: #221e1f;
    margin: 10px auto 0px;
}
#MobileMenuButton {
	float: right; 
	width: 25%;	
	display: block;
}
#MobileNavigation {
	display: block;	
}
#Logo {
	clear: none;
	float: left;
	width: 60%;
	display: block;
	padding: 22px 5%;
}
#nav_n_social {
	clear: none;
	float: right;
	width: 55%;
	display: none;
}


#navigationWrapper {
	display: none;
}
#SocialMediaIcons {
	display: none;
}
#contentWrapper {
	clear: both;
	float: none;
	margin-left: 0px;
	width: 100%;
	display: block;
	margin: auto;
}
#contentArea {
	clear: both;
	float: none;
	/* [disabled]margin-left: 0; */
	width: 94%;
	display: block;
	max-width: 980px;
	margin: 40px auto;
}



.contentbox, .contentbox2, .contentbox3, .contentbox4, .widget {
	padding: 15px 30px;
	background-color: #0ebccd;	
	color: #FFF;
	font-weight: bold;
	font-style:normal;	
	text-align: left;
	display: block;
}

.widget_text .contentbox3 {
	padding: 0px !important;	
}
.contentbox h2 {
	-webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.2em;	
}
.widget {
	margin-bottom: 20px;	
}
.contentbox {
	background-color: #FFF;	
	margin-top: 20px;
	color: #221e1f;
	font-weight: normal;
}
.contentbox a {
	color: #221e1f;
}
.contentbox2 a, .contentbox3 a, .contentbox4 a, .widget a {
	color: #FFF;
}
.widget h2 {
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;	
}
.widget_text h2 {
	display: none;	
}
.contentbox2 {
	font-weight: bold;
	font-style:italic;
}

.contentbox3 {
	color: #221e1f;
}


.contentbox2, .contentbox3, .contentbox3n, .contentbox4, .widget h2 {
	font-size: 16px;
}

.contentbox3n {
	color: #FFF;
}

#contentCol1 {
	clear: both;
	float: left;
	margin: auto;
	width: 100%;
	display: block;
	text-align: center;
}

#contentCol2 {
	clear: none;
	float: left;
	margin: auto;
	width: 100%;
	display: block;
	margin-top: 30px;
}

#bannerWrapper-Tablet, #bannerWrapper-Mobile {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


#bannerWrapper-Tablet {
	display: none; 
}

.google {
	width: 100%;
	height: 260px;
	border: 1px solid #333;
	margin-bottom:-8px;
	overflow: hidden;
	z-index:99999;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
}


#pageWrapper {
	min-height: auto;
}

#headerContent {
    min-height: 105px;
    margin: 30px auto 0px;	
}
#nav_n_social {
	display: block;
}

#Logo {
	width: 34%;	
}

#navigationWrapper {
	clear: none;
	float: right;
	margin-left: 0%;
	width: 72%;
	display: block;
}
#SocialMediaIcons {
	clear: none;
	float: right;
	margin-left: 2%;
	width: 10%;
	display: block;
	padding: 22px 5%;
	text-align: right;
}

#MobileNavigation, #MobileMenuButton {
	display: none;	
}



	#DesktopNav {
		display: block;	
	}
	
	#DesktopNav {
		position:relative;
		z-index:9999;
		margin-top: 15px; /* this creates the space between the navigation on the content below */
		margin-bottom: 0px; /* this creates the space between the navigation on the content below */
		width: 100%;
		float: right;
		display: block;
		text-align: right;
		margin-right: 0px;
		padding-right: 0px;
	}
	
	
	#DesktopNav ul {
		list-style: none; /* this removes the list marker */
		margin: 0;
		padding: 0;
		margin-top: 0px; /* this creates the space between the navigation on the content below */
		margin-bottom: 0px; /* this creates the space between the navigation on the content below */
		width: 100%;
		
		/* text-align: justify; */ 
		text-align: left;
		margin-right: 2%;
		
	}
	
	#DesktopNav ul:after {
		content: "";
		display: inline-block;
		width: 100%;
 	}
	
	#DesktopNav li {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;

		display: inline-block;
		line-height: 25px;
		
		padding: 3px;
	}

	#DesktopNav a {
	  color: #FFF;
	  text-decoration: none;
	  padding: 0;
	  border-bottom: 0px;
	  text-align: left;
	}
	
	#DesktopNav a, #DesktopNav a:visited { /* grouping these selectors makes sure that your links retain their button look even after being visited */
		display: block;
	}
	#DesktopNav a:hover, #DesktopNav a:active, #DesktopNav a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
		color: #0ebccd;
		text-decoration: underline;
	}
	#DesktopNav .current-menu-item a {	
		color: #0ebccd;
		text-decoration: underline;		
	}
	
	
	.contentbox2, .contentbox3, .contentbox3n, .contentbox4, .widget h2 {
		font-size: 16px;
	}
	
	#contentCol1 {
		clear: both;
		float: left;
		margin-left: 0;
		width: 60%;
		display: block;
	}
	
	#contentCol2 {
		clear: none;
		float: right;
		margin-left: 2%;
		width: 35%;
		display: block;
		margin-right: 2%;	
		margin-top: 0px;
	}

	#bannerWrapper-Tablet {
		display: block;
	}

	#bannerWrapper-Mobile {
		display: none; 
	}


}





/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
}



.contentbox2, .contentbox3, .contentbox3n, .contentbox4, .widget h2 {
	font-size: 20px;
}


	#bannerWrapper-Tablet {
		display: none;
	}

	#bannerWrapper-Mobile {
		display: none; 
	}


}


@media only screen and (min-width: 840px) {
	#DesktopNav li {
		font-size: 16px;
	}
	
	#contentCol2 {
		width: 35%;
	}
	
}

@media only screen and (min-width: 940px) {
	#DesktopNav li {
		font-size: 18px;
	}
	
	#Logo {
		padding: 22px 34px;	
	}
	
	#SocialMediaIcons {
		width: 12%;
		padding: 22px 34px;
	}	
	
.widget h2	{
	font-size: 35px;	
}
	
.contentbox2 {
	font-size: 19px;
	line-height:24px;
}
.contentbox3 {
	font-size: 40px;
	line-height:44px;
}

.contentbox3n {
	font-size: 35px;
	line-height:38px;
}

.contentbox4 {
	font-size: 19px;
	line-height:24px;
}
	
	
#contentCol2 {
	margin-right: 0%;	
}	
	
}
