/***************************************************** Wrigleys Flip Up The Top stylesheet *******************************/

/*
by Geary Interactive
gearyi.com


/*****************************************************Standard settings start*******************************/
*{
    margin:0;
    padding:0
}
img{
    border:0
}
body{
    font:normal 12px/1  Arial, Helvetica, sans-serif;
	background: #000;
    color:#fff;
}
h1{
    text-indent: -12000px;
	float: left;
}
h2{
	text-indent: -12000px;
}

h3 {
	font-size: 15px;
	margin-bottom: 10px;
}
a:focus,
object:focus,
label:focus,
input:focus{
    outline:none
}

img, div, class, a, input { behavior: url(iepngfix.htc) }


/*****************************************************Standard settings end*********************************/

/*** *************************************************Nav bar styles start***************************************/

div#mainNav {
	margin: 5px 0 0 45px;
	height: 30px;
	font-size: .9em;
	font-weight: bold;
	width: 340px;
	position: absolute;
}

div#mainNav ul {
 margin: 0px;
 color: #FFF;
 }
 
div#mainNav li {
 list-style-type: none;
 display: inline;
 float: left;
 padding-right: 20px;
 text-align: center;
 }
 
div#mainNav li.first {
 padding-right: 32px;
}

div#mainNav li.last {
 padding-top: 6px;
}



div#mainNav a {
font-style: bold;
 text-decoration: none;
 color: #FFF;
 display: block;
}

div#mainNav a:hover {
font-style: bold;
text-decoration: underline;
 color: #000;

}

/*****************************************************Nav bar styles end***************************************/

/*****************************************************Main Content styles start***************************************/
#wrap{
	width: 950px;
	margin:0 auto;
}

#mainContent {
	background: url("../images/wrapImage.jpg") no-repeat;
	width: 950px;
	margin: 0 auto;
	height: 425px;
}

#tagline {
	background: url("../images/tagline.jpg") no-repeat;
	width: 950px;
	margin: 0 auto;
	height: 75px;
	
}


.clear {
	clear: both;
}


#footer{
	background: url("../images/footerImage.jpg") no-repeat;
	width: 950px;
	height: 150px;
	margin: 0 auto;
	padding-bottom: 30px;
	
}

#footer .links{
	float: left;
	display: inline;
	
	font-weight: bold;
	margin: 90px 0 0 420px;
}

#footer p{
	float: right;
	display: inline;
	margin: 20px 130px 0 0;
	width: 410px;
	font-size: 0.84em;
	line-height: 1.4em;
	
}

#footer a{
	font-size: 13px;
	font-weight: bold;
	margin-left:40px;
	text-decoration: underline;
	color: #fff
}

#footer a:hover{
	font-size: 13px;
	font-weight: bold;
	margin-left: 40px;
	text-decoration: none;
	color: #FEB81A;
}

/*****************************************************Main Content styles end***************************************/


/**********************************************************form start***************************************/

#formWrap {
	margin: 60px 0 0 335px;
	width: 600px;
	
}

#formWrap p {
	margin-top: 45px; 
	font-size: 18px;
	padding-bottom: 10px;
}

#formWrap span {
	font-size: 12px;
	line-height: 18px;
}



input { 
	background-color:transparent; 
	border: #FFF solid 2px;
	width: 175px;
	margin: 0 0 10px 0;
	padding: .01em;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	}
	
input.error { 
	 border: #bad151 solid 2px;

	}
	
input.small { 
	width: 51px;
	margin-right: 6px;
	}
	
input.med { 
	width: 90px;
	margin: 0 0 0 20px;
	
	}

label.error {
	color: #000;
	
}
	
label {
width: 8em;
float: left;
text-align: right;
margin: 0.5em 0.5em 0 0;
display: block
}
#stateZip {
	position: relative;
}
label.zip{
width:4px;
text-align: right;
position: absolute;
margin-left:68px;
}

div>.zip{
top: 0;
left: 85px;
}

.terms {
	text-align: left;
	width: 230px;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2em;
	margin: 2px 0 0 40px;
}



.submit{
    width:117px;
    height:41px;
    display:block;
	cursor:pointer;
	background: url("../images/btnSumbit.gif") no-repeat;
    margin: 0 0 0 349px;
	position: absolute;
	border:none
}



.submit:hover{
    background-position:0 -41px
}

.hide {
	display: none;
}

.hidebox {
	position: absolute;
    background:url("../images/errorBubble.png") no-repeat;
    width: 264px;
	height: 27px;
	padding: 2px;
    z-index:2;
	left: 610px;
    }

#formWrap .hidebox span {
 color: #ebf7b3;
 font-size: 11px;
 margin: 8px 0 0 12px;
 }

/********************************************************** jScroll styles ****************************/
.holder {
	margin: 50px 0 0 350px;
	position: absolute;
	width: 270px;
	
}
.scroll-pane {
	height: 325px;
	overflow: auto;
	float: left;
	position:relative
}
#pane1 p{
	padding:0 10px 20px 0;
	font-weight: normal;
	line-height: 18px;
}
.jScrollPaneContainer {
	margin-top:10px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #efefef;
}
.jScrollPaneDrag {
	position: absolute;
	background: #278932;
	cursor: pointer;
	overflow: hidden;
	height: 50px !important
	
	
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-color: #f60;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background-color: #666;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-color: #f60;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-color: #f00;
}

.preload {
	display:none;
}

.over {
	padding-top:32px;
	width:275px;
}

.over span {
	font-size:13px !important;	
}

.over span a {
	display:inline !important;
	color:#BAD051 !important;
}