@charset "UTF-8";
/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
color: #666;
}

body {
font:62.5%/1.6 verdana, arial, helvetica, sans-serif;
text-align:center;
}
 
/***** Common Formatting *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
color: #bb2222;
}

h1 {
padding:30px 0 25px 0;
letter-spacing:-1px;
font-size: 2.5em;
line-height: 1.2em ;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font-size:1.9em ;
}

h3 {
font-size:1.6em ;
font-weight:bold;
}            

h4 {
font-size:1.5em ;
font-weight: normal;
text-align:center;
padding: 10px 0;
font-family: georgia, times, serif;
}

p, ul, ol, address {
margin:0;
padding:0 0 18px 0;   
font-size:1.2em ;
text-align:left;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}
 
blockquote {
margin:22px 40px;
padding:0;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
 
a, a:visited {
text-decoration:none;
color: #bb2222;
}   
a:hover {
color: #D52C2C;
}
 
/***** Forms *****/
 
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em arial, helvetica, sans-serif; 
}
 
textarea {
line-height:1.25;
}
 
label {
cursor:pointer;
} 

/* Styling Forms */
fieldset {
  padding: 1.2em 1em;
  border:0;
  font-size: 1.3em;
  font-family: verdana, arial, sans-serif;
  }
#contactform fieldset{border-top: 1px solid #d11;
                      padding: 0.4em 1em;}

legend {color: #666;
  font-family: arial,"Trebuchet ms", verdana, sans-serif;
               font-weight:bold;
               font-size: 1.5em;
               margin: 5px; }
#contactform legend {font-size: 1em;}

label {
  float:left;
  width:40%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight: bold;
  clear: both;
  }  

input {margin: 3px 1px;}
input[type=text], select, textarea {border: 1px solid #666; margin: 3px 1px;
font:1em arial, helvetica, sans-serif;}

.buttons {text-align: center;}
.butt {margin: 5px 10px;}

 
/***** Tables *****/
 
table {
border:0;
margin:0 0 18px 0;
padding:0;
}
 
  table tr td {
  padding:2px;
  }
 
/***** Wrapper *****/

#wrapper {
xwidth: 780px;
margin:0 auto;
text-align: left;
}

/***** Global Classes *****/
 
.clear         { clear:both; }
.prop          {float: left;
                width: 1px;
                height: 1000px;}  
.prop-250      {float: left;
                width: 1px;
                height: 250px;}
.prop-500      {float: left;
                width: 1px;
                height: 500px;} 
.prop-1000      {float: right;
                width: 1px;
                height: 1000px;}
 
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.skip {position: relative;
		margin: 0;
		padding: 2px;
		display:block;
		width:100%;
		background:#FFFFCC;
		z-index:1000;
		}