/* SITE SPECIFIC LAYOUT ---------------------------*/

body {
	background: white;
	text-align: center;
	padding: 0px 0px 40px 0px;
}

/* layout -------------------------- */
#sizer {
	width: 769px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	padding: 0px;
}

#header {
	width: 100%;
	background: white url(../images/bg_hdr.gif) no-repeat bottom left;
	padding-bottom: 8px;
}

#branding {
	position: relative;
	padding-top: 34px;
	float: left;
}

.hdrImage {
	float: right;
	position: relative;
	margin-right: 10px;
}	

#content {
	position: relative;
	background: white url(../images/bg_subColumn.gif) repeat-y top left;
}

#main {
	position: relative;
	background: #8DC2DD url(../images/bg_main_grad.jpg) no-repeat top center;
	min-height: 550px;
}

.imgViewer {
	float: right;
	text-align: center;
	width: 300px;
	min-height: 320px;
}

#sub {
	position: relative;
}

#footer {
	background: transparent url(../images/bg_ftr_bottom.gif) no-repeat bottom left;
	margin-top: -218px; 
	position: relative;
	width: 100%;
	height: 244px;
	z-index: 1;
	float: left;
}

#footer .imageOne {
	float: left;
	margin-left: 95px;
	position: relative;
	z-index: 2;
}

#footer .ftrLogo {
	float: left;
	position: relative;
	z-index: 3;
	margin: 25px 0px 0px -41px;
}

#footer .imageTwo {
	float: left;
	margin: -40px 0px 0px 249px;
	position: relative;
	z-index: 1;
}

/* tables --------------------------------- */

/* fix tooltips in firefox ------------ */
table {
	margin: 0px 0px 20px 0px;
	border-collapse: collapse;
}

table td {
	vertical-align: top;
	padding: 0px 10px 10px 0px;
}

table.halves td {
	width: 49%;
}

table.thirds td {
	width: 33%;
}

table.fourths td {
	width: 24%;
}

table.sixths td {
	width: 16%;
}

table.borders td {
	border: 1px solid white;
}

table.borders.tr td {
	border-width: 1px 1px 0px 0px;
}

table.less_padding td {
	padding: 0px 2px 2px 0px;
}

table.no_padding td {
	padding: 0px;
}

.no_border td {
	border: none;
}

/* forms ------------------------------ */
input, select, textarea, file {
	background: #EFFAFF;
	border: 1px solid #638B9F;
	padding: 2px;
	margin: 0px;
}

select {
	padding: 1px;
}

.form_bttn {
	width: auto;
	color: #8DC2DD;
	text-align: center;
	background: #322E78;
	font-size: 9px;
	text-transform: uppercase;
	padding: 2px 3px;
	font-weight: bold;
	border: 0px;
	cursor: pointer;
}

.form_bttn:hover {
	background: #9FDFFF;
	color: white;
}

input.no_border {
	border: 0px;
	background: none;
}

input.mid {
	width: 231px; /*248px*/
}

input.short {
	width: 170px;
}

input.shorter {
	width: 100px;
}

input.shortest {
	width: 52px;
}

.textBox {
	width: 490px;
}

/* generic classes ---------------- */

.center {
	text-align: center;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.right {
	float: right;
	margin: 0px 0px 20px 20px;
}

.left {
	float: left;
	margin: 0px 20px 20px 0px;
}

.padding {
	padding: 0px 30px;
}

.border {
	padding: 2px;
	border: 1px solid white;
}
/* clearing tools ---------------------- */
.brclear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0;
}