@charset "utf-8";
/* CSS Document */
/*html, body, div, h1, h2, h3, h4, h5, h6, p, img {} 
height for HTML and BODY set the maximum size of a window*/
/*ol, ul, li,  embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, section, article, aside, details, figcaption, figure,  footer, 
header, hgroup, menu, nav, section,  { display: block; } */

body{
	font-family: "proxima-nova-alt", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	max-width: 100%; 
	height:auto;
	margin:0;
	line-height: 1;  
}
a		{color: #666;}
a:link	{	color: #666; text-decoration: none; }
a:hover	{	color: #999; text-decoration: none;  text-decoration: none;
	border-bottom: 1px solid #bd0020;
	-webkit-transition: border-bottom .3s ease-in-out;
	-moz-transition: border-bottom .3s ease-in-out;
	-o-transition: border-bottom .3s ease-in-out;
	transition: border-bottom .3s ease-in-out;
}
a: img{
	border: none;
	text-decoration: none; 
}
a:visited	{	
	color: #888; 
	border: #bd0020;
	text-decoration: none; 
}
a:active	{	
	color: #666;
	border: none;
	text-decoration: none;
}
p{
	font-family: "Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
}
.bodyP { 
	height=auto;
	font-size: 16px; 
	margin-top: 10px; 
	line-height: 24px; 
	font-family:"Georgia", serif;
}
p.bod { 
	font-size: 14px; 
	margin-top: 0px; 
	line-height: 18px; 
	font-family:"Georgia", serif;
}
p.bodsm { 
	font-size: 12px; 
	margin-top: 0px; 
	line-height: 16px; 
	font-family:"Georgia", serif;
}
p.ital { 
	font-size: 14px; 
	margin-top: 5px; 
	line-height: 1.2; 
	font-family:"Georgia", serif; 
	font-style: italic;
}
p.italC { 
	font-size: 14px; 
	margin-top: 5px; 
	line-height: 18px; 
	font-family:"Georgia", serif; 
	font-style: italic;
	text-align: center;
}
p.italR { 
	font-size: 14px; 
	margin-top: 5px; 
	line-height: 18px; 
	font-family:"Georgia", serif; 
	font-style: italic;
		text-decoration-line: none;
		color: #bd0020;
}
p.quote { 
	font-size: 17px; 
	line-height:22px; 
	margin-top:0px; 
	margin-bottom: 0px; 
	font-family:Georgia;
	font-style: italic;
}
p.quoteR { 
	font-size: 17px; 
	line-height:22px; 
	margin-bottom: 0px; 
	margin-top:2px; 
	font-family:Georgia; 
	font-style: italic;
	padding-right: 17px;
	float: right;
}
p.indent { 
	font-size: 15px; 
	margin-top: 10px;
	line-height: 20px; 
	font-family:"Georgia", serif;
	padding-left: 15p;
}
p.heading {
	font-family: "Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #111;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-size: 14px;
	text-align: center;
}
p.headingCV {
	font-family: "Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #111;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-size: 14px;
	text-align: left;
}
p.ins {
	font-family: "Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-size: 14px;
}
p.inst {
	position: relative;
	margin-left: 0px;
}
p.head {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 1.4;
}

p.center{
	text-align: center;
	margin-top: -20px;
	margin-bottom: 10px;
}
.styleU {
		text-decoration-line: none;
		color: #bd0020;
}	
p.small{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;	font-size: 12px; 	line-height: 1.2;
}
/*p.styleU {
		text-decoration-line: none;
		color: #bd0020;
		}*/
/* ------------------------------------UL --------------------------------------*/
:root {
		--list-font-size: 12px; /* Initial font size */
}
ol { list-style: none; }
ul {
		font-size: var(--list-font-size);
		transition: font-size 0.1s ease;
}

ul li a {
	border-bottom: 1px solid transparent;
	height: 8px;
	/*line-height: normal;
	display: inline-block;*/
	cursor: pointer;
	}
ul li a:hover { text-decoration: none; 
	border-bottom: 1px solid #bd0020;
	-webkit-transition: border-bottom .3s ease-in-out;
	-moz-transition: border-bottom .3s ease-in-out; -o-transition: border-bottom .3s ease-in-out;
	}
.menu {
	list-style-type: none;
	width: 70%;
	height: 60px;
	margin: auto;
	padding-top: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 0.3em;
	display: flex;
	justify-content: space-evenly;
	padding-inline-start: 0px;
	z-index: 1000; /* Ensure the menu stays on top */
}
.menu li {
		/*flex: 1;  Distribute space evenly */
	text-align: center;
}
.hom {
	flex: 17%;
}
.res {
	flex: 17%;
}
.cv {
	flex: 9%;
}
.eart {
	flex: 20%;
}
.com {
	flex: 19%;
}
.stud {
	flex: 20%;
}
/* ----------------------------- menu -----------------------------*/

.navContainer {
	width: 100%;
	height: 80px;
	margin-top: 0px;
	padding-top: 20px;
	position: sticky;
	left: 0px;
	top: 0px;
	z-index: 10;
	font-family: inherit;
	background-color: #FFF;
	}
nav {
	width: 100%;
	height: 25px;
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	font-family: inherit;
	/*background-color: #ffa;*/
	}
.header {
	width: 100%;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #40F;*/
	}
#footer-shell{
	width: 400px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-variant: small-caps;
	font-size: 10px;
	text-align: center;
	line-height: 150%;
	height: 58px;
}
#footer-top {
	width: auto;
	height: 18px;
	}
