
/* Reset everything so browsers are consistent */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin:0px;
  padding:0px;
  border:0px;
  outline:0px;
  background:transparent;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}



/* GLOBAL 
----------------------------------------------- */

* { outline:none; margin:0px; padding:0px;}

body {
  line-height: 1;
  min-width:980px;
  margin:0px;
  padding:0px;
  background-image:url("../images/interface/concrete.jpg");
  background-position:top center;
  font-size:1em;
  font-stretch:normal;


  background-repeat: repeat-y;
  background-color:#000000;
  font-family: Arial, Helvetica, sans-serif;
  color:#000000;
 }
	
a {
    outline:none;
	text-decoration:none;
	color:#600;
 }

a:hover { color:#c33; }

img, img a { border:none; }
	


/* wrapper 
---------------------------------------------- */

#wrapper {
  position:relative;
  min-width:980px;
  width:980px;
  text-align: left; /* this puts the text back on the left after the hack to center the div above*/
  margin: 0px auto 30px auto; /* centers the wrapper left and right, drops the wrapper 10px adjusts top and bottom */
  background-color:transparent;
  border-bottom:3px solid #fd7700;
}


/* Masthead
---------------------------------------------- */

#masthead{

  height:40px;
  width:980px;
  display:block;
}

#masthead span{
  position:absolute;
  font-family: Arial, Helvetica, sans-serif;
  top:6px;
  left:195px;
  font-size:22px;
  line-height:26px;
  margin:0px;
  padding:0px;
  width:400px;
  height:26px;
  font-weight:normal;
}


#masthead form{

  position:absolute;
  top:10px;
  left:768px;
  width:211px;
  padding:0px;
}

#masthead input.entersearch {
  background-color:#ffffff;
  float:left;
  padding:0px;
  margin:0px 3px;
  font-size:12px;
  line-height:14px;
  vertical-align:middle;
  width:170px;
  height:15px;

  border:2px solid #666666;
}
#masthead input.btn{
  float:left;
  background-image:url(../images/interface/go_up.gif);
  background-repeat:no-repeat;
  margin:0px 0px 0px 3px;
  cursor:pointer;
}

#masthead input.btn:hover{
  background-image:url(../images/interface/go_un.gif);
  background-repeat:no-repeat;

}



/* Header
---------------------------------------------- */

#header {

  padding:0px;
  margin:0px 0px 0px 80px;
  width:862px;
  height:177px;
}

.gal_holdersm{
  float:right;
  width:360px;
  margin:8px 0px 0px 20px;
}

.gal_holder {
  width:790px;
 }

/* Top Navigation 
------------------------------------------- */
#navwrapper {
  width:980px;
  background-image:url(../images/interface/tabbg.png);
  display:block;
  height:39px;
  background-repeat:no-repeat;
  background-position:bottom;
  padding:0px;
  margin:10px 0px 0px 0px;
}




#navwrapper ul{
  text-align:right;
  margin:0px 0px;
  padding:5px 80px 15px 0px;

}

#navwrapper ul li.navbg {
  display:inline;
  padding:0px;
  margin:0px;
  list-style-type:none;
}

#navwrapper a {
  outline:none;
  font-size:14px;
  font-weight:bold;
  text-decoration:none;
  padding:3px 11px 3px 13px;
  margin:0px 7px 0px 7px;
  border:1px solid #666666;


}

#navwrapper a:link, #navwrapper a:visited {
  height:20px;
  background-image:url(../images/interface/navbg_un.jpg);
  background-position:bottom left;
  background-repeat:no-repeat;
  background-color:#7f3c00;
  color:#eaccb2;
}

#navwrapper a.here:link, #navwrapper a.here:visited  {
  background-image:url(../images/interface/navbg_up.jpg);

  background-position:bottom left;
  background-repeat:no-repeat;
  background-color:#fd7700;
  color:#ffffff;
}

