@charset "utf-8";

/*When put line break <br /> put inside blockquote and probably other tags*/

/*When centering the photos - example <p class="centered"><img src="ImagesFace/BlephlowerKunkeprefront343x228.jpg" alt="Lower Blepharoplasty Only" width="343" height="228" hspace="1" vspace="2" class="centeredImages" /> - The p class is gotten by using the class button next to format, the class="centeredImages is gotten by highlighting the image and then entering the class on the right hand side of the property inspector - you could also float left or right with class="centeredImages */

/* Text Around a Photo (Put padding around the Image) using this class="centeredImagePaddingNoBorder" - Float the photo left or right and then put the text tags like this around image <p class="floatLeft"><img src="Images/PhotoMeKhimser115x169.jpg" alt="Dr. Costanzo, Certified since 1987" width="115" height="169" class="centeredImagePaddingNoBorder" /></p> - see photo in Board Certification page*/

/*Centering the Container - use auto for margins left and right*/

/*Using the textborder - to shorten the color around the subtitle use p class=centered, then span for the text.  To leave it wide, then just use p class=textcolor, no span*/

/*To put text next to the Image - I use a div tag, then floated the image Left and then a new div tag for the text next to it.  See about the Dr. and look at TitleboxPhoto and TitleboxShortWidth*/

body {
	background-color: #666;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

												/*Call*/

#Call {
	background-color: #D3CFAD;
	text-align: center;
	padding: 5px;
	width: 500px;
	border: 2px ridge #888465;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 195px;
}
#CallMainContent {
	background-color: #D3CFAD;
	text-align: center;
	padding: 5px;
	width: 500px;
	border: 2px ridge #888465;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 100px;
}
#CallNarrow {
	background-color: #D3CFAD;
	text-align: center;
	padding: 5px;
	width: 500px;
	border: 2px ridge #888465;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
										/*ContactForm*/
#contactForm {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 30px;
}


										/*Container*/
#container {
	width: 980px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	border: 4px ridge #888465;
	height: 18000px;
	padding: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}


											/*Footer*/
#container #footer {
	text-align: center;
	padding: 5px;
	float: left;
	width: 960px;
	border: 5px solid #d3cfad;
}

#container #footer #footer_ul #footer_li .footer_a {
	color: #3B3B3B;
	text-decoration: none;
}

#container #footer #footer_ul #footer_li .footer_a:link {
	color: #333;
	text-decoration: none;
}

#container #footer #footer_ul #footer_li .footer_a:visited {
	color: #333;
	text-decoration: none;
}

#container #footer #footer_ul #footer_li .footer_a:hover {
	color: #903;
	text-decoration: none;
}

#container #footer #footer_ul #footer_li .footer_a:active {
	color: #933;
	text-decoration: none;
}

#footer_ul {
	list-style-type: none;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#footer_ul #footer_li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	display: inline;
	padding: 5px;
	margin: 0px;
}

										/*FooterCopyRight*/

#container #footercopyright {
	float: left;
	width: 980px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

										/*Form*/
#Form {
	margin-top: 0px;
	margin-left: 20px;
	width: 650px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border: 2px ridge #888465;
}

										/*GlobalNav*/
#globalnav {
	background-color: #d3cfad;
	height: 30px;
	width: 980px;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #888465;
	border-right-color: #888465;
	border-bottom-color: #888465;
	border-left-color: #888465;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

#globalnav .webpages_a {
	font-size: 12px;
	font-weight: 900;
	color: #000;
	text-decoration: none;
	padding-top: 5px;
}

#globalnav .webpages_a a:link {
	color: #9D1624;
	text-decoration: none;
}

#globalnav .webpages_a a:visited {
	color: #9D1624;
	text-decoration: none;
}

#globalnav .webpages_a a:hover {
	color: #5e5eff;
	text-decoration: none;
	font-weight: 900;
	font-size: 14px;
}

#globalnav .webpages_a a:active {
	color: #966;
	text-decoration: none;
}									


											/*Header*/
#header {
	background-color: #FFF;
	height: 94px;
	width: 980px;
	margin-top: 0px;
	margin-bottom: 0px;
}

											/*Images*/
#imagecreditcard {
	text-align: center;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#imageinsurance {
	text-align: center;
	padding-bottom: 2px;
}

#imageaaaasf {
	text-align: center;
	padding-bottom: 10px;
}

#imageLogoASAP{
	padding-bottom: 0px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 30px;
}

