/* CSS Document */

* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}
body {
/*	background:#DADCFE;*/
        background: #1E2048;
	margin:0px 0 15px 0;
	text-align:center;
	font-size:small;
	font-family: Arial, Verdana, sans-serif;
	color:#333333;
}

p
{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
	   margin-bottom: 10px;

}

ul, ol {
	color:#333333;
   margin-bottom: 10px;
   line-height: 19px;
   font-size: 100%;
   margin-left: 20px;
}


a, a:link, a:visited {
   color: #99BE1F;
   text-decoration: none;
   font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a:active, a:focus {
   text-decoration: none;
   color: #99BE1F;
}  

span a {
   font-weight: bold;
   text-decoration: none;
}



#container, intro {
   position: relative; 
   margin: 0 auto;
   width: 760px;
   text-align: left;
}

/* intro */

#pageHeader {
/*   background: #ffffff url(../images/logo_sm.jpg) left top no-repeat;*/
   background: #f7f7e7 url(../images/logo2.gif) left top no-repeat;
   border: solid #000 1px;
   height: 131px;
   color: #FFFFFF;
}

#pageHeader h1 {
    color: #fff;
	position: absolute;
	width: 294px;
	left: 50px;
	top: 90px;
	font-size: 120%;
	padding-bottom: 20px;
	text-align: left;
}

#pageHeader h2 {
    color: #FFF;
	position: absolute;
	width: 294px;
	left: 57px;
	top: 170px;
	font-size: 110%;
	text-align: center;
}

#quickSummary {
	position: absolute;
	left: 440px;
	top: 65px;
	width: 280px;
	font-size: 90%;
    color: #003366;
}

#quickSummary a {
    color: #984F22;
}

#about {
   background: #fbf9e5; 
   clear: both;
	font-size: 90%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-bottom: 20px;
        border: solid #000 1px;
        height: 550px;
/*	border-top: solid #BCB85C 5px; */

}

#about h3 {
   color: #1E2048;
   margin-bottom: 15px;
   margin-top: 10px;
   font-size: 110%;
   text-transform: uppercase;
/*   background-color: white;*/
   
}

#about hr {
   color: #046380;
   margin-bottom: 20px;
   margin-top: 20px;
   background-color: #984F22;
   height: 1px;
}

#footnote {
   float: right;
   font-size: 80%;
   margin-bottom: 25px;
}

/* text */

#supportingText {
   background: #e3e5db; 
/*	background-image:url(../images/content_bg.gif); */
   border: solid #000 1px;
	padding-left: 20px;
   padding-right: 20px;
   padding-top: 10px;
   padding-bottom: 20px;
}

#prodserv {
   float: left;
   width: 650px;
}

#supdev {
   float: right;
   width: 330px;
}

#supportingText h3 {
   color: #1E2048;
   margin-bottom: 15px;
   margin-top: 10px;
   font-size: 110%;
   text-transform: uppercase;
/*   background-color: white;*/
}

#footer {
   clear: both;
   font-size: 70%;
   margin-top: 20px;
   padding-top: 20px;
   color: #71d0e9;
   text-align: center;
}

#contact {
   float: left;
   width: 680px;
}

form, td {
  color:#333333;
   padding: 0 0 10px 0;
   text-align: left;
   font-size: 90%;
    line-height: 19px;
}


#contact input, textarea {
   color:#333333;
   margin-left: 10px;
   text-align: left;
}

/* links */

#lmenu {
   clear: both; 
   height: 18px;
/*   margin-bottom: 20px; */
   margin-top: 0px;
   margin-left: 0px;
   padding-top: 4px;
   padding-bottom: 4px;
   background-color: #1E2048;
   width: 760px;
  
}

#lmenu li a:hover {
   height: 18px;
   padding-top: 5px;
   padding-bottom: 4px;
   background-color: #71d0e9;
   border-bottom: solid #BCB85C 3px; 
   color: #1E2048
}

#lmenu ul {
   margin: 0;
   list-style-type: none;
   text-align: center;
   font-size: 85%;
/*   letter-spacing: 0.1ex; */

}

#lmenu ul li {
   display: inline;
   text-decoration: none; 
   padding: .1em .8em;
   color: #fff;
/*   background-color: #1E2048; */
}

#lmenu li a { 
   text-decoration: none; 
   padding: .1em .8em;
   color: #fff;
   text-transform: uppercase;
   width: 500px;
}

#stylefive {
	position:relative;
	display:block;
	height:26px;
	font-size: 90%;
	font-weight:bold;
	background:transparent url(../images/bgOFF.gif) repeat-x top right;
	border-top:2px solid #eee;
	border-bottom:2px solid #eee;
}

#stylefive ul  {
		margin-left: 220px;
		padding:0;
		list-style-type:none;
		width:auto;
	}

#stylefive ul li  {
	display:block;
	float:left;
	margin:0;
	}

#stylefive ul li a {
	display:block;
	float:center;
	color:#fff;
	text-decoration:none;
	padding:2px 20px 2px 20px;
	height:19px;
	background:#131546 url(../images/bgDIVIDER.gif) no-repeat top right;

	}

#stylefive ul li a:hover,
#stylefive ul li a.current{
	color:#fff;
	background:transparent url(../images/bgDIVIDER.gif) no-repeat top right;
}
/* - - - Custom Theme - - - */

/* Logo */
h1 a {
	background-image:url('../images/wflogo.png'); 
	min-height:0;
	height:40px;
}
* html h1 a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/wflogo.png", sizingMethod="crop");
}


h1{
	background-image:none;
	background-color:#046380;
}

.wufoo input.text, .wufoo textarea.textarea{
	background:#ffffff url(../images/fieldbg.gif) repeat-x top;
}
.wufoo .focused{
	background-color:#e6e2af;
}
.wufoo .instruct{
	background-color:#a7a37e;
}

/* Borders */
#container{
	border:0 solid #cccccc;
}
.wufoo .info{
	border-bottom:1px dotted #046380;
}
.wufoo .section{
	border-top:1px dotted #046380;
}
.wufoo input.text, .wufoo textarea.textarea{
	border:;
}
.wufoo .instruct{
	border:0 solid #e6e6e6;
}

/* Typography */
.wufoo .info h2{
	font-size:160%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.wufoo .info div{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}
.wufoo .section h3{
	font-size:110%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#000000;
}
.wufoo .section div{
	font-size:85%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#444444;
}

.wufoo .graph h3{
	color:#000000;
}
.wufoo .footer{
	color:#000000;
}
.wufoo .footer span{
	color:#444444;
}


.wufoo label.desc{
	font-size:95%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:inherit;
	color:#333333;
}
.wufoo label.choice{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select{
	font-size:100%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#333333;
}
.wufoo .instruct{
	font-size:80%;
	font-family:inherit;
	font-weight:;
	font-style:;
	color:#ffffff;
}
.altInstruct .instruct, .wufoo li.leftHalf .instruct, .wufoo li.rightHalf .instruct{
	color:#333333;
	background:none;
	border:none;
	font-size:9px;
}
.wufoo input.btTxt{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:;
}
.wufoo li.focused label.desc{
	font-size:;
	font-family:;
	font-weight:;
	font-style:;
	color:#000000;
}
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label{
	font-family:;
	color:#000000;
}

.confirm h2{
	font-family:inherit;
	color:#333333;
}


/* Drop Shadows */
#top, #bottom{
	visibility:visible;
}