﻿*
{    
    font-family: Arial, Arial, Helvetica, sans-serif;
}
body 
{
    background: #9acc99 url(/images/mainBg.jpg) top left repeat-x;
}
.row
{
    float: left;
    display: inline;
    clear: both;
    margin-top: 10px;
}
#pagewrapper
{
    width: 950px;
    position: relative;
    left: 50%;
    margin-left: -475px;    
}
#outerleft
{
    float: left;
    background: #95c895;
}
#outercenter
{
    float: left;
    background: #95c895 url(/images/mid_strip.jpg);
    height: 586px;
    width: 930px;
}
#outerright
{
	width: 10px;
	height: 586px;
    float: left;
    background: #95c895 url(/images/rgt_strip.jpg) no-repeat;
}
#headerlogo
{
    margin-top: 10px;
    float: left;
    display: inline;
}
#innerwrapper
{
    background: url(/images/greyBG.jpg) top left repeat-x;
    float: left;
    display: inline;
    padding-top: 15px;
    padding-left: 14px;
    padding-right: 15px;
}
#formwrapper
{
    background-color: Transparent;
    background: url(/images/whiteBG.gif) top left no-repeat;
    float: left;
    display: inline;
    width: 870px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;     
    padding-bottom: 0px;
    height: 425px;
}
.leftColumn
{
    float: left;
}
.rightColumn
{
    float: right;
}

#reasonList
{
    float: left;
    display: inline;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-top: 0px;
    font-size: 14px;
}
#reasonList label
{
    margin-left: 5px;
}
#reasonList li
{
    clear: both;
}
#reasonList div
{
    float: left;
    
}
.elementUp
{
    background-position: top left;
}
.elementDown
{
    background-position: top right;
}
.img-wrapper
{
    background-image: url(/images/imagewrapper.gif);
    background-repeat: no-repeat;    
    padding: 2px;
}
.img-wrapper img 
{
    border: 1px solid #a9a9a9;
    padding: 2px;
}
.listDiv
{
    height: 43px;
    padding-right: 8px;  
    padding-top: 2px;
}
.listOption
{
    border-bottom: #cccccc 1px dashed;
    width: 410px;  
}
.optionBack
{
    margin-left: 5px;
    width: 90%;
    height: 42px;
}
.optionBackUp
{
    background-color: #ffffff;
}
.optionBackDown
{
    background-color: #d5ebd5;
}
.optionHolder
{
    margin-top: 10px;
}
.arrowHolder
{
    margin-top: 5px;
    width: 26px;
    height: 31px;   
    background-image: url(/images/arrowFull.gif);
    background-repeat: no-repeat;
}
.email
{
    background-color: #fffea1;
    margin-left: 10px;
    width: 310px;
    margin-right: 0px;
}

.privacytext
{
    text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 8px;
	float: left;
	clear: right;
	width: 500px;
}
.privacytext a
{
    color: #000094;
}
.privacytext a:visited
{
    color: #000094;
}

.submitholder
{
    padding-top: 5px;
    margin-top: 5px;
    clear: left;
    text-align: center;    
}

#imageHolder
{
    width: 357px;
    height: 394px;
    position: relative;
    overflow: hidden;
}
#preview
{
    position: absolute;
}
.footertext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
.footertext a
{
	color: #666666;
	text-decoration: none;
}
.footertext a:hover
{
	text-decoration: underline;
}
.footertext a:visited
{
	color: #666666;
}
.footerlinks
{
	color: #666666;    
	clear: both;
	width: 890px;
	margin-top: 0px;
}
.footnote
{
    margin-top: 23px;
}
.validator
{
	color: Red;
	font-weight: bold;
	font-size: 15px;
	line-height: 11px;
	position:relative;
	display: none;
}
.errorRequired
{
	background-color: #FA9999;
}
.errorInvalid
{
	background-color: #ffff66;
}
.phoneLengthInvalid
{
	background-color: #ffff66;
}
.errorRequiredDiv
{
	border: #FA9999 2px solid;
}
