
@charset "UTF-8";
@font-face {
	font-family:Tahoma, Geneva, sans-serif;
}

/* CSS Document */



/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, article section, summary {
	display: block;
}
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}

.cf:after {
	clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
a { color:black;
	text-decoration: none;
	
}

a:hover {
	color: #7B798F;
	
}

a img {
	border: none;
	outline: 0;
}
.gallery {
	margin-bottom:1%;	}

.gallery img {
	margin-bottom:4%;
	}
	
/*.preview a {
	display: block;
	height:100%;
}

.preview a:hover {
	border: none;
}*/

hr {
	margin:auto;
    width:70%;
    align:center;

	 }
li
{
	list-style:none;
	
	}
	
	
ol {
	list-style:decimal;
	}
	
a	

html {
	background:white;
/*	background:url(../content/images/background.jpg);
	background-size:contain;
	background-repeat:repeat-x;
	background-attachment:fixed;*/
	
	
}

body {
	margin:0 auto;
	width:100%;
	font:100%;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:1.4;
	background:#FFFFFF;
	color: rgb(76, 67, 65);
	font-weight:normal;
	border-radius: 25px;

}
/*
#mainNav h2, #mainNav #menuToggle {
	display: none;
}*/

	
	
nav ul {
	list-style: none;
}

/*header styles*/
header {
	
	width: 100%;
	height:100px;
	padding-top:1px;
	overflow: hidden;
	margin-bottom:0;
	
}

header h1 {
	color:#333;
	font-weight: bold;
	text-transform: uppercase;
}

header a {
	text-decoration: none;
	border: none;
	color:#333;
}
header a:hover {
	border: none;
	color:#333;
}

/*nav styles
#mainNav {
	margin:0 auto;
		width: 100%;
}

#mainNav a, #mainNav h3 {
	text-transform:capitalize;
	font-weight:700;
	display: block;
	color:#339999;
	border: none;
}
#mainNav a:hover {
	color:rgba(51,102,204,1);
}

#pageHeader #quoteNav em {
	color:#333;
	border: none;
	
	}*/

/*article h2 a {
	color: rgb(76, 67, 65);
	border: none;
}

article h2 a:hover {
	color: rgb(123, 121, 143);
	border: none;
}

.preview a, .preview a:hover {
	display: block;
	border: none;
}
/*

#pageHeader #quoteNav em {
	color:#FFFFFF;
	border: none;
	
	}*/

/*contact styles*/

/*form styles*/
fieldset {
	margin:1em auto;
	border:none;
    background:rgba(153,204,51,.4);
/*	background-image:url(../icons/canvas-sandy.jpg);
	background-repeat:repeat-x repeat-y;
	background-size:contain;*/
	position: relative;
	width:80%;
	padding:.5em;
	-webkit-border-radius: 0 .5em .5em 0;
	-moz-border-radius: 0 .5em .5em 0;
	border-radius: 0 .5em .5em 0;
}

fieldset:before {
	content:attr(title);
	display: block;
	font: 1.2em Cantarell, Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:100%;
	
}

legend {
	position: absolute;
	top:0;
	left: -2000em;
}

fieldset p {
	font: .8em Cantarell, Arial, Helvetica, sans-serif;
	margin: 1em 0 0;
	font-style: italic;
	
	
}

label {
	display:block;
	font-size: 1em;
	color:#999999;
	margin: .8em 0 0;
	
	
}

input[type="submit"] {
	display:block;
	margin: 1em 0;
	color:#666666;
	
	
}
input#hp { margin-bottom:0; display: none; }

input[type="reset"] {
	display:block;
	margin: 1em 0;
	color:#666666;
	
	
}

.inline {
	display: inline;
	width:auto;
	
}

span {
	width:100%;
	}
.center{
	text-align:center;
	}
.centered {
	text-align:center;
	}
.innerLink {
	color:rgba(0,153,255,1);
	}
/*aside styles
aside h2 {
	font-family: Cardo, Georgia, serif;
}
h2
h3{
	color:rgba(0,51,255,1);
	}	

/*footer styles*/


/*mobile styles*/
@media only screen and (max-width:519px) {

/*disable text sizing on orientation change*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	-webkit-text-size-adjust:none;
}
html {
	background:none;
	}

body {
	margin: 0 auto;
	width: 100%;
	max-width:519px;

	z-index:-5;
}

/*header styles*/
header {
	margin:0 auto;

	height:180px;
	width:100%;

	
}

header h1 {
	line-height:120px;
	margin:1% auto;
	background: url(../content/images/logo_dragonfly.png) no-repeat, left;	background-size:contain;
	width:98%;
}

	
.phoneHover {
	display:none;
	float:right;
	width:300px;
	height:100px;	
	

	}
.phoneNum{
	max-width:519px;
	width:100%;
	height:100px;	
	margin-bottom:.5em;
	}


.phoneNum li {
	margin:2% auto;
	color:black;
	width: 95%;
	height:20%;
	clear:both;
	
		 }
.email {
	margin:0 auto;
	height:25px;
	background-color:rgba(153,204,51,.6);
	text-align:center;
    color:black;
	font-size:14px;
}		 
.mobile{
	margin:0 auto;
	height:50px;
	background-color:none;
	text-align:center;
	text-decoration:none;
    color:none;

}	
.mobile img{
	width:50%;
	
	}	 
		 
 .phoneNum a {
	margin:1em;
	width: 50%;

		 }
.phoneNum li a:hover{
	cursor:auto;
	
	
	}	 	
#mainNav {
	display:none;
	}
/*
.phoneHover {
	margin:0 auto;
	width:100%;
	position:absolute;
	font-size:80%;
	
	
	}

 .phoneHover li {
	 margin:0 auto;
	margin-top:1%;
	margin-left:2%;
	display:inline-block;
	height:50%;
	color:#690;
	font: Verdana, Geneva, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	
		 }
 .phoneHover li a{
		color:#669900;
 }*/
 
 /*nav styles

#mainNav {
	width: auto;
	margin: 0;
	margin-bottom: 1em;
	background: white;
	overflow: hidden
}

#mainNav li{
	margin: 0;
	float: none;
	position: relative;
	}
.topMenu {
	max-height: 0;
	visibility: hidden;
}
.topMenu.expand {
	max-height: 800em;
	visibility: visible;
}


#mainNav a, #mainNav h3 {
	font-size: 1em;
	text-align:left;
	color: white;	
	display: block;
	margin-bottom: 1px;
	background:rgba(0,102,153,.7);
	line-height: 1.5em;
	text-transform: uppercase;
	cursor: pointer;
	padding-left:1em;
}
#mainNav a:hover {
	color: white;
}
#mainNav a.current {
	color: rgb(237, 228, 214);
}
#mainNav li:last-child a {
	background:rgba(255,255,255,1);
	text-align:right;
	
	}
#mainNav span.indicator {
	position: absolute;
	right: 1em;
}
/*dropdown menu styles
#mainNav ul.submenu {
	float: none;
	width: auto;
	height: auto;
	max-height: 0;
	-moz-transition:max-height 0.5s ease;
	-webkit-transition:max-height 0.5s ease;
	-o-transition:max-height 0.5s ease;
	transition:max-height 0.5s ease;
	overflow: hidden;
}
#mainNav ul.submenu.expand {
	max-height: 20em;
}

#mainNav ul.submenu li a {
	padding: .2em 1em;
	white-space: nowrap;
	color: white;
	text-align: left;
	font-size: 1em;
	padding-left: 3em;
	background:rgba(0,204,204,.7);

}



#mainNav .menuToggle {
	display: block;
	background: rgb(76, 67, 65);
	width: 8em;
	margin-bottom: .2em;
	position: relative;
}
.menuToggle a {
	text-align: center;
	padding: 0;
} */


/*nav styles
#mainNav {
	width: auto;
	margin: 0;
	margin-bottom: 1em;
	background: white;
	overflow: hidden
}

#mainNav li{
	margin: 0;
	float: none;
	position: relative;
	}
.topMenu {
	max-height: 0;
	visibility: hidden;
}
.topMenu.expand {
	max-height: 800em;
	visibility: visible;
}


#mainNav a, #mainNav h3 {
	font-size: 1em;
	text-align:left;
	color: white;	
	display: block;
	margin-bottom: 1px;
	background:rgba(0,102,153,.7);
	line-height: 1.5em;
	text-transform: uppercase;
	cursor: pointer;
	padding-left:1em;
}
#mainNav a:hover {
	color: white;
}
#mainNav a.current {
	color: rgb(237, 228, 214);
}
#mainNav li:last-child a {
	background:rgba(255,255,255,1);
	text-align:right;
	
	}
#mainNav span.indicator {
	position: absolute;
	right: 1em;
}
/*dropdown menu styles
#mainNav ul.submenu {
	float: none;
	width: auto;
	height: auto;
	max-height: 0;
	-moz-transition:max-height 0.5s ease;
	-webkit-transition:max-height 0.5s ease;
	-o-transition:max-height 0.5s ease;
	transition:max-height 0.5s ease;
	overflow: hidden;
}
#mainNav ul.submenu.expand {
	max-height: 20em;
}

#mainNav ul.submenu li a {
	padding: .2em 1em;
	white-space: nowrap;
	color: white;
	text-align: left;
	font-size: 1em;
	padding-left: 3em;
	background:rgba(0,204,204,.7);

}


#mainNav .menuToggle {
	display: block;
	background: rgb(76, 67, 65);
	width: 8em;
	margin-bottom: .2em;
	position: relative;
}
.menuToggle a {
	text-align: center;
	padding: 0;
}
*/

.mission  {
	margin:0 auto;
	padding-top:0px;
	padding-bottom:2px;
	max-height:160px;
	max-width:519px;
	z-index:-2;
	 *zoom :1;
}	 
	 
 .slideshow {
	margin:0 auto;
	width:100%;
	height:168px;
	min-width:280px;
	max-width:519px;
	background-attachment:local;
	position:absolute;
	overflow:hidden;
    *zoom :1;
	
		}


	
	
.group:before,
.group:after
 {
	 content:"";
	 display:table;
	}

.group:after {
	clear:both;
	}
.group {
	margin:7em auto;
	height:130px;
	width:100%;
	padding:1%;
	margin-bottom:2em;
	background-color:transparent;
	clear:both;
	*zoom :1;
	}

	
	
	
/*
#twoColumns {
	margin:4em auto;
	height:150px;
	width:69%;
	padding:10%;
	margin-bottom:20px;
	background-color:#333333;
	
	} */


.firstColumn{
	margin:0 auto;
	margin-top:3em;
	background-color:rgba(169,184,133,1);
	/*background-image:url(../content/images/tapestry_blue.jpg);
	background-size:contain;
	background-repeat:repeat-x(1);
	border-radius: 25px; */
	float:left;
    text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	height:100%;
    width:95%;
	
	position:relative;
	z-index:130;
}

#textOne {
	margin-left:2%;
	margin-right:2%;
	}

