/*------------------ Global Selectors <--------------------*/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: 0;
}

.imgLeft {
	float: left;
	margin: 5px 10px 10px 0;
}

.imgRight {
	float: right;
	margin: 5px 0 10px 10px;
}

.center {
	text-align: center;
}

body {
	background: #f0efef url(../images/bg-body-top.jpg) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
}

#container {
	width: 978px;
	height: auto;
	position: relative;
	left: 50%;
	top: 0;
	margin: 0 0 0 -489px;
}
/*------------------ Header Selectors <--------------------*/

#header {
	width: 978px;
	height: 95px;
	position: absolute;
	left: 2px;
	top: 20px;
}

#header #logo {
	float: left;
	height: 95px;
	width: 300px;
}

/*-------- Header Contact Information Selectors <----------*/
#contact-information {
	background:url(http://www.skinlaser.com/images/topContact.gif) no-repeat transparent;
	width: 369px;
	height: 58px;
	float: right;
	padding: 0px;
	margin: 4px 15px 0px 0px;
}

#contact-information:link, #contact-information:visited {
	background:url(../images/topContact.gif) top left no-repeat transparent;
	width: 369px;
	height: 58px;
}

#contact-information:active, #contact-information:hover {
	background:url(../images/topContact.gif) bottom left no-repeat transparent;
	width: 369px;
	height: 58px;
}

/*-------- Header Google Mini Search Selectors <----------*/

#google-mini-search-bar {
	width: 250px;
	height: 200px;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#google-mini-search-bar input {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	border: #736d63 1px solid;
}

#google-mini-search-bar .search {
	padding: 3px;
	margin: 8px 5px 0px 30px;
	display: inline;
	float: left;
}

#google-mini-search-bar ul {
	list-style: none;
}

.search-submit {
	background-image: url(../images/search-button.jpg);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 8px 5px 0px 0px!important;
	height: 24px;
	width: 50px;
	float: left;
	display: inline;
	border: 0px!important;
}
#searchResults {
	padding: 15px;
	background-color: #FFFFFF;
}
/*------------------ Mast Selectors <--------------------*/

#mast {
	width: 978px;
	height: 300px;
	position: absolute;
	left: 0px;
	top: 150px;
}

#flash-mast {
	width: 630px;
	height: 300px;
	float: right;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}

/*------------------ Mini Form Selectors <--------------------*/
#qc {
	width: 300px;
	height: 300px;
	float: left;
	padding: 0px;
	margin: 0px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#qc h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 100;
	text-align: center;
	color: #3062b0;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

#qc form {
}

#qc textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 260px;
	height: 30px!important;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 0px;
}

#qc input {
	width: 256px;
	height: 25px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border: 0px;
}

#qc .submitBTN{
	background:url(../images/submit.jpg) top left no-repeat;
	width: 259px !important;
	height: 58px !important;
	cursor: pointer;
	margin: 12px 0px 0px 18px;
	padding: 0px;
	border: none;
}

#qc .hover {
	background: bottom left no-repeat url(../images/submit.jpg)!important;	
}

.qcBorder {
	border-bottom: #736d63 2px solid;
	margin: 0px 20px;
}

.qcTextBorder {
	border-top: #736d63 2px solid;
	border-bottom: #736d63 2px solid;
	margin: 0px 20px;
}

#qc p {
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

#qc a {
	color: #000000;
	text-decoration: underline;
}

#qc a:hover {
	text-decoration: none;
}

/*------------------ Top Nav Selectors <--------------------*/

#top-navigation {
	width: 630px;
	height: 36px;
	position: absolute;
	right: 15px;
	top: 78px;
	z-index: 800;
	background: url(../images/top_navigation_bg_slice.jpg) top left repeat-x transparent;
}

#top-navigation ul {
}

#top-navigation ul li {
}

#top-navigation ul li a:hover {
}

.sf-menu * {
	z-index: 99;
	list-style: none;
	line-height: 18px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 175px; /* left offset of submenus and width of menus need to match (see below) */
 	border: #9d9d9d solid 1px;
}
.sf-menu ul li {
	width: 100%;
}
.sf-menu li:hover {
	visibility: inherit;
}
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu li li {
	background:	#cdcdcd;
}
.sf-menu li li li {
	background:	#cdcdcd;
}
.sf-menu a {
	display: block;
	position: relative;
	height: auto;
	padding: 10px 8px 10px 9px;
	text-decoration: none;
}

