/*© Copyright 2006-2007 C-mach Technologies Inc.*/
/*these 2 rules allow the footer to attach to bottom of viewport*/
/*the * makes FF work*/
* {
  margin: 0px;
  padding: 0px;
}

html, body {
  margin: 0px;
  padding: 0px;
  height: 97%;
  background-color: #133040;
}

/*set the overall font face, size*/
body {
	font: 12px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*prevents a border from appearing around masthead*/
img {
  border: none; 
}

/*the following rules keep the footer positioned properly*/
#pagewrapper { min-height: 100%; color: #333; right-margin: 1px; background: #133040 url(../images/ct_background3.jpg) repeat-x; }
#Main { position: relative; top: 0px; left: 0px; background-color: white; border: 1px solid black; margin: 0px 15px; padding: 0px; min-height:400px; }

/*this rule provides the main box for the centre column on 2nd page*/
#Content {
  margin: 0px 0px 0px 0px;
  background-color: white;
  padding: 0px;
	width: 100%
}
#MainFeature {
  margin: 0px 5px 0px 0px;
  background-color: white;
	overflow: hidden;
}
#contentright { margin: 0px 0px 0px 0px; border: black 0px solid; padding: 0px; min-height: 100px; background: #FAFAFA repeat-y right top; }

#clearone {
	clear: both;
	height: 1px;
}

/*these rules position any graphics left or right in main col*/
#MainFeature .imgright {
	float: right;
  padding: 5px 3px 3px 5px;
}
#MainFeature .imgleft {
	float: left;
  padding: 5px 10px 3px 0px;
}
#MainFeature .imgcenter {
	float: center;
  padding: 3px;
}
.clearFloat {
	clear: both;
}
.raiseVisioImage {
	padding: 0px;
	margin-top: -35px;
}

#footer { clear: both; text-align: center; font-size: 11px; color: #339; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; padding: 5px 0px 5px 0px; margin:0px 10px 15px 15px; background: #FFF; display: none; }

/*these rules define the overall text styles*/
h1 {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 2em;
  color: #3366FF;
}
h2 {
  margin: 0px 5px 10px 5px;
  padding: 0px 5px 2px 5px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #CC0404;
  font-weight: 600;
}
h3 {
  margin: 0px 5px 10px 5px;
  padding: 0px 5px 2px 5px;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: 600;
}
p {
  line-height: 1.3em;
  margin: 0px 5px 10px 5px;
  padding: 0px 5px 2px 5px;
}
a {
  font-weight: 600;
  color: #006691;
  text-decoration: none;
}
a:link {
  color: #1C4DB6;
}
a:visited {
  color: #1C4DB6;
}
a:hover {
  color: #CC0404;
}
ul  {
  margin-top: 1px;
  margin-bottom: 10px;
	margin-left: 20px;
  padding: 0px 0px 0px 20px;
  list-style-type: square;
  }
ol  {
  margin-top: 1px;
  margin-bottom: 10px;
	margin-left: 20px;
  padding: 0px 0px 0px 20px;
  }
li {
  padding: 2px;
	font-size: 13px;
}
.numlist {
	list-style-type: none;
	padding-left: 2em;
	text-indent: -3em;
}

.numlisttext {
	position: relative;
	top: -7px;
	left: 10px;
}

.boxedtext {
  background-color: whitesmoke;
	padding: 7px;
	border: 1px solid;
  border-color: #1C4DB6;
  margin: 10px 20px 10px 20px;
}

.boxedtextindentright {
  margin: 0px 140px 25px 10px;
  background-color: whitesmoke;
	padding: 7px;
	border: 1px solid;
  border-color: #1C4DB6;
}
.leadin {
  color: #CC0404;
  font-weight: 800;
}
.faqQuestion {
	padding-left: 0px;
  font-weight: 600;
	padding-left: 20px;
	text-indent: -20px;
}

.faqAnswer {
	padding-left: 40px;
	text-indent: -20px;
}


/*these rules redefine some changes to text for center column*/
#MainFeature h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 5px 0px 5px 10px;
  margin: 0px 0px 5px 0px;
  color: white;
  font-size: 12pt;
  background-color: #006691;
}
#MainFeature p {
  line-height: 1.4em;
	font-size: 13px;
  margin-bottom: 5px;
}
#MainFeature h3 {
  margin-bottom: 0px;
}
#MainFeature h2 {
  margin-bottom: 0px;
}
#MainFeature h1 a {
  color: white;
  text-decoration: none;
}
#MainFeature h1 a:link {
  color: white;
}
#MainFeature h1 a:visited {
  color: white;
}
#MainFeature h1 a:hover {
  text-decoration: underline;
}


.watermark01 {
  background-image: url("../images/pd_back1.jpg");
  background-repeat: no-repeat;
	background-position: 0% 30%;
  margin: 0px;
  padding: 5px;
}
.watermark02 {
  background-image: url("../images/floor_plan.jpg");
  background-repeat: no-repeat;
	background-position: 20% 28%;
  margin: 0px;
  padding: 5px;
}
.watermark03 {
  background-image: url("../images/data_back1.jpg");
  background-repeat: no-repeat;
	background-position: 20% 8%;
  margin: 0px;
  padding: 5px;
}

/*Data Entry Forms*/
form {
	border: 1px solid #3366FF;
	padding: 3px 6px 3px 6px;
	margin: 0px 10px 0px 10px;
}

input.txt {
  background-color: whitesmoke;
	border: 1px solid #3366FF;
	margin: 0;
	padding: 2px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

input.btn {
	margin: 10px 20px 5px 150px;
}

select {
  background-color: whitesmoke;
	border: 1px solid #3366FF;
	color: black;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}
textarea {
  background-color: whitesmoke;
	border: 1px solid #3366FF;
	width: 250px;
	height: 70px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
}
label {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
	float: left;
	width: 25%;
	padding-left: 6px;
	text-indent: -6px;
}
label.dataerror {
	font-weight: 600;
	color: red;
}

legend {
	margin-top: 20px;
	margin-bottom: 15px;
}
form p.boxedtext {
  background-color: whitesmoke;
	margin-top: 10px;
	padding: 7px;
	border: 1px solid;
  border-color: #1C4DB6;
}
.centered {
	text-align: center;
}
.widebutton {
	font-size : .9em;
	width: 150px;
	height: 25px;
	position : relative;
	top: 10px;
	display: inline;
}
form.noborder {
	border: none;
	padding: 3px 6px 3px 6px;
}
.hiddenDiv { display: none; }
.visibleDiv { display: block; }
