/* CSS Document */
/*-----------------------------------------------------------------------------*/
/* classes for incomplete */
.incomplete {
	color: Fuchsia;
	font-variant: small-caps;
	font-weight: bold;
}
a.incomplete img {
	border: 1px solid Fuchsia;
}
/* classes for overall */
body {
	color: #333;
	font-family: "Lucida Sans Unicode" "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.2em;
}

table#idShell {
  width: 800px;
  background-color: White;
	color: #333;
	font-family: "Lucida Sans Unicode" "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.3em;
}
td {
	padding: 0;
	text-align: left;
	vertical-align: top;
	font-family: "Lucida Sans Unicode" "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/*-----------------------------------------------------------------------------*/
/*    general styles    */
p {
	text-align: left;
	margin-top: 1em;   /* note margin on TOP */        /* for no margin - do not use <P> */
	margin-bottom: 0;  /* note margin on BOTTOM */
}
p.BottomMargin {
	margin-bottom: 1em;   /* note margin on BOTTOM (inherits margin on TOP) */
}
a {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: inhert;
	text-decoration: underline;
}
a img {
	border: none;
	cursor: hand;
}
h1 {
  margin: 0px 0px 10px 0px;

  font-size: 14pt;
}
h2 {
  margin: 17px 0px 0px 0px;
  font-size: 14pt;
}
h3 {

}
h4 {
}
h5 {
	margin: 1em 0px 0px 0px;
	font-size: 9pt;
	color: #888;
	text-transform: uppercase;
}
h6 {
  margin: 0px;
	color: Fuchsia;
	font-variant: small-caps;
  font-size: 9pt;
  font-weight: normal;
}
ul {
	margin: 0px 0px 0px 1.5em;
	padding: 0px;
	list-style: disc;
	list-style-position: outside;
}
ul li {
	margin: 0px;
	padding: 0px;
}
ul ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
}
ol {
	margin: 0px 10px 0px 1.5em;
	padding: 0px;
	list-style: decimal;
	list-style-position: outside;
}
ol li {
	margin: 0px;
	padding: 0px;
}
input {
  color: #333;
	font-family: "Lucida Sans Unicode" "Trebuchet MS", Arial, Helvetica, sans-serif;
}
textarea {
  width: 185px;
  height: 60px;
  color: #333;
	font-family: "Lucida Sans Unicode" "Trebuchet MS", Arial, Helvetica, sans-serif;
}
big {
  font-size: 1.2em;
}
small {
  font-size: .8em;
}
.Blue {
  color: #039;
}
.Grey {
  color: #888;
}
/*-----------------------------------------------------------------------------*/
/* common styles */


/*-----------------------------------------------------------------------------*/
/* header and footer styles */
td#idFooter {
  padding: 8px 0px 0px 11px;
  border-top: 4px solid #CCC;
  font-size: 8pt;
  color: #888;
}
td#idFooter img {
  margin-top: 6px;
}
td#idFooter a {
  color: #888;
  text-decoration: none;
}
/*-----------------------------------------------------------------------------*/
/*    main content styles   */
td#idMainArea {
}
td#idContent {
  background-color: #F0F0E0;
}
td#idContent div#idHeadline {
  margin: 0px;
  padding: 0px;
  background-color: #E0E0C2;
  border-bottom: 1px solid White;
}
td#idContent div#idHeadline div{
  margin: 0px;
  padding: 17px 0px 10px 13px;
  border-bottom: 1px solid #CC9;
}
td#idContent div#idHeadline div a{
  color: #039;
  text-decoration: none;
  text-transform: uppercase;
}
td#idContent div {
  margin: 0px 8px 5px 13px;
  padding: 0px;
}
/*-----------------------------------------------------------------------------*/
/*    siebar styles   */
td#idSidebar {
  padding: 0px 0px 0px 15px; /* 338 - 15 = 323*/
}
td#idSidebar div {
  margin-top: .4em;
  font-size: .9em;
  color: #888;
}
td#idSidebar h5 {
  margin-top: 0px;
  text-transform: uppercase;
  color: #888;
}
table#idSmallImages td {
  padding-top: 5px;
  vertical-align: bottom;
  border-bottom: 1px solid #CCC;
}
table#idSmallImages td.Text {
  padding-bottom: .5em;
  vertical-align: bottom;
}
table#idSmallImages td.Text a {
  color: #888;
  text-decoration: underline;
}
td#idSidebar img.Services {
  margin-top: 20px;
}

/*-----------------------------------------------------------------------------*/
/* styles for forms */
form {
  margin: 0;
}
button {
	color: #333;
	cursor: hand;
}
button.Image {
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
	background-color: transparent;
	cursor: hand;
}
button.Image img {
  border:none;
  margin: 0px;
  vertical-align: middle;
}
input.Text  {
	width: 185px;
}
select {
	color: #333;
	width: 185px;
}
/*-----------------------------------------------------------------------------*/
/* classes for validator */
.tfvHighlight {
  color: #C60000;
	text-align: right;
	padding: 3px;
	padding-right: 4px;
	vertical-align: top;
	white-space: nowrap;
}
.tfvNormal {
  color: #333;
	text-align: right;
	padding: 3px;
	padding-right: 4px;
	vertical-align: top;
	white-space: nowrap;
}
.inputHighlighted {
  color: #C60000;
	text-align: left;
	padding: 3px;
	vertical-align: top;
	white-space: nowrap;
}
.inputNormal {
  color: #333;
	text-align: left;
	padding: 3px;
	vertical-align: top;
	white-space: nowrap;
}
/*---------------------------------------------------------------*/
/* styles for images */
img.hRule {
	width: 100%;
	height: 1px;
	margin: 5px 0px;
	background-color: #CCC;
	clear: both;
}
img.Right {
	float: right;
	clear: left;
	margin: 0px 0px 10px 10px;
}
img.Left {
	float: right;
	clear: left;
	margin: 0px 10px 10px 0px;
}
/*-----------------------------------------------------------------------------*/
/* nav area styles */
td#idNavArea {
	padding: 0px;
	font-size: 9pt;
}
td#idNavArea a {
  color: #333;
	text-decoration: none;
}
td#idNavArea a:hover {
  color: #039;
}
td#idNavArea div {
  margin: 0px;
  color: #039;
}
td#idNavArea table {
  width: 178px; /*  */
  margin: 0px;
  clear: both;
}
td#idNavArea table td {
	padding: 0px 0px 0px 11px;
  text-align: left;
  vertical-align: middle;
}
td#idNavArea td.navOnInd {
  width: 0px; /*  */
	padding: 0px;
}
td#idNavArea td.L1 {
  height: 37px;
  background-image: url(common/images/nav_button_bg.gif);
  background-repeat: repeat-x;
	text-transform: uppercase;
}
td#idNavArea td.L1 a {

}
td#idNavArea td.L1 a:hover {

}
td#idNavArea td.L1 div {

}
td#idNavArea td.L2 {
  height: 20px;
	text-transform: capitalize;
}
td#idNavArea td.L2 a {

}
td#idNavArea td.L2 a:hover {

}
td#idNavArea td.L2 div {

}
td#idNavArea td.L3 {
  height: 20px;
	text-transform: capitalize;
}
td#idNavArea td.L3 a {

}
td#idNavArea td.L3 a:hover {

}
td#idNavArea td.L3 div {

}
/*-----------------------------------------------------------------------------*/