#navwrapper a:hover, #navwrapper a.here:hover {
  background-image:url(../images/interface/navbg_hov.jpg);

  background-position:bottom left;
  background-repeat:no-repeat;
  background-color:#666666;  
  color:#f4f4f4;
}


/* Logo Banner
---------------------------------------- */


#logo {
  position:absolute;
  z-index:3;
  width:240px;
  height:240px;
  outline:none;
  top:10px;
  left:-35px;
  outline:none;
}

#logo img {
  border:none;
  outline:none;
}

#logo img a{
  outline:none;
}

#forward {
  width:40px;
  height:40px;
  position:absolute;
  z-index:10;
  top:40px;
  left:942px;
}

#banphoto {
  width:400px;
  height:173px;
  position:absolute;
  z-index:10;
  top:42px;
  left:542px;
}
/* content containers
---------------------------------------- */
#contentwrapper {
  background-image:url(../images/interface/bg.jpg);
  border-right:2px solid #000000;
  border-left:2px solid #000000;
  margin:0px;
  padding:0px;
  width:auto;
 }

#left_col {
  width:145px;
  height:100%;  
  float:left;
  padding:0px;
}

p.greylinks {
  font-size:14px;
  font-weight:normal;
  line-height:16px;
  text-align:center;
  margin: 0px 0px 15px 12px;
}

p.greylinks a {color:#666666;text-decoration:underline;outline:none;}
p.greylinks a:hover{color:#999999;}
p.greylinks a:visited{color:#999999;}
p.greylinks a:active{color:#999999;}

#left_col img.linecard {
  margin: 0px 0px 10px 25px;
}

#mid_col{
  float:left;
  width:570px;
  padding:0px;
  margin:0px 0px 20px 15px;
}

#right_col{
  float:right;
  width:220px;
  padding:0px;
  margin:20px 20px 20px 0px;
}

#right_dblcol{
  float:right;
  width:790px;
  margin:0px 20px 20px 0px;
}

#full_col{
  float:left;
  width:920px;
  margin:0px 30px 30px 30px;
}

#sideinfo{
  float:right;
  width:200px;
  padding:0px;
  margin:40px 25px 20px 20px;
}

#sideinfo p {
  margin:0px;
  font-size:12px;
  text-align:center;
  font-weight:normal;
  line-height:23px;
}

#sideinfo p.small {
  margin:0px;
  font-size:12px;
  font-stretch: extra-condensed;

  font-weight:normal;
  line-height:18px;
}

#sideinfo a{
  font-size:12px;
  font-weight:normal;
}

#sideinfo ul {
  padding:0px;
  margin:0px;
}

#sideinfo ul li.sideinfo_tb{
  height:25px;
  list-style-type:none;
}

#sideinfo ul li.sideinfo_m{
  font-size:12px;
  clear:both;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  border-bottom:1px dashed #666666;
  padding:5px 8px 5px 8px;
  list-style-type:none;
  background-color:#f3f3f3;
}

#sideinfo ul li.sideinfo_mb{
  font-size:12px;
  clear:both;
  list-style-type:none;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  padding:5px 12px 5px 12px;
  background-color:#f3f3f3;
}

#sideinfo hr.invisible {
  padding:0px;
  margin:0px;
  clear:both;
  border-top:0px;
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  height:10px;
  color:#f3f3f3;
  background-color:#f3f3f3;
}

/*CSI Page
------------------------------------------- */
#left_csi {
  width:145px;
  height:100%;  
  float:left;
  padding:0px;
}

#left_csi ul li a:link {text-decoration:underline; color:#333333;}
#left_csi ul li a:visited {text-decoration:underline; color:#333333;}
#left_csi ul li a:focus {text-decoration:underline; color:#333333;}
#left_csi ul li a:hover {text-decoration:none; color:#cccccc;} 

#left_csi ul{
  list-style-type:none;
  text-align:center;
  margin:10px 0px;
}