.sf-menu .topLevel:link, .sf-menu .topLevel:visited {
	height: 17px; 
	margin: 0px;
	padding: 8px 8px 10px 8px;
 	border-right: #9d9d9d solid 1px;
	font-weight: bold;
}

.sf-menu .topLevel:hover, .sf-menu .topLevel:active {
	background: url(../images/navigation_hover.gif) top left repeat-x transparent;
}

.top-navigation-sub a {
}

.sub-top-navigation-sub a {
	width: 175px;
}

#top-navigation .noBorder {
	height: 17px; 
	margin: 0px;
	padding: 8px 8px 10px 8px;
	font-weight: bold;
	border: 0px;
}

.sf-menu a:link, .sf-menu a:visited { 
	color:#000000;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 36px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 175px; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top: -999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 175px; /* match ul width */
	top: 0;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background-color: #cf5200;
	outline: 0;
	color: #FFFFFF;
}

/*------------------ Content Selectors <--------------------*/

#content {
	margin-bottom: 485px;
	width: 978px;
	position: relative;
	left: 0px;
	top: 450px;
}


/*------------------ Column Container Selector <--------------------*/

#column-container {
}

/*-------- CTAs on Home Page <----------*/


#ctaHome {
	width: 978px;
	height: 203px;
	margin: 0px;
	padding: 0px;
}

/*------------------ CTA Meet the Innovators Home <--------------------*/

#CTAmeetInnovatorsHome {
	display: block;
	width: 318px;
	height: 203px;
	float: left;
	padding: 0px;
	margin: 0px 8px 0px 0px;
	background: url(../images/CTA_meet_innovators.jpg) top left no-repeat transparent;
}


#CTAmeetInnovatorsHome:link, #CTAmeetInnovatorsHome:visited {
	background-position: top left;
}

#CTAmeetInnovatorsHome:active, #CTAmeetInnovatorsHome:hover {
	background-position: bottom left;
}



/*------------------ CTA Media Home <--------------------*/

#CTAmediaHome {
	display: block;
	width: 318px;
	height: 203px;
	float: left;
	padding: 0px;
	margin: 0px 8px 0px 0px;
	background: url(../images/cta_media.jpg) top left no-repeat transparent;
}


#CTAmediaHome:link, #CTAmediaHome:visited {
	background-position: top left;
}

#CTAmediaHome:active, #CTAmediaHome:hover {
	background-position: bottom left;
}

/*------------------ CTA Skin Care Treatments Home <--------------------*/

#CTAskinCareHome {
	display: block;
	width: 318px;
	height: 203px;
	float: left;
	padding: 0px;
	margin: 0px 8px 0px 0px;
	background: url(../images/CTA_skin_care.jpg) top left no-repeat transparent;
}


#CTAskinCareHome:link, #CTAskinCareHome:visited {
	background-position: top left;
}

#CTAskinCareHome:active, #CTAskinCareHome:hover {
	background-position: bottom left;
}

/*------------------ Center Column Selectors <--------------------*/

#center-column {
	margin: 20px 10px 0px 10px;
	padding: 20px 0px 0px 0px;
	width: 958px;
	height: auto;
	border-top: #736d63 1px solid;
	border-bottom: #736d63 1px solid;
}

#center-column a:link, #center-column a:visited{
	color: #cf5200;
	text-decoration: underline;
}
#center-column a:hover, #center-column a:active{
	color: #3062b0;
	text-decoration: none;
}

/*------------------ Left Column Selectors <--------------------*/

#columns-internal {
	width: 958px;
	height: auto;
	margin: 20px 10px 0px 10px;
	padding: 20px 0px 0px 0px;
	border-top: #736d63 1px solid;
	border-bottom: #736d63 1px solid;
}

#left-column {
	width: 620px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #cf5200;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #3062b0;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

#center-column h3, #left-column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3062b0;
	margin: 0px 0px 10px 0px;
}

#center-column p, #left-column p {
	padding: 0px;
	margin: 0px 30px 20px 0px;
}

#center-column ol, #left-column ol{
	padding: 0px 0px 10px 40px;
}

#center-column ol li, #left-column ol li{
	list-style: lower-roman;	
	color: #3062b0;
	padding: 0px;
	margin: 0px 0px 10px 0px
}

#center-column ul, #left-column ul{
	padding: 0px 0px 10px 40px;
}

#center-column ul li, #left-column ul li{
	list-style: square;
	color: #3062b0;
	padding: 0px;
	margin: 0px 0px 10px 0px
}

