/*========================================= general */

html,body{
	height: 100%;
}

body, form, input, p{
	font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #535252;
	border: 0;
	margin: 0;
	padding: 0;
	background-image: white;
}


a{
	color: #535252;
	text-decoration: underline;
}

a:hover{
	color: #535252;
	text-decoration: underline;
}


#heightWrapper{
	position:relative; /* needed for footer positioning*/
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */	
}

h1{
	font-weight: normal;
	font-size: 16pt;
	background-color: #FAEBD7;
	width: 478px;
	height: 31px;
	margin: 0px;
	padding: 3px;
}

h2{
	font-weight: normal;
	font-size: 16pt;
	height: 31px;
	margin: 0px;
	padding: 3px;
	
}



.rightlink, .rightlink a, .rightlink a:hover{
	font-size: 11pt;
	margin-bottom: 3px;	
	width: 200px;
	color: black;
	background-color: #FAEBD7;
	padding:3px;
	text-decoration: none;
}

.rightlinkwide, .rightlinkwide a, .rightlinkwide a:hover{
	font-size: 11pt;
	margin-bottom: 3px;	
	width: 400px;
	color: black;
	background-color: #FAEBD7;
	padding:3px;
	text-decoration: none;
}



p{
	padding: 3px;
	margin-bottom: 10px;
}

.processmsg{
	background-color: Yellow;
}

/*========================================= header layers */
#headWrapper{
	background: #3b3b3b url(head.fillbg.gif) repeat-x;
	height: 274px;
	text-align: center;
}

#headContent{
	width:974px;
	height:274px;
	margin:0px auto;
	text-align:left;
	background: url(head.bg.jpg);
	position: relative;
}

#TagLine{
	position: absolute;
	left: 188px;
	top: 195px;
	width: 433px;
	height: 42px;
	color: #78340f;
	text-transform: uppercase;
	font-size: 13.5pt;
}

#LinkContainer{
	position: absolute;
	right: 18px;
	top: 29px;
	width: 835px;
	height: 28px;	
	
	text-align: right;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10.5pt;
	
	
}

#LinkContainer a{

	padding-right:7px;
	padding-left:7px;
	text-decoration: none;	
	height: 27px;
	vertical-align: middle;
	color: #919191;

}

#LinkContainer a:hover{
	color: White;
}


#DownloadButton{
	position: absolute;
	left: 721px;
	top: 192px;
	width: 241px;
	height: 51px;
	background-color: #5d3404;
	cursor: hand;
}

#DownloadText{
	color: white;
	text-transform: uppercase;
	font-size: 13.5pt;
	margin-top: 14px;
	margin-left: 27px;
	text-decoration: none;	
	cursor: hand;
}

#DownloadButton:hover, #DownloadText:hover{
	background-color: #7f4404;
}


/*========================================= content layers */

#bodyWrapper{
	background: #FFFFFF url(content.upperbg.gif) repeat-x top;
	text-align: center;
}

#bodyContentFull{
	width:974px;
	margin:0px auto;
	text-align:left;
	position: relative;
}


#IntroImage, #IntroImage:hover{
	background: #FFFFFF url(home.intro.jpg) no-repeat;
	height:495px;
	width:973px;
	cursor: hand;
}


#bodyContentLeftColumn{
	width: 478px;
	text-align: left;
	padding-top: 20px;
	color: black;
	float: left;
}

#bodyContentRightColumn{
	width: 460px;
	float: left;	
	padding-top: 20px;
	margin-left: 30px;
	text-align: left;

}


.Screenshot{
	width: 190px;
	height: 160px;
	float:right;
	font-size:8pt;
}



.FormCaption{
	float: left;	
	height: 15px;
	width: 150px;
	font-weight: bold;
	margin-top:7px;
	margin-bottom: 10px;
}

.FormInput{
	float: left;
	height: 30px;
	border-bottom: 1px dotted Gray;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	font-size: 14pt;
	width:300px;
	margin-bottom: 10px;
}

.FormButton{
	float: left;
	font-size: 10pt;
	height: 25px;
	width: 150px;
	border: 1px solid black;
}

/*========================================= footer layers */

#footerWrapper{
	background: #FFFFFF url(footer.bg.gif) repeat-x top;
	text-align: center;
	margin-top: 20px;
}

#footerContent{
	width:974px;
	margin:0px auto;
	text-align:left;
	position: relative;
	padding-top: 20px;
}

#Copyright{
	float: left;
	width: 300px;
	height: 50px;
	color: Gray;
	font-size: 8pt;
	vertical-align: middle;
}

#CoLogos{
	float: right;
	width: 323px;
	height: 40px;
	color: Gray;
	font-size: 8pt;
	vertical-align: middle;
	background-image: url(footer.logo.jpg);
}