#left_csi ul li{
  margin:0px;
  padding:0px 0px 3px 0px;
  font-size:13px;
}

#left_csi p {
  font-size:12px;
  margin:20px 0px 05px 0px;
  font-weight:normal;
  text-align:center;
}

ul.csilist  {
  width:90px;
  float:left;
  margin:0px;
  padding:0px;
}

ul.csilist li {
  margin:0px 0px 0px 20px;
  padding:5px 0px 0px 0px;
  list-style-type:square;
  list-style-position:outside;
}

ul.csilisttwo  {
  width:90px;
  float:right;
  margin:0px;

}

ul.csilisttwo li {
  margin:0px 0px 0px 20px;
  padding:5px 0px 0px 0px;
  list-style-type:square;
  list-style-position:outside;
}

#sideinfo li a:link {text-decoration:underline; color:#333333;}
#sideinfo li a:visited {text-decoration:underline; color:#333333;}
#sideinfo li a:focus{text-decoration:underline; color:#333333;}
#sideinfo li a:hover {text-decoration:none; color:#cccccc;} 

#scrolldiv{
  width:770px;
  overflow:auto;
  height:330px;
  float:left;
  margin:0px 0px 20px 0px;
  border-top:4px double #cccccc;
  border-bottom:4px double #cccccc;
}

/*#stampgallery {
  position:relative;
}

.staff {
  width:789px;
  height:240px;
}
*/
.contact {
  width:555px;
  padding:2px 5px;
  margin:10px 0px;
  border-left:5px solid #666666;
  border-right:5px solid #666666;
  background:#cccccc;
}

.staff img {
  float:right;
  border:3px solid #fd7700;
  margin:0px 0px 0px 20px;
}

.rightphoto {
  float:right;
  margin:5px 0px 0px 20px;
}

.leftphoto {
  float:left;
  margin:5px 20px 0px 0px;
}

.rightphoto p, .leftphoto p {
text-align:center;
font-weight:bold;
margin:0px;
color:#666666;
}



.rightphoto img, .leftphoto img {
  margin:0px;
  padding:3px;
  border:3px double #cccccc;
}


/* Side Navigation 
-------------------------------- */

#left_col ul.sidenav {
  margin:0px 0px 15px 15px;
  padding: 15px 0px 0px 10px;
  list-style-type: none;
  background-image:url(../images/interface/sidebg.png);
  background-repeat:repeat-y;  
}

#left_col ul.sidenav li {
display:block;
  list-style-type:none;
  background-color:#000000;
  border-left:5px solid #fd7700; 
  width:100px;
  margin:0px 0px 15px 0px;
  padding:4px 0px;
}

#left_col ul.sidenav li.herebg {
display:block;
  list-style-type:none;
  background-color:#888888;
  border-left:5px solid #000000; 
  width:100px;
  margin:0px 0px 15px 0px;
  padding:4px 0px;
}

#left_col ul.sidenav li a {
  line-height:15px;
  vertical-align:middle;
  display: block;
  font-size:12px;
  text-decoration:none;
  padding:1px 0px 1px 5px;
}


#left_col ul.sidenav li a:link {
display:block;
  text-decoration:none; 
  color:#ffffff;
  background-color:#666666; 
  border-top:1px solid #999999;
  border-bottom:1px solid #999999; 

}

#left_col ul.sidenav li a:visited {
display:block;
  text-decoration:none; 
  color:#ffffff;
  background-color:#666666; 
  border-top:1px solid #999999;
  border-bottom:1px solid #999999; 

}

#left_col ul.sidenav li a:hover {
display:block;
  text-decoration:none; 
  color:#999999;
  background-color:#333333; 
  border-top:1px solid #666666;
  border-bottom:1px solid #666666; 

} 

#left_col ul.sidenav li a.here:link {
  text-decoration:none; 
  color:#000000;
  background-color:#fd7700; 
  border-top:1px solid #000000;
  border-bottom:1px solid #000000; 

}

