@charset "UTF-8";
/* CSS Document */

* {
		margin: 0;
		padding: 0;
		}

html { background: #ffffff;
}

#wrapper {
	width: 1000px;
	height: 1000px;
		}

body {
	text-align: center;
	background-color: #ffffff;
	
}


a:link {
	text-decoration: none;
	color:none;
}


	



#content {
	width: 1000px;
	height: 800px;
	position: absolute;
	margin-top: 45;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top: 2px solid #000000;
	border-right: 2px none #000000;
	border-bottom: 2px none #000000;
	border-left: 2px none #000000;
	background-color: #F1F1F2;
	left: 100px;
	top: 108px;
		}

#content2 {
	width: 1000px;
	height: 2700px;
	position: absolute;
	margin-top: 45;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top: 2px solid #000000;
	border-right: 2px none #000000;
	border-bottom: 2px none #000000;
	border-left: 2px none #000000;
	background-color: #F1F1F2;
	left: 100px;
	top: 108px;
		}



#contact {
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 450px;
	float: left;
	padding-left: 70px;
	height: 565px;
	text-align: left;
}

#contact2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 417px;
	float: left;
	position: absolute;
	padding-top: 0px;
	height: 482px;
	top: 41px;
	clip: rect(auto,auto,auto,auto);
	left: 515px;
}

#contacttext2 {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 35;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 1.5;
	font-variant: normal;
} 


/*////////////////////////////NAV///////////////////////*/

#logo {
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	padding-left: 35px;
	position:absolute;
	left: 61px;
	top: 17px;
	text-decoration: none;
}

#logoRight {
	margin-right: auto;
	margin-bottom: 0;
	padding-left: 10px;
	position:absolute;
	left: 800px;
	top: 31px;
	width: 280px;
	height: 35px;
}

#logoRightHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	line-height: normal;
	vertical-align: top;
	text-decoration: none;
}

.logoTitleTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #666;
	font-weight: lighter;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}

#logoRightsubtxt {
	margin-right: auto;
	margin-bottom: 0;
	padding-left: 10px;
	position:absolute;
	left: 801px;
	top: 69px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	width: 320px;
	z-index: 1;
	height: 30px;
	line-height: normal;
	vertical-align: top;
	text-decoration: none;
}

#menu {
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	padding-left: 15px;
	position:absolute;
	z-index:1;
	left: 54px;
	top: 78px;
}




.MenuTxt {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #900;
	text-decoration: none;
	text-align: left;
	text-indent: -2px;
	background-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: double;
	border-left-style: double;
	border-right-color: #900;
	border-left-color: #900;
}

.MenuTxt1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	color: #333;
	text-decoration: none;
	text-align: left;
	background-color: #FFF;
	
}




#menu ul {
	padding:0;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}

#menu li{
	position: relative;
	float: left;
	width: 9 em;
	list-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;

	
} 

#menu li a{
	width:110px;
	height: 30px;
	display: block;
	text-decoration:none;
	text-align: center;
	line-height: 30px;
	
	

} 

#menu li a:hover{
	color: #333;
	
	
} 


#menu ul ul{
	position: absolute;
	top: 30px;
	visibility: hidden;
	
	
} 

#menu ul li:hover ul{
	visibility:visible;
	color: #333;	
} 


/*////////////////////////////image gallery///////////////////////*/
#gallery {
	
	width: 125px;
	height: 698px;
	position: absolute;
	float: right;
	left: 860px;
	top: 10px;	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#gallery h2 {
	margin: 0;
	
}

#gallery #main {
	margin: 0;
	list-style: none;

}

#gallery #main li p {
	margin: 0;
}

/* Positioning and initial formatting */

#gallery #main {
	margin: 0 px;
}


#gallery #main li {
	float: right;	

}

#gallery #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
	border: 1px solid #666;
}


/*////////////////////////////GALLERY HISTORIES//////////////////////*/
#galleryHistories {
	width: 550px;
	height: 252px;
	position: absolute;
	float: left;
	left: 0px;
	top: 51px;
	
}

