/*************************
 GENERIC STYLES
*************************/

html
{
	overflow-y: scroll;
}

html, body, form, p
{
	padding: 0;
	margin: 0 0 0 0;
}

img
{
	border: none;
}

.separator
{
	background-color: #a6a6a6;
	height: 1px;
	overflow: hidden;
}

#absolutFooterBg
{
	padding: 5px 0 10px 0;
	position: absolute;
	height: 20px;
	width: 100%;
}

#absolutFooter
{
	overflow: hidden;
    text-align: center;
}

#legalDisclaimerFooter
{
  background-color: black;
  text-align: center;
  padding: 5px 0 10px 0;
}

#legalDisclaimerFooter a
{
  padding-right: 10px;
}

#legalDisclaimerFooter span
{
  margin: 20 0 20 0;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: normal;
  font-family: "Arial", "Tahoma", "Geneva", "sans-serif", "Verdana", "Helvetica";
}

#absolutFooter a
{
	padding-right: 10px;
}

#footerTable
{
	list-style-type: none;
}

#footerTable li
{
	vertical-align: top;
	position: relative;
	display: block;
	float: left;
	max-width: 800px;
}

#footerTable li p
{
	float: left;
}

#footerTable li #footerLink, #footerTable li .footerLink
{
	border-left: 1px solid silver;
	padding-left: 10px;
}



/*************************
 ABOUT STYLES
*************************/

#about
{
	padding: 0;
	margin: 0px auto 0px auto;
}

.splitter
{
	width: 100%;
	height: 0px;
	border-bottom: 1px solid #b2b2b2;
}

#about .menupusher
{
	position: absolute;
	background: white;
	top: 24px;
	left: 0px;
	height: 20px;
	width: 100%;
}

#about .footerpusher
{
	height: 20px;
	width: 100%;
}

#about #topcontainer
{
	position: relative;
	width: 1000px;
	margin: 0px auto 0px auto;
	padding: 20px 0px 0px 0px;
}

#about #topcontainer img
{
	display: block;
	margin: 0px auto 5px auto;
}

#about #topcontainer #navigationitems
{
	margin: 0px auto 0px auto;
	width: 465px;
}

#about #topcontainer #navi
{
	margin: 0px auto 0px auto;
	border-left: 1px solid #b2b2b2;
}

#about #topcontainer #navi tr td
{
	border-right: 1px solid #b2b2b2;
	border-top: 1px solid #b2b2b2;
}

#about #topcontainer #navi tr td img
{
	margin: 0px auto 0px auto;
	cursor: pointer;
}

#about #bodycontainer
{
	width: 100%;
}

#about #bodycontainer #contentwrapper
{
	width: 987px;
	margin: 20px auto 0px auto;
	min-height: 570px;
}

#about #bodycontainer #bodyfiller
{
	width: 100%;
	height: 100%;
	background: black;
}

#about #bodycontainer #bodyfiller #homeflash
{
	min-height: 368px;
	min-width: 654px;
}


#about #bodycontainer #bodyfiller #puffwrapper
{
	width: 100%;
	height: 210px;
	position: absolute;
	left: 0px;
}

#about #bodycontainer #bodyfiller #puffwrapper #puffbox
{
	margin: 0px auto 0px auto;
	width: 980px;
	height: 210px;
	position: relative;
}

#about #bodycontainer #bodyfiller #puffwrapper #puffbox .puffseperator
{
	margin: 25px;
	float: left;
	height: 170px;
	width: 1px;
}

#about #bodycontainer #bodyfiller #puffwrapper #puffbox .puffdiv
{
	float: left;
	width: 290px;
	height: 174px;
	text-align: center;
	margin: 20px auto;
}

#about #bodycontainer #bodyfiller #puffwrapper #puffbox .puffdiv .puffheader
{
	width: 100%;
	height: 20px;
}

#about #bodycontainer #bodyfiller #puffwrapper #puffbox .puffdiv .puffbodytext
{
	width: 190px;
	height: 130px;
	text-align: left;
	float: left;
	margin: 20px 0;
}