#left_col ul.sidenav li a.here:visited {
  text-decoration:none; 
  color:#000000;
  background-color:#fd7700; 
  border-top:1px solid #000000;
  border-bottom:1px solid #000000; 

}

#left_col ul.sidenav li a.here:hover {
  text-decoration:none; 
  color:#000000;
  background-color:#996633; 
  border-top:1px solid #000000;
  border-bottom:1px solid #000000; 
} 

#colors ul {
  margin:10px 0px 0px 25px;
  padding: 0px 0px 0px 0px;
  padding:0px;
  background-image:none;
}


#colors ul li.colorinfo_tb{
  height:15px;
  padding:0px;
  margin:0px;
  list-style-type:none;
  background-color:transparent;
  background-image:none;
  border-top:none;
  border-left:none;
}

#colors ul li.colorinfo_m{
  font-size:12px;
  margin:0px;
  text-align:center;
  width:103px;
  border-top:none;
  border-bottom:none;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  padding:5px 0px;
  list-style-type:none;
  background-color:#f3f3f3;
}

#colors ul li.colorinfo_m a, #colors ul li.colorinfo_m a:link, #colors ul li.colorinfo_m a:visited {
  padding:0px;
  border-top:0px;
  border-bottom:0px;
  margin:0px;
  background-color:#f3f3f3;
  text-decoration:underline;
  color:#666666;
}

#colors ul li.colorinfo_m a:hover {
  padding:0px;
  text-decoration:underline;
  color:#333333;
}


/*#colors ul li.sideinfo_mb{
  font-size:12px;
  margin:0px;
  list-style-type:none;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
  padding:0px;
  background-color:#f3f3f3;
}
*/

/*#colors ul{
  margin:0px 0px 15px 15px;
  padding: 15px 0px 0px 10px;
  clear:both;
  list-style-type: none;
    background-image:none;

}

#colors ul li{
  list-style-type:none;
  background-color:#999999;
  border-top:5px solid #fd7700;
   border-left:none;  
  width:100px;
  margin:0px 0px 15px 0px;
  padding:4px 0px;

}*/


/* HTML Tags
-------------------------------- */
blockquote.small {
	width: 375px;
	margin:0px 0px 0px 5px;
	padding: 5px 0px 6px 22px;
	line-height:1.4em;
	background: transparent url(../images/openquote.gif) left top no-repeat;
	font-style: italic;
}



blockquote {
	margin:0px 0px 0px 5px;
	padding: 5px 0px 6px 22px;
	line-height:1.4em;
	background: transparent url(../images/openquote.gif) left top no-repeat;
	font-style: italic;
}

blockquote h6{
	font-style: normal;
	font-weight:bold;
	text-align:right;
	font-size:.9em;
	padding: 0px;
	margin: 5px 10px 0px 0px;
}


h2 {
  font-size:1.5em;
  font-family:arial, helvetica, geneva, sans-serif;
  border-bottom: 1px dotted #fff;
  color: #fd7700;
  margin: 15px 0px 10px 0px;
}

h2.short {
  width:300px;
  font-size:1.5em;
  font-family:arial, helvetica, geneva, sans-serif;
  border-bottom: 1px dotted #fff;
  color: #fd7700;
  margin: 15px 0px 10px 0px;
}

h3.center {
  text-align:center;
  font-family:arial, helvetica, geneva, sans-serif;
  font-size:1.3em;
  color: #fd7700;
  margin: 10px 0px 0px 0px;
}



h2.clear {
  font-size: 1.5em;
  font-family:arial, helvetica, geneva, sans-serif;
  border-bottom: 1px dotted #fff;
  color: #fd7700;
  margin: 15px 0px 10px 0px;
  clear:both;
}

h3 {
  font-size:.85em;
  font-family:arial, helvetica, geneva, sans-serif;
  margin-top:5px;
}