#imageLogoASPS {
	text-align: center;
	padding-bottom: 2px;
}							



										/*MainContent*/

#maincontent {
	margin-top: 0px;
	margin-left: 230px;
	width: 730px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#container #maincontent #genericdiv {
	padding: 5px;
	float: left;
	width: 730px;
}
#maincontentFinance {
	padding: 10px;
}

#maincontentGallery {
	margin-top: 0px;
	margin-left: 220px;
	width: 300px;
	padding: 0px;
}
#maincontentNarrow {
	width: 575px;
	padding: 10px;
	margin-top: 0px;
	margin-left: 230px;
}
#maincontentPhotos {
	padding: 10px;
	margin-top: 150px;
	margin-left: 230px;
}
#maincontentNarrowPhotos {
	width: 575px;
	padding: 10px;
	margin-top: 150px;
	margin-left: 230px;
}
#maincontentBodyLeft {
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 20px;
}
#maincontentBodyLeftBorder {
	border: 1px solid #333;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
}

											/*Map*/
#map {
	border: 1px solid #333;
	padding: 5px;
	height: 300px;
	width: 500px;
	margin-top: 80px;
	margin-left: 40px;
}



											/*SideBAr 1*/

#sidebar1 {
	background-color: #888465;
	float: left;
	width: 200px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	margin-top: 0px;
	margin-left: 0px;
	height: 1700px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #888465;
	border-right-color: #888465;
	border-bottom-color: #888465;
	border-left-color: #888465;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 900;
	margin-bottom: 0px;
}

#sidebar1 .sidebar1_topics_a {
	font-size: 12px;
	font-weight: 900;
	color: #FFF;
	text-decoration: none;
	text-align: left;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
}

#sidebar1 .sidebar1_topics_a a:link {color: #FFFFFF; text-decoration: none;}

#sidebar1 .sidebar1_topics_a a:visited {
	color: #FFF;
	text-decoration: none;
	font-weight: 900;
}

#sidebar1 .sidebar1_topics_a a:hover {
	color: #3FF;
	text-decoration: none;
	font-weight: 900;
	font-size: 14px;
}

#sidebar1 .sidebar1_topics_a a:active {
	color: #3F0;
	text-decoration: none;
}

#sidebar1 .sidebar1procedures {
	font-size: 16px;
	font-weight: 900;
	color: #c0b385;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 0px;
}

											/*SideBar 2*/
#sidebar2 {
	float: right;
	width: 120px;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #888465;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
	text-decoration: none;
}

#sidebar2ContactLinks{
	text-align: center;
	text-decoration: none;
}

.sidebar2_contactlinks_a {
	text-decoration: none;
	color: #c0b385;
}
.sidebar2_contactlinks_a a:link {
	text-decoration: none;
	color: #c0b385;
}

.sidebar2_contactlinks_a a:visited {
	text-decoration: none;
	color: #c0b385;
}

.sidebar2_contactlinks_a a:hover {
	text-decoration: none;
	color: #c0b385;
}

.sidebar2_contactlinks_a a:active {
	text-decoration: none;
	color: #c0b385;
}

											/*SubNav*/
#subnav {
	font-size: 14px;
	font-weight: bold;
	background-color: #D3CFAD;
	float: left;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #888465;
	border-right-color: #888465;
	border-bottom-color: #888465;
	border-left-color: #888465;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#subnav #subnavleft {
	float: left;
	width: 450px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#subnav #subnavright {
	float: right;
	width: 220px;
	margin: 5px;
}
.subnav_a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #C06;
}
.subnav_a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #5e5eff;
	text-decoration: none;
}



											/*TitleBox*/
#titlebox {
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 560px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #513c03;
	border-right-color: #513c03;
	border-bottom-color: #513c03;
	border-left-color: #513c03;
}
#titleboxPhoto {
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 230px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 200px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #513c03;
	border-right-color: #513c03;
	border-bottom-color: #513c03;
	border-left-color: #513c03;
}
#titleboxShortWidth {
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 450px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 360px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #513c03;
	border-right-color: #513c03;
	border-bottom-color: #513c03;
	border-left-color: #513c03;
}

#titleboxIndex {
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 230px;
	width: 560px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #513c03;
	border-right-color: #513c03;
	border-bottom-color: #513c03;
	border-left-color: #513c03;
	padding: 10px;
}


										/*Classes*/
							
.button1 {
	padding-top: 15px;
}

.button2 {
	padding-top: 5px;
}

