@charset "ISO-8859-1";
/* Questions about this code call Don Lutkus at Resonate Communications 617-340-6333 */

body {
background-color: #ffffff;
margin: 20px 0px 0px 0px;
padding: 0px;
background-image: url(/images/background.png);
background-repeat: repeat-x;
}

#site-container {
position: relative;
width: 850px;
margin: 0px auto;
border: 1px solid #93bed9;
background-color: #ffffff;
padding:0;
}

#footer {
position: relative;
width: 850px;
margin: 0px auto;
padding:0;
}

p,h1,h2,h3,h4,h5,h6,li,ul,ol {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 175%;
color: #555555;
margin: 0px;
padding: 6px 0px 15px 0px;
}

ul,ol {
margin: 0px 0px 0px 30px;
}

ul li {
list-style: square outside none;
padding: 0px 0px 6px 0px;
}

ol li {
list-style: decimal outside none;
padding: 0px;
}

h1 {
font-size: 24px;
font-weight: normal;
line-height: 120%;
letter-spacing: -1px;
color: #0686d8;
padding: 0px 0px 6px 0px;
}

h2 {
font-size: 16px;
line-height: 130%;
color: #0686d8;
padding: 6px 0px 8px 0px;
}

h3 {
font-size: 14px;
line-height: 130%;
color: #444444;
padding: 6px 0px 20px 0px;
}

.h3-big {
font-size: 24px;
line-height: 130%;
font-weight: normal;
letter-spacing: -1px;
color: #e09b05;
padding: 6px 0px 6px 0px;
}

h6 {
font-size: 14px;
line-height: 130%;
color: #0686d8;
padding: 6px 0px 4px 0px;
margin:70px 0px 0px 0px;
border-top: 1px dotted #0686d8;
}

h4 {
font-size: 12px;
line-height: 130%;
color: #0686d8;
padding: 6px 0px 8px 0px;
}

a {
color: #0686d8;
text-decoration: underline;
outline: none;
}

a:hover {
color: #f9ab03;
text-decoration: none;
outline: none;
}

a:active {
text-decoration:underline;
color:#555555;
outline: none;
}

img {
border: none;
}

#quote {
position: absolute;
left:140px;
top:320px;
width:190px;
}

#quote p {
font-size: 12px;
line-height: 22px;
font-style: italic;
margin:0px 0px 6px 0px;
padding:0px;
}

#quote p.name {
font-style: normal;
margin: 0px 0px 0px 10px;

}


/* --------------------------forms------------------------------ */

#form2 p {

margin: 0px 0px 0px 0px;
padding:6px 0px 6px 0px;

}




form input {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
color: #666666;
border: 1px solid #0686d8;
margin: 0px;
padding: 3px;
}

form input:focus {
background-color:#DFECF5;
}

.no-border {
border:none;
}

.input-200 {
width:200px;
}

.input-190 {
width:190px;
}

.input-180 {
width:180px;
}

.input-20 {
width:20px;
}

.input-50 {
width:50px;
}

.label-50 {
width:50px;
}

.label-80 {
width:80px;
}

.label-90 {
width:90px;
}

.label-100 {
width:100px;
}

.label-110 {
width:110px;
}


.label-190 {
width:190px;
}

.label-200 {
width:200px;
}

.label-240 {
width:240px;
}


.label-230 {
width:230px;
}


.check-box {
border:none;
}

#form-container {
position: relative;
width:100%;
height:auto;
margin: 10px 0px 20px 0px;
}

#form-container-450 {
position: relative;
float:left;
width: 430px;
margin: 0px 0px 50px 0px;
padding: 0px;
border-right: 1px dotted #0686d8;
}

#form-help {
position: relative;
float:right;
width: 320px;
}

#form-help h4 {
font-size: 14px;
line-height: 150%;
color: #0686d8;
padding: 6px 0px 8px 0px;
}

#form-help h2 {
font-size: 14px;
line-height: 130%;
}

.required {
color:red;
}

.form-style {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
color:#444444;
}

.form-style p {
font-size: 12px;
line-height: 14px;
}

.form-style h3 {
padding-bottom:20px;
}

.form-style label {
margin: 4px 8px 0px 0px;
padding: 0px;
float: left;
text-align: right;
display: block;
}

.form-style h1 {
font-size: 18px;
font-weight: bold;
}

#developer-form {
position:absolute;
top: 30px;
left: 470px;
width: 300px;
height: auto;
padding: 10px;
background-color: #dfecf5;
}

.dot-orange {
background-color: #f9ab03;
border: 7px solid #f9ab03;
margin: 0px 1px;
}

.dot-gray {
background-color: #cccccc;
border: 7px solid #cccccc;
margin: 0px 1px;
}

/*  --------------------------- buttons --------------------------- */

.button a {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 14px;
color:#ffffff;
text-decoration: none;
background-image: url(/images/button-blue.png);
background-repeat: repeat-x;
padding: 6px 20px;
margin: 0px;
height:60px;
border: 2px solid #cccccc;
}

.button a:hover {
background-image: url(/images/button-orange.png);
background-repeat: repeat-x;
}

.button a:active {
color: #0686d8;
background-image: url(/images/button-orange.png);
background-repeat: repeat-x;
border: 2px solid #0686d8;
}

.form-button  {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
color:#ffffff;
text-decoration: none;
background-image: url(/images/button-blue.png);
background-repeat: repeat-x;
padding: 5px 6px;
margin: 0px;
border: 2px solid #cccccc;
}

.form-button:hover {
background-image: url(/images/button-orange.png);
background-repeat: repeat-x;
cursor: pointer;
}

.form-button:active {
color: #0686d8;
background-image: url(/images/button-orange.png);
background-repeat: repeat-x;
border: 2px solid #0686d8;
}