h4 {
  font-size: 1.1em;
  font-family:arial, helvetica, geneva, sans-serif;
  margin:0px 0px 0px 0px;
}


h3.orange_underline {
  font-size:1.3em;
  color:#000000;
  line-height:1.5em;
  font-family:arial, helvetica, geneva, sans-serif;
  border-bottom:3px solid #fd7700;
  margin: 5px 0px;
}

h5 {
	font-size:1.2em;
	color:#666666;
	padding:10px 0px 0px 0px;
	margin:0px;
	clear:both
}

h6 {
	font-size:12px;
	color:#333333;
	margin:0px;
	line-height:normal;
	letter-spacing:0.1em;
}

p {
  color:#303030;
  font-family:arial, helvetica, geneva, sans-serif;
  margin:10px 0px;
  padding:0px;
  line-height:1.5em;
}
 
cite {
  font-style: normal;
  font-size: 90%;
}

hr.separator {
  border-top:1px;
  border-bottom:0px;
  border-left:0px;
  border-right:0px;
  border-style:dashed;
  height:0px;
  border-color:#999999;
  margin:40px 50px 25px 30px;
}

.standout {
    background-color:#cccccc;
    width:360px;
	line-height:1.4em;
	margin:0px 0px;
	padding:5px 10px;
	border-left:solid 3px #000000;
	border-right:solid 3px #000000;
}

/* Links
-------------------------------- */
.smalllinks {
  font-size:12px;
  font-weight:normal;
  color:#000000;
}

.smalllinks a:link {text-decoration:underline; color:#999999;}
.smalllinks a:visited {text-decoration:underline; color:#999999;}
.smalllinks a:hover {text-decoration:underline; color:#333333;} 

/* Mail links
-------------------------------- */

.hidden, .hidden a, .hidden a:visited  {
  cursor:pointer;
  color:#666666;
  font-weight:normal;
  font-size: 14px;
}

.hidden a:hover {
  color: #000000;
  font-weight:normal;
}

.hidden img {
  float:none;
  border:none;
  margin:0px;
  padding:0px;
}

.contact p {
  font-size: 14px;
  font-weight:normal;
}

/* Lists
-------------------------------- */
ul.orangesquare_lg {
  width:780px;
  margin:0px;
  padding:0px;
}

ul.orangesquare_lg li {
  clear:both;
  line-height:1.3em;
  list-style-type:square;
  list-style-position:outside;
  padding:5px 0px;
  margin:0px 0px 0px 15px;
  color:#fd7700;
}

ul.orangesquare_lg li strong{
  color: #000000;
  font-weight:normal;
}

ul.orangesquare_lg li b{
  color: #000000;
}


ul.orangesquare_sm {
  width:360px;
  margin:0px;
  padding:0px;
  display:block;
}

ul.orangesquare_sm{
  width:360px;
  margin:0px;
  padding:0px;
  display:block;
}

.left {
  float:left;
}

ul.orangesquare_sm li{
  line-height:1.3em;
  list-style-type:square;
  list-style-position:outside;
  padding:0px 0px 10px 0px;
  margin:0px 0px 0px 15px;
  color:#fd7700;
}

ul.orangesquare_sm li strong{
  color: #000000;
  font-weight:normal;
}

.certpic {
  margin:20px 0px 0px 0px;
  float:right;
  width:245px;
}

.certpic img {
  float:left;
  border:3px double #cccccc;
}

p.cert{
  width:475px;
  color:#000000;
  margin:0px 0px 0px 0px;
}

/* Color Sample
-------------------------------- */

#colorsample {
 width:100%;
 clear:both;
}

#colorsample ul {
  margin:0px;
  padding:0px;
}

#colorsample ul li{
  list-style-type:none;
  width:112px;
  height:112px;
  float:left;
  margin:0px 13px 13px 0px;
  border:3px solid #cccccc;
  text-align:center;
}

