/* Main Sections 
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: "Helvetica", Arial, Verdana, Helvetica, sans-serif;
    font-size: 80%;
    background: #000000;
    color: #fff;

}

h1, h2, h3, h4 {
	font-family:  "Helvetica", Arial, Verdana, Helvetica, sans-serif;
	margin: .5em 0;
}
h1 { font-size: 190% }
h2 { font-size: 140%; }
h3 { font-size: 140%; }
h4 { font-size: 118%; letter-spacing: .15em }

p {
padding: 0 0 1em; 
}

p {
font-family: Verdana, Helvetica, Arial; 
color: #000;

} 

ul#navigation {
  margin-left: 25px;
  padding-left: 0px;
  list-style-type: none;
  line-height: 1.5em;
}



a { 
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
    color: #620b76;
	font-weight: bold;
}
a:hover { 
    color: #fb6806; 
    text-decoration: none;
 }


.clear {
    clear: both;
    height: 0px;
    margin: -1px 0 0;
    font-size: 1px;
}

/*Top Nav Styling*/

.lower-nav-box{ 
height:34px;
}

#forum-top-nav {
height:34px; 
padding-left:0px;
}

#forum-top-nav .link-holder{
height:34px; 
width:1000px; 
background-image: url(http://www.bestnjsmile.com/images/button.png);
background-repeat: repeat-x;
}

#forum-top-nav .link-lft-hldr{
height:34px; 
width:10px; 
float:left; 
background-image:url(http://todaysfacilitymanager.com/tfm-forum/images/nav_lft_bkg.gif); 
background-repeat:no-repeat; 
background-position:left;}


#videoPlayer {
float: right;
margin: 10px 10px 20px 25px;
border-style:solid;
border-width:14px;
border-color: #000;
}


/*UL Menu Styling*/


ul#forum-menu-horiz {
  margin: 0;
  border: 0 none;
  padding: 0;
  list-style: none;
  height: 34px;
}

ul#forum-menu-horiz li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;


}

ul#forum-menu-horiz ul {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 110px;
  list-style: none;
  display: none;
  position: absolute;
  top: 34px;
  left: 0;

}

ul#forum-menu-horiz ul:after {
  clear: both; /*From IE 7 lack of compliance*/
  display: block;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#forum-menu-horiz ul li {
  width: 220px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  position:relative;
}



/* Root Menu */

ul#forum-menu-horiz a {
  border-right: 0;
  padding: 9px 18px 7px 18px;
  background-image:url(http://www.bestnjsmile.com/images/nav_seperator.gif); 
  background-position:right; 
  background-repeat:no-repeat;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  color: #fff;
  font: bold 12px/18px Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}



/* Root Menu Hover Persistence */
ul#forum-menu-horiz a:hover,
ul#forum-menu-horiz li:hover a,
ul#forum-menu-horiz li.iehover a {
 color: #4b085a;
 background: #eecb4d;
 background-image: url(http://www.bestnjsmile.com/images/button-over.png);
 background-repeat: repeat-x;

 }
 
 
/* 2nd Menu */
ul#forum-menu-horiz li:hover li a,
ul#forum-menu-horiz li.iehover li a {
  float: none;
  background: #eecb4d;
  color: #4b085a;
  padding:4px 2px 4px 20px;
  background-image:url(http://todaysfacilitymanager.com/tfm-forum/images/nav_bullet_wht.gif); 
  background-position:left; 
  background-repeat:no-repeat;
}



/* 2nd Menu Hover Persistence */
ul#forum-menu-horiz li:hover li a:hover,
ul#forum-menu-horiz li:hover li:hover a,
ul#forum-menu-horiz li.iehover li a:hover,
ul#forum-menu-horiz li.iehover li.iehover a {
background: #ec620e;
color: #FFFFFF;
background-image:url(http://todaysfacilitymanager.com/tfm-forum/images/nav_bullet_wht.gif); 
background-position:left; 
background-repeat:no-repeat;

}


ul#forum-menu-horiz ul ul,
ul#forum-menu-horiz ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
 
}



/* Do Not Move - Must Come Before display:block for Gecko */
ul#forum-menu-horiz li:hover ul ul,
ul#forum-menu-horiz li:hover ul ul ul,
ul#forum-menu-horiz li.iehover ul ul,
ul#forum-menu-horiz li.iehover ul ul ul {
  display: none;
}