#footer-copyright	{
	width: 400px;
	text-align: center;
	height: 18px;
	padding-top: 0px;
	}
#footer-copyright a:hover{
	text-decoration: none;
	border-bottom: 1px solid #bd0020;
	-webkit-transition: border-bottom .3s ease-in-out;
	-moz-transition: border-bottom .3s ease-in-out;
	-o-transition: border-bottom .3s ease-in-out;
	transition: border-bottom .3s ease-in-out;
	text-align: center;
	}
#footer-bottom {
	width: 640px;
	height: 40px;
	display: block;
	visibility: visible;
	}
.clear {
	clear: both;
	} 
/* --------------------------------------containers --------------------------*/
.wrapper{
	width: 100%;
	height: auto;
	float: left;
	margin: 0;
	}
.container{
	width: 1200px; /*1220*/
	height: auto;
	background-color: #CC2;
	margin-right: auto;
	margin-left: auto; 
	z-index: 5;
}
.icontainer{
	width: 1560px; /*1220*/
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: -80px;
	z-index: 1;
	overflow: hidden;
	/*background-color: #CC2;*/
	}
.bodContainer{
	width: 900px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	z-index: 1;
	}

.resContainer{
	width: 900px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	z-index: 5;s
	}
#one1{
	width: 100%;
	height: auto;
	padding-top: 40px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	}
/* --------------------------------image holders ----------------------*/
#heroImgholder{
	width: 950px;
	height: 295px;
	margin-top: 20px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	}

#imgWrap {
		width:920px;
		margin-right: auto;
		margin-left: auto;
		height: auto;
		padding-top: 0px;
		margin-bottom: 20px;
	}
#imgHold {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
#imgInset{
	visibility: visible;
	display: block;
	}
#imgSP {
	width: 920px;
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	}
#vidWrap {
	width: 640px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 33px;
	}
#widevidWrap{
	width: 1154px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}
.imgO {
	width: 250px;
	height: auto;  
	float: left;
	margin-top: 10px;
	margin-left: 8px;
	margin-right: 8px;
	}
.containerreDir {
	width: 360px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	text-align: center;
	font-variant: normal;
	font-size: 12px;
	}
.redirpod {
	width: 140px;
	height: 180px;
	font-size: 10px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	}

/* --------------------------- begin CV img tags --------------------------*/
#hero-wrap	{
	width: 950px;
	height: 295px;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	}
#hero				{
	height: 373px;
	margin: 0 auto;
	background-repeat: no-repeat;
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	}



/*start body text and items---------------------------------- */

.Inset{
	width:100px;
	float: left;
	margin-top: 20px; 
	margin-right:  20px;
	}
.inst {
	/* position: relative;*/
	/* background-color: lightblue;*/
	margin-top: 0px;
	visibility: visible;
	}
.instItal {
	/* position: relative;*/
	/* background-color: lightblue;*/
	margin-top: 0px;
	visibility: visible;
	text-align: center;
	}
.instV {
	position: relative;
	height: 0px;
	margin-top: 0px;
	margin-left: 0px;
	visibility: hidden;
	}
.instCV {
	/* position: relative;*/
	/* background-color: lightblue;*/
	margin-top: 0px;
	visibility: visible;
	}	
.instRCV {
	position: relative;
	height: 0px;
	width: 0px;
	margin-top: 0px;
	visibility: hidden;
	}
.instMXR {
	/* position: relative;*/
	background-color: lightblue;
	margin-left: 0px;
	margin-top: 0px;
	visibility: visible;
	}