.firstColumn h2{
	margin:1% auto;
	color:white;
	font-size:110%;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:500;
	text-align:center;
	}
	.firstColumn p{
	margin:2% auto;
	color:white;
	font-size:80%;
	text-align:center;
	}

.firstColumn ul{
	margin:2% auto;
	text-align:center; 
	
}

.firstColumn li {
	margin:1% auto;
	font-family:Tahoma, Geneva, sans-serif;;
	font-size:smaller;
	text-align:center; 

	}

.firstColumn a{
     margin:0 auto;
	color:white;
	font-family:Tahoma, Geneva, sans-serif;
	
    font-size:smaller;
	font-weight:bold;
	}
	
.firstColumn a:hover {
	font-size:medium;
		}
	
.secondColumn {
	margin-top:1em;
	margin-right:1%;
	float:left;
	height:100%;
	width:95%;
	background-color:rgba(153,204,204,1);
/*	background-image:url(../content/images/tapestry_olive.jpg);
	background-size:contain;
	background-repeat:repeat-x;
	background-color:rgba(153,204,0,.8);
	border-radius: 25px; */
	font-family:Tahoma, Geneva, sans-serif;
	position:relative;
	z-index:131;
	}
	.secondColumn h2{
	margin:1% auto;
	color:white;
	font-size:110%;
	text-align:center;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:500;
	}
	.secondColumn p{
	margin:2% auto;
	color:white;
	font-size:80%;
	text-align:center;
	}
	
	.secondColumn ul{
	margin:1% auto;
	text-align:center; 
	
}
	
.secondColumn li {
	margin:2% auto;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:small;
	font-weight:bold;

	}

.secondColumn a{

	color:white;
	
	

	}
	
.secondColumn a:hover {
	font-size:medium;
		}
	
	 
/*.philosophy {
	padding:1%;
	width: 90%;
	padding-left:3%;
	
	}


.philosophy h1 {
	margin:0px auto;
	font-weight: bold;
	font-size: 120%;
	font-variant:small-caps;
	color:rgba(51,153,153,1);
	letter-spacing:.1em;
	}

.philosophy p {
	width:95%;
	text-align:justify;
	font-size:90%;
	padding-bottom:3%;
	padding-left:1%;
	
	
}*//*mission styles*/



.philosophy {
	margin:2% auto;
	padding-top:4%;
	clear:both;
	width: 98%;
	padding-left:1%;

	
	}


.philosophy h1 {
	margin:4% auto;
   margin-bottom:4%;
	font-family:"Times New Roman", Times, serif;
	font-size:120%;
	color:rgba(51,153,153,1);
	margin-bottom:4%;

	}
	
.philosophy h2 {
	font-weight:bold;
		font-size:80%;
		color:rgba(255,102,102,1);
	}


.philosophy p {
	margin-left:5%;
	margin-right:5%;
	margin-bottom:1%;
	width:90%;
	font-size:90%;
	text-align:justify;
}
philosophy a 
{color:#99CC00;
	}
philosophy a:hover
{color:rgba(0,153,255,1);
	}	

.philosophy img{
	margin:3% auto;
	margin-left:14%;
	width:70%;
	height:70%;
/*	border-color:rgba(204,204,204,1);
	border-style:solid;
	border-width:thick; */

	
	}
.philosophy ul {
	margin-left:5%;
	font-size:85%;
	
	
	}
.philosophy li {
	margin:3%;
	margin-left:5%;
	list-style:circle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:85%;
	
	}
	.philosophy .address h2 {
			color:rgba(255,102,102,1);
			
		}
		.philosophy h3 {
	font-weight:bold;
		font-size:80%;
		color:rgba(255,102,102,1);
		text-align:left;
	}
	.philosophy .address li {
	margin:2% auto;
	width:100%;
	display:block;
	list-style:none;
	color:#666666;
	font-size:100%;
	text-align:center;
	
	}
	
.philosophy .address li a{
	margin:4% auto;
	list-style:none;
   color:rgba(0,153,204,1);
	font-size:110%;
	text-align:center;
	}
	
		
aside {
	margin-top:0 auto;
	margin-left:1%;
	float: right;
	width:98%;
	background-color:transparent;

}


aside h2 {
	color:rgba(255,0,0,1);
	font-variant:small-caps;
	font-size: 1em;
	text-align:center;
	margin-top:1em;
	margin-bottom:1em;
	clear: both;
}

aside .proverb h3{
		margin:2%;
		width:95%;
		text-align:right;
		color:#CCCCCC;
		}
		
		.proverb p {
	margin:10% auto;
	margin:1%;
	padding:1%;
	color:rgba(153,204,0,1);
	font-family:Papyrus, Verdana, Geneva, sans-serif;
	font-size:150%;
	width:95%;
	text-align:center;
	height:90%;
	
	}
aside img {
	display:none;
	}
aside #gmap_canvas img {
		margin:0 auto;
		margin-top:5%;
		margin-left:5%;
		height:300px;
		width:200px;
		display:block;
		background-position:center;
		background-size:contain;
		
	}
	aside iframe {
	margin-top:5%;
	width:98%;
	max-height:290px;
	margin-bottom:2%;
	} 
	
	aside .map{
		
		height:500px;
		
		}
	aside h2 {
		margin:0 auto;
		margin-top:5%;
		}
	aside p {
		margin:0 auto;
		padding-left:2%;
		padding-right:2%;
		width:96%;
		
		text-align:justify;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		color:#333333;
		}
aside .revbtn a {
	margin:auto;
	display:block;
	background-color:#339966;
	color:#FFFFFF;
	text-align:center;
	list-style:none;
	width:80%;
	
	
	}
aside .revbtn {
	margin:0 auto;
	list-style:none;
	margin-bottom:2%;
	}	
	
		
	
	
	aside h1{
	margin:auto;
	color:rgba(255,102,102,1);
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
		}	
		
aside ul li {
	margin:auto;
	color:rgba(0,0,0,1);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:95%;
		}
aside li {
		list-style:disc;
	}	
	
.gallery:before, 
	.gallery:after{	
	content:"";
	 display:table;
	}
	.gallery:after {
	clear:both;
	}
	.gallery {
	margin:2% auto;
	height:220px;
	width:100%;
	clear:both;
	*zoom :1;
	margin-bottom:5%;
	font-size:60%;
	
	}
	.gallery h1 {
		margin-top:5%;
		color:#99CC33;
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		font-size:130%;
		text-decoration:underline;
		}
		.gallery h2 {	
		margin-top:5%;
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		font-size:110%;
		text-decoration:underline;
		color:rgba(255,51,51,1);
		}
