html,body {
	margin:0;
	padding:0;
	min-height: 100%;
  height: auto;
	}
body {
	font: 12px arial,sans-serif;
	line-height:17px;
	color:#4d4d4d;
	background:#f5f5f5;
	text-align:center;
	/*
	background-image:url('http://incendosoft.com/beta/img/bg_bottom.png');
  background-repeat:repeat-x;
  background-position: bottom;
  bottom: 0;
  */
	}
p {
	margin:10px;
	}
.content {
	padding:10px;
	}
	
img { 
  border-style: none;
}
/* links */
	a {
		text-decoration:none;
		color:#009ae5;
		}
	a:visited, a:active, a:hover.inlinelink {
		text-decoration:none;
		}
	a.inlinelink {
		font-weight:normal;
		text-decoration:underline;
		color:#000;
		}
	a:hover, a:visited.inlinelink, a:active.inlinelink   {
		text-decoration:underline;
		}
	#footer a {
	  margin: 0 0 0 12px;
	  text-decoration:none;
	  color:#666;
	}
	.glossaryindex a {
	  padding: 0 0 0 5px;
	}
	
/* layout */
	div#container_1col {
		text-align:left;
		width:950px;
		margin:0 auto;
		/* if there is a background.  NB does not display in IE.
		background: url(../img/bg1.gif);
		background-repeat: no-repeat;
		*/
		}
	div#container_2col {
		text-align:left;
		width:950px;
		margin:0 auto;
		}
	div#container_3col {
		text-align:left;
		width:950px;
		margin:0 auto;
		}
	/* columns */
		div#divFull {
			background:#f5f5f5;
			float:left;
			width:950px;
			min-height:360px;
			height:auto !important;
			height:360px;
			}
		div#divLeft {
			background:#f5f5f5;
			float:left;
			width:480px;
			margin: 10px 0 0 -10px;
			}
		div#divRight {
			background:#f5f5f5;
			float:right;
			width:480px;
			margin: 10px 0 0 0;
			}
	div#nav {
		margin: -33px 0 0 -15px;
		text-align: left;
		}
	  #subnav {
      margin: 10px 0 0 -7px;
  		text-align: left;
  		display: block;
      font-size: 15px;
      color: #ccc;
  		}
  		#subnav a {
  		  color: #000;
  		  text-decoration: none;
  		  margin: 0 8px 0 8px;
  		}
	div#footer {
		color:#999;
		clear:both;
		margin:0;
		padding:10px 0 20px 0;
		font: 11px arial,sans-serif;
		text-align: left;
		}
		
div#header {
  background-color: #161616;
  height: 300px;
  width: 100%;
  background-image:url('http://incendosoft.com/beta/img/header_bg_pattern.jpg');
  background-repeat:repeat-x;
  background-position: center;
}
#header_img {
  margin: 0;
  padding: 0;
}
#nav_tab_tamale {
  margin: 0 0 0 10px;
}

.box_top {
  background-image:url('http://incendosoft.com/beta/img/box_top.png');
  background-repeat: no-repeat;
  display: block;
  height: 20px;
}
.box_bottom {
  background-image:url('http://incendosoft.com/beta/img/box_bottom.png');
  background-repeat: no-repeat;
  height: 20px;
}
.box_bottom_blue {
  background-image:url('http://incendosoft.com/beta/img/box_bottom_blue.png');
  background-repeat: no-repeat;
  height: 60px;
  padding: 0 15px 0 0;
}
.box_mid {
  background-image:url('http://incendosoft.com/beta/img/box_mid.png');
  background-repeat: repeat-y;
  padding-bottom: 15px;
}
.box {
  margin: auto;
  padding: auto;
}
.box p {
  padding: 0 35px 15px 30px;
  margin:0 0 0 50px;
}
p {
  padding: 0 30px 10px 20px;
}
.box_bottom_blue p {
  color: #daf3fc;
  padding: 15px 0 0 30px;
}
h1 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  padding: 5px 30px 10px 30px;
  margin: 0;
}
.box h1 {
  padding: 5px 30px 0 30px;
  margin: 0 0 0 50px;
}
.hr {
  height: 1px;
  width: 450px;
  padding: 0;
  margin:  0 0 0 27px;
}
.hrbox {
  height: 1px;
  width: 460px;
  padding: 10px 0;
  margin:  0 0 0 10px;
  overflow: none;
}
.hrfooter {
  height: 1px;
  width: 100%;
  padding: 0 0 8px 0;
}
.hrglossary {
  height: 1px;
  width: 100%;
  padding: 0 0 15px 0;
}
.icon {
  margin: 0 0 0 -50px;
  float: left;
}
.btn_blue {
  float: right;
  margin: -23px 0px 0 0 ;
}	
.btn_grey {
  margin:8px 10px 0 -3px;
}
.bold_blue {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.modal {
  position: absolute;
  width: 950px;
  top: 375px;
  display: none;
}
.modalcontent {
  height: 720px;
  width:720px;
	margin:0px auto;
	text-align:center;
	background-image:url('http://incendosoft.com/beta/img/modal_bg.png');
  background-repeat: no-repeat;
  background-position: 0 0;
}
#modal_title {
  padding: 60px 0 0 0;
  color: #7b7b7b;
  font-size: 12px;
}
#btn_modalclose {
  position: absolute;
  margin: -15px 0 0 100px;
}
.dot {
  margin: 25px 0 0 0;
  padding: 0 1px 0 0;
}
.subnav_active {
  font-weight: bold;
}
.wide {
  margin: 15px 0;
}
.wide h1 {
  margin-left: -30px;
}
.wide h3 {
  margin-bottom: 0;
}
.wide p {
  margin: 0 0 15px 0;
  padding: 0;
}
.note {
  font-size: 11px;
  color: #999;
  line-height:15px;
}

#frm_contact{
  margin: 0 0 0 80px;
}
.frm_input {
  border:1px solid #cccccc;
  width: 350px;
  padding: 3px;
  margin:5px 0;
  font: 16px arial,sans-serif;
  color: #333;
}
.frm_checkbox {
  vertical-align: middle;
  margin: -1px 3px 0 0;
}
 label {
   display: block;
   font-size: 11px;
   color: #999;
   margin: 2px 0 -2px 0;
 }
.boxless {
  padding-top: 20px;
}

.inline {
  vertical-align: middle;
  margin:0px 10px 0 -3px;
}
.outdent p, .outdent h1 {
  margin-left: 0;
}