#colorsample p.disclaim {
  color:#000000;
  font-size:12px;
  margin:15px 0px 5px 0px;
  text-align:left;
}

#colorsample p {
  text-align:center;
  margin:85px 0px 0px 0px;
  color:#ffffff;
}

#colorsample ul li.a {
  background-color:#685c47;
}

#colorsample ul li.b {
  background-color:#af8050;
}

#colorsample ul li.c {
  background-color:#976c51;
}

#colorsample ul li.d {
  background-color:#847b63;
}

#colorsample ul li.e {
  background-color:#8c5239;
}

#colorsample ul li.f {
  background-color:#8c735a;
}

#colorsample ul li.g {
  background-color:#97916a;
}

#colorsample ul li.h {
  background-color:#a98f6a;
}

#colorsample ul li.i {
  background-color:#5a5a52;
}

#colorsample ul li.j{
  background-color:#7a6953;
}

#colorsample ul li.k {
background-color:#866762;
}

#colorsample ul li.l {
  background-color:#8d8069;
}

/* Texture Sample
-------------------------------- */
#texturesample {
  width:100%;
  clear:both;
}

#texturesample div{
  float:left;
  margin:0px 8px 8px 0px;
}

#texturesample p.disclaim {
  color:#000000;
  font-size:12px;
  margin:15px 0px 5px 0px;
  text-align:left;
}

#texturesample p{
  text-align:center;
  font-size:13px;
  line-height:17px;
}


#texturesample img{
  border:3px solid #cccccc;
}



/* Stain Sample
-------------------------------- */
#stainsample {



}

#stainsample div{
  width:94px;
  float:left;
  margin:0px 4px 10px 0px;
}


#stainsample div.clearimg{
  width:94px;
  float:left;
  clear:both;
  margin:0px 6px 10px 0px;
}

#stainsample p {
  text-align:center;
  font-size:13px;
  line-height:17px;
}


#stainsample img{
  border:2px solid #cccccc;
}






/* faq
-------------------------------- */
ul.faq {margin: 0px 0px 0px 5px; padding: 0px;}
ul.faq li {margin: 0px 0px 5px 0px; padding: 0px 0px ; list-style-type: none; list-style-position:outside;}

/* Link Styles for the faqs */
.faqclosed a, .faqopen a {
	background-repeat:no-repeat;
	background-position:4px 50%;
	outline:none;
	font-size:1em;
	padding:2px 0px 2px 30px;
	text-decoration: none;
	margin:0px;
}

/* Hover and Active styles for the faqs */
.faqclosed a:hover, .faqopen a:hover {
  color:#5d5d5d;
}

/* Plus Sign for Trigger Links in Closed State faq */
.faqclosed a {
	font-weight:bold;
	color:#999999;
	background-image: url(../images/faq_east.gif);
}

/* Minus Sign for Trigger Links in Open State faq*/
.faqopen a {	
  font-weight: bold;
  color: #000000;
  background-image: url(../images/faq_south.gif);
}

/* Link Styles for the Submenus faqs*/
.faqclosed div {
  margin:5px 30px 15px 0px;
  display: none;
}

.faqopen div {
  color:#000000;
  margin:5px 30px 15px 0px;
  padding:0px 0px 0px 30px;
  display:block;
}

ul.faq ul {
  margin:0px;
  padding:0px;
}

ul.faq ul lh{
  margin:0px;
  font-weight:normal;
  list-style-type:none;
}

ul.faq ul li{
  margin:0px 0px 0px 15px;
  padding:0px 0px 10px 0px;
  line-height:1.4em;

  list-style-type:square;
}




/* Form 
---------------------------------------------*/

#formwrapper {
  background-image:url(../images/construction.png);
  background-position:right top;
  background-repeat:no-repeat;
  width:780px;
  margin:0px;
  float:left;
}

#formwrapper p{
  font-size:12px;
  font-weight:normal;
  margin:0px 0px 5px 0px;
  padding:0px;
}

