
/* Layout styles to hold the new form column */

#container {
width:970px;
margin:auto;
text-align:center;
}
#leftcolumn {
width:200px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
#rightcolumn {
width:766px;
float:right;
}


/*  text telling users to fill out forms */

#bottomformtext {
float:left; 
/* height:50px; */ 
height:1px;
width:600px; 
font-size:2em; 
font-weight:bold; 
margin-left:50px; 
padding-top:15px;
}

#textunderheader {
margin-top:20px;
}
#textunderheader-image {
float:left; height:50px; width:80px; background:url(images/arrow_green.gif) top left no-repeat;
}
#textunderheader-text {
float:left; height:50px; width:600px; font-size:2em; font-weight:bold; margin-left:50px; padding-top:15px;
}


/***************************************************************************************/
/***************************************************************************************/
	
	/* right column box */
	
#rightcolumnbox {
margin:50px 0 50px 0;
border:1px solid #ff0000;
background-color:#FFFFCC;
padding:10px 10px 10px 10px;
	font-size:0.8em;
}
#rightcolumnbox ul {
list-style: none;
margin:10px 0 10px 5px;
padding-left:5px;
}
#rightcolumnbox ul li {
margin:0 0 10px 5px;
}
#rightcolumnbox input {
background-color:#FFFF99;
}
#rightcolumnbox h1 {
font-size:2em;
color:#990000;
}

/************** contact us now block ***************/
#contactusnow {
width:100%;
margin:20px 0 50px 0;
}
#contactusnow-image {
width:100%;

height:250px;  /*remove this to add the image just above the contact forms in main article */
/* height:0; */

margin:0 0 20px 0;
background: #ffffFF url(/images/main_contact_form_image.gif) no-repeat left top;
}
#contactusnow-leftcolumn-top {
width:250px;
height:200px;
margin: 50px 0 0 0;
float:left;
background: url(/images/smallcolumnformbackground.gif) repeat-y left top;
}
#contactusnow-leftcolumn-top-text {
font-size:22px;
font-weight:bold;
margin:20px 20px 20px 90px;
}
#contactusnow-leftcolumn {
width:250px;
margin:0;
float:left;
background: #ffffFF url(/images/smallcolumn_bg.gif) repeat-y left top;
}
#contactusnow-rightcolumn {
width:300px;
margin:0;
float:right;
}
#contactusnow-contactform {
width:500px;
margin:0;
}

/******* position of bottom form ******************/
#bottomform_leftcolumn {
width:100px;
float:left;
}
#bottomform_rightcolumn {
width:500px;
float:right;
margin-right:30px;
}
#bottomform_arrow {
width:180px;
height:352px;
margin-left:20px;
background:url(images/arrow_orange_down.gif) top left no-repeat;
}




/************** narrow column image ***************/

#narrowcolumn-image {
width:200px;
height:180px;
background:url(images/arrow_green_down.gif) top left no-repeat;
margin:0 0 30px 0;
}



/***** FORMS *************************************/

/* ----------- My Form ----------- */
#quoteformcontainer {
margin:0 auto;
width:500px;
}
#quoteformcontainer-rightcolumn {
margin:0 ;
width:250px;
}
#quoteformcontainerpage2 {
margin:20px ;
width:480px;
}
/* ----------- formstyle ----------- */

.red {color: #CA001F}

#quoteform {
border:solid 2px #b7ddf2;
background:#ebf4fb;
padding:15px 15px 15px 15px;
font-family:Arial, Helvetica, sans-serif;
}
#quoteform h1 {
font-size:16px;
font-weight:bold;
margin-bottom:8px;
}
#quoteform h2 {
font-size:14px;
font-weight:bold;
color: #00CCFF;
margin-bottom:30px;
}
#quoteform p{
font-size:14px;
color:#666666;
margin-bottom:20px;
padding-bottom:10px;
}
#quoteform .clear{
margin:0px;
clear:both;
}
#quoteform .form-item{
width:100%;
margin-bottom:30px;
}
#quoteform .leftcolumn{
width:200px;
float:left;
text-align:left;
}
#quoteform .rightcolumn{
width:200px;
float:right;
text-align:left;
}
#quoteform .fullcolumn{
width:460px;
float:left;
text-align:left;
}
#quoteform .submitbutton{
width:100%;
margin: 20px 0 20px 40px;
}
#quoteform label{
display:block;
font-weight:bold;
font-size:14px;
text-align:right;
width:80px;
float:left;
margin-top:0px;
margin-right:20px;
}
#quoteform .small{
color:#666666;
font-size:14px;
font-weight:normal;
text-align:right;
width:80px;
}
#quoteform input{
float:left;
font-size:14px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:80px;
margin:2px 0 20px 10px;
}
#quoteform textarea{
float:left;
font-size:14px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:300px;
height:100px;
margin:2px 0 20px 10px;
}
#quoteform .getquotebutton {
border:0;
}



/* ----------- POPUP formstyle ----------- */
#formstylePOPUP{
border:solid 2px #b7ddf2;
background: #ebf4fb;
padding:5px 15px 5px 15px;
}
#formstylePOPUP h1 {
font-size:16px;
font-weight:bold;
margin-bottom:8px;
}
#formstylePOPUP p{
font-size:14px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#formstylePOPUP .clear{
margin:0px;
clear:both;
}
#formstylePOPUP label{
display:block;
font-weight:bold;
font-size:14px;
text-align:right;
width:60px;
float:left;
margin-top:0px;
}
#formstylePOPUP .small{
color:#666666;
display:block;
font-size:14px;
font-weight:normal;
text-align:right;
width:60px;
}
#formstylePOPUP input{
float:left;
font-size:14px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:80px;
margin:2px 0 20px 10px;
}
#formstylePOPUP textarea{
float:left;
font-size:14px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:100px;
height:100px;
margin:2px 0 20px 10px;
}
#formstylePOPUP button{
clear:both;
margin-left:25px;
width:140px;
height:31px;
background:#666666 url(/images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}
#formstylePOPUP #instructions {
display:block;
font-weight:normal;
text-align:left;
width:100px;
margin:0 0 0 50px;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
margin-top:20px;
border-top:solid 1px #b7ddf2;
padding-top:10px;
}
#formstylePOPUP #instructions .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:90px;
}
#formstylePOPUP .form-item{
width:100%;
margin-bottom:10px;
}
#formstylePOPUP .leftcolumn{
width:200px;
float:left;
text-align:left;
margin:0 0 0 20px;
}
#formstylePOPUP .rightcolumn{
width:200px;
float:right;
text-align:left;
margin:0 20px 0 0;
}


/***********   Popup styles  **************/

#ADPMask {
  opacity: .4;
  filter: alpha(opacity=40);
  background-color: #000000;
} 

#ADPMask_opera {
  opacity: .8;
  background-image: url('/images/ADPMask.png');
  background-repeat: repeat; 
  background-color:transparent;
}


