﻿/*
--------------------------
CSS RESET 
--------------------------
*/

html, applet, object, iframe, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, fieldset, form, label, legend,h1,h2,h3,h4
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

img 
{
  border:0px;
}

/*
--------------------------
THE BASICS
--------------------------
*/
 
html { 
  padding :0px;
  margin:0px;
}

body {
  background-color: #989898;
  background-image: url(../images/core/bg_home.jpg);
  background-repeat:repeat-x;
  font-size: 12px;

/*"Helvetica Neue", "HelveticaNeue", Arial, sans-serif; */

  font-family:  Helvetica, Arial, Sans-Serif, Verdana;
  color:#564b47;  
  text-align:center;
  margin:0px;
  padding:0px;
}

a {text-decoration: underline; color: #666666; font-family:  Helvetica, Arial, Sans-Serif, Verdana;}
a:hover 
{
    text-decoration: none;
    color: #ADADAD;
}
a.bookmark,a.bookmark:hover,a.bookmark:visited
{
    text-decoration:none;
    color:#564b47;  
}
.clear {clear: both;}
h2 {font-size: 22px; line-height: 24px; font-weight:normal; color: #666666; margin:0px 0px 0px 0px;padding:5px 0px 2px 0px}
h3 {font-size: 16px; line-height: 18px; font-weight:normal; color: #666666; margin:0px 0px 0px 0px;padding:5px 0px 2px 0px}
h4 {font-size: 13px; line-height: 16px; font-weight:normal; color: #666666; margin:0px 0px 0px 0px;padding:2px 0px 2px 0px}
h4, p {padding-top: 10px; margin:3px 0px 5px 0px}


ul li
{
	list-style-type:none;
	margin: 0px 0px 0px 3px;
	*margin: 0px 0px 0px 7px;
}

ol li
{
	list-style-type:decimal;
	margin: 0px 0px 0px 3px;
	*margin: 0px 0px 0px 7px;
}

/*
--------------------------
PRELOAD
--------------------------
*/
#preload {position: absolute; left: -100000px;display:none;}

.error
{
    color:#B33C34;
    font-size:12px;
} 

select, select option
{
    color:#564B47;
    font-size:10px;
}

input.contactussubmit
{
    background: url(../images/core/btn_submit_off.png) no-repeat;
    _behavior: url(/site_assets/js/iepngfix.htc);
    width: 80px;
    height: 20px;
}
input.contactussubmit:hover
{
    background: url(../images/core/btn_submit_on.png) no-repeat;
    _behavior: url(/site_assets/js/iepngfix.htc);
}

body input, body textarea
{
	font-family:  Helvetica, Arial, Sans-Serif, Verdana;
}

input.text{
    border:0 none;
    color:#333333;
    font-size:12px;
    border-left: 1px solid #BDBDBD;
    border-right: 1px solid #BDBDBD;
    background:transparent url(../images/locator/input_bg.jpg) repeat-x scroll 0 0;
    width:227px;
    height:17px;
    padding:3px 1px 0 5px;  
    vertical-align:bottom;
}
textarea  {
    border:0 none;
    color:#333333;
    font-size:12px;
    border: 1px solid #BDBDBD;
    background:transparent url(../images/modalpopup/callback/textarea_bg.jpg) repeat-x scroll 0 0;
    width:227px;
    height:68px;
    padding:2px 1px 0 5px;  
    vertical-align:bottom;
}