body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* Used for centering pages in IE */
	background-color: #F8F7E9;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: center top;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, lo, address, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #703317;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
/* You may use pixels or ems for text sizing */
p, div#content li {
	font-size: 10pt;
	line-height: 18px;
	color: #703317;
}
.smallerCenter {
	font-size: 9pt;
	line-height: 18px;
	display:block;
	text-align:center;
	color: #003C38;
}
.smallerCenterB_BR {
	font-size: 9pt;
	line-height: 18px;
	display:block;
	font-weight:bold;
	text-align:center;
	color: #703317;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28pt;
	font-weight:bold;
	color: #703317;
	margin-top: 0px;
	margin-bottom: 10px;
}
/*h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-weight:bold;
	color: #703317;
	margin-top: 0px;
	margin-bottom: 10px;
	margin:-5px 0 10px 0;
}*/
h2 {
	font-size: 11pt;
	line-height: 20px;
	color: #703317;
	font-weight:bold;
	margin:0;
}
h3 {
	font-size: 10pt;
	line-height: 18px;
	color: #703317;
	font-weight:normal;
}
h4 {
	font-size: 11pt;
	line-height: 20px;
	color: #003C38;
	font-weight:bold;
	margin:0;
}
h5 {
	display:block;
	width:100%;
	font-size: 12pt;
	color: #703317;
	font-weight:bold;
	text-transform: uppercase;
	margin:0 0 10px 0;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #AAEAD3;
}
h6 {
	font-size: 10pt;
	line-height: 18px;
	font-weight:bold;
	margin:0;
	color: #003C38;
}
.arrows {
	padding-right: 5px;
}
.line {
	margin-left: -8px;
	margin-right: 12px;
	margin-top: -3px;
	margin-bottom: 0px;
	background-color: #FFF;
	color: #FFF;
	height: 1px;
	overflow:hidden;
	display:block;
	clear:both;
	position:absolute;

}
.boxbottom {
	margin-right: 10px;
	margin-left: -10px;
	margin-bottom: 0px;
	vertical-align: bottom;
	margin-top: 0px;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
                }
/* a:link {
	color: #FFF;
	text-decoration: underline;
} */
/* a:visited {
	color: #FFF;
	text-decoration: underline;
} */
/* All links must inclde some type of hover interactivity */
/* a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
} */
/* a:active {
	color: #FFF;
	text-decoration: underline;
} */

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 1024px;
	margin: 0px auto;
}
div#containerHOME {
	width: 1024px;
	margin: 0px auto;
	background-image: url(../images/daisy.png);
	background-position: left bottom;
	background-repeat:no-repeat;
	
}

div#header {
}

div#flash {
	background-image: url(../images/FlashBKGR.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 364px;
	width: 1024px;
	margin: 0px;
	position:relative;
}	

div#content {
	padding: 0px;
	margin-top: 0px;
	width: 1024px;
}
div#LEFT_content {
	float: left;
	width: 635px;
	margin: 0px 25px 10px 30px;
	padding: 2px;
}
div#LC_Left{
	width:305px;
	padding:0 5px;
	float:left;
}

div#LC_Right{
	width:296px;
	padding:0 7px;
	float:right;
}

div#LEFT_content a:link, div#LEFT_content a:visited, div#LEFT_content a:active {
	color: #703317;
}
div#LEFT_content a:hover {
	font-weight: bold;
	color: #703317;
} 

div#LEFT_content p {
	color: #003C38;
}

div#Right_content {
	width: 300px;
	margin:0 0 10px 0;
	float: left;
	padding: 0px;
}
div#LEFT_content p.browntype {
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	color: #703317;
}
div#LEFT_content p.brownBOLDtype {
	font-size:12px;
	margin:0;
	font-weight:bold;
	color: #703317;
}
/* ------------------------------------About Box---------------*/
div#About_Head {
	width: 280px;
	height:8px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: bottom;
	padding-bottom: 0px;
	margin-bottom:0px;
	clear:both;
}
div#About .head {
	font-size: 11pt;
	font-weight:bold;
	color:#003C38;
	margin: 0 0 7px -20px;
	display:block;
}

div#About {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 260px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003c38;
	text-align: left;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	vertical-align: top;
	background-image: url(../images/boxBkgr.png);
	padding-bottom: 5px;
}

div#About p {
	color: #703317;
}

div#About img{
	margin-left: -14px;
}

div#About a:link {
	color: #703317;
	text-decoration: none;
}
div#About a:visited {
	color: #703317;
	text-decoration: none;
} 
div#About a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: none;
} 
div#About a:active {
	color: #703317;
	text-decoration: none;
}
div#AboutDOC{
	width:90%;
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003c38;
	margin-top:0px;
	margin-bottom:10px;
}

