@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:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	8;
	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/
*/
body {background-color:#444;}

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

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

#header {background-color:#903;background:url(../images/bg1.jpg);border-top:#c1a85b solid 5px;margin-top:12px;
color: #e8ca6d;}
#header a{color:#fff;}
#header {text-align:center;}
#header h1 {
  color: #e8ca6d;
  text-align: center;
  font-family: 'Parisienne', cursive;
  font-size:36px;}

h2 {
  color: #840C0C;
  text-align: center;
  font-family: 'Parisienne', cursive;
	text-transform:capitalize;
  font-size:36px;}
  #footer {background:url(../images/bg1.jpg);border-top:#c1a85b solid 5px;
color: #e8ca6d; text-align:center; padding:15px 0;}
#footer a{color:#fff; }
.photo1 {float: right;
border: medium solid black;
margin-left: 10px}

.photo2 {float: left;
border: 5px solid black;
margin-right: 10px}

.photo3 {display:block;
border: 6px solid white;
margin: 10px auto}

.icap {font: 3em/27px 'Parisienne', Georgia, serif; padding-top: 10px;}
/* Mobile Layout: 480px and below. */
  
.gridContainer {background-color:#FFF;
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
#header {}
#content {}
#footer {}
#Nav {
background-color: #903;
background: url(../images/bg1.jpg);
border-top: #c1a85b solid 5px;
color: #e8ca6d;
}
#Nav {margin:0 auto; padding: 5px 0;}
#Nav li{ display: list; margin-right: 0;padding-left:1em; padding-right: 1.6em; list-style-type:disc;}
#Nav a {font-family: Parisienne, cursive; font-weight:bold; font-size:30px; color: #e8ca6d; text-decoration:none;}
#Nav a:hover {background-color: #dadada
; color:#000; text-decoration:underline;}
	.pict1 { background-color: #F9F9F9;
border: 3px solid #CCCCCC; padding: 3px;
font: 12px/1.4em Arial, sans-serif; text-align:center; font-weight:bold; }
.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: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
}
#content {
}
#footer {
}
#Nav {
}
#Nav li{ display: inline; margin-right: 0;padding-left:1em; padding-right: 1.6em; list-style-type:disc;}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
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: 78%;
	max-width: 1232px;
	padding-left: 1%;
	padding-right: 1%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#header {
}
#content {
}
#footer {
}
#Nav {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