ul#forum-menu-horiz li:hover ul,
ul#forum-menu-horiz ul li:hover ul,
ul#forum-menu-horiz ul ul li:hover ul,
ul#forum-menu-horiz li.iehover ul,
ul#forum-menu-horiz ul li.iehover ul,
ul#forum-menu-horiz ul ul li.iehover ul {
  display: block;
}


/* End of Horizental menu */


#page {
    background: #000
    background-repeat: repeat-y;
	width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#content {
    float: left;
    text-align: left;
    width: 1000px;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}


/*Main Styling*/

#main {
    text-align: left;
    width: 945px;
    margin: 0px;
    padding: 10px 25px 10px 25px;
	
}
#main h1 {
    color:  #541661;

}
#main h2 {
    color:  #541661;

}
#main2 {
    float: right;
    text-align: left;
    width: 335px;
    margin: 0px;
    padding: 0px 15px 25px 0px;
    
}
#main2 h2 {
    color: #541661;
}
#main3 {
    float: left;
     background: #fff url(http://www.bestnjsmile.com/images/sidenav-back.png);
    background-repeat: repeat-x;
    color: #fff;
    text-align: right;
    width: 205px;
    margin: 0px 0px 0px 15px;
    padding: 10px 10px 25px 10px;
    
}

#main3 a {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 90%;
	text-decoration: none;
    color: #fff;
	font-weight: bold;

}

#main3 a:hover {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
	 color: #eecb4d;
	font-weight: bold; 

}
#main3 h2 {
    color:  #541661;

}
#main4 {
    float: right;
    text-align: left;
    width: 700px;
    margin: 0px;
    padding: 0px 35px 5px 15px;
    
}
#main4 h2 {
    color:  #541661;

}

#main5 {
    float: left;
    text-align: left;
    width: 930px;
    margin: 0px;
    padding: 0px 25px 5px 25px;
    
}



/* Special text formatting 
------------------------------------------------------------------------------- */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
        color: #46880d;
}


.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

/* Header 
------------------------------------------------------------------------- */

#header { 
    background-image:url(http://www.visitivitymedia.com/assets/images/visitivitybanner.png);
    background-repeat: no-repeat;
    height: 189px;
}

#header h1 {
    font-family: "Georgia", Georgia, Palantino, serif;
	margin: 0;
    padding: 7px 0px 0px 35px;
	position: relative;
    color: #a456bc;
	z-index: 5;
}
#header h1 a {
    font-family: "Georgia", Georgia, Palantino, serif;
	text-decoration: none;
    font-weight: normal;
	border-bottom: none;
    color: #a456bc;
}
#header h1 a:hover { 
    color: #4b085a; 
}
#header h2 {
    float: right;
    margin: 0;
    font-weight: normal;
	position: relative;
	padding: 20px 0px 0px 645px;
        color: #ffffff;
	z-index: 5;
}
#top-nav { 
    font-family: "Georgia", Georgia, Palantino, serif;
	float: right;
	position: relative;
    margin: 10px 39px 0px 0px;
    font-size: 20px; 
    text-decoration: none;
    border-bottom: none;
    color: #a456bc;
	z-index: 5;
}
    
/*  Preload Images
------------------------------------------------------------------------- */

.hiddenPic {display:none;}


/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 1.25em 0;
    padding: 0 0 1.25em 5px;
}

.post h3 {
    margin-top: 0;
    color: #122e79;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 6px;
	margin-left: 0em;
}




/* Footer 
------------------------------------------------------------------------- */
#footer {
    margin: 0px;
     font-weight: normal;
    padding: 5px 0 5px 10px;
    font-size: 85%;
    background-color: #537ec0;
    color: #fff;
}

#footer2 {
    width: 600px;
    font-weight: normal;
    padding: 4px;
    font-size: 100%;
    background-color: #541661;
    color: #fff;
}

#footer p {
    padding: 20px 100px 20px 95px;
	font-weight: normal;
}

#footer a {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
    color: #eecb4d;
	
}

#footer a:hover {
    font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
    color: #fff;
	
}


/* Forms 
------------------------------------------------------------------------------- */
form {
	width: 360px;
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(images/input-bg.gif) repeat-x top left;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 15px 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