.error_strings {
  background-image:url(../images/form_validator.gif);
  background-repeat:no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#660000;
  border-style:solid;
  border-width:0px;
  border-color:#000000;
}

.error_strings ul{
  margin:0px 0px 5px 80px;
  min-height:80px;
}

#dateandtime {
  position:relative;
  width:510px;
}




/* Form left group
---------------------------------------------*/
.formgroupleft {
  width:300px;
  margin:0px 30px 0px 0px;
  float:left;
 }

.formgroupleft .formsingle{
  font-size:12px; 
  font-weight:bold;
  line-height:14px;
  width:280px;
  clear:left;
  margin:0px 0px 0px 0px;
  padding:5px 0px 5px 0px; 
  border-top:1px dashed gray;
}

.formgroupleft .formsingle label{
  font-size:12px; 
  font-weight:bold;
  line-height:14px;
  margin:0px 0px 0px 0px;
  float: left;
  width:80px; 
}

.formgroupleft .formsingle input{ /*width of text boxes. IE6 does not understand this attribute*/
  width:180px;
  margin:0px;
  padding:0px;
  vertical-align:middle;
  border: 1px solid #9999f9;
  background-color:#ffffff;
}

.formgroupleft input.state{ /*width of text boxes. IE6 does not understand this attribute*/
  width:35px;
  margin:0px;
  padding:0px;
}

.formgroupleft input.zip{ /*width of text boxes. IE6 does not understand this attribute*/
  width:60px;
  margin:0px;
  padding:0px;
}

/* Form right group
---------------------------------------------*/
.formgroupright {
  width:300px;

  margin:0px 0px 0px 0px;
  float:left;
}

.formgroupright .formsingle{
  width:300px;
  font-size:12px; 
  font-weight:normal;
  line-height:14px;
  margin:0px 0px 0px 0px;
  padding:5px 0px 5px 0px; 
  border-top:1px dashed gray;
}

.formgroupright .formsingle input.textbox{ /*width of text boxes. IE6 does not understand this attribute*/
  width:180px;
  margin:0px;
  padding:0px;
  vertical-align:middle;
  border: 1px solid #9999f9;
  background-color:#ffffff;
}

.formgroupright  .formsingle label{
  font-size:12px; 
  font-weight:bold;
  line-height:14px;
  margin:0px 0px 0px 0px;
  float: left;
  width:105px; 
}

.formgroupright .formsingle input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
  width:180px;
  margin:0px;
  padding:0px;
  vertical-align:middle;
}



.formgroupright .formsingle fieldset{
  width:165px;
  margin:0px 0px 0px 112px;
  padding:0px;
  
}


.formgroupright input.radiobut{ /*width of text boxes. IE6 does not understand this attribute*/
  margin:0px;
  padding:0px;
  vertical-align: middle;
  border: 1px solid #9999f9;
  background-color:#ffffff;
  border:none;
}
.formgroupright .formsingle input[type="checkbox"] {
  font-size:12px; 
  font-weight:bold;
  line-height:14px;
  margin:0px 5px 3px 0px;
  padding:0px 0px 0px 0px;
  float:left;
  clear:both;
  border: 1px solid #9999f9;
 }


.formgroupright .formsingle label.check{

  font-size:12px; 
  font-weight:normal;
  line-height:14px;
  margin:0px;
}


/* Form double
---------------------------------------------*/

.formdouble{
  width:640px;
  clear:both;
  margin:0px;
  padding:5px 0px 5px 0px;
  border-top: 1px dashed gray;
}

.formdouble input{ /*width of text boxes. IE6 does not understand this attribute*/
  width:150px;
  margin:0px;
  padding:0px;
  vertical-align: middle;
  border: 1px solid #9999f9;
  background-color:#ffffff;
}


.formdouble label{
  font-size:12px;
  font-weight: bold;
  line-height:14px;
  margin:0px 0px 0px 0px;
  float: left;
  width:80px; 
}

