/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
	

/* LAYOUT */
body {
	background-color:#ffffff;
	background:url(../imgs/top_bkg.gif);
	background-repeat:repeat-x;
	background-position:top center;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color:#333333;
}

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color:#333333;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}

A:link {
	color:#333333;
	text-decoration : underline;
	padding:0px;
	margin:0px;
	}
	
A:visited {
	color:#333333;
	text-decoration : underline;
	padding:0px;
	margin:0px;}
	
A:active  {
	color:#333333;
	text-decoration : underline;
	padding:0px;
	margin:0px;
	}
	
A:hover   {
	color:#333333;
	text-decoration : underline;
	padding:0px;
	margin:0px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #333333;
	letter-spacing: .1em;
}

.copyright{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#cacdd0;
	}


/* DIV STYLES */
#wrapper{
	width:850px;
	margin:0 auto;
	position:relative;
}

#logo{
	widows:850px;
	margin:0 auto;
	height:126px;
	background:url(../imgs/enformix_hdr.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	display: block; 
	}
#logo a {width: 850px; height: 126px; display: block; }
#logo span { display: none; }

#flashheader{
	width:850px;
	height:307px;
	text-align:center;
	color:#FFFFFF;
	background-color:#ffffff;
	position:relative;
}

#content{
	width:850px;
	background:url(../imgs/content_bkg.gif);
	background-repeat:repeat-y;
	background-position:top left;
	}
	
#homecopy{
	width:420px;
	position:relative;
	left:360px;
	}

#descriptions{
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	width:200px;
	float:left;
	padding-bottom:10px;
}

#inputs{
	text-align:left;
	padding-bottom:10px;
}

#submit{
	text-align:left;
}

#footer{
	width:672px;
	text-align:center;
	position:relative;
	left:178px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
	
#footer a{
	color:#333333;
	text-decoration : none;
	}
	
#footer a:hover{
	color:#333333;
	text-decoration : underline;
	}
	
#footer a:visited{
	color:#333333;
	text-decoration : none;
	}

div.hr{
	height:1px;
	background:url(../imgs/spacer.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:515px;
	padding-top:0px;
	padding-bottom:0px;
	line-height: 1px; 
	font-size: 1px;
	clear: both;
	}		
	
div.spacer{
	height:10px;
	background:url(../_imgs/spacer.gif);
	padding:0px;
	line-height: 10px; 
	font-size: 10px;
	}
	
#filler{
	width:850px;
	height:100%;
	margin:0 auto;
	position:relative;
	background-color:#ffffff;
	background:url(../imgs/content_bkg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}


/* Forms */

.submitbtn {
	width:88px;
	height:21px;
	position:relative;
	left:215px;
}


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width:240px;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width:240px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #ffffff;
	width:300px;
	height:132px;
}

