/* Start of CMSMS style sheet 'Incisor_Template_Style' */
/* CSS Document */
html, body, #page_wrapper {height: 100%;}
body > #page_wrapper {height: auto; min-height: 100%;}
body{
  margin: 0px;
  padding: 0px;
  background: url(/images/incisor/page_bkg.png) 0 0 repeat-x #FFFFFF;
  color: #6B6854;
  font: 14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div, p, ul, h1, h2, h3, h4, h5, img, form, label{
  padding: 0px;
  margin: 0px;
}

/*----MAIN CONTAINER----*/
#container{
  width: 950px;
  text-align:left;
  position: relative;
  margin: 0 auto;
  padding: 0px 0px 115px 0px;
}
#header {
  position:relative;
  height:220px;
  width:950px;
  background: url(/images/incisor/header_bkg.png) 0 0 repeat-x #FFFFFF;
}
#header_rotate {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 159px;
	width: 716px;
}
/*----WIDGETS----*/
div#tellafriendbox {
display: none;
}
div#widgets {
  float: right;
  width: 90px;
margin-top: 37px;
}

div#widgets a{
	width: 30px;
	height:24px;
	text-indent:-9000px;
	display:block;
	float:right;
	outline: none;
}
div#widgets a.homebutton{
	background-image: url(/images/incisor/widgets_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#widgets a.recommendbutton{
	background-image: url(/images/incisor/widgets_bkg.png);
	background-repeat: no-repeat;
	background-position: center top;
}
div#widgets a.contactbutton{
	background-image: url(/images/incisor/widgets_bkg.png);
	background-repeat: no-repeat;
	background-position: right top;
}
div#widgets a.homebutton:hover {
	background-image: url(/images/incisor/widgets_bkg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
div#widgets a.recommendbutton:hover {
	background-image: url(/images/incisor/widgets_bkg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#widgets a.contactbutton:hover {
	background-image: url(/images/incisor/widgets_bkg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/*----Left Block----*/
#leftBlock {
  width: 233px;
  float: left;
}
#leftBlockContent {
  width: 233px;
  background: url(/images/incisor/left_col_bkg.png) 0 0 repeat-y #FFFFFF;  
}
#leftBlockBottom {
  width: 233px;
  height: 15px;
  background: url(/images/incisor/left_col_bottom.png) 0 0 no-repeat;
}
/*----Main Block----*/
#mainBlock {
	width:511px;
	float:left;
	display:inline; 
}
#mainBlockContent {
	width:486px;
	margin: 15px 10px 0px 15px;
} 
#rel_links {
	width:486px;
	margin: 5px 10px 10px 15px;
	text-align: left;
}
/*----Right Block----*/
#rightBlock {
  width: 200px;
  float: right;
}
#rightBlockContent {
  width: 200px;
	margin-top: 15px;
}
#marketing_rotate {
	position:relative;
	height: 173px;
	width: 486px;
}
#surveying_rotate {
	position:relative;
	height: 173px;
	width: 486px;
}

/*----Footer----*/
#footer {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background: url(/images/incisor/footer_bkg.png) 0 0 repeat-x #978F85;
  text-align:center;
	position: relative;
	margin-top: -115px; /* negative value of footer height */
	height: 115px;
	clear:both;
}

#foot {
	width:950px;
	margin:0px auto;
  padding: 20px 0px 0px 0px;
	height: 80px;
	color: #FFFFFF;
	text-decoration: none;
}
#foot_nav {
  padding: 10px 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
/* End of 'Incisor_Template_Style' */