#galleryHistories h2 {
	margin: 0;
	
}

#galleryHistories #main {
	margin: 0;
	list-style: none;

}

#galleryHistories #main li p {
	margin: 0;
}
/* Positioning and initial formatting */




#galleryHistories #main li {
	float: right;	

}

#galleryHistories #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
	border: 0;
}


#galleryHistories2  {
	margin: 0 px;
}


#galleryHistories2 {
	width: 950px;
	height: 310px;
	position: absolute;
	float: left;
	left: 0px;
	top: 361px;
	border-top-width: 3px;
	border-bottom-width: 10px;
	}
	

#galleryHistories h2 {
	margin: 0;
	
}

#galleryHistories2 #main {
	margin: 0;
	list-style: none;

}

#galleryHistories2 #main li p {
	margin: 0;
}

/* Positioning and initial formatting */

#galleryHistories2 #main {
	margin: 0 px;
}


#galleryHistories2 #main li {
	float: right;	

}

#galleryHistories2 #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 25px;
	border: 1px solid #666;
}


/*////////////////////////////GALLERY HYPHENATION//////////////////////*/

#galleryHyphenation {
	width: 950px;
	height: 330px;
	position: absolute;
	float: left;
	left: 5px;
	top: 16px;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 1px;
}
#galleryHyphenation h2 {
	margin: 0;
	
}

#galleryHyphenation #main {
	margin: 0;
	list-style: none;

}

#galleryHyphenation #main li p {
	margin: 0;
}
/* Positioning and initial formatting */

#galleryHyphenation2  {
	margin: 0 px;
}


#galleryHyphenation #main li {
	float: right;	

}

#galleryHyphenation #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
	border: 1px solid #666;
}

#galleryHyphenation2 {
	width: 950px;
	height: 330px;
	position: absolute;
	float: left;
	left: 5px;
	top: 355px;
	border-top-width: 3px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 1px;
}

#galleryHyphenation h2 {
	margin: 0;
	
}

#galleryHyphenation2 #main {
	margin: 0;
	list-style: none;

}

#galleryHyphenation2 #main li p {
	margin: 0;
}

/* Positioning and initial formatting */

#galleryHyphenation2 #main {
	margin: 0 px;
}


#galleryHyphenation2 #main li {
	float: right;	

}

#galleryHyphenation2 #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
	border: 1px solid #666;
}

/*////////////////////////////gallerySITESPECIFIC///////////////////////*/

#galleryHistories {
	width: 850px;
	height: 252px;
	position: absolute;
	float: left;
	left: 18px;
	top: 33px;
	
}



#galleryHistories #main {
	margin: 0;
	list-style: none;

}

#galleryHistories #main li p {
	margin: 0;
}
/* Positioning and initial formatting */




#galleryHistories #main li {
	float: right;	

}

#galleryHistories #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15;
	margin-bottom: 6px;
	margin-left: 15px;
	border: 1px solid #666;

}


#galleryHistories2  {
	margin: 0 px;
}


#galleryHistories2 {
	width: 950px;
	height: 310px;
	position: absolute;
	float: left;
	left: -12px;
	top: 319px;
	border-top-width: 3px;
	border-bottom-width: 10px;
	}
	

#galleryHistories h2 {
	margin: 0;
	
}

#galleryHistories2 #main {
	margin: 0;
	list-style: none;

}

#galleryHistories2 #main li p {
	margin: 0;
}

/* Positioning and initial formatting */

#galleryHistories2 #main {
	margin: 0 px;
}


#galleryHistories2 #main li {
	float: right;	

}

#galleryHistories2 #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 25px;
	border: 1px solid #666;
}


/*////////////////////////////GALLERY site specific//////////////////////*/

#gallerySiteSpecific {
	width: 850px;
	height: 330px;
	position: absolute;
	float: left;
	left: 5px;
	top: 16px;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 1px;
}
#gallerySiteSpecific h2 {
	margin: 0;
	
}

#gallerySiteSpecific #main {
	margin: 0;
	list-style: none;

}

