@charset "utf-8";
/* CSS Document */

body{
font-family: "Segoe UI", sans-serif;
background-color:#050601;
margin:15px;
background-image:url(images/bg1.jpg);
/*background-repeat:repeat-x;*/
background-repeat:no-repeat;
color:#fff;
}

#toplinks a:link, #toplinks a:visited{
border-bottom:none;
text-align:right;
color:#fff;
background-color:#666666;
border:1px solid #666666;
padding:5px;
margin-right:1px;
}

#toplinks a:hover{
background-color:#f1f1f1;
border:1px solid #666666;
color:#666666;
}

#toplinks{
padding:15px;
margin-right:50px;
float:left;
width:100%;
}
#intro-text{
width:100%;
margin-top:40px;
text-align:right;
}

#body-text{
width:50%;
float:right;
margin-top:40px;
text-align:left;
color:#f1f1f1;
font-weight:normal;
font-size:.9em;
line-height:20px;
}
img{
border:none;
}

#intro-text h1{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
color:#ade015;
margin-top:0px;
padding-top:0px;
}

#intro-text p{
font-size:1em;
font-family:calibri;
font-weight:bold;
}

a:link, a:visited{
color:#0099CC;
text-decoration:none;
border-bottom:2px solid #3399FF;
}

a:hover{
color:#00CC66;
}

#footer{
text-align:right;
height:50px;
margin-top:60px;
color:#f1f1f1;
font-size:.7em;
float:left;
width:100%;}

/* forms*/

#formcontainer {
padding-left:10px;
text-align:center;
height:auto;
margin-left:85px;
width:250px;
float:left;
}

.input {
clear:right;
float:left;
background:#f1f1f1;
width:250px;
border-left:6px solid #187d08;
border-top:none;
border-bottom:none;
height:25px;
padding-top:5px;
font-family:Georgia, "Times New Roman", Times, serif;color:#000; font-weight:bold;}

.input:hover{
background:#fff;
}


p.field{
float:left;
margin-left:5px;
margin-top:-10px;
}

#buttons {
padding-left:20px;
float:left;
width:100%;
text-align:center;
}

.button{
background:none;
color:#fff;
font-size:1.2em;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#333333;
}
/*
.button {
width:200px;
background:#ffffff;
background-image:url(images/bg-button-grey.gif);
background-repeat:repeat-x;
color:#333;
float:left;
padding:0px;
border: 1px solid #cccccc;
margin-left:5px;
}

.button:hover{
background-color:#8f0b0b;
background-image:url(images/bg-button.gif);
background-repeat:repeat-x;
color:#fff;
}
*/
.textarea{
width:240px;
float:left;
background:#f1f1f1;
width:250px;border-left:6px solid #187d08;
border-top:none;
border-bottom:none;font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
font-weight:bold;
}

.textarea:hover{
background:#fff;

}


/*misc*/
.clearboth{
clear:both;
}

.span {
display:none;
}

#address{
width:250px;
float:left;
margin-left:30px;
text-align:center;

}

#address h2{
font-family:Georgia, "Times New Roman", Times, serif;
padding:0px;
font-size:1em;
letter-spacing:1px;
text-align:center;
}

span.emphasis{
color:#FFCC00;
font-size:1.5em;
}