#about #bodycontainer #bodyfiller #puffwrapper #puffbox .puffdiv .puffbodyimg
{
	height: 100%;
	float: left;
}


#about #bodycontainer #contentwrapper #bordercontent
{
	padding: 0px 530px 25px 0px;
	border: 1px solid #b2b2b2;
	background-position: right top;
	background-repeat: no-repeat;
	min-height: 568px;
}

#about #bodycontainer #nobordercontent
{
	width: 1000px;
	min-height: 570px;
}

#about #bodycontainer #contentwrapper #bordercontent .imageheading
{
	display: block;
	margin: 30px 0px 0px 40px;
}

#about #bodycontainer #contentwrapper #bordercontent #links,
#about #bodycontainer #contentwrapper #bordercontent #preamble,
#about #bodycontainer #contentwrapper #bordercontent #textblock
{
	padding: 0px 0px 0px 40px;
}

#about #bodycontainer #contentwrapper #bordercontent #links .spacing
{
	padding: 15px 0px 15px 0px;
}

#about #bodycontainer #contentwrapper #bordercontent #links .linkheading
{
	display: block;
	margin: 0 0 0 0;
}

#about #bodycontainer #contentwrapper #bordercontent #links a img
{
	margin: 15px 0 15px 0;
}

#about #bodycontainer #contentwrapper #bordercontent #qna
{
	padding: 20px 0 20px 40px;
}

#about #bodycontainer #contentwrapper #bordercontent #qna h6,
#about #bodycontainer #contentwrapper #bordercontent #contact .column h6
{
	padding: 0;
	margin: 0;
}

#about #bodycontainer #contentwrapper #bordercontent #qna select
{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

#about #bodycontainer #contentwrapper #bordercontent #qna #answer
{
	margin: 0;
	padding: 0;
	height: 115px;
	border: 1px solid #a6a6a6;
	overflow: auto;
}

#about #bodycontainer #contentwrapper #bordercontent #contact
{
	padding-top: 20px;
	margin: 0px 0px 0px 40px;
}

#about #bodycontainer #contentwrapper #bordercontent #contact .column
{
	float: left;
	width: 199px;
	margin: 0;
	padding: 0;
}

#about #bodycontainer #contentwrapper #bordercontent #contact .column input,
#about #bodycontainer #contentwrapper #bordercontent #contact .column select,
#about #bodycontainer #contentwrapper #bordercontent #contact .column textarea
{
	display: block;
	float: right;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 1px solid #a6a6a6;
}

#about #bodycontainer #contentwrapper #bordercontent #contact .column #dateYear
{
	float: left;
	width: 75px;
}

#about #bodycontainer #contentwrapper #bordercontent #contact .column #dateMonth,
#about #bodycontainer #contentwrapper #bordercontent #contact .column #dateDay
{
	float: left;
	width: 50px;
}

#about #bodywrapper #bodycontainer #contentwrapper #bordercontent #contact .column textarea
{
	height: 88px;
}

#about #bodycontainer #contentwrapper #bordercontent #contact .columnseparator
{
	float: left;
	height: 100%;
	width: 15px;
	overflow: hidden;
}

#about #bodycontainer #contentwrapper #bordercontent #contact .legalStatement
{
	margin: 20px 0 0 0;
}

#about #bodycontainer #contentwrapper #bordercontent #contact #sendbtn
{
	padding: 5px 0 15px 0;
	text-align:right;
}

#about #bodycontainer #contentwrapper #bordercontent #contact #footer
{
	padding-top: 15px;
}

#about #bodycontainer #contentwrapper #bordercontent #contact #comment
{
	height: 88px;
}

/********************************/
/*								*/
/*			WATERMARK			*/
/*								*/
/********************************/

.watermark_container
{
	position: relative;
}

.watermark_container .watermark
{
	left: 0px;
	height: 19px;
	position: absolute;
	top: -1px;
	z-index:90;
}
.watermark_container .focus
{
	color: #e0e0e0;
}