.onePic{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
}
	.onePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.onePic img{
	width:100px;
				}


 .twoPic{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.twoPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.twoPic img{
	width:100%;
				}
.threePic{
	
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.threePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.threePic img{
	width:100%;
				}
 .fourPic{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
.fourPic  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.fourPic img{
	width:100%;
				}
	.fivePic{
		
	margin-top:1%;
     margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		.fivePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fivePic img{
	width:100%;
				}
.sixPic{
	margin-top:1%;	
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		
	.sixPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.sixPic img{
	width:90%;
	}
	
.sevenPic{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
}
	.sevenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.sevenPic img{
	width:90%;
				}


 .eightPic{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.eightPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.eightPic img{
	width:;
				}
.ninePic{
	
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.ninePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.ninePic img{
	width:100%;
				}
 .tenPic{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
.tenPic  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.tenPic img{
	width:100%;
				}
	.elevenPic{
	margin-top:1%;
     margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		.elevenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.elevenPic img{
	width:100%;
				}
.twelvePic{
	margin-top:1%;	
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		
	.twelvePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.twelvePic img{
	width:100%;
	}	
	.thirteenPic{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
}
	.thirteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.thirteenPic img{
	width:100%;
				}


 .fourteenPic{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.fourteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fourteenPic img{
	width:100%;
				}
.fifteenPic{
	
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.fifteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fifteenPic img{
	width:100%;
				}
 .sixteenPic{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
.sixteenPic  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.sixteenPic img{
	width:100px;
				}
	.seventeenPic{
	margin-top:1%;
     margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		.seventeenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.seventeenPic img{
	width:100%;
				}
.eighteenPic{
	margin-top:1%;	
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:40%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		
	.eighteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.eighteenPic img{
	width:100%;
	}		
.sixColumns:before,
.sixColumns:after
 {
	 content:"";
	 display:table;
	}

.sixColumns:after {
	clear:both;
	}


.sixColumns{
	margin:2em auto;
	margin-bottom:0em;
	background-image:url(../icons/canvas-grey.jpg);
	background-size:contain;
	background-repeat:repeat-x repeat-y;	
	height:100%;
	width:100%;
	clear:both;
	*zoom :1;
	
	
	}
	

		

	
 .oneColumn{
	margin-top:3%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:100%;
	width:25%;
	
	

}
	.oneColumn a{
	width:90%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	font-size:80%;
	}
	
	.oneColumn img{
	width:100%;
				}

	

 .twoColumn{
	margin-top:3%;
	margin-left:3%;
	margin-right:3%;
	float:left;
    height:100%;
	width:25%;
	 	
    
}
.twoColumn a{
	width:90%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	font-size:80%;
	}
	
	.twoColumn img{
	width:100%;
				}



.threeColumn{
	margin-top:3%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:100%;
	width:25%;
 	
   }
   .threeColumn a{
	width:90%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	font-size:80%;
	}
	
  .threeColumn img   {
	  width:100%;
	  }
	  
 .fourColumn{
	 
	margin-top:3%;
	margin-left:3%;
	margin-right:3%;
	float:left;
    height:100%;
	width:25%;
 
	}
	
	.fourColumn a{
	width:90%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	font-size:80%;
	}
	.fourColumn img{
	width:100%;
				}

	.fiveColumn{
		
	margin-top:3%;
     margin-left:3%;
	margin-right:3%;
	float:left;
	height:100%;
	width:25%;
 	
	}
	.fiveColumn a{
	width:90%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	font-size:80%;
	
	}
	.fiveColumn img{
	width:100%;
				}

.sixColumn{
	
	margin-top:3%;	
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:100%;
	width:25%;
 	
	}	
	.sixColumn a{
	width:90%;
	text-align:center;
	text-transform:capitalize;
	color:white;
    font-size:80%;
	
	}
	.sixColumn img{
	width:100%;
				}
 
/*.sixColumns:before,
.sixColumns:after
 {
	 content:"";
	 display:table;
	}

.sixColumns:after {
	clear:both;
	}


.sixColumns{
	margin:0 auto;
	background-color:rgba(0,0,0,.1);
	height:4em;
	width:50%;
	clear:both;
	*zoom :1;
	
	}
	
	 .oneColumn{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:10%;
	background-color:transparent;
}
.oneColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	font-size:90%;
	
	}
	oneColumn img{
	width:100%;
				}

 .twoColumn{
	
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:10%;
	background-color:transparent;
}
.threeColumn{
	
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:10%;
	background-color:transparent);
}
 .fourColumn{
	 
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
	background-color:transparent;
	}
	.fiveColumn{
		
	margin-top:1%;
     margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
	background-color:transparent;
	}
.sixColumn{
	
	margin-top:1%;	
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
	background-color:transparent;
	}	*/ 

/* article styles 
article {
	width: 98%;
	margin: 0 auto;
	clear:both;
}

article section {
	/*border-bottom: 2px solid rgb(76, 67, 65);
	margin-bottom: 1.6em;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

article h1 {
	color:#fff;
	background-color:rgba(0,102,153,1);
	padding:5px 5px 5px 2px;
	overflow-style:marquee-block;
	
}



 .caption {
	font-size: 1em;
	margin-bottom:.2em;
	text-align:justify;
}


article p.pubdate {
	font-size: 1em;
	text-transform: uppercase;
	margin-bottom: 1em;
}

article .preview {
	height:400px;
	top: 0;
	right: 0;
	
}
article p{
	line-height:1.5em;
	font-size:.9em;}



.nyc .preview {
	height:90%;
	
}
.nyc h2{
	color:#FF6633;
	padding:2%;
	font-size:1em;
	}	
.nyc p{
	width:90%;
	font-size:90%;
	margin-top:.1em;
	padding:1%;
	margin-bottom:1em;
	text-align:justify;
	
	
	}
	
.nyc #left_column, .nyc #center_column,.nyc #right_column {
	clear:both;
	margin:0 auto
	width:100%;
	margin-top:.1em;
	padding:1%;
	
}
.nyc img {
	padding-left:10%;
	
	}
		
.team .preview {
	height:100%;
	
	}

	
.team #left_column, .team #center_column, .team #right_column {
	width:80%
	margin-top:1em;
	height:2px;
	margin-bottom:1%;
	height:650px;
	background-color:white;
	padding:1%;
	border-bottom:thin groove;
	}
	.team #center_column {
		height:450px;
		}
 .team #right_column	{
		height:800px;
		}	
		
	
.team h2 {
	color:#669999;
	font-size:1em;
	font-variant:small-caps;
	font-weight:700;
	margin-bottom:1%;
	margin-top:1%;
	
	}	
.team h3 {
	color:#FF6633;
	
	}	
.team p{
	font-size:90%;
	padding:1%;
	text-wrap:normal;
	text-align:left;
		}	

.team img {
	width:100px;
	float:left;
	/*background-color:rgba(204,204,204,1);
	padding:2%;
		}
.team .list {
	margin:0 auto;
	color:#006666;
	font-variant:small-caps;
	line-height:1.5em;
		
	}
	.team .caption {
	margin:1% auto;
	text-align:	center;
    width:100%;
	color:rgba(0,102,153,1);	 
	font-variant:small-caps;
	}	
	
	.philly  {
	clear:both;
	margin: auto;
	width:92%;
	margin-bottom:3%;
	padding:3%;
	text-align:justify;
	background:rgba(255,255,255,1);
}

.philly h1{
	color:#fff;
	font-size:90%;
	font-weight:700;
	margin-bottom:5%;
	}
.philly h2 {
	font-size:90%;
	color:rgba(0,153,153,1);
	padding:1px 5px 0px 2px;
	margin-top:2%;
}	
	
.philly p {
	padding:1%;
	}	
.philly li{
	font-size:92%;
	width:98%;
	padding:1%;
	}	
	
.philly .caption{
	margin:2% auto;
	text-align:	center;
     width:100%;
	 color:rgba(0,102,153,1);	 
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 font-weight:600;
	 
}	
.tyc .preview {
	height:90%;
	
}
.tyc h2{
	color:#FF6633;
	padding:2%;
	font-size:1em;
	}	
.tyc p{
	width:90%;
	font-size:90%;
	margin-top:.1em;
	padding:1%;
	margin-bottom:1em;
	text-align:justify;
	}
	
.tyc #left_column,.tyc  #center_column, .tyc #right_column {
	clear:both;
	margin:0 auto
	width:100%;
	margin-top:.1em;
	padding:1%;
	
}
.tyc img {
	padding-left:10%;
	}*/

.testimonial #img {
	width=50%;
	}
/*contact styles
#contact h2 {
	margin-bottom: 1em;
}

a.phone {
	padding: .5em .5em .5em 30px;
	
	border: 1px solid rgb(123, 121, 143);
	margin: 2.4em auto;
	width: 200px;
	display:block;
}
.connect {
	margin-top: 2em;
}


a.phone:hover {
	border: 1px solid rgb(123, 121, 143);
}

/*form styles
fieldset {
	width: 90%;
}

input[type="text"], input[type="email"], input[type="url"], textarea {
	width: 95%;
}

fieldset p {
	float: none;
	width: auto;
}


/*aside styles
aside {
	width: 90%;
	margin: 0 auto;
}

aside section {
	clear: both;
}

aside h2{
	 color:#00CCCC;
	font-size: 1.2em;
	margin: 1em 0 .8em;
	padding-top: .8em;
	border-top: 2px solid rgb(76, 67, 65);
	text-align:center;
}


	aside nav h2 {
	color:#0066CC;
	font-size: 1.1em;
	border: none;
	margin-bottom:1em:
	
}


aside nav {
	margin-bottom: 2em;
}

aside nav ul {
	display: none;
}

nav select {
	width: 240px;
	margin-left: 16%;
}

.caption{
	color:rgba(255,153,0,1);
	font-size:1.2em;
	text-align:left;
	
	
	}
.comment{
	margin:5 auto;
	font-size:95%;
	text-align:justify;
	width:98%;
	padding:2%;
	
	}
.contest  p {
	margin:5 auto;
	font-size:95%;
	text-align:center;
	width:98%;
	padding:2%;
	}
.enter a {
	background-color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;
	}
/*footer styles*/
	/*footer styles*/

#pageFooter {
    margin:0 auto;
	height: 300px;
	margin-bottom:0;
	padding-top:2%;
	padding-left:1%;
	background-image:url(../icons/canvas-grey.jpg);
	background-size:contain;
	background-repeat:repeat-x repeat-y;	
	
}



.fourCols:before,
.fourCols:after
 {
	 content:"";
	 display:table;
	}

.fourCols:after {
	clear:both;
	}


 .fourCols{
	margin:0 auto;
	height:100%;
	width:100%;
	background-color:transparent;
	clear:both;
	*zoom :1;
	font-size:80%;
	
	
	}
	
.oneFour{
	margin:0 auto;
	margin-top:10%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:40%;
    width:40%;
	background-color:transparent;
	color:white;
}

 .sixIcons {
	 margin-top:10%;
	width:100%;
	height:100%;
	

	}
	
 .sixIcons li{
	 margin-top:3%;
	width:30%;
	height:45%;
	float:right;
	margin-bottom:5%;
	}	
	
	
	
 .twoFour{
	margin-top:12%;
	margin-left:2%;
	margin-right:3%;
	float:right;
	height:40%;
    width:40%;
	border-color:#999999;
	color:white;
}
.twoFour li a{
margin-top:2%; 
color:white;
}


.twoFour li a:hover{
color:red;
}

 .threeFour {
	clear:both;
	margin-top:6%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:50%;
    width:40%;
	color:white;
}



 .fourFour{
	margin-top:6%;
	margin-left:3%;
	margin-right:2%;
	float:right;
	height:40%;
	width:40%;
	color:white;
	}	
	.fourFour img {
		margin:auto;
		background-color:white;
	
		}
	

}

/*tablet styles*/
 @media only screen and (min-width:520px) and (max-width:1027px) {
html{
	background:none;
	}

body {
	width: 100%;
	margin: 0 auto;
	min-width: 520px;
	max-width: 1027px;
	background-color:#FFFFFF;
	z-index:-5;
	
}

/*header styles*/
header {
	height:190px;
	margin-bottom:0;
	padding-top:2%;
	padding-left:2%;
	clear:both;
	z-index:-5;
	border-style:groove;
	border-bottom-color:rgba(153,204,51,.4);	
	border-bottom-width:2.6em;
}

header h1 {
	float:left;
	padding-top:2%;
	font-size: 3.2em;
	line-height:150px;
	width:300px;
	background: url(../content/images/logo_dragonfly.png) no-repeat, left;
	background-size:contain;
	
}
.phoneNum {
	display:none;
	}
	
.phoneHover {
	display:block;
	float:right;
	height:10px;	
	

	}

.phoneHover li {
	margin:1% auto;
	text-align:left;
	color:none;
	width: 90%;
	
		 }
.email {
	width:50%;
	height:20px;
	background-color:rgba(153,204,51,.8);
    color:white;


}	/*	 
.mobile{
	width:60%;
	height:20px;
	background-color:rgba(51,153,204,.9);
    color:white;
}	*/
.mobile{
	margin:0 auto;
	height:50px;
	background-color:none;
	text-align:center;
	text-decoration:none;
    color:none;

}	
.mobile img{
	margin-top:5%;
	margin-right:5%;
	width:80%;
	
	
	}	 
		 	 
		 
 .phoneHover a {
	width: 70%;
	color:none;
		 }
.phoneNum li a:hover{
	cursor:auto;
	
	
	}	 	
/*.phoneHover {
display:none;
	}
.phoneNum{
	
	 }
 .phoneNum li {
	 margin-top:2%;
	 float:right;
	 margin-right:1%;
	 display:inline-block;
	 width:25%;
	 padding:.2% .2%;
	 color:rgba(0,153,204,1);
	/* background-color:#999999; */
/*	 text-align:center;
	 text-decoration:none;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:100%;
	
	 }
	 .mobile a{
		 color:#0099FF;
		 }
	
	 .mobile img{
		 width:20%;
		 margin-right:0%;
		 }
	 .phoneNum .email {
		
		display:none;
		 
		  }
		  
	
.phoneNum li a:hover {
	cursor:default;
	font-size:large;
		}
*/


/*
.phoneNum {
	display:none;
	}
	.phoneHover {
	
	position:absolute;
	right:0px;
	font-size:95%;
	font-family:Verdana, Geneva, sans-serif;
	padding:1%;
		}
		.email  {
		margin:3% auto;
	    padding:1%;
		
		
			}
			.email a {
			margin-top:2%;
		   color:rgba(153,204,0,1);
			}
.email a:hover {
			margin-top:2%;
		   color:rgba(153,204,0,1);
		   font-size:large;
			}
			
		.mobile  {
		margin-top:3%;
		padding:1%;
	
		}	
			.mobile a {
		margin-top:3%;
	  color:rgba(153,204,0,1);
			}
	.mobile a:hover {
		margin-top:3%;
		  color:rgba(153,204,0,1);
		font-size:large;
			}*/
#mainNav {
	display:none;
	}
/*nav styles
#mainNav {
	clear:both;
	width:100%;
	font-size: 95%;
	padding-top:2%;
	padding-bottom:1%;
	padding-left:2%;
	margin-bottom:2em;
	
	
	
}
.topMenu {
	clear:both;
	width:100%;
	
}
.topMenu.expand {
	max-height: 800em;
	visibility: visible;
}

#mainNav ul {
	clear:both;
	}
#mainNav li {
	margin-left:4%;
	position:relative;
	float:left;
	
	
	
}

#mainNav li:last-child {
	margin-right:1%;
}

#mainNav a, #mainNav h3 {
	font-size:1.2;
	cursor: pointer;
	color:rgba(0,102,153,1);
	
}
/*dropdown menu styles
#mainNav ul.submenu {
	float: none;
	width: auto;
	height: auto;
	padding-top:.1em;
	max-height: 0;
	-moz-transition:max-height 0.2s ease;
	-webkit-transition:max-height 0.2s ease;
	-o-transition:max-height 0.2s ease;
	transition:max-height 0.2s ease;
	overflow: hidden;
	z-index: 1000;
	position: absolute;
}
#mainNav ul.submenu li {
	float: none;
	margin: 0;
	background:rgba(0,153,153,1);
	background:rgba(51,153,153,.8);
}
#mainNav li.hover:hover ul, #mainNav ul.submenu.expand {
	max-height: 20em;
}
#mainNav ul.submenu li a {
	border-bottom: 1px solid white;
	padding: .2em .5em;
	white-space: nowrap;
	color: white;
	text-align: left;
	font-size: 1.1em;
}
#mainNav ul.submenu li:last-child a {
	border-bottom: none;
}
#mainNav ul.submenu li a:hover {
		background:rgba(0,153,153,1);
}*/

/*mission styles*/

/*.slideshow{
	display:none;
	}*/
.mission  {
	margin:0 auto;
	padding-top:1px;
	padding-bottom:2px;
	max-height:250px;
	min-width:520px;
	max-width:1026px;
	background:white;
    z-index:-2;
}	 
	 
 .slideshow {
	margin:0 auto;
	width:100%;
	height:300px;
	min-width:520px;
	max-width:1026px;
	background-attachment:local;
	position: absolute;
	overflow:hidden;
*zoom :1;
	
	
		}


	
.group:before,
.group:after
 {
	 content:"";
	 display:table;
	}

.group:after {
	clear:both;
	}
.group {
	margin:12em auto;
	height:100px;
	width:100%;
	padding:1%;
	margin-bottom:10px;
/*	background-color:transparent;*/

	clear:both;
	*zoom :1;
	}

	
	
	
/*
#twoColumns {
	margin:4em auto;
	height:150px;
	width:69%;
	padding:10%;
	margin-bottom:20px;
	background-color:#333333;
	
	} */


.firstColumn{
	margin-top:3em;
	margin-left:3%;
	float:left;
	height:140%;
    width:45%;
	background-color:rgba(169,184,133,1);
/*	background-image:url(../content/images/tapestry_blue.jpg);
	background-size:contain;
	background-repeat:repeat-x(1);
	border-radius: 25px; */
    position:relative;
	z-index:130;
	text-align:center;
}

.firstColumn h2{
	margin:2% auto;
	color:white;
	font-size:110%;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:500;
	}
	
.firstColumn p{
	margin:2% auto;
	color:white;
	font-size:90%;
	width:90%;
	
	}
.firstColumn ul{
	margin:2% auto;
	text-align:center; 
	
}

.firstColumn li {
	margin:2% auto;
	font:Verdana, Geneva, sans-serif;
	

	}

.firstColumn a {
	color:white;
	font:Verdana, Geneva, sans-serif;
  
	
	}
	
.firstColumn a:hover {
	color:#99CC66;
		}
	
.secondColumn {
	margin-top:3em;
	margin-right:3%;
	float:right;
	height:140%;
	width:45%;
	background-color:rgba(153,204,204,1);
	font:Verdana, Geneva, sans-serif;
/*	background-image:url(../content/images/tapestry_olive.jpg);
	background-size:contain;
	background-repeat:repeat-x(1);
	
	border-radius: 25px; */
	position:relative;
	z-index:131;
	}
	.secondColumn h2{
	margin:2% auto;
	color:white;
	font-size:110%;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:500;
	}
	.secondColumn p{
	margin:2% auto;
	color:white;
	font-size:90%;
	text-align:center;
	width:90%;
	}
	
	.secondColumn ul{
	margin:2% auto;
	text-align:center; 
	
}
	
.secondColumn li {
	margin:3% auto;
	font:Verdana, Geneva, sans-serif;
	

	}

.secondColumn a{
	color:white;
	font:Verdana, Geneva, sans-serif;
	
	}
	
	
.secondColumn a:hover {
	color:#99CC66;
	
		}
	
/*mission styles*/

.philosophy {
	margin:2em auto;
	clear:both;
	float:left;
	width: 60%;
    padding-left:2%;
   background-color:white;
   border-right:rgba(204,204,204,1);
	border-right-width:thin;
	border-right-style:solid;
	
	}


.philosophy h1 {
	margin:1em auto;
	font-family:"Times New Roman", Times, serif;
	font-size: 130%;
	color:rgba(51,153,153,1);
	margin-bottom:2%;
	text-decoration:underline;
	
	
	}

	
.philosophy p {
	margin:1px auto;
	width:92%;
	font-size:95%;
	margin-bottom:1%;
	background-color:white;
	text-align:justify;
	
}
.philosophy h2 {
	font-weight:bold;
		font-size:80%;
		color:rgba(255,102,102,1);
	}

.philosophy h3 {
	font-weight:bold;
		font-size:80%;
		color:rgba(255,102,102,1);
		text-align:left;
	}
.philosophy img {
	 display:none;
}




.philosophy ul {
	margin-left:5%;
	font-size:85%;
	
	
	}
.philosophy li {
	margin:3%;
	margin-left:5%;
	list-style:circle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:85%;
	
	}
.philosophy #inputForm {
	margin:auto;
	align:center;
	width:70%;
		}
		.philosophy .address h2 {
			margin:5% auto;
			margin-left:15%;
			font-size:100%;
		
			color:rgba(255,102,102,1);
			
		}
		
.philosophy .address li {
	margin:1% auto;
	width:100%;
	display:block;
	list-style:none;
	color:#666666;
	font-size:100%;
	text-align:center;
	
	}
	
.philosophy .address li a{
	margin:0 auto;
	list-style:none;
   color:#0099CC;
	font-size:110%;
	text-align:center;
	}
	
			
aside {
	margin:4% auto;
	float:right;
	width:35%;
	background-color:rgba(255,255,255,.1);
	margin-bottom:1em;
	
}


aside h2 {
	color:rgba(255,0,0,1);
	font-variant:small-caps;
	font-size: 1em;
	text-align:center;
	margin-top:1em;
	margin-bottom:1em;
	clear: both;
}

/*sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss*/
#SkypeButton_Call_Kathryn_1 {
	margin:auto;
	height:32px;
	width:40%;
	} 
aside .proverb h3{
		margin:2%;
		width:95%;
		text-align:right;
		color:#CCCCCC;
		}
		
		.proverb p {
	margin:10% auto;
	margin:1%;
	padding:1%;
	color:rgba(153,204,0,1);
	font-family:Papyrus, Verdana, Geneva, sans-serif;
	font-size:150%;
	width:95%;
	text-align:center;
	height:90%;
	
	}
	
		
aside img{
	margin:0 auto;
	margin-top:7%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:15%;
	width:90%;
	align:center;
/*	border-color:rgba(204,204,204,1);
	border-style:solid;
	border-width:thick; */
	
	}
aside iframe {
	margin-top:2%;
	width:96%;
	max-height:300px;
	margin-bottom:2%;
	}
	
	aside h2{
		
		
		}
	
	aside p {
		margin:0 auto;
		width:96%;
		text-align:justify;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		color:#333333;
		}
aside .revbtn a {
	Margin:auto;
	display:block;
	background-color:#339966;
	color:#FFFFFF;
	text-align:center;
	list-style:none;
	width:80%;
	
	}
aside .revbtn {
	list-style:none;
	}	
	
		
		
	
	
	aside h1{
	color:rgba(255,102,102,1);
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
		}	
		
aside ul li {
	color:rgba(0,0,0,1);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:95%;
		}
aside li {
	list-style:disc;
	}	
	
.gallery:before, 
	.gallery:after{	
	content:"";
	 display:table;
	}
	.gallery:after {
	clear:both;
	}
	.gallery {
	margin:2% auto;
	margin-left:1%;
	height:260px;
	width:100%;
	clear:both;
	*zoom :1;
	margin-bottom:2%;
	font-size:80%;
	
	}
	.gallery h1 {
			margin-top:2%;
		color:rgba(0,153,204,1);
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		font-size:larger;
		}
		.gallery h2 {
		margin-top:2%;
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		font-size:110%;
		text-decoration:underline;
		color:rgba(255,51,51,1);
		}
		
.onePic{
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
}
	.onePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.onePic img{
	width:100px;
				}


 .twoPic{
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.twoPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.twoPic img{
	
	width:100%;
				}
.threePic{
	
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.threePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.threePic img{
	width:100%;
				}
 .fourPic{
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
.fourPic  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.fourPic img{
	width:100%;
				}
	.fivePic{
		
	margin-top:1%;
    margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		.fivePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fivePic img{
	width:100%;
				}
.sixPic{
	
	margin-top:1%;	
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		
	.sixPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.sixPic img{
	width:80%;
	}
	
	
.sevenPic{
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
}
	.sevenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.sevenPic img{
	width:80%;
				}


 .eightPic{
	margin-top:1%;
    margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.eightPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.eightPic img{
	width:100px;
				}
.ninePic{
	
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.ninePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.ninePic img{
	width:90%;
				}
 .tenPic{
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
.tenPic  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.tenPic img{
	width:100%;
				}
	.elevenPic{
	margin-top:1%;
   margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		.elevenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.elevenPic img{
	width:100%;
				}
.twelvePic{
	margin-top:1%;	
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		
	.twelvePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.twelvePic img{
	width:100%;
	}	
	.thirteenPic{
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
}
	.thirteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.thirteenPic img{
	width:100%;
				}


 .fourteenPic{
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.fourteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fourteenPic img{
	width:100%;
				}
.fifteenPic{
	
	margin-top:1%;
    margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.fifteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fifteenPic img{
	width:100%;
				}
 .sixteenPic{
	margin-top:1%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
.sixteenPic  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.sixteenPic img{
	width:120px;
				}
	.seventeenPic{
	margin-top:1%;
    margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		.seventeenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.seventeenPic img{
	width:100%;
				}
.eighteenPic{
	margin-top:1%;	
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		
	.eighteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.eighteenPic img{
	width:100%;
	}			
.sixColumns:before,
.sixColumns:after
 {
	 content:"";
	 display:table;
	}

	
.sixColumns:before,
.sixColumns:after
 {
	 content:"";
	 display:table;
	}

.sixColumns:after {
	clear:both;
	}


.sixColumns{
	margin:0 auto;
	background-image:transparent;
	background-size:contain;
	background-repeat:repeat-x;	
	height:2em;
	width:100%;
	clear:both;
	*zoom :1;
	
	
	}
	

		

	
 .oneColumn{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:100%;
	width:10%;
 	text-align:center;
	text-transform:capitalize;
	color:white;
	font-stretch:inherit;
	
	

}


	.oneColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.oneColumn img{
	width:100%;
				}

	

 .twoColumn{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
    height:80%;
	width:10%;
	 	
    
}
.twoColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.twoColumn img{
	width:100%;
				}



.threeColumn{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
 	
   }
   .threeColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	
  .threeColumn img   {
	  width:100%;
	  }
	  
 .fourColumn{
	 
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
    height:80%;
	width:10%;
 
	}
	
	.fourColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fourColumn img{
	width:100%;
				}

	.fiveColumn{
		
	margin-top:1%;
     margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
 	
	}
	.fiveColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fiveColumn img{
	width:100%;
				}

.sixColumn{
	
	margin-top:1%;	
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
 	
	}	
	.sixColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.sixColumn img{
	width:100%;
				}
 
	
/*


.philosophy {
	clear:both;
	margin:2 auto;
	padding:1%;
	width: 94%;
	
	}


.philosophy h1 {
	margin:0 auto;
	font-weight: bold;
	font-size: 100%;
	width:90%;
	font-variant:small-caps;
	color:rgba(51,153,153,1);
	letter-spacing:.1em;
	}

.philosophy p {
	margin:0 auto;
	width:80%;
	font-size:90%;
	padding-bottom:3%;
	padding-left:1%;
}
.sixColumns:before,
.sixColumns:after
 {
	 content:"";
	 display:table;
	}

.sixColumns:after {
	clear:both;
	}


.sixColumns{
	margin:0 auto;
	background-color:rgba(51,51,51,.7);
	height:8em;
	width:96%;
	clear:both;
	*zoom :1;
	
	}
	
 .oneColumn{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:10%;
	background-color:rgba(0,102,153,.5);
}
 .twoColumn{
	
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:10%;
	background-color:rgba(0,102,153,.5);
}
.threeColumn{
	
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:10%;
	background-color:rgba(0,102,153,.5);
}
 .fourColumn{
	 
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
	background-color:rgba(102,204,0,.5);
	}
	.fiveColumn{
		
	margin-top:1%;
     margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
	background-color:rgba(102,204,0,.5);
	}
.sixColumn{
	
	margin-top:1%;	
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
	background-color:rgba(102,204,0,.5);
	}

/* article styles 
article {
	margin:0 auto;
	width: 95%;
	padding-left:3%;
	text-align:justify;
    background:rgba(204,204,204,.1);
    padding:2%;
	margin-bottom:5%;
}
article h1 {
	color:#fff;
	background-color:#006699;
	padding:5px 5px 5px 2px;
	overflow-style:marquee-block;
}


.nyc .preview {
	height:100%;
	
	}

	
.nyc #left_column, #center_column, #right_column  {
	margin-top:1em;
	height:2px;
	margin-bottom:1%;
	height:260px;
	background-color:white;
	padding:1%;
	}
	
.nyc h2 {
	color:#669999;
	font-size:1em;
	font-variant:small-caps;
	font-weight:700;
	margin-bottom:1%;
	margin-top:1%;
	
	}	
.nyc p{
	width:55%;
	font-size:90%;
	margin-top:.1em;
	padding-right:3%;
	padding:1%;
	text-wrap:normal;
	text-align:left;
		}	

.nyc img {
	width:200px;
	float:right;
	/*background-color:rgba(204,204,204,1);
	padding:1%;
		}
		
	
.team .preview {
	height:100%;
	
	}

	
.team #left_column, .team #center_column, .team #right_column {
	width:80%
	margin-top:1em;
	height:2px;
	margin-bottom:1%;
	height:530px;
	background-color:white;
	padding:1%;
	}
	.team #center_column {
		height:360px;
		}
	.team #right_column {
		height:440px;
		}
.team h2 {
	color:#669999;
	font-size:1em;
	font-variant:small-caps;
	font-weight:700;
	margin-bottom:1%;
	margin-top:1%;
	
	}	
.team h3 {
	color:#FF6633;
	
	}	
.team p{
	font-size:90%;
	padding:1%;
	text-wrap:normal;
	text-align:left;
		}	

.team img {
	width:100px;
	float:left;
	/*background-color:rgba(204,204,204,1);
	padding:2%;
		}
.team .list {
	margin:0 auto;
	width:40%;
	vertical-align:central;
	color:#006666;
	font-variant:small-caps;
	line-height:1.5em;
		
	}	
	
.team .caption {
	margin:1% auto;
	text-align:	center;
    width:100%;
	color:rgba(0,102,153,1);	 
	font-variant:small-caps;
	}

.philly h1{
	color:#fff;
	font-size:98%;
	font-weight:700;
	margin-top:3%;
	margin-bottom:5%;
	}
.philly h2 {
	font-size:95%;
	color:rgba(0,153,153,1);
	padding:1px 5px 4px 2px;
	margin-top:2%;
	
	
}
.philly li{
	font-size:90%;
	 width:90%;
	padding:1%;
	}	
	
	
.philly .caption{
	text-align:	center;
     width:96%;
	 color:rgba(0,102,153,1);
	 font-variant:small-caps;
	 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	 
}
.tyc .preview {
	height:100%;
}
.tyc h2{
	color:#669999;
	font-size:1em;
	font-variant:small-caps;
	font-weight:700;
	margin-bottom:2%;
	}	
.tyc p{
	float:right;
	width:53%;
	font-size:90%;
	padding:1%;
	text-wrap:normal;
	text-align:left;
	
	}
	
.tyc #left_column, .tyc #center_column, .tyc #right_column  {
	margin-top:1em;
	margin-bottom:1%;
	height:270px;
	background-color:white;
	padding:1%;
	
}
.tyc img {
	width:190px;
	float:left;
	padding:1%;
		}
	
/*gallery styles
#gallery h1 {
	font: 6.2em OstrichSansBold;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	color: rgba(123, 121, 143,.8)
}

/*gallery title styles*/


/*contact styles*/




/*aside styles
aside {
	margin:0 auto;
	width: 92.2%;
	
}

aside section {
	clear: both;
	
}



aside nav h2 {
	margin:0 auto;
	color:#0066CC;
	font-size: .9em;
	border: none;
	margin-bottom:2em;
	
}

aside nav {
	margin-bottom:3em;
	
}

aside nav ul {
	display: none;
}


nav select {
	margin:0 auto;
	width:300px;
	margin-left: 15%;
	
}
.caption{
	color:rgba(255,153,0,1);
	font-size:1.2em;
	text-align:left;
	
	
	}
.comment{
	margin:5 auto;
	font-size:95%;
	text-align:justify;
	width:98%;
	padding:2%;
	
	}
.contest {
	margin:5 auto;
	font-size:100%;
	text-align:left;
	width:98%;
	padding-bottom:5%;
	
	}
.contest  h2 {
	color:rgba(0,153,153,1);
	margin:10px auto;
	font-size:100%;
	text-align:center;
	width:98%;
	padding-bottom:5%;
	}

.contest  p {
	margin:5 auto;
	font-size:95%;
	text-align:center;
	width:98%;
	padding:2%;
	}
.enter a {
	background-color:#FFFFFF;
	text-decoration:none;
	border-bottom:none;
	}

	/*footer styles*/


	/*footer styles*/

#pageFooter {
     margin:0 auto;
	height: 220px;
	margin-bottom:0;
	padding-top:2%;
	padding-left:1%;
/*	background-color:rgba(102,102,102,1);*/
background-image:url(../icons/canvas-grey.jpg);
	background-size:contain;
	background-repeat:repeat-x;		
}


.fourCols:before,
.fourCols:after
 {
	 content:"";
	 display:table;
	}

.fourCols:after {
	clear:both;
	}


 .fourCols{
	margin:0 auto;
	height:100%;
	width:100%;
	*zoom :1;
	background-color:transparent;
		clear:both;
		font-size:90%;


	}
	
.oneFour{
	margin:0 auto;
	margin-top:10%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:90%;
    width:20%;
	background-color:transparent;
	color:white;
}

 .sixIcons {
	 margin-top:10%;
	width:100%;
	height:100%;
	

	}
	
 .sixIcons li{
	 margin-top:3%;
	width:30%;
	height:45%;
	float:right;
	margin-bottom:5%;
	}	
	
	
	
 .twoFour{
	margin-top:13%;
	margin-left:4%;
	margin-right:3%;
	float:left;
	height:80%;
    width:25%;
	border-color:#999999;
	color:white;
}


.twoFour li a{
margin-top:2%; 
color:white;
}


.twoFour li a:hover{
color:red;
}


 .threeFour {
	margin-top:14%;
	margin-left:2%;
	margin-right:2%;
	float:left;
	height:80%;
    width:20%;
	color:white;
}

.threeFour img {
		margin:0 auto;
		background-color:white;
		}

 .fourFour{
	margin-top:14%;
	margin-left:2%;
	margin-right:1%;
	float:right;
	height:80%;
	width:15%;
	color:white;
	}	
	.fourFour img {
		margin:0 auto;
		background-color:white;
		}


}
/*desktop styles*/
@media only screen and (min-width:1028px) {
	html 
	{
    margin:0 auto;
	background-position:bottom;
	background-color:white;
	z-index:-6;
	}

body {
	width:100%;
	margin:0 auto;
	min-width: 1024px;
	max-width:1460px;
	height:100%;
/*	background-color:rgba(204,204,204,.2);*/
	background-color:#FFFFFF;
	z-index:-5;

   
}

/*header styles*/
	header {
	margin:0,auto;
	height:190px;
	margin-bottom:0;
	padding-top:2%;
	
	background-color:white;
	clear:both;
	z-index:-5;
	border-style:groove;
	border-bottom-color:rgba(153,204,51,.4);	
	border-bottom-width:2.6em;
	border-bottom-width:2.6em;
	
}
header h1 {
	float:left;
	padding-top:2%;
	font-size: 3.2em;
	line-height:150px;
	width:370px;
	margin-right:1%;
	margin-left:5%;
	background: url(../content/images/logo_dragonfly.png) no-repeat, left;
	background-size:contain;
	
}
.phoneNum {
	display:none;
	}
	
.phoneHover {
	display:block;
	float:right;
	width:224px;
	height:50px;	
	

	}

.phoneHover li {
	margin:0;
	margin-top:1em;
	padding:0;
	width: 80%;
	
		 }
.email {
	width:90%;
	height:20px;
	background-color:rgba(153,204,51,.8);
    color:white;
	margin-bottom:1%;

}		 
.mobile{
	width:95%;
	background-color:none;
    color:white;
}	
.mobile img {
	margin-right:5%;
	width:100%;
	}	 
		 
 .phoneHover a {
	margin:.5em;
	width: 80%;
	color:none;
		 }
.phoneNum li a:hover{
	cursor:auto;
	
	
	}	 	

/*.phoneHover {
display:none;
	}
.phoneNum{
	
	 }
 .phoneNum li {
	 margin-top:2%;
	 float:right;
	 margin-right:3%;
	 display:inline-block;
	 width:15%;
	 padding:.2% .2%;
	 color:rgba(0,153,204,1);
	 background-color:transparent;
	 text-align:center;
	 text-decoration:none;
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:110%;
	 font-weight:300;
	
	 }
	.mobile a{
		 color:rgba(0,153,204,1);
		}*/
	 .mobile img{
		 height2%;
		 margin-right:3%;
		 }
	 .phoneNum .email {
		
		display:none;
		 
		  }
		  
		  
	
.phoneNum li a:hover {
	cursor:default;
	a
	
	
		}

/*
.phoneHover {
display:none;
	}
.phoneNum{	 margin-right:5%;
	
	 }
 .phoneNum li {
	 margin-top:2%;
	 float:right;
	 display:inline-block;
	 height:5%;
	 padding:.1% .1%;
	 color:rgba(153,153,153,1);
	 font-weight:600;
	/* background-color:#999999;*/
/*	  border-radius: 30px; */
  /*    text-align:center;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	
	 }
	 .mobile img{
		 width:15%;
		 margin-right:5%;
		 }
	 .phoneNum .email {
		
		display:none;
		 
		  }
		  
	
.phoneNum li a:hover {
	cursor:default;
	font-size:large;
		}*/
hgroup img {
	width:75px;
	
	}	
/*nav styles*/
	#mainNav {
	margin-left:35%;
	margin-top:-5.5%;
	margin-bottom:3%;
	background-color:transparent;
	width:77%;
	height:10px;
	color:#006699;
	font-family:Arial, Helvetica, sans-serif;
	z-index:90000;

	
	
		}
		
#mainNav h2 {
	display:none;
	}
			
		
		
#mainNav li {
	float:left;
	text-align:justify;
	position:relative;
	
}
#mainNav a, #mainNav h3 {
	margin:1px auto;
	cursor: pointer;
	font-family:Verdana, Geneva, sans-serif;
	color:#999999;
	font-size:90%;
	padding:0 1em;
	text-align:justify;
	padding-bottom:1px;
	line-height:20px;
}
#mainNav a:h3 {
	cursor: pointer;
	}


/*dropdown menu styles*/
#mainNav ul.submenu {
	clear:both;
	float: none;
	width: auto;
	height: auto;
	position: absolute;
	top:0;
	margin-top:1px;
	padding-bottom:1px;
	padding-top:1.3em;
	left: -8000em;
	max-height: 0;
	-moz-transition:max-height 0.5s ease;
	-webkit-transition:max-height 0.5s ease;
	-o-transition:max-height 0.5s ease;
	transition:max-height 0.5s ease;
	overflow: hidden;
	z-index: 1000;
}


#mainNav ul.submenu li {
	float: none;
	margin:0px;
	padding-bottom:1px;
	margin-left:0px;
/*	background:rgba(0,153,153,1);
	background:rgba(51,153,153,.8); */
	background:#999999;
}
#mainNav li:hover ul {
	float:none;
	left:0;
	max-height:20em;
}
#mainNav ul.submenu li a {
	float:none;
	border-bottom:1px transparent;
	padding: .3em 1em;
	white-space: nowrap;
	color: white;
	text-align:left;
	font-size: .8em;
	
}
#mainNav ul.submenu li:last-child a {
	border-bottom: none;
	
}
#mainNav ul.submenu li a:hover {
	/*background:rgba(0,153,153,1); */
	background:#666666;
	moz
}
/*
.phoneNum {
	display:none;
	}
	
.phoneHover {
	display:block;
	float:right;
	width:300px;
	height:100px;	
	

	}
	

.phoneHover li {
	
	margin:1em;
	padding:1em;
	text-align:left;
	color:white;
	width: 90%;
	
		 }
.email {
	width:50px;
	height:20px;
	background-color:rgba(153,204,51,.8);
    color:white;
	font-size:14px;
}		 
.mobile{
	width:50px;
	height:20px;
	background-color:rgba(51,153,204,.9);
    color:white;
}		 
		 
 .phoneHover a {
	margin:1em;
	width: 50%;
	color:white;
		 }
.phoneNum li a:hover{
	cursor:auto;
	
	
	}	 	*/

/*nav styles
	#mainNav {
	margin:1% auto;
	background:rgba(255,255,255,.9);
	width:100%;
	height:40px;
	color:#006699;
	padding-bottom:2px;
	padding-top:5px;
	
	
	
		}
#mainNav li {
    float:left;
	text-align:center;
	position:relative;
	
}
#mainNav a, #mainNav h3 {
	margin:0 auto;
	cursor: pointer;
	color:#006699;
	font-size: 1em;
	padding:0 2em;
	text-align:center;
	padding-bottom:10px;
	line-height:20px;
}
#mainNav a:h3 {
	cursor: pointer;
	}


/*dropdown menu styles
#mainNav ul.submenu {
	clear:both;
	float: none;
	width: auto;
	height: auto;
	position: absolute;
	top:0;
	margin-top:3px;
	padding-top:1.8em;
	left: -8000em;
	max-height: 0;
	-moz-transition:max-height 0.5s ease;
	-webkit-transition:max-height 0.5s ease;
	-o-transition:max-height 0.5s ease;
	transition:max-height 0.5s ease;
	overflow: hidden;
	z-index: 1000;
}


#mainNav ul.submenu li {
	float: none;
	margin:0px;
	margin-left:20px;
	background:rgba(0,153,153,1);
	background:rgba(51,153,153,.8);
}
#mainNav li:hover ul {
	float:none;
	left:0;
	max-height:20em;
}
#mainNav ul.submenu li a {
	float:none;
	border-bottom:.5px solid white;
	padding: .2em 1em;
	white-space: nowrap;
	color: white;
	text-align:left;
	font-size: 1em;
}
#mainNav ul.submenu li:last-child a {
	border-bottom: none;
	
}
#mainNav ul.submenu li a:hover {
	background:rgba(0,153,153,1);
	
}
aside .hover {
	clear:both;
	margin:0 auto;
	list-style:none;
	margin-bottom:2%;
	font-weight:500;
	font-variant:small-caps;
	}*/
	
.mission  {
	margin:4.5% auto;
	width:100%;
	padding-bottom:2px;
	max-height:360px;
	min-width:1028px;
	max-width:1460px;
	background:white;
    z-index:-2;
	 *zoom :1;
}	 
	 
 .slideshow {
	margin:0 auto;
	width:100%;
	height:400px;
	min-width:1028px;
	max-width:1460px;
	background-attachment:local;
	position: absolute;
	overflow:hidden;
     *zoom :1;
			}
			
			

	
.group:before,
.group:after
 {
	 content:"";
	 display:table;
	}

.group:after {
	clear:both;
	}
.group {
	margin:2em auto;
	margin-top:17em;
	height:100px;
	width:90%;
	background-color:transparent;
	clear:both;
	*zoom :1;
	}

	
	
	
/*
#twoColumns {
	margin:4em auto;
	height:150px;
	width:69%;
	padding:10%;
	margin-bottom:20px;
	background-color:#333333;
	
	} */


.firstColumn{
	margin-top:2em;
	margin-left:10%;
	float:left;
	height:140%;
    width:35%;
	background-color:rgba(169,184,133,1);
/*background-image:url(../content/images/tapestry_blue.jpg);
	background-size:contain;
	background-repeat:repeat-x(1);
	border-radius:25px; */
	position:relative;
	z-index:130;
	text-align:center;
	
}
.firstColumn h2{
	margin:3% auto;
	
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:white;
	font-size:110%;
	text-align:center;
	}
	.firstColumn p{
	margin:3% auto;
	color:white;
	width:80%;
	font-size:90%;
	text-align:justify;
	}

.firstColumn ul{
	margin:2% auto;
	text-align:center; 
	
}


.firstColumn li {
	margin:2% auto;
	font:Verdana, Geneva, sans-serif;
	

	}

.firstColumn a{
	color:white;
	font:Verdana, Geneva, sans-serif;
	font-size:100%;
	text-align:right;
	
	
	
	

	}
	
.firstColumn a:hover {
	font-size:110%;
	
		}
	
.secondColumn {
	margin-top:2em;
	margin-right:10%;

	float:right;
	height:140%;
	width:35%;
	background-color:rgba(130,204,204,1);
	/*background-color:rgba(153,204,204,1);*/
/*	background-image:url(../content/images/tapestry_olive.jpg);
	background-size:contain;
	background-repeat:repeat-x(1); */
	font:Verdana, Geneva, sans-serif;
	border-radius: 0px;
	position:relative;
	z-index:131;
	}
	.secondColumn h2{
	margin:3% auto;
	color:white;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:110%;
	text-align:center;
	}
	.secondColumn p{
	margin:3% auto;
	color:white;
	width:80%;
	font-size:90%;
	text-align:justify;
	
	}
	
	.secondColumn ul{
	margin:2% auto;
	text-align:center; 
	
}
	
.secondColumn li {
	margin:2% auto;
	font:Verdana, Geneva, sans-serif;
	

	}

.secondColumn a{
	color:white;
	font:Verdana, Geneva, sans-serif;
	font-size:100%;

	}
	
.secondColumn a:hover {
	font-size:110%;

		}
	
	 
/* #social{
	 width:80%;
	 }
# social p {
	height:20px;
	}*/


/*mission styles*/
.philosophy {
	margin:3% auto;
	float:left;
	width: 60%;
	padding:1%;
	background-color:#FFFFFF;
	border-left-color:rgba(204,204,204,.2);
	border-left-width:1em;
	border-left-style:groove;
/*	border-top-right-radius:25px;
	border-bottom-right-radius:25px;*/
	border-right-color:rgba(204,204,204,.5);
	border-right-width:.2em;
	border-right-style:solid;
/*	border-top-color:rgba(204,204,204,.2);
	border-top-width:.5em;
	border-top-style:ridge;
/*	background-color:transparent;*/
    margin-bottom:2%;
	}


.philosophy h1 {
	margin:3% auto;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 135%;
	color:#009999;
	text-decoration:underline;
	margin-bottom:3%;
	}
	
.oldpress{
	width:100%;
	height:100%;
	background-color:rgba(204,204,204,.2);
	}
.oldpress img 
{	margin:2% auto;
	padding:1%;
	margin-left:5%;
	height:90%;
	}

.philosophy p {
	clear:both;
	width:90%;
	margin-top:1%;
	margin-bottom:1%;
	margin-left:3%;
	text-align:justify;
}
.philosophy h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left:1%;
	font-weight:bold;
		font-size:90%;
		color:rgba(255,102,102,1);
		text-align:center;
	}

.philosophy h3{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-left:1%;
	font-weight:bold;
		font-size:90%;
		color:rgba(255,102,102,1);
		text-align:left;
		}	

.philosophy img {
	 display:none;
}


.philosophy ul {
	margin-left:10%;
	font-size:100%;
	
	
	}
.philosophy li {
	margin:3%;
	margin-left:5%;
	list-style:circle;
	font-family:Verdana, Geneva, sans-serif;
	font-size:95%;
	
	
	}	
.philosophy #inputForm{
	float:left;
	width:50%;
	}
	.philosophy .address {
		margin:2% auto;
		float:right;
		margin-right:8%;
		display:block;
		width:35%;
	
		}
		.philosophy .address h2 {
			margin:5% auto;
			text-align:left;
		    font-size:100%;
			color:rgba(255,102,102,1);
			
		}
		
.philosophy .address li {
	margin:5% auto;
	list-style:none;
	color:#666666;
	font-size:90%;
	text-align:left;
	
	}
	
.philosophy .address li a{
	margin:5% auto;
	list-style:none;
	   color:#0099CC;
		text-align:left;
		font-size:100%;
	}	

	
aside {
	margin-top:8% auto;;
	float: right;
	width:30%;
	padding-right: 2.9%;
	background-color:transparent;
	
}


aside h2 {
	margin:auto;
	color:rgba(255,0,0,1);
	font-variant:small-caps;
	font-size: 1em;
	text-align:center;
	margin-top:1em;
	margin-bottom:1em;
	clear: both;
}


	
.proverb p {
	margin:10% auto;
	margin:1%;
	padding:1%;
	color:rgba(153,204,0,1);
	font-family:Papyrus, Verdana, Geneva, sans-serif;
	font-size:150%;
	width:95%;
	text-align:center;
	height:90%;
	
	}
aside .proverb h3{
		margin:2%;
		width:95%;
		text-align:right;
		color:#CCCCCC;
		}
#SkypeButton_Call_Kathryn_1 {
	margin:5%;
	margin-left:-2%;
	height:24px;
	width:30%;
	} 

aside img{
	margin:8% auto;
	margin-top:12%;
	margin-left:5%;
	margin-right:10%;
	margin-bottom:5%;
	width:92%;
/*	border-color:rgba(204,204,204,1);
	border-style:solid;
	border-width:thick; */
	
	}
aside iframe {
	margin-top:5%;
	width:90%;
	max-height:318px;
	margin-bottom:0%;
	}
	
	
	aside p {
		margin:0 auto;
		width:96%;
		text-align:justify;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:14px;
		color:#333333;
		}
aside .revbtn a {
	margin:auto;
	display:block;
	background-color:rgba(102,153,51,1);
	color:#FFFFFF;
	text-align:center;
	list-style:none;
	width:80%;
	}
aside .revbtn {
	list-style:none;
	}	
	
		
	
aside .portrait 
{
	margin:8% auto;
	margin-left:15%;
	margin-right:10%;
	margin-bottom:5%;
	width:65%;
	}	
	
aside h1{
	color:rgba(255,102,102,1);
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
		}	
		
aside ul li {
	color:rgba(0,0,0,1);
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:95%;
	}		
aside li {
	list-style:disc;
	}
	.gallery:before, 
	.gallery:after{	
	content:"";
	 display:table;
	}
	.gallery:after {
	clear:both;
	}
	.gallery {
	margin:5% auto;
	height:260px;
	width:100%;
	clear:both;
	*zoom :1;
	margin-bottom:5%;
	font-size:80%;

	
	}
	.gallery h1 {
		color:rgba(0,153,204,1);
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		font-size:larger;
			
		}
		.gallery h2 {
		text-align:center;
		font-family:Verdana, Geneva, sans-serif;
		font-size:110%;
		text-decoration:underline;
		color:rgba(255,51,51,1);
		}	
		
		
.onePic{
	margin-top:1%;
    margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
    width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	


	
}
	.onePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.onePic img{
		width:100px;
				}


 .twoPic{
	margin-top:1%;
    margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
    width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
	
}
	.twoPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
		}
		
	.twoPic img{
	width:100%;
	
				}
.threePic{
	
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
    width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
}
	.threePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.threePic img{
	width:100%;
				}
 .fourPic{
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
	}
.fourPic  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.fourPic img{
	width:100%;
				}
	.fivePic{
		
	margin-top:1%;
    margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
		
	}
		.fivePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fivePic img{
	width:100%;
				}
.sixPic{
	
	margin-top:1%;	
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
		
	}
		
	.sixPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.sixPic img{
	width:100%;
	}
		
.sevenPic{
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
}
	.sevenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.sevenPic img{
	width:100%;
				}


 .eightPic{
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.eightPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.eightPic img{
	width:100px;
				}
.ninePic{
	
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.ninePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.ninePic img{
	width:100%;
				}
 .tenPic{
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
.tenPic  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.tenPic img{
	width:100%;
				}
	.elevenPic{
	margin-top:1%;
    margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		.elevenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.elevenPic img{
	width:100%;
				}
.twelvePic{
	margin-top:1%;	
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		
	.twelvePic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.twelvePic img{
	width:100%;
	}	
	.thirteenPic{
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	
}
	.thirteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.thirteenPic img{
	width:100%;
				}


 .fourteenPic{
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.fourteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fourteenPic img{
	width:100%;
				}
.fifteenPic{
	
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
}
	.fifteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fifteenPic img{
	width:100%;
				}
 .sixteenPic{
	margin-top:1%;
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
.sixteenPic  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.sixteenPic img{
	width:100px;
				}
	.seventeenPic{
	margin-top:1%;
    margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		.seventeenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.seventeenPic img{
	width:100%;
				}
.eighteenPic{
	margin-top:1%;	
	margin-left:1%;
	margin-right:1%;
	float:left;
	height:80%;
	width:10%;
	color:white;
	background-color:rgba(102,102,102,1);
	text-align:center;
	}
		
	.eighteenPic a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.eighteenPic img{
	width:100%;
	}		
	
.sixColumns:before,
.sixColumns:after
 {
	 content:"";
	 display:table;
	}

.sixColumns:after {
	clear:both;
	}


.sixColumns{
	margin:0 auto;
	height:3em;
	width:100%;
	clear:both;
	*zoom :1;
	margin-bottom:1em;
	
	}
	
 .oneColumn{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
    width:10%;
	background-color:rgba(102,153,102,.8);
}
	.oneColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.oneColumn img{
	width:100%;
				}


 .twoColumn{
	margin-top:1%;
	margin-left:3%;
	margin-right:2%;
	float:left;
	height:80%;
    width:10%;
	background-color:rgba(102,153,102,.8);
}
	.twoColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.twoColumn img{
	width:100%;
				}
.threeColumn{
	
	margin-top:1%;
	margin-left:3%;
	margin-right:5%;
	float:left;
	height:80%;
    width:10%;
	background-color:rgba(102,153,102,.8);
}
	.threeColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.threeColumn img{
	width:100%;
				}
 .fourColumn{
	margin-top:1%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
	background-color:rgba(102,153,102,.8);
	}
.fourColumn  a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
.fourColumn img{
	width:100%;
				}
	.fiveColumn{
		
	margin-top:1%;
     margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
	background-color:rgba(102,153,102,.8);
	}
		.fiveColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.fiveColumn img{
	width:100%;
				}
.sixColumn{
	
	margin-top:1%;	
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:80%;
	width:10%;
	background-color:rgba(102,153,102,.8);
	}
		
	.sixColumn a{
	width:100%;
	text-align:center;
	text-transform:capitalize;
	color:white;
	
	}
	.sixColumn img{
	width:100%;
				}
/*.mission  {
	height:250px;
	padding-left:5.9%;
	margin-bottom: 6.5em;
	background-attachment:local;
	position: relative;
	
	
	
}
.mission .slideshow {
	
	}

.mission h1 {
	font-size:1.6em;
	font-weight:bold;
	color:rgba(110,204,204,1);
	padding:-100px;
	letter-spacing:.1em;
	margin-bottom:.3em;
	
}


.mission p {
	width: 82%;
	padding: 1% 1% ,0;
	font-size: 1em;
	color: #fff;
	background:rgba(0,0,0,.8);
	margin-left:8%;
	margin-bottom:3em;
	
	
} */


/* article styles */

/*article {
	background-color:rgba(204,204,204,.2);
	float: left;
	width: 73%;
	padding:2%;
}

article section {
	border-bottom: 2px groove rgba(153,153,153,.3);
	margin-bottom: 2em;
}


p.caption {
	padding-bottom:1%; 
	}
	
article p.pubdate {
	font-size: 1.2em;
	text-transform: uppercase;
	float: right;
	padding-top:.8em;
	margin:0;
}

article .preview  {
	height:500px;
	clear:both;
}

article h1 {
	color:#fff;
	background-color:rgba(0,102,153,1);
	padding:5px 5px 5px 5px;
	overflow-style:marquee-block;
	
}


			
.article p.comment{
	margin:0 auto;
	text-align:justify;
	width:80%;
	}
	
	
	
.nyc h2{
	width:90%;
	color:rgba(255,0,0,1);
	font-size:1em;
	font-weight:600;
	margin-bottom:5%;
	}	
.nyc p{
	width:90%;
	font-size:90%;
	text-align:justify;
	font-size-adjust:inherit;
	padding:1%;
	
	}
	
.nyc #left_column, .nyc #center_column, .nyc #right_column {
	height:480px;
	width:30%;
	float:left;
	background-color:rgba(255,255,255,1);
	text-align:center;
	padding: .5%;
	
	
}
.nyc #center_column, #right_column {
	margin-left:3%;
	}

.nyc img {
	padding:1%;
	align:center;
	}
.nyc a {
	color:rgba(0,153,102,1);
	}
	
.team .preview {
	height:100%;
	
	}

	
.team #left_column, .team #center_column, .team #right_column {
	margin-top:1em;
	height:2px;
	margin-bottom:1%;
	height:550px;
	background-color:white;
	padding:1%;
	}
.team #center_column {
	height:360px;
	}	
	
.team #right_column {
	height:480px;
	margin-left:-.5%;
	padding-left:2%;
	}
		
.team h2 {
	color:#669999;
	font-size:1em;
	font-variant:small-caps;
	font-weight:700;
	margin-bottom:1%;
	margin-top:1%;
	
	}	
.team h3 {
	color:#FF6633;
	
	}	
.team p{
	width:90%;
	font-size:1em;
	margin-top:1em;
	padding-right:3%;
	padding_left:3%;
	text-wrap:normal;
	text-align:left;
	margin-bottom:2%;
		}	

.team img {
	width:120px;
	float:left;
	/*background-color:rgba(204,204,204,1);
	padding:2%;
		}
.team .list {
	margin:0 auto;
	width:60%;
	color:#006666;
	font-variant:small-caps;
	line-height:1.5em;
		
	}
.team .caption {
	margin:1% auto;
	text-align:	center;
    width:100%;
	color:rgba(0,102,153,1);	 
	font-variant:small-caps;
	}			
	
.philly  {
	clear:both;
	margin: auto;
	width:100%;
	margin-left:-3%;
	margin-bottom:2%;
	padding:3%;
	text-align:justify;
	background:rgba(255,255,255,1);
}

.philly h1{
	width:90%;
	color:#fff;
	font-size:100%;
	font-weight:700;
	margin-bottom:2%;
	}
.philly h2 {
	
	font-size:95%;
	font-weight:bold;
	color:rgba(0,153,153,1);
	padding:1px 5px 4px 2px;
	margin-top:2%;
	margin-bottom:1%;
	
}	
		
.philly p {
	width:98%;
	
	}
		
.philly li{
	margin: auto;
	list-style:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:95%;
	width:90%;
	margin-bottom:.7em;
	
	}
.philly ol li{
	list-style:decimal;
	font-weight:600;
	
	}
	
	
.philly .caption{
	margin:1% auto;
	text-align:	center;
    width:100%;
	color:rgba(0,102,153,1);	 
	font-variant:small-caps;
	
	 
}	


.tyc h2{
	width:90%;
	color:rgba(255,0,0,1);
	font-size:1em;
	margin-bottom:5%;
	
	}	
.tyc p{
	width:90%;
	font-size:90%;
	text-align:justify;
	font-size-adjust:inherit;
	padding:1%;
	
	
	}
	
.tyc #left_column, .tyc #center_column, .tyc #right_column {
	height:500px;
	width:30%;
	float:left;
	background-color:rgba(255,255,255,1);
	padding:.5%;
	text-align:center;
	
}
.tyc #center_column, #right_column {
	margin-left:3%;
	}

.tyc img {
	padding:1%;
		}
tyc a {
	color:rgba(255,102,0,1);
	}*/
/*gallery styles*/

	
		


/*aside styles*/


/*
aside nav {
	margin-bottom: 3em;
	text-align:left;
	border-bottom:groove rgba(204,204,204,.2); 
	
	
}
aside .form{
	float:left;
	margin-right:1em;
	

	}
aside nav a {
	display:block;
	padding-left:16px;
	border: none;
	line-height: 1em;
	margin-bottom: 1px;
}

aside nav li a{
	   color:rgba(51,153,255,1);
	  font-size:65%;
	  font-weight:bold;
	  margin-bottom:35px;
	  padding:1%;
	 
		
}

aside nav li:nth-child(odd) a {
	 color:rgba(51,153,255,1);
}

	
    aside nav li a:hover {
	color:#FF3300;
	border:none;
	
}
aside nav li:nth-child(odd) a:hover {
	
	color:#FF3300; 
	border:none; 
}
.chicago  {
	margin-left:-2%;
	margin:0 auto;
	height:420px;
	clear:both;
	margin-bottom:2em;
	 
	
	
				}
.chicago p.comment{
	margin:5% auto;
	font-size:90%;
	text-align:justify;
	font-size-adjust:inherit;
	width:98%;
	margin-bottom:2%;
	padding-bottom:10%;
	
	}	
.caption{
	color:rgba(255,153,0,1);
	font-size:1.2em;
	text-align:left;
	
	
	}

	 
.contest {
	margin:0 auto;
	font-size:100%;
	text-align:left;
	width:98%;
	margin-top:5%;
	padding-top:5%;
	margin-bottom:3em;
	padding-bottom:2%;
	background-color:rgba(255,255,204,.4);
	border-bottom:groove rgba(204,204,204,.2); 
	
	}
.contest  h2 {
	color:rgba(0,153,153,1);
	margin:0 auto;
	font-size:100%;
	text-align:center;
	width:98%;
	padding-bottom:2%;
	padding-top:2%;
	}

.contest  p {
	margin:5 auto;
	font-size:95%;
	text-align:left;
	width:98%;
	padding:5%;
	}
	
.enter a {
	background-color:#FFFFFF;
	font-size:larger;
	font-variant:small-caps;
	text-decoration:none;
	border-bottom:none;
	
	}
	


}*/
#pageFooter {
    margin:2% auto;
	width:100%;
	height:300px;
	background-image:url(../icons/canvas-grey.jpg);
	background-repeat:repeat-x repeat-y;
	background-size:contain;
	
	
}



.fourCols:before,
.fourCols:after
 {
	 content:"";
	 display:table;
	}

.fourCols:after {
	clear:both;
	}


 .fourCols{
	margin:0 auto;
	height:0%;
	width:100%;
	*zoom :1;
	background-color:transparent;
	clear:both;

	}
	
.oneFour{
	margin:0 auto;
	margin-top:10%;
	margin-left:3%;
	margin-right:3%;
	float:left;
	height:90%;
    width:20%;
	background-color:transparent;
	color:white;
}

 .sixIcons {
	 margin-top:10%;
	width:100%;
	height:100%;
	

	}
	
 .sixIcons li{
	 margin-top:3%;
	width:30%;
	height:45%;
	float:right;
	margin-bottom:5%;
	}	
	
	
	
 .twoFour{
	margin-top:12%;
	margin-left:9%;
	margin-right:3%;
	float:left;
	height:80%;
    width:10%;
	border-color:#999999;
	color:white;
}
.twoFour li a{
margin-top:5%; 
color:white;
}


.twoFour li a:hover{
color:red;
}

 .threeFour {
	margin-top:13%;
	margin-left:9%;
	margin-right:3%;
	float:left;
	height:80%;
    width:18%;
	color:white;
}
.threeFour img {
		margin:auto;
		background-color:white;
		}



 .fourFour{
	margin-top:12%;
	margin-left:3%;
	margin-right:2%;
	float:right;
	height:80%;
	width:13%;
	color:white;
	}	
	.fourFour img {
		margin:auto;
		background-color:white;
		}

}
