body {
  margin: 10px 0 0 0;
  text-align: center;
}

a, a:visited {
  color: #369;
  text-decoration: none; 
}

a:hover {
  text-decoration: underline; 
}

body, input, select, textarea, td, .regFrmFld {
  font: normal 11px verdana;
  line-height: 15px;
  color: #333;
}

p {
  margin: 8px 0px 0px 0px; 
}

img {
  border-width: 0; 
}

form {
  margin: 0; 
}

#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
}

#logo {
  float: left;
	border: 0px;
  margin: 0px 100px 10px 10px;
}

#sitenav {
  position: relative;
  top: 11px;
  float: right;
  background-color: #fff;
  padding: 1px 0 2px 8px;
}

#tagline {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 12px;
}

#cart {
  display: none;
  border: 1px solid #ccc;
  padding: 1px 8px 2px 8px;
  margin-left: 7px;
  background-color: #fff7c8;  
}

#pgHdr {
  margin-bottom: 6px;
  border-top: 2px dotted #ccc;
}

h3#pgTitle {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 15px 0;
	line-height: 20px;
}

#project, #work {
 	width: 49%;
	border: 1px solid #039;
	margin-top: 7px;
	padding-bottom: 12px;
}

#project {
  float: left;
}

#work {
  float: right;
}

#mstnt {
  background-color: #fff;
  border: 2px solid #fc0;
  padding: 7px 10px 7px 10px;
}

#footer {
  clear: both;
  text-align: center;
  margin-top: 25px;
  padding: 10px 0px 20px 0px;
  border-top: 2px dotted #ccc;
}

#err {
  position: relative;
  left: -20px;
  width: 360px;
  border: 1px solid #f00;
  padding: 6px 14px;
  font: bold 11px verdana;
  color: #f00;
  margin-bottom: 15px;
}

ul.alert {
  font-weight: bold;
  border: 1px solid #f00;
  margin: 0 0 8px 0;
  padding: 6px 14px;
  list-style-type: none;
  color: #f00;
}

#errMissingInfo, #errEmailInvalid {
  display: none;
}

#err img {
  float: left;
  margin-right: 14px;
}

.fpFrm {
  padding-top: 10px;
  clear: left;
}

.fpFrm label, .fpSrch span {
	display: block;
	float: left;
}

.fpFrm label {
  font-weight: bold;
	text-align: right;
	width: 120px;
	padding-right: 7px;
	white-space: nowrap;
}

#pnLdMsg, #sLdMsg {
  vertical-align: top;
}

.fpBtn {
  clear: left;
  text-align: center;
  padding: 17px 0 6px 0; 
}

.spacer {
  clear: both;
}

.hdr {
  padding: 1px 5px 3px 7px;
  background-color: #039;
  color: #fff;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.dtl {
  padding: 4px 10px 15px 10px;
}

.float, .col3 {
  float: left;
}

.col3 {
  width: 266px;
}

.ftr {
  font: bold 11px verdana;
  color: #666;
  line-height: 18px;
}

a.apnt, a.apnt:visited, a.apnt:hover {
  color: #666;
  text-decoration: none;
}

.btn {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
  color: #039;
  background: #fc6;
  border-width: 2px;
  border-style: solid;
  border-color: #fc9 #f93 #f93 #fc9;
  padding: 1px 10px 2px 10px;
  width: auto;
  overflow: visible;
  text-decoration: none;
}

.tm {
  font: bold 13px verdana; 
}

table.frmPrgt {
  margin-left: 20px;
}

.emptReqFld {
  background-color: #fadcdd;  
}
.frmPrgt tr td {
  vertical-align: top;
  padding: 4px 0px 3px 10px;
}

.req {
  color: #696; 
}

.bld {
  font-weight: bold;
}

.attn {
  color: #c60;  
}

.imnt {
  color: #f00;
  font-weight: bold; 
}

div#statPg {
  padding: 0 20px 10px 20px;  
}

.frmSec div {
  color: #039;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
	font-size: 15px;
	font-weight: bold; 
	padding: 0px 0px 15px 0px;
	position: relative;
	left: -20px;
}

.frmSec div span {
  background-color: #039;
  color: #fff;
	padding: 2px 8px;
	margin-right: 8px;
}

/* round corners */
.tl, .tr, .bl, .br {
  font-size: 8px;
  line-height: 8px;
  position: relative;
}

.tl {
  top: -1px;
  left: -1px;
  background: transparent url(../img/corner_tl.gif) no-repeat top left;
}

.tr {
  left: 2px;
  background: transparent url(../img/corner_tr.gif) no-repeat top right;
}

.bl {
  top: 1px;
  left: -1px;
  background: transparent url(../img/corner_bl.gif) no-repeat top left;
}

.br {
  left: 2px;
  background: transparent url(../img/corner_br.gif) no-repeat top right;
}
/* end round corners */