#center-column .black , #left-column .black {
color:#000000;

}

#center-column img, #left-column img {
	border: #736d63 1px solid;
}

#left-column a:link, #left-column a:visited{
	color: #cf5200;
	text-decoration: underline;
}
#left-column a:hover, #left-column a:active{
	color: #3062b0;
	text-decoration: none;
}

/*------------------ Lecture Selectors <--------------------*/

/*#lecture {
	width: 600px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: #736d63 1px solid;
}*/

.lecture-left-column {
	width: 150px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 20px 0px 10px 0px;
}

.lecture-right-column {
	width: 450px;
	height: auto;
	float: right;
	margin: 20px 0px 10px 0px;
	padding: 0px
}

/*------------------ In Print Selectors <--------------------*/

.video-container {
	width: 352px;
	height: auto;
	padding: 0px;
	margin: 30px 0px 20px 90px;
}

.video-container2 {
	width: 352px;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 90px;
}

.video-containerHome {
	padding: 0px;
	margin: 10px 0px 0px 20px;
	float: right;
}

.video-containerp {
	font-size: 18px;
	color: #cf5200;
	text-align: center;
	padding: 0px;
	margin: 10px 0px 0px 0px!important;
}

#video-container {
	width: 352px;
	height: 240px;
	padding: 0px;
	margin: 30px 0px 20px 90px;
}

/*------------------ In Print Selectors <--------------------*/

.article {
	width: 168px;
	height: 230px;
	padding: 0px 0px 0px 18px;
	margin: 10px 20px 10px 0px;
	float: left;
}

.article p {
	font-size: 18px;
	color: #cf5200;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/*------------------ Manuscripts Selectors <--------------------*/

.manuscript {
	width: 168px;
	height: 385px;
	padding: 0px 0px 0px 12px;
	margin: 10px 20px 0px 0px;
	float: left;
}

.manuscript p {
	font-size: 14px;
	line-height: 20px;
	color: #cf5200;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/*------------------ Manuscripts Selectors <--------------------*/

.books {
	width: 168px;
	height: 460px;
	padding: 0px 0px 0px 12px;
	margin: 10px 20px 0px 0px;
	float: left;
}

.books p {
	font-size: 14px;
	line-height: 20px;
	color: #cf5200;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

/*------------------ Form Selectors <--------------------*/

#contact{
	width: 450px;
	height: 400px;
	float: left;
	padding: 0px;
	margin: 20px 70px 0px 70px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#contact h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: 100;
	text-align: center;
	color: #3062b0;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#contact form{
}

#contact input{
	width: 400px;
	height: 30px;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	border: 0px;
	background-color: #f0efef;
}

#contact textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 400px;
	height: 80px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	background-color: #f0efef;
	border: 0px;
}

#contact input.select{
}

#contact .mainSubmitBTN {
	background:url(../images/submit.jpg) top left no-repeat;
	width: 259px !important;
	height: 58px !important;
	cursor: pointer;
	margin: 12px 0px 0px 18px;
	padding: 0px;
	border: none;
}

#contact .hover {
	background: bottom left no-repeat url(../images/submit.jpg)!important;	
}

.contactBorder {
	border-bottom: #736d63 2px solid;
	margin: 0px 20px;
}

.newsletterBorderBoth {
	border-bottom: #736d63 2px solid;
	border-top: #736d63 2px solid;
	margin: 0px 20px;
}

.contactTextBorder {
	border-top: #736d63 2px solid;
	border-bottom: #736d63 2px solid;
	margin: 0px 20px;
}

#contact p {
	font-size: 10px;
	line-height: 14px;
	float: right;
	color: #000000;
	padding: 0px;
	margin: 10px 25px 0px 0px;
	text-align: right;
}

#contact a {
	color: #000000;
	text-decoration: underline;
}

#contact a:hover {
	text-decoration: none;
}

#contact input.orange-main{
}

.address2 {
  display: none;
}
.valid {
  background-color: #D0ECAA !important;
}
.invalid {
  background-color: #EC8486 !important;
}

/*------------------ Google Map Selector <--------------------*/

#map {
    width:400px;
    height:400px;
	padding: 0px;
	margin: 0px 0px 20px 95px;
}

#directions {
	width: 200px;
	height: auto;
	font-size: 14px;
	color: #cf5200;
	margin: 0px 0px 10px 220px;
}
/*------------------ Right Column Selector <--------------------*/

#right-column {
	width: 318px;
	height: auto;
	float: right;
	margin: 0px;
	padding: 0px;
}

