@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/ 
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,700italic,300,700);
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body {
	font-family: 'Open Sans', sans-serif;
	color: #555;
	background-color: #E8D6BD;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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. */
section::after { content: ""; display: block; clear: both;}
/*aside::after { content: ""; display: block; clear: both;}*/
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;	
}

#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	position: relative;
	box-shadow: 1px 1px 4px 2px #51421E;
}
#columnSingle {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#columnDouble {
	display: none;
	
}
/*#columnL {
	display: none;
}
#columnR {
	display: none;
}*/
#pageHeader {
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #fff;
}
.pageTitleS {
	width: 200px;
	margin: 0 auto;
}
#pageNavigationL {
	display: none;
}
#pageNavigationS {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	background-color: #7B4D44;
	text-align: center;
}

#pageNavigationS ul {
	margin: 0px auto;
	color: #FFF;
	line-height: 2em;
	font-weight: bold;
	font-size: 1.2em;
	list-style-type: none;
	padding: 0;
}
#pageNavigationS ul li a {color: #FFF; text-decoration: none;}
#pageNavigationS ul li a:link {color: #FFF;}
#pageNavigationS ul li a:visited {color: #FF0; text-shadow: 1px 1px 1px #000;}
#pageNavigationS ul li a:hover {color: #6F9; text-shadow: 1px 1px 1px #000;}
#pageNavigationS ul li a:active { color: #FFF;}

.mainContent {
	width: 96%;
	margin 0 auto;
	padding: 0 2%;
	min-height: 100px;
	height: auto;
	position: relative;
	color: #452525;
}
footer {
	clear: both;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #7B4D44;
	padding-top: 5px;
}
.licenseLogo {
	position: relative;
	width: 110px;
	height: auto;
	margin: 0 auto;
	}
.copyright {
	width: auto;
	height: auto;
	display: block;
	padding: 5px 5px 0 5px;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.author {
	width: auto;
	height: auto;
	display: block;
	padding: 0 5px 5px 5px;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.author a {
	text-decoration: none;
	color: #fff;	
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*  Separate Small Screen Layout and Hide Large Sreeen Layout*/

#columnSingle {
	display: none;
}
#columnDouble {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*#columnSingle {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#columnDouble {
	display: none;
}*/
#columnL {
	width: 70%;
	position: relative;
	display: block;
	float: left;
	
}
#columnR {
	width: 30%;
	position: relative;
	display: block;
	float: left;
	padding-top: 2px;
	background-image: url(../Images/sidebarRightRep.png);
	background-repeat: repeat-y;
	background-size: contain;
}
#pageNavigationS {
	display: none;
}
#pageNavigationL {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	background-color: #7B4D44;
	padding-top: 3px;
	padding-bottom: 3px;
}
#pageNavigationL ul {
	float: none;
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	margin 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	font-size: medium;	
}
#pageNavigationL ul li{
	list-style-type: none;
	position: relative;
	display: inline;
	color: #FFF;
	width: auto;
	height: auto;
	padding: .25em .75em;	
	background-color: # BB8282;		
}

#pageNavigationL ul li a {color: #FFF; text-decoration: none;}
#pageNavigationL ul li a:link {color: #FFF;}
#pageNavigationL ul li a:visited {color: #FFF; text-shadow: 1px 1px 1px #000;}
#pageNavigationL ul li a:hover {color: #6F9; text-shadow: 1px 1px 1px #000;}
#pageNavigationL ul li a:active { color: #FFF;}

#slider {
	display: block;
	clear: both;
	width: 96%;
	/*max-height: 259px;*/
	height: 150px;
	position: relative;
	margin: 0 auto 1px auto;
	overflow: hidden;
}

.spacer {
	clear: both;
}

.services {
	width: 85%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 2.5em;
	text-shadow: 1px 1px .5px #412323;
	font-weight: bolder;
	color: #FFF;
	text-align: center;
}

.services ul {
	margin: 0px auto;
	color: #F7F0F0;
	line-height: 2em;
	font-weight: bold;
	font-size: 1.2em;
	list-style-type: none;
	padding: 0;
}

.services h2 { color: #F7F0F0;}
.services ul li a {color: #F7F0F0; text-decoration: none;}
.services ul li a:link {color: #F7F0F0;}
.services ul li a:visited {color: #F7F0F0;}
.services ul li a:hover {
	color: #6F9;
	text-shadow: .5px .5px .25px # #FFF;
	font-weight: bolder;
}
.services ul li a:active { color: #7B4D44;}

}

/* 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: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/*  Separate Small Screen Layout and Hide Large Sreeen Layout*/


#columnL {
	width: 70%;
	position: relative;
	display: block;
	background-color: #FCF;
	
}
#columnR {
	width: 30%;
	position: relative;
	display: block;
}
#slider {	
	/*max-height: 259px;*/
	height: 200px;	
}



}