#gallerySiteSpecific #main li p {
	margin: 0;
}
/* Positioning and initial formatting */

#gallerySiteSpecific2  {
	margin: 0 px;
}


#gallerySiteSpecific #main li {
	float: right;	

}

#gallerySiteSpecific #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
	
}

#gallerySiteSpecific2 {
	width: 850px;
	height: 330px;
	position: absolute;
	float: left;
	left: 5px;
	top: 355px;
	border-top-width: 3px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 1px;
}

#gallerySiteSpecific h2 {
	margin: 0;
	
}

#gallerySiteSpecific2 #main {
	margin: 0;
	list-style: none;

}

#gallerySiteSpecific2 #main li p {
	margin: 0;
}

/* Positioning and initial formatting */

#gallerySiteSpecific2 #main {
	margin: 0 px;
}


#gallerySiteSpecific2 #main li {
	float: right;	

}

#gallerySiteSpecific2 #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
	
}

/*////////////////////////////GALLERY Collages//////////////////////*/

#galleryCollages {
	width: 950px;
	height: 330px;
	position: absolute;
	float: left;
	left: 5px;
	top: 16px;
	border-top-width: 1px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 1px;
}
#galleryCollages h2 {
	margin: 0;
	
}

#galleryCollages #main {
	margin: 0;
	list-style: none;

}

#galleryCollages #main li p {
	margin: 0;
}
/* Positioning and initial formatting */

#galleryCollages2  {
	margin: 0 px;
}


#galleryCollages #main li {
	float: right;	

}

#galleryCollages #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
	
}

#galleryCollages2 {
	width: 950px;
	height: 330px;
	position: absolute;
	float: left;
	left: 5px;
	top: 355px;
	border-top-width: 3px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 1px;
}

#galleryCollages h2 {
	margin: 0;
	
}

#galleryCollages2 #main {
	margin: 0;
	list-style: none;

}

#galleryCollages2 #main li p {
	margin: 0;
}

/* Positioning and initial formatting */

#galleryCollages2 #main {
	margin: 0 px;
}


#galleryCollages2 #main li {
	float: right;	

}

#galleryCollages2 #main li img {
	display: block;
	margin-top: 3px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 15px;
	
}

/*////////////////////////////titleTEXT///////////////////////*/

.TitleTxtheaderLeft{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333;
	font-weight: lighter;
	padding-top: 14px;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
}



.TitleTxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	font-weight: lighter;
	padding-top: 14px;
	line-height: normal;
	text-align: left;
	text-decoration: none;
}

.TitleTxt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	font-weight: lighter;
	padding-top: 14px;
	line-height: normal;
	text-align: center;
	text-decoration: none;
}

.BodyCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-top: 15px;
	line-height: 17px;
	text-align: left;
}




.TopLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #431c0c;
	padding-top: 240px;

}

.ImgBorder {
	border: 1px solid #666;
}

/*////////////////////////////text col//////////////////////*/

#textCol1 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	width: 225px;
	height: 750px;
	float: left;
	padding-left: 0px;
	padding-right: 35px;
	background-color: #F1F1F2;
}



/*////////////////////////////GALLERY///////////////////////*/



#GalleryPic {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 550px;
	background-color: #eeeeee;
	float: left;
	padding-left: 5px;
	height: 770px;
	line-height: 28px;
	padding-right: 15px;
}

#GalleryPic2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 700px;
	background-color: #F1F1F2;
	float: left;
	padding-left: 5px;
	height: 770px;
	padding-top: 10px;
}

#GalleryPic5 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 550px;
	background-color: none;
	float: left;
	padding-left: 5px;
	height: 770px;
	line-height: 28px;
	padding-right: 15px;
}



/*////////////////////////////FOOTER///////////////////////*/
#pushbottom {
	clear:both
	}
	
#footer {
	margin: 0 auto;
	position:absolute;
	bottom:1px;
	left: 50px;
	right: 50px;
}

#footer p{
	margin: 0 auto;
	color:#900;
	float:none;
	font-size:12px;
	width:230px;
	height:12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}	
	
	