div#AboutDOC p{
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom:0px;
}

div#AboutDOC a:link {
	color: #003c38;
	text-decoration: none;
}
div#AboutDOC a:visited {
	color: #703317;
	text-decoration: none;
} 
div#AboutDOC a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: underline;
} 
div#AboutDOC a:active {
	color: #003c38;
	text-decoration: none;
}

div#AboutTEAM{
	width:90%;
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003c38;
	margin:0px;
}

div#AboutTEAM p{
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom:0px;
	color: #003c38;
}

div#AboutTEAM .indent{
	padding-left:35px;
}

div#AboutTEAM a:link {
	color: #003c38;
	text-decoration: none;
}
div#AboutTEAM a:visited {
	color: #003c38;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#AboutTEAM a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: underline;
} 
div#AboutTEAM a:active {
	color: #003c38;
	text-decoration: none;
}

div#AboutFacility{
	width:90%;
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003c38;
	margin-top:-5px;
	margin-bottom:10px;
}

div#AboutFacility p{
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom:0px;
}

div#AboutFacility a:link {
	color: #003c38;
	text-decoration: none;
}
div#AboutFacility a:visited {
	color: #003c38 ;
	text-decoration: none;
} 
div#AboutFacility a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: underline;
} 
div#AboutFacility a:active {
	color: #003c38;
	text-decoration: none;
}

div#About_Foot {
	width: 290px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin: 0 0 10px 0;
	vertical-align: top;
	padding-bottom: 0px;
	
}


/* -------------------- services box ----------------*/

div#Testimonials_TOP{
	width: 280px;
	height:8px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	vertical-align: bottom;
	padding-bottom: 0px;
	margin-bottom:0px;
	clear:both;

}

div#Testimonials {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003C38;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom:0px;
	vertical-align: top;
	background-image: url(../images/boxBkgr.png);
	padding-bottom: 0px;
}

div#Testimonials_Bottom{
	width: 290px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	margin-top: -5px;
	vertical-align: top;
	padding-bottom: 0px;

}

div#Testimonials p {
	line-height: 14px;
}

div#Testimonials p a:link {
	color: #703317;
	text-decoration: none;
}
div#Testimonials p a:visited {
	color: #703317;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#Testimonials p a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: none;
} 
div#Testimonials p a:active {
	color: #703317;
	text-decoration: none;
}

div#Testimonials h2 {
	margin-top: 0px;
	margin-bottom:5px;
}

div#Testimonials h2 a:link {
	color: #703317;
	text-decoration: none;
}
div#Testimonials h2 a:visited {
	color: #703317;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#Testimonials h2 a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: none;
} 
div#Testimonials h2 a:active {
	color: #703317;
	text-decoration: none;
}
div#Testimonial {
	background-image: url(../images/hottopic_bkgr.png);
	height: 155px;
	width: 155px;
	margin-top: 0px;
	margin-left: -8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 125px;
	margin-bottom: 5px;
	margin-right:0px;
	
}
.testimonialText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003C38;
}

div#HotTopics {
	background-image: url(../images/GC.png);
	height: 151px;
	width: 155px;
	margin-top: 0px;
	margin-left: -8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 125px;
	margin-bottom: 0px;
	margin-right:0px;
	
}
.HotTopicsText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #703317;
}

.HotTopicsSUB{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #703317;
}

div#GC {
	background-image: url(../images/Bridal.png);
	height: 150px;
	width: 155px;
	margin-top: 0px;
	margin-left: -8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 125px;
	margin-bottom: 0px;
	margin-right:0px;
	
}
.plus2{
	margin:2px 0 0 0;
	padding:2px 0 0 0;
	display: block;
}
.GCText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #703317;
}

.GCSUB{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	font-size: 14px;
	color: #003C38;
	display:block;
}

.green_link{
	color: #003c38;
}

.TestimonialPhoto {
	margin-top: -6px;
	margin-right: 10px;
	margin-left: -8px;
	margin-bottom: 6px;
}
.testimonialTopper {
	margin-left: -10px;
}
div#HotTopicSign {
	height: 60px;
	width: 270px;
	background-image: url(../images/Hot_Topic_Box.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}

div#HotTopicSign p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #703317;
	margin:0 0 0 0;
	padding: 5px 0 0 15px;

}
img.hottopicsign{
	margin:3px 0 0 -15px;
	display:block;
	width:8px;
	height:8px;
	float:left;

}
fieldset{
	margin: -5px 0 0 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#AwardSign {
	height: 60px;
	width: 270px;
	background-image: url(../images/AwardBox.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-left: 10px;
	text-align: left;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}

div#AwardSign p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #003c38;
	margin-bottom:0px;
	margin-top:0px;

}
div#AwardSign a:link, div#AwardSign a:active, div#AwardSign a:visited, div#AwardSign a:hover {
	color: #003c38;

}