#lsideCol{
	width: 300px;
	height: auto;
	margin-right: 30px;
	float: left;
	visibility: visible;
	}
#lsideTxt  {	
	width: 300px;
	height: auto;
	float: left;
	margin-top: 6px;
	visibility: visible;
	}
#rsideCol {
	width: 570px;
	height: auto;
	float: left;
	}
#rsideTxt {
	width: 570px;
	margin-top: 6px;
	float: left;
	}

/* ------------------------------------- early art tags */
.imgContainer{
	width: 1200px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
	background-color: #3B3;
	}
.galContainer{
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	z-index: 1;
	}
.res-gallery {
	width: 1000px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}
.gallery {
	width: 1200px;
	height: auto;
	padding-top: 0px;
	/*padding-left: 160px;*/
	margin-right: auto;
	margin-left: auto;
	z-index: 2;
	}
.singleT {
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 30px;
	}
.singleT a{
	border-bottom: 0px;
	}
.txt_block {
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-align: center;
	line-height: 12px;
	}

/* ----------------------------------------------- index columns*/

#leftColumn {
	width: 480px;
	height: auto;
	float: left;
	/*background: #FFC; cyan*/
	visibility: visible;
	margin-top: 0px;
	padding: 20px 20px 0px 20px;
}

#rightColumn {
	width: 480px;
	height: auto;
	float: left;
	/*background: #CFF; yellow*/
	visibility: visible;
	overflow: hidden;
	margin-top: 0px;
	padding: 20px 20px 0px 20px;
}
#leftColumnA {
	width: 480px;
	height: auto;
	float: left;
	visibility: visible;
	margin-top: 0px;
	padding: 20px 20px 0px 20px;
	}

#rightColumnA {
	width: 480px;
	height: auto;
	float: left;
	visibility: visible;
	overflow: hidden;
	margin-top: 0px;
	padding: 20px 20px 0px 20px;
	}
.longColumn {
	width: 480px;
	height: auto;
	float: left;
	background: #CFF; /*yellow*/
	visibility: visible;
	overflow: hidden;
	margin-top: 0px;
	padding: 20px 20px 20px 0;
}
#rightColumn400 {
	height: 0px;
	visibility: hidden;
}
#rightColumnSmall {
	width: 480px;
	height: 240px;
	background: #CFF; /*yellow*/
	visibility: hidden;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

/* -----------------------------------------project pages &&&& --*/


.projLeftcol {	
	float: left;	
	width: 342px;	
	margin-bottom: 0px;	
	margin-right: 34px;
}
.projRightcol {	
	float: left;	
	width: 342px;	
	overflow: visible;	
	margin-right: 34px;
	/*margin-bottom: 15px;*/
}
.podCite {
	float: left;
	width: 120px;
	text-align: left;
	font-size: 9px;
	line-height: 12px;
	padding: 12px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	background-color: #999;
	color: #FFF;
	border-top-color: #900;
	border-bottom-color: #900;
		margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 25px;
	font-family: "Georgia", "Times", "Times New Roman", "serif";
	display: block;
	visibility: visible;
}
/*===============================================================*/
.row: {
	content: "";
	clear: both;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
/* Clear floats after image containers */
.row::after {
	content: "";
	width: 660px;
	height: auto;
	clear: both;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
/*===============================================================*/
/* end @media 1920*/

/*------------- image cycle -----------------------------------------------*/ 	
#one{
	width: 100%;
	height: auto;
	padding-top: 80px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	}

#cycleAni{
	width: 950px;
	border-spacing: 0px 0px;
	height: 295px;
	overflow: hidden;
	}

#cycleAni img{position:absolute;z-index:1;}
#cycleAni img.active{z-index:3;}

#cycleSum{
	width: 500px;
	border-spacing: 0px 0px;
	height: 895px;
	overflow: hidden;
	}
#cycleSum img{position:absolute;z-index:1;}
#cycleSum img.active{z-index:3;}

@media screen and (max-width: 1567px) 
{
/*#____1567 ________________________________________________________________________ 1567{ }*/
/*#____1567 _____________________________________________________________________________________ 1567{ }*/
/*#____1567 _____________________________________________________________________________________ 1567{ }*/

/*.icontainer{
	width: 1200px; 
	height: auto;
	margin-right: auto;
	margin-left: auto; 
	z-index: 5;
	}*/
p.headingV {
	font-family: "Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
	font-weight: normal;
		text-transform: none;
		color: #111;
		letter-spacing: 0.3em;
		line-height: 1;
	font-size: 14px;
	}

p.ins {
	font-family: "Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
	font-weight: normal;
		text-transform: lowercase;
		color: #333;
		letter-spacing: 0.1em;
		line-height: 1.4;
	font-size: 14px;
	}
} /* - end 1566 ----------------------- */