.BodyCopyBold {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: normal;
	padding-top: 15px;
	line-height: 17px;
	text-align: center;
}


/*////////////////////////////RESUME//////////////////////*/
#contentResume {
	width: 1000px;
	height: 2500px;
	position: absolute;
	margin-top: 45;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top: 2px solid #000000;
	border-right: 2px none #000000;
	border-bottom: 2px none #000000;
	border-left: 2px none #000000;
	background-color: #FFF;
	left: 75px;
	top: 108px;
}

#ResumeCol {
	height: 2500px;
	width: 880px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	line-height: 16px;
	font-variant: normal;
	text-decoration: none;
	padding-top: 0;
	margin-left: 25px;
	margin-top: 25px;
	float: left;
}

.CalloutTxtResume1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	padding-left: 32px;
	line-height: 14px;
	text-decoration: none;
}

.CalloutTxtResumeindnt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: capitalize;
	text-align: left;
	font-weight: normal;
	padding-left: 40px;
	text-decoration: none;
	line-height: 18px;
}

.CalloutTxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}
#GalleryPic3 {
	margin-top: 20;
	margin-right: auto;
	margin-bottom: 0;
	padding-left: 10px;
	position:absolute;
	left: 730px;
	top: 25px;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	width: 411px;
}
.ClickTxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	padding-top: 15px;
	line-height: 17px;
	text-align: right;
	text-decoration: none;
}
#contact3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 350px;
	float: left;
	position: absolute;
	padding-top: 0px;
	height: 25px;
	top: 525px;
	clip: rect(auto,auto,auto,auto);
	left: 515px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
#GalleryPic3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 1px;
	float: left;
	padding-left: 5px;
	height: 770px;
	padding-top: 30px;
	position: absolute;
}
.StatementTxt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-transform: none;
	text-align: left;
	font-weight: normal;
	line-height: 0.25in;
}
.StatementTxtNew {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	font-weight: lighter;
	padding-top: 14px;
	line-height: 21px;
	text-align: left;
	text-decoration: none;
	padding-left: 32px;
}
#textCol2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	width: 185px;
	height: 750px;
	float: left;
	padding-left: 0px;
	padding-right: 35px;
	background-color: #F1F1F2;
}
#gallerySiteSp2 {
	
	width: 850px;
	height: 310px;
	position: absolute;
	float: left;
	left: -5px;
	top: 361px;
	border-top-width: 3px;
	border-bottom-width: 10px;
	}
.BodyCopy2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-top: 15px;
	line-height: 17px;
	text-align: left;
	padding-left: 27px;
}
.logoTitleTxt2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #666;
	font-weight: lighter;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	text-transform: lowercase;
}
.BodyCopyBold2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-top: 15px;
	line-height: 17px;
	text-align: left;
}
.logoTitleTxt-sub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #666;
	font-weight: lighter;
	line-height: normal;
	text-align: left;
	text-decoration: none;
	text-transform: capitalize;
}
.BodyCopy3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
	font-weight: normal;
	padding-top: 15px;
	line-height: 13px;
	text-align: left;
}
.CalloutTxtResume2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: capitalize;
	text-align: left;
	font-weight: normal;
	padding-left: 5px;
	line-height: 18px;
	text-decoration: none;
}
#GalleryPicLong {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 700px;
	background-color: #F1F1F2;
	float: left;
	padding-left: 5px;
	height: 1750px;
	padding-top: 10px;
}
#textColLong {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	width: 225px;
	height: 1750px;
	float: left;
	padding-left: 0px;
	padding-right: 35px;
	background-color: #F1F1F2;
}
#GalleryStatemnt {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 145px;
	width: 550px;
	background-color: none;
	float: left;
	padding-left: 5px;
	height: 770px;
	line-height: 28px;
	padding-right: 15px;
}
.CalloutTxtResume2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-transform: capitalize;
	text-align: left;
	font-weight: normal;
	padding-left: 10px;
	line-height: 15px;
	text-decoration: none;
}
