/*© 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%;
}

/*set the overall font face, size*/
body {
	font: 12px "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: #3366FF;
	margin-top: 140px;
}

/*prevents a border from appearing around masthead*/
img {
  border: none; 
}

/*the following rules keep the footer positioned properly*/
#pagewrapper {
  min-height: 100%;
  color: #333;
	width: 99.5%;
	width: 1100px;
	margin-left: auto;
  margin-right: auto;
}
#Main {
  position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
  background-color: #3366FF;
}

/*this rule provides the main box for the centre column on 2nd page*/
#Content {
  margin: 0px 10px 0px 170px;
  border-top: black 1px solid;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #1C4DB6;
  background-color: white;
	background-image: url(../images/column_right_bg.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
#MainFeature {
  margin: 10px 250px 10px 10px;
  background-color: white;
	min-height: 555px;
}
#Content .inner {
  margin: 10px 237px 10px 10px;
  background-color: white;
}
#clearone {
	clear: both;
	height: 1px;
}

/*these rules position any graphics left or right in main col*/
#Content .imgright {
	float: right;
  padding: 3px;
}
#Content .imgleft {
	float: left;
  padding: 3px;
}
#Content .imgcenter {
	float: center;
  padding: 3px;
}
.clearFloat {
	clear: both;
}
.raiseVisioImage {
	padding: 0px;
	margin-top: -35px;
}

#footer { clear: both; text-align: center; font-size: 11px; color: #3366FF; border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black; padding: 5px 0px 5px 0px; margin:0px 10px 15px 170px; background-color: white; }
#footer a { color: #3366FF; }

/*these rules define the overall text styles*/
h1 {
  padding: 0px;
  margin: 0px 0px 15px;
  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;
}

.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 {
  margin-top: 8px;
	padding: 5px;
}
#MainFeature p {
  line-height: 1.4em;
	font-size: 13px;
}
#MainFeature h3 {
  margin-bottom: 0px;
}
#MainFeature h2 { margin-bottom: 10px; }

/*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;
}