/*#____1366 ________________________________________________________________________ 1366{ }*/
@media screen and (max-width: 1366px) {
nav {
	width: 100%;
	height: 25px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	font-family: inherit;
	/*background-color: #ffa;*/
	}

nav {
	width: 100%;
	height: 25px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	font-family: inherit;
	/*background-color: #ffa;*/
	}

.icontainer{
	width: 880px; /*1200*/
	height: auto;
	margin-right: auto;
	margin-left: auto; 
	/*padding-top: 60px*/
	z-index: 5;
	}
#one{
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	padding-top: 60px;
	}

#leftColumn {
	width: 400px;
	height: 350px;
	float: left;
	visibility: visible;
	margin-top: 20px;
	padding: 20px;
	}

#rightColumn {
	width: 400px;
	height: 350px;
	float: left;
	visibility: visible;
	overflow: hidden;
	margin-top: 20px;
	padding: 20px;
	}
#imgHold {
	width: 400px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
#imgHold2 {
	width: 800px;
	height: 516px;
	margin-left: auto;
	margin-right: auto;
	}
p.heading {
	font-family: "Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
	font-weight: normal;
	text-transform: none;
	color: #111;
	letter-spacing: 0.1em;
	line-height: 1.2;
	font-size: 14px;
	}
p.ins {
	font-family: "Lucida Sans Unicode", 
	"Lucida Grande", sans-serif;
	font-weight: normal;
		text-transform: lowercase;
		color: #333;
		letter-spacing: 0.1em;
		line-height: 1.2;
	font-size: 14px;
	}
} /* end @media 1366 */
/* } - end 1280 ----------------------- */


@media screen and (max-width: 1024px) 
{
	/*____1024________________________________________________________________________1024{ }*/
	/*#____1024_____________________________________________________________________________________1280{ }*/
	/*#____1024_____________________________________________________________________________________1280{ }*/
p.heading {
	letter-spacing: 0.1em;
	font-size: 12px;
}

p.ital { 
	font-size: 14px; 
	margin-top: 2px; 
}
.navContainer {
	width: 100%;
	height: 60px;
	margin-top: 0px;
	padding-top: 20px;
	background-color: #fff;
	position: sticky;
	left: 0px;
	top: 0px;
	z-index: 11;
	font-family: inherit;
	}
nav {
	width: 100%;
	height: 25px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
	font-family: inherit;
	/*background-color: #ffa;*/
	}

.galContainer{
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	z-index: 1;
	}	
.res-gallery {
	width: 800px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}
}/* end @media screen and (max-width: 1023px)*/

/* Styling for iPhone/Mobile Devices */
/*-------820------------------------------------------------------------ 820820----*/
/*-------820------------------------------------------------------------ 820820----*/
/*-------820------------------------------------------------------------ 820820----*/

@media screen and (max-width: 820px) {
p.heading {
	letter-spacing: 0.1em;
	font-size: 12px;
}

p.ital { 
	font-size: 14px; 
	margin-top: 2px; 
	/*letter-spacing: 0.2em;*/
}

.navContainer {
	width: 100%;
	height: 50px;
	margin-top: 0px;
	padding-top: 20px;
	background-color: #fff;
	position: sticky;
	left: 0px;
	top: 0px;
	z-index: 11;
	font-family: inherit;
	}
nav {
	width: 640px;
	height: 25px;
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffa;
	font-family: inherit;
	}
.header {
	width: 600px;
	height: 18px;
	margin-left: auto;
	margin-right: auto;
	background-color: #40F;
	}
.bodContainer{
	width: 600px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	z-index: 5;
	}
.icontainer{
	width: 640px; /*1200*/
	height: auto;
	margin-right: auto;
	margin-left: auto; 
	z-index: 5;
	}
.resContainer{
	position: relative;
	width: 600px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	}
#hero-wrap	{
	width: 600px;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	}
#heroImgholder	{
	width: 600px;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	}
#cycleAni{
	width: 600px;
	border-spacing: 0px 0px;
	height: 186px;
	overflow: hidden;
	}
#leftColumn {
	width: 300px;
	height: 320px;
	float: left;
	visibility: visible;
	margin-top: 10px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto; 
	}