address {
}

#map {
}

/*-------- CTAs on Internal Page <----------*/

/*------------------ CTA Meet the Innovators <--------------------*/

#CTAmeetInnovators {
	display: block;
	width: 318px;
	height: 203px;
	padding: 0px;
	margin: 0px;
	background: url(../images/CTA_meet_innovators.jpg) top left no-repeat transparent;
}

#CTAmeetInnovators:link, #CTAmeetInnovators:visited {
	background-position: top left;
}

#CTAmeetInnovators:active, #CTAmeetInnovators:hover {
	background-position: bottom left;
}

/*------------------ CTA Media <--------------------*/

#CTAmedia {
	display: block;
	width: 318px;
	height: 203px;
	padding: 0px;
	margin: 0px;
	background: url(../images/CTA_media.jpg) top left no-repeat transparent;
}

#CTAmedia:link, #CTAmedia:visited {
	background-position: top left;
}

#CTAmedia:active, #CTAmedia:hover {
	background-position: bottom left;
}

/*------------------ CTA Skin Care Treatments <--------------------*/

#CTAskinCare {
	display: block;
	width: 318px;
	height: 203px;
	padding: 0px;
	margin: 0px;
	background: url(../images/CTA_skin_care.jpg) top left no-repeat transparent;
}

#CTAskinCare:link, #CTAskinCare:visited {
	background-position: top left;
}

#CTAskinCare:active, #CTAskinCare:hover {
	background-position: bottom left;
}

/*------------------ CTA Container <--------------------*/
#CTAContainer {
	width: 216px;
	height: auto;
}
/*------------------ CTA Newsletter <--------------------*/

#CTANewsletter {
	display: block;
	width: 216px;
	height: 190px;
	padding: 0px;
	margin: 8px 10px 10px 0px;
	float: left;
	background: url(../images/CTA_skin_care_newsletter.jpg) top left no-repeat transparent;
}

#CTANewsletter:link, #CTANewsletter:visited {
	background-position: top left;
}

#CTANewsletter:active, #CTANewsletter:hover {
	background-position: top right;
}


/*------------------ CTA What's New <--------------------*/


#CTAWhatsNew {
	display: block;
	width: 216px;
	height: 93px;
	padding: 0px;
	margin: 8px 10px 10px 0px;
	float: left;
	background: url(../images/CTA_whats-new.jpg) top left no-repeat transparent;
}

#CTAWhatsNew:link, #CTAWhatsNew:visited {
	background-position: top left;
}

#CTAWhatsNew:active, #CTAWhatsNew:hover {
	background-position: top right;
}










/*-------- Sitemap Page Selectors <----------*/

#columns-container {
	padding: 0px;
	margin: 10px 0px 0px 10px;
}
#columns-container a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#columns-container a:link, #columns-container a:visited{
	color: #000000;
	text-decoration: none;
}
#columns-container a:hover, #columns-containera:active{
	color: #3062b0;
	text-decoration: underline;
}

#columns-container ul {
	width: 300px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

#columns-container ul li {
	width: 184px;
	height: auto;
	font-size: 12px;
	line-height: 21px;
	list-style: none;
}

#columns-container ul li.hr {
	border-top: 1px solid #cf5200;
	color: #cf5200;
	width: 184px;
	display: block;
	height: 15px;
	list-style-type: none;
	margin: 0px;
	list-style-image: none;
}

#columns-container #columns-left-column {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#columns-container #columns-middle-column {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#columns-container #columns-right-column {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#columns-container ul li.subhead {
	list-style-type: none;
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	color: #cf5200;
	text-decoration: none;
	font-weight: bold;
}

/*-------- Sitemap Page Selectors <----------*/

#sitemap-page-container {
	padding: 0px;
	margin: 10px 0px 0px 10px;
}
#sitemap-page-container a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sitemap-page-container a:link, #sitemap-page-container a:visited{
	color: #000000;
	text-decoration: none;
}
#sitemap-page-container a:hover, #sitemap-page-containera:active{
	color: #3062b0;
	text-decoration: underline;
}

#sitemap-page-container ul {
	width: 300px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

#sitemap-page-container ul li {
	width: 184px;
	height: auto;
	font-size: 12px;
	line-height: 21px;
	list-style: none;
}

#sitemap-page-container ul li.hr {
	border-top: 1px solid #cf5200;
	color: #cf5200;
	width: 184px;
	display: block;
	height: 15px;
	list-style-type: none;
	margin: 0px;
	list-style-image: none;
}