.HotTopicEmail{
	margin:2px;

}

div#footer {
	clear: both;
	height: 23px;
	width: 100%;
	background-color:#E4F2DF;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 7px 0 0 0;
}

div#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003C38;
	margin: 0px 0 5px 0;
}

div#footer a:link {
	font-size: 10px;
	color: #003C38;
	text-decoration: underline;
}
div#footer a:visited {
	font-size: 10px;
	color: #003C38;
	text-decoration: underline;
} 
/* All links must inclde some type of hover interactivity */
div#footer a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #003C38;
	text-decoration: underline;
} 
div#footer a:active {
	font-size: 10px;
	color: #003C38;
	text-decoration: underline;
}

div#footer ul {
	margin-left:-25px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	color: #003C38;
}

div#footer li {
	font-size: 10px;
	display: inline; /* Menu links are horizontally aligned using display: inline */
	padding-right: 20px;
	padding-left: 20px;
	color: #003C38;
}
div#HPfooter {
	clear: both;
	float:right;
	height: 23px;
	width: 710px;
	background-color:#E4F2DF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0 0 5px 0;
	padding: 7px 0 0 0;
}
div#HPfooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003C38;
	margin: 0px 0 3px 0;
}

div#HPfooter a:link {
	font-size: 10px;
	color: #003C38;
	text-decoration: underline;
}
div#HPfooter a:visited {
	font-size: 10px;
	color: #003C38;
	text-decoration: underline;
} 
/* All links must inclde some type of hover interactivity */
div#HPfooter a:hover {
	font-size: 10px;
	font-weight: bold;
	color: #003C38;
	text-decoration: underline;
} 
div#HPfooter a:active {
	font-size: 10px;
	color: #003C38;
	text-decoration: underline;
}

div#HPfooter ul {
	margin-left:-25px;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	color: #003C38;
}

div#HPfooter li {
	font-size: 10px;
	display: inline; /* Menu links are horizontally aligned using display: inline */
	padding-right: 15px;
	padding-left: 15px;
	color: #003C38;
}
div#clear{
	clear:both;
}

div#copyright {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #10409F;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	

/* ----------------------------  NAVIGATION (Main) ----------------------------  */

div#nav{
	height: 68px;
	width: 1024px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin:0;
	padding: 0;
	text-align:center;
	background-image: url(../images/navibar.png);
	background-repeat: no-repeat;
}

ul#mainnav {
	float: left;
	width: 1024px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003C38;
	font-weight: bold;
	text-align: center;
	text-decoration:none;
}

ul#mainnav li {
	text-align: center;
	display: block;
	float: left;
	padding: 0px;
	margin: 0;
	text-decoration:none;
	position:relative;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	display: block;
	width:134px;
	line-height: 19px;
	color: #003C38;
	height: 23px;
	float: left;
	padding: 5px;
	margin: 0px;
	text-decoration:none;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #003C38;
	background-color: #AAEAD3;
}


/*----------------------Sub Nav------------------------------------------*/

ul#subnav{
	width: 144px;
	display:none;
	text-decoration:none;
	list-style-type: none;
	padding:0;
	margin:0;
	background-color: #AAEAD3;
	position: absolute;
	top:33px;
	left:0px;
}
ul#subnav li{
	width: 144px;
	display: block;
	text-decoration:none;
	padding:0;
	margin:0;
}

ul#subnav li a:link, ul#subnav li a:visited, ul#subnav li a:active {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width:134px;
	height:auto;
	font-size: 10pt;
	text-decoration: none;
	color: #003C38;
	padding: 7px 5px 5px 5px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	display:block;
	
}

ul#subnav li a:hover, ul#subnav li a.current:link, ul#subnav li a.current:visited {
	color: #703317;
	text-decoration:underline;
}

ul#mainnav li:hover ul#subnav {
	display: block;
}