.formdouble label.long{
  font-size:12px;
  font-weight: bold;
  line-height:14px;
  margin:0px 0px 2px 0px;
  float: left;
  width:250px; 
}

.formdouble textarea.question{
  width:620px;
  height:88px;
  font-size:12px; 
  font-weight:normal;
  line-height:14px;
  margin:0px;
  padding:0px;
  border: 1px solid #9999f9;
  background-color:#ffffff;


}

input.verify[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
  width:135px;
  margin:0px 0px 0px 0px;

}


.formdouble img.verifyimg {
  float:left;
  margin:0px 28px 5px 0px;
  width:152px;
  height:60px;
  border: 1px solid #9999f9;
  cursor:pointer;
}


.reqiredmark {
  font-size:16px;
  color:#fd7700;
  vertical-align:bottom;
  padding:0px;
  margin:0px;
  line-height:10px;
}


.formdouble .btn {
  width:80px;
  padding:1px 4px 1px 4px;
  margin: 0px;
  border: 2px solid #333333;
  font-weight:bold;
  background:#fd7700;
  color:#ffffff;
  cursor:pointer;
}

.formdouble .btn:hover {
  border: 2px solid #333333;
  background: #666666;
  color:#ffffff;
}


/* Footer 
----------------------------------------------- */

#footer {
  margin:0px;
  padding:0px 22px 0px 22px;
  width:auto;
  clear:both;
  height:1%;
  border-top:8px solid #fd7700;
  background-color:#000000;
}

#footer p.small {
  color:#ffffff;
  font-size:12px;
  font-weight:bold;
  line-height:17px;
  margin:8px 0px;
  padding:0px;
}


#footer ul{
  font-size:11px;
  line-height:13px;
  font-weight:bold;
  margin:0;
  padding:5px 0px 0px 0px;

}

#footer ul li {
  height:1%;
  line-height:13px;
  background-image:url("../images/link_orange.gif");
  background-repeat:no-repeat;
  background-position:0px 6px;
  padding:2px 0px 2px 15px ;
  margin:1px 0px;
  list-style-type:none;
}

#footer a:link, #footer a:visited, #footer a:active {
  color:#ffffff;
  text-decoration:none;
  outline:0px;
}

#footer a:hover {
  color:#999999;
  outline:0px;
}

#footer .f1 {

  float:left;
  width:180px;
  margin:5px 0px 10px 0px;
}

#footer .f2 {
  float:left;
  width:125px;
  margin:5px 0px 10px 22px;
}

#footer .f3 {
  float:left;
  width:125px;
  margin:5px 0px 10px 22px;;
}

#footer .f4 {
  float:left;
  width:125px;
  margin:5px 0px 10px 22px;
}

#footer .f5 {
  float:left;
  width:125px;
  margin:5px 0px 10px 22px;
}

#footer .f6 {
  float:left;
  width:125px;
  margin:5px 0px 10px 22px;;
}

#footer h2 {
  margin:0px 0px;
  line-height:25px;
  color:#fd7700;
  font-size:14px;
  border-bottom:1px solid #666666;
}

.centercopy{
  width:auto;
  clear:both;
  margin:0px auto;
}

#footer .centercopy p{
  border-top:1px solid #666666;
  color:#ffffff;
  font-size:14px;
  line-height:18px;
  margin:0px 30px;
  padding:5px 0px 10px 0px;
  text-align:center;
} 

#footer a.header:link {text-decoration:none; color:#fd7700;}
#footer a.header:visited {text-decoration:none; color:#fd7700;}
#footer a.header:hover {text-decoration:none; color:#996633;} 

#footer #login  {
  outline:none;
  background-color:#ffffff;
  padding:0px;
  margin:0px;
  font-size:12px;
  line-height:14px;
  vertical-align:text-top;
  width:120px;
  border:2px solid #666666;
}