#sitemap-page-container #sitemap-page-left-column {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#sitemap-page-container #sitemap-page-middle-column {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#sitemap-page-container #sitemap-page-right-column {
	width: 300px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#sitemap-page-container ul li.subhead {
	list-style-type: none;
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	color: #cf5200;
	text-decoration: none;
	font-weight: bold;
}

/*------------------ Blog Navigation Selectors <--------------------*/

#blogger-navigation{
	width: 278px;
	height: auto;
	padding: 0px;
	margin: 20px
}

#blogger-navigation h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3062b0;
	margin: 0px 0px 10px 0px;
}

#blogger-navigation ul{
	padding: 0px;
	margin: 20px 0px;
}

#blogger-navigation ul li{
	list-style: none;
	padding: 0px;
	margin: 10px 0px;
}

#blogger-navigation ul li a{
}

#blogger-navigation ul li a:link, #blogger-navigation ul li a:visited{
	color: #cf5200;
	text-decoration: underline;
}

#blogger-navigation ul li a:hover, #blogger-navigation ul li a:active{
	color: #3062b0;
	text-decoration: none;
}

#blogger-navigation #powered-by{
}

/*--------------------------- Footer Selectors <------------------------------*/

#footer-wrapper {
	position: relative;
	width: 100%;
	height: 380px;
	background: #ffffff url(../images/bg-body-btm.jpg) top left repeat-x;
	padding: 0px;
	margin: 0px;
}
#footer {
	position: relative;
	width: 978px;
	height: 377px;
	position: relative;
	left: 50%;
	top: 0px;
	margin: 0 0 0 -489px;
	padding: 0px 0px 0px 0px;
}

/*-------- Sitemap Selectors <----------*/
#sitemap-container {
	padding: 0px;
	margin: 10px 0px 30px 50px;
	background-color: #ffffff;
	float: left;
}
#sitemap-container a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sitemap-container a:link, #sitemap-container a:visited{
	color: #000000;
	text-decoration: none;
}
#sitemap-container a:hover, #sitemap-containera:active{
	color: #3062b0;
	text-decoration: underline;
}

#sitemap-container ul {
	width: 240px;
	clear: both;
	padding: 0px;
	margin: 0px;
}

#sitemap-container ul li {
	width: 184px;
	height: auto;
	font-size: 12px;
	line-height: 21px;
	list-style: none;
}

#sitemap-container ul li.hr {
	border-top: 1px solid #cf5200;
	color: #cf5200;
	width: 184px;
	display: block;
	height: 15px;
	list-style-type: none;
	margin: 0px;
	list-style-image: none;
}

#sitemap-container #sitemap-left-column {
	width: 240px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#sitemap-container #sitemap-middle-column {
	width: 240px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#sitemap-container #sitemap-right-column {
	width: 233px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}

#sitemap-container ul li.subhead {
	list-style-type: none;
	margin: 15px 0px 5px 0px;
	padding: 0px;
	font-size: 16px;
	color: #cf5200;
	text-decoration: none;
	font-weight: bold;
}

#sitemapLogo {
	display: block;
	background: url(../images/sitemap_logoAddress3.gif) top right no-repeat transparent;
	width: 396px;
	height: 238px;
	margin: 10px 50px 0px 0px;
	padding: 0px;
	float: right;
}

/*-------- Disclaimer Selectors <----------*/
#disclaimer{
	position: relative;
	clear: both;
	margin: 0px 10px 0px 10px;
	padding: 20px 0px 10px 0px;
	width: 958px;
	height: auto;
	border-top: #736d63 1px solid;
	border-bottom: #736d63 1px solid;
}

#disclaimer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#disclaimer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#disclaimer a:link, #disclaimer a:visited {
	color: #000000;
	text-decoration: underline;
}
#disclaimer a:hover, #disclaimer a:active {
	color: #3062b0;
	text-decoration: none;
}

/*----------------- Clearfix and sIFR Selectors, Please do not modify <--------------------*/
/* Clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix {
	display:block;
}
/* End hide from IE Mac */
.brclear {
	clear:both;
	height:0;
	margin:0;
	font-size: 1px;
	line-height: 0;
}
/* sIFR http://www.mikeindustries.com/sifr/ Current Version 2.0.2 */
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {
	display: none !important;
}
/* =============== you can edit these styles ====================== */
.sIFR-hasFlash h1, .sIFR-hasFlash h2 {
	visibility: hidden;
}