/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: block;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 200px;
	padding: 5px;
	margin: 0px;
	border-right: 1px none #ccc;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	margin: 0px 15px 10px 0px;
	display:block;
}
img.bells {
	float: left;
	padding: 5px;
	margin: 0px 35px -3px 0px;
	display:block;
}
img.inset {
	float:left;
	padding: 5px 0 0 25px;
	margin: 0px auto 10px auto;
	display:block;
}
img.right {
	float: right;
	padding: 5px;
	margin: 0px 0px 10px 15px;
	display:block;
}
img.HPleft {
	float: left;
}
img.HPright {
	float: right;
}
.hidden { display: none; }
.unhidden { display: block; }
img.down2px {
	padding-top: 10px;
	margin-top: 5px;
}
.H2_Link{
	color: #FFFFFF;
	text-decoration: none;
}
div.hr{
	margin-left: -8px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: -2px;
	width:285px;
	height:2px;
	background: #FFF;
	line-height:1px;
	font-size: 1px;
}
.plus3{
	margin-top:3px;
	padding-top:3px;
	display: block;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.GoldlineSMALL {
	font-size: 10px;
	line-height:13px;
}
.GoldlineLarge {
	font-size: 16px;
	font-weight:bold;
	line-height: 18px;
}
img.Goldline {
	float: left;
	padding:0 5px 0 0;
}

.TM{
	position : relative;
	font-size : 68%; 
	top : -.2em; 
	padding: 0px 2px 0px 0px;
	margin: 0px;
	}
img.left {
	float: left;
	padding: 5px;
	margin: 0px 15px 10px 0px;
}
img.right {
	float: right;
	padding: 5px;
	margin: 0px 0px 10px 15px;
}
div#upperHome h4 {
	font-weight:bold;
}
div#upperHome {
	float: right;
	height: 55px;
	width: 375px;
	position: absolute;
	top: 10px;
	right: 15px;
	padding:0px;
	margin: 0px;
}
div#upperHome p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
}
div#upperHome a:link {
	color: #FFFFFF;
	text-decoration: none;
}
div#upperHome a:active {
	color: #FFFFFF;
	text-decoration: none;
}
div#upperHome a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#upperHome a:hover {
	text-decoration: underline;
}
.inputTEXT {
	height: 13px;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 5px;
}
div#upperLEFT{
	width:235px;
	height:55px;
	float:left;
}
div#formLEFT{
	width:240px;
	height:35px;
	margin-bottom:0px;
}
div#lowerLeft{
	width:235px;
	height:20px;
	margin-top:0px;
	padding-right: 20px;
}
div#upperRIGHT{
	width:100px;
	height:28px;
	float:right;
	padding:6px 30px 0 0;
	text-align:center;
}

div#upperRIGHT p{
	font-size:10px;
	line-height:12px;
	text-align: center;
	text-transform: uppercase;
}

.bold {
	font-weight:bold;
}
.bolder {
	font-weight:bolder;
}
.TOP {
	float: right;
	width: 15%;
	display: block;
	font-size: 10px;
	text-align: right;
	margin: 0px;
	font-weight:normal;
	text-transform: lowercase;
}
.indent25 {
	padding-left: 25px;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tilde {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	color: #703317;
}

div#ServiceBREAST{
	width:90%;
	padding-left:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003c38;
	margin-top:-5px;
	margin-bottom:10px;
}

div#ServiceBREAST p{
	font-size: 10pt;
	line-height: 12pt;
	margin-bottom:0px;
	color: #003c38;
}

div#ServiceBREAST .indent{
	padding-left:35px;
}

div#ServiceBREAST a:link {
	color: #003c38;
	text-decoration: none;
}
div#ServiceBREAST a:visited {
	color: #003c38;
	text-decoration: none;
} 
/* All links must inclde some type of hover interactivity */
div#ServiceBREAST a:hover {
	font-weight: bold;
	color: #703317;
	text-decoration: underline;
} 
div#ServiceBREAST a:active {
	color: #003c38;
	text-decoration: none;
}.center {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
div#Tally{
	width:100%;
	float:none;
	clear:both;
}
.welcome{
	padding: 0 0 0 72px;
	display:block;
	margin:-10px 0 0 0;
}
.skin{
	padding: 0 0 0 185px;
	display:block;
	margin:-10px 0 0 0;
}
.hpTYPE{
	padding: 0 15px 0 240px;
	display:block;
}
.horizontalrule{
	margin: 20px auto;
	width:95%;
	height:1px;
	background: #003C38;
	line-height:1px;
	font-size: 1px;
	clear:both;
}
.smalltype {
	font-size:9px;
}
.justBrown {
	color: #703317;
}
	

/* ----------------- Services Tab -----------------*/
div#ServiceList {
	width:115px;
	float:left;
	min-height:500px;
	margin:0;
}
div#ServiceList p {
	text-align:right;
	margin:0;
}
div#ServiceList a:link, div#ServiceList a:active, div#ServiceList a:visited  {
	text-decoration: none;
	text-align:right;
}
div#ServiceList a:hover  {
	text-decoration: underline;
}

div#ServiceDesc {
	width: 470px;
	float:right;
	margin:0 0 0 50px;
}
.servicesTable {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size:11pt;
	color: #003C38;
	margin:0;
}
.left15indent {
	padding:0 0 0 15px;
}
.tilde{
	float:left;
	margin: 0 0 0 5px;
	display:block;
	font-size:12px;
	line-height:18px;
	color: #003C38;
}
.super {
	position: relative;
	bottom: 0.5em;
	margin:0;
	font-size:50%;
}