.center {
	text-align: center;
}
.centered {
	text-align: center;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

.centeredImages {
	padding: 4px;
	border: 1px solid #333;
}
.centeredImagePaddingNoBorder {
	padding: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-right: 0px;
	margin-left: 0px;
}

.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	margin-left: 0px;
}




/*End All Classes*/





										/*TEXT STYLES*/
						

.borderTextBackgColor16pt {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	background-color: #e7e6de;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
}
.borderTextBackgColorFixedWidth16pt {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	background-color: #e7e6de;
	text-align: center;
	width: 545px;
	margin-right: 0px;
	margin-left: 0px;
}

.borderText {
	font-size: 14px;
	font-weight: 900;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	border: 1px solid #000;
	text-align: center;
}

.borderNoBackground{
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
	color: #aea86a;
	text-decoration: none;
	height: 20px;
	text-align: center;
	border: 1px solid #d3cfad;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.borderText2 {
	font-size: 12px;
	font-weight: 900;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #E7E6DE;
	padding: 5px;
	width: 660px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.borderTextSubtitle{
	font-size: 12px;
	font-weight: 900;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #E7E6DE;
	height: 20px;
	text-align: center;
	border: 1px solid #333;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 60px;
}
.borderTextSubtitleDoubleHeight{
	font-size: 12px;
	font-weight: 900;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #E7E6DE;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 40px;
	text-align: center;
	border: 1px solid #333;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.borderTextSubtitleTripleHeight{
	font-size: 12px;
	font-weight: 900;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #E7E6DE;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height: 60px;
	text-align: center;
	border: 1px solid #333;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.borderText-20pt {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-weight: 900;
	background-color: #d3cfad;
	font-size: 20px;
	margin: 0px;
	border: thin solid #888465;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.borderTextNoFontColor {
	text-decoration: none;
	padding: 5px;
	border: 1px solid #333;
	margin: 0px;
}
.borderPerilPearl {
	border: 1px ridge #666;
	width: 650px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}						

.textBlackGrayLighter12 {
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
}
.textBlackGrayNormal12 {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}
.textBlackGrayBold12 {
	font-size: 12px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold14 {
	font-size: 14px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold16 {
	font-size: 16px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold18 {
	font-size: 18px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold20 {
	font-size: 20px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold24 {
	font-size: 24px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold30 {
	font-size: 30px;
	color: #333333;
	font-weight: 900;
}
.textBlackGrayBold36 {
	font-size: 36px;
	color: #333333;
	font-weight: 900;
}
.textBlueBold20 {
	font-size: 20px;
	color: #5e5eff;
	font-weight: 900;
}
.textBlueBold24 {
	font-size: 24px;
	color: #5e5eff;
	font-weight: 900;
}

.textCanvasGreen12 {
	font-size: 12px;
	color: #5E5EFF;
	font-weight: 900;
}
.textCanvasGreen14 {
	font-size: 14px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen16 {
	font-size: 16px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen18 {
	font-size: 18px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen20 {
	font-size: 20px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen24 {
	font-size: 24px;
	color: #5e5eff;
	font-weight: 900;
}
.textCanvasGreen30 {
	font-size: 30px;
	color: #5e5eff;
	font-weight: 900;
}

.textGoldBold16 {
	font-size: 16px;
	font-weight: bold;
	color: #960;
}
.textGoldBold18{
	font-size: 18px;
	font-weight: bold;
	color: #960;
}
.textGoldBold20 {
	font-size: 20px;
	font-weight: bold;
	color: #960;
}
.textGoldBold24 {
	font-size: 24px;
	font-weight: bold;
	color: #960;
}
.textGoldBold28 {
	font-size: 28px;
	font-weight: bold;
	color: #960;
}
.textGoldBold30 {
	font-size: 30px;
	font-weight: bold;
	color: #960;
}
.textGoldBold36 {
	font-size: 36px;
	font-weight: bold;
	color: #960;
}

.textGrayDarkLighter12 {
	font-size: 12px;
	color: #5D5D5D;
	font-weight: lighter;
}
.textGrayDark12 {
	font-size: 12px;
	color: #5D5D5D;
	font-weight: normal;
}
.textGrayDarkBold12 {
	font-size: 12px;
	color: #5D5D5D;
	font-weight: 900;
}
.textGrayDarkBold14 {
	font-size: 14px;
	color: #5D5D5D;
	font-weight: 900;
}
.textGrayDarkBold16 {
	font-size: 16px;
	color: #5D5D5D;
	font-weight: 900;
}
.textGrayDarkBold18 {
	color: #5D5D5D;
	font-size: 18px;
	font-weight: 900;
}
.textGrayDarkBold20 {
	color: #5D5D5D;
	font-size: 20px;
	font-weight: 900;
}
.textGrayDarkBold24 {
	color: #5D5D5D;
	font-size: 24px;
	font-weight: 900;
}
.textGrayDarkBold30 {
	color: #5D5D5D;
	font-size: 30px;
	font-weight: 900;
}

.textParagraphHeader {
	color: #682975;
	background-color: #CAC2A1;
	padding: 8px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: thin solid #000;
}

.textPinkRasberry12{
	font-size: 12px;
	font-weight: bold;
	color: #9d1624;
}
.textPinkRasberry14 {
	font-size: 14px;
	font-weight: bold;
	color: #9d1624;
}
.textPinkRasberryBold16 {
	font-size: 16px;
	font-weight: bold;
	color: #9d1624;
}
.textPinkRasberryBold18 {
	font-size: 18px;
	font-weight: bold;
	color: #9d1624;;
}
.textPinkRasberryBold20 {
	font-size: 20px;
	font-weight: bold;
	color: #9d1624;
}
.textPinkRasberryBold24 {
	font-size: 24px;
	font-weight: bold;
	color: #9d1624;
}
.textPinkRasberryBold28 {
	font-size: 28px;
	font-weight: bold;
	color: #9d1624;;
}
.textPinkRasberryBold30 {
	font-size: 30px;
	font-weight: bold;
	color: #9d1624;
}

.textRed12{
	font-size: 12px;
	color: #F00;
	font-weight: 900;
}
.textRed16 {
	font-size: 16px;
	color: #F00;
	font-weight: 900;
}
.textRed18 {
	font-size: 18px;
	color: #F00;
	font-weight: 900;
}
.textRed20 {
	font-size: 20px;
	color: #F00;
	font-weight: 900;
}

										/*Testimonial Text & Borders*/
						
.borderTestimonial {
	padding: 10px;
	border: 2px ridge #888465;
	width: 640px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.borderTestimonialNoWidth {
	padding: 10px;
	border: 2px ridge #888465;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

.testimonial205 {
	padding: 5px;
	height: 300px;
	width: 205px;
	margin-top: 20px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 2px ridge #888465;
}
.testimonial405 {
	padding: 5px;
	height: 300px;
	width: 405px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 2px ridge #888465;
}
.testimonial405Centered {
	padding: 5px;
	height: 300px;
	width: 405px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 115px;
	border: 2px ridge #888465;
}

.textWhite12 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 900;
}
.textTestimonialBlue12 {
	font-size: 12px;
	color: #77BCE6;
	font-weight: 900;
}
.textTestimonialBrown12 {
	font-size: 12px;
	font-weight: 900;
	color: #594900;
}
.textTestimonialGreen12 {
	font-size: 12px;
	color: #7D9A43;
	font-weight: 900;
}
.textTestimonialPurple12 {
	font-size: 12px;
	color: #7569AB;
	font-weight: 900;
}

									/*End Testimonial Text*/











#galleryphotos {
	width: 750px;
	margin-top: 20px;
	margin-left: 0px;
	background-color: #D3CFAD;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: #000;
	text-decoration: none;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
									/*Spry stuff*/
#gallery {
	
}
.galleryItem {
	float: left;
	border: 1px solid #333;
	width: 16em;
	background-color: #D3CFAD;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 20px;
	text-align: center;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.thumbnail{
	text-align: center;
	margin: 0px;
	float: left;
	height: 181px;
	width: 100px;
}
.picturetitle {
	font-size: 10px;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 0.8em;
}
.pictureHirez {
	display: none;
}
#container #maincontent #genericdiv {
	padding: 5px;
	float: left;
	width: 730px;
}

#slidingGallery {
	float: left;
	height: 190px;
	border: 1px solid #000;
	width: 99%;
	overflow: hidden;
}
#maincontent #detailArea {
	text-align: center;
	width: 40em;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;

}
#detailArea img{
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	border: 1px solid #333;		

}



#slidingGallery #galleryContentGroup {
	width: 1000em;
}
#slidingGallery .SlidingPanelsContent {
	float: left;
	height: 190px;
	width: 260px;
}
#slidingGallery .galleryItem {
	border: none;
	height: 192px;
	width: 180px;
	padding-top: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}
#SlidingPanels, .SlidingPanelsContentGroup {
	position: relative;	
}