#rightColumn {
	width: 300px;
	height: 320px;
	float: left;
	visibility: visible;
	overflow: hidden;
	margin-top: 10px;
	padding: 10px;
	margin-right: auto;
	margin-left: auto; 
	}
#imgHold {
	width: 300px;
	height: auto;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	}
.inst {
	margin-top: 0px;
	width: 300px;
	visibility: visible;
	}
.instCV {
	margin-top: 0px;
	width: 0px;
	visibility: hidden;
	}
.instItal {
	margin-top: 0px;
	width: 300px;
	visibility: visible;
	}
.instRCV {
	position: relative;
	float: left;
	height: auto;
	width: 570px;
	margin-top: 10px;
	visibility: visible;
	}
.galContainer{
	width: 600px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	z-index: 1;
	}	
.res-gallery {
	width: 600px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}
.singleT {
	width: 450px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	}
.txt_block {
	width: 450px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-align: center;
	font-size: 12px;
	line-height: 10px;
	}
#lsideCol{
	width: 0px;
	height: 0px;
	float: left;
	margin-right: 0px;
	visibility: hidden;
	}
#lsideTxt  {	
	width: 0px;
	height: 0px;
	float: left;
	visibility: hidden;
	}
#rsideCol {
	width: 600px;
	height: auto;
	float: left;
	margin-left: 0px;
	}
#rsideTxt {
	width: 100%;
	}
}
/* Styling for iPhone/Mobile Devices */
@media screen and (max-width: 420px) 
{	/*#___    .63 ________420_________________________________________________________________________420420420{ }*/
	/*#___    .63 ________420_________________________________________________________________________420420420{ }*/
	/*#___    .63 ________420_________________________________________________________________________420420420{ }*/
	/*#___    .63 ________420_________________________________________________________________________420420420{ }*/
p.heading {
	font-size: 11px;
	letter-spacing: 0.1em;

}

p.ital { 
	font-size: 13px; 
	margin-top: 1px; 
}
.navContainer {
  height: 50px;
 	padding-top: 10px;
	}
.header {
		width: 420px;
		height: 18px;
		margin-left: auto;
		margin-right: auto;
		background-color: #40F;
		}

nav {
		width: 420px;
		height: 25px;
		font-size: 10px;
		margin-left: auto;
		margin-right: auto;
		background-color: #ffa;
		font-family: inherit;
		}
.bodContainer{
	width: 420px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	z-index: 5;
	}
.icontainer{
	width: 300px; /*1200*/
	height: auto;
	margin-right: auto;
	margin-left: auto; 
	z-index: 5;
	}
#heroImgholder	{
	width: 400px;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	}
#leftColumn {
	width: 280px;
	height: 200px;
	float: left;
	visibility: visible;
	padding: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	}

#rightColumn {
	width: 280px;
	height: 200px;
	float: left;
	visibility: visible;
	overflow: hidden;
	padding: 10px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto; 
	}
#imgHold {
	width: 280px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	}
.instItal {
	visibility: hidden;
	}
.instV {
	position: relative;
	width: 280px;
	height: auto;
	margin-left: 0px;
	margin-top: -8px;
	visibility: visible;
	}
.galContainer{
	width: 400px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
	z-index: 1;
	}	
.res-gallery {
	width: 400px;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	}
.singleT {
	width: 380px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 15px;
	}
.txt_block {
	width: 380px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
	}
.resContainer{
	width: 380px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	}
#hero-wrap	{
	width: 360px;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	}
#cycleAni{
	width: 600px;
	border-spacing: 0px 0px;
	height: 120px;
	overflow: hidden;
	}
#rsideCol {
	width: 380px;
	height: auto;
	float: left;
	margin-left: 20px;
	}
#rsideTxt {
	width: 340px;
	padding-left: 5px;
	}
.instRCV {
	position: relative;
	float: left;
	height: 0px;
	width: 0px;
	margin-top: 10px;
	visibility: hidden;
	}
/*#footer-top {
	width: 320;
	height: 18px;
	}
#footer-copyright	{
	width: 320px;
	text-align: center;
	height: 18px;
	padding-top: 0px;
	}
#footer-copyright a:hover{
	text-decoration: none;
	border-bottom: 1px solid #bd0020;
	-webkit-transition: border-bottom .3s ease-in-out;
	-moz-transition: border-bottom .3s ease-in-out;
	-o-transition: border-bottom .3s ease-in-out;
	transition: border-bottom .3s ease-in-out;
	text-align: center;
	}
#footer-bottom {
	width: 320px;
	height: 20px;
	display: block;
	visibility: visible;
	}*/
}	