/*

Standard CSS Libary v2.00
27 July 2006

*/


body
	{
	background-image: url(../images/i_background_gradient.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
	padding:0px;
	margin:0px;
	background-color:#4E4E4E;
	height:100%;
}

.patternback{
	background-image: url(../images/i_background_pattern.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


p, .copy
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
	}
	
td
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: Gray;
	}

.highlightedbold
	{
	font-weight : bold;
	}

A:ACTIVE,  A:LINK,  A:VISITED
	{
	color : #923B73;
	text-decoration:none;
	}

A:HOVER
 	{
	color : #BF609E;
	text-decoration:underline;
	}

.footer, .footer A:ACTIVE, .footer A:LINK, .footer A:VISITED
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : Silver;
	font-size : 10px;
	text-decoration : none;
	}

.footer A:HOVER
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #696969;
	font-size : 10px;
	text-decoration : underline;
	}

.downloadAcrobat, .downloadAcrobat A:ACTIVE, .downloadAcrobat A:LINK, .downloadAcrobat A:VISITED
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : none;
	}

.downloadAcrobat A:HOVER
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	text-decoration : underline;
	}
.formBackground
	{
	background-color: #FAFAD2;
	}

.formHeader
	{
	background-color: Silver;
	}

.validText
	{
	font-size: 10px;  font-weight: bold;
	}

.validHighlight
	{
	font-size: 10px; background-color: #FFC24F;
	}

.formStyle
	{
	font-size: 10px;
	}
	
.formNote
	{
	font-size: 10px;
	}

.companyName
	{
	background-color: #686868;
	}
	
.designnotes
	{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	visibility : visible;
	}

.mainTable{
	text-align: center;
	vertical-align: middle;	
}
.bodyTable{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;

}
.topBorder{
	background-image: url(/images/i_border_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 106px;
	width: 433px;
}
.rightBorder{
	background-image: url(/images/i_border_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 267px;
	width: 28px;
}


.bottomBorder{
	background-image: url(/images/i_border_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 433px;
}

#longContentHolder{
width:400px; 
overflow:auto; 
height:190px;
}

#faqContentHolder{
width:400px; 
overflow:auto; 
height:220px;
}

#topSpacer{
float:none;
width:783px;
height:60px;
}
#footer{
float:none;
width:783px;
height:60px;
}
#footerText{
float:left;
width:540px;
text-align:left
}
.footerText{
font-size: 9px;}
#byjuicy{
float:right;
width:100px;
}
#onlineForm{
width: 600px;
height:auto;
text-align:left;
padding:20px;
background-color:#FFFFFF;
border: 10px solid #923B73;
}

#onlineForm2{
width: auto;
height:auto;
text-align:left;
padding:20px;
background-color:#FFFFFF;
border: 10px solid #923B73;
}

#ourStaff img{ border: 2px solid #923B73;}
.vAlign{ vertical-align:middle; }
#Person p{ margin: 10px; }
.Shot{ float:right; margin: 0px 5px 5px 5px; }