/* CSS Document */


* { padding: 0; margin: 0; }

body {
 background-image:url(images/background.jpg);
 background-repeat: no-repeat;
 background-position: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;

}
#wrapper {
margin: 0 auto; /* Center align for Good browsers like Firefox, Opera, Netscape */
margin-top: 100px;
text-align: left;
width: 820px;
}
#header{
 width:820px;
 height:120px;
 float: left;
 margin: 0px 0px 2px 0px;
} 
#navigation{
 width: 382px;
 height: 15px;
 padding: 10px;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc; 
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 float: left;
 margin: 0px 0px 10px 0px;
 color:#eb6e36;
}
#nav_two{
 width:385px;
 height:15px;
 float:left;
 padding: 10px;
 margin: 0px 0px 10px 0px;
 color:#eb6e36;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc; 
 border-right: 1px solid #ccc;
}
#flashimage{
 width: 815px;
 height: 220px;
 float: left;
 margin: 0px 0px 5px 0px;
 background:#FFF;
 border: 1px solid #fff;
} 
#content{
 width: 480px;
 height:270px;
 float: left;
 padding-top: 5px;
 padding-left: 10px;
 padding-right: 10px;
 padding-bottom: 5px;
 background: #fff;
 border-right: 1px solid #ccc;
 margin: 0px 0px 0px 0px;
 color:#333333;
 line-height: 14px;
}
#contact{
 width:265px;
 height: 270px;
 padding-top: 5px;
 padding-left: 30px;
 padding-right: 10px;
 padding-bottom: 5px;
 float:left;
 color: #eb6e36;
 }
#footer{
 width: 785px;
 height: 15px;
 padding: 10px;
 clear: both;
 color: #eb6e36;
 border-top: 1px solid #ccc;
 font-size: 10px;
}
#hr {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #007846;
}
#h1{
color: #eb6e36;
font: Arial, Helvetica, San Serif;
font-size: 16px;
text decoration: none;
}
 .formfield {
 font-size : 11px;
 font-family: "Verdana", Helvetica, sans-serif;
 padding: 5px;
 color : #666;
 border:1px solid #ccc;
}
 form {
 border: 0px solid #eb6e36;
 padding-top: 5px;
 width: 250px;
 background: #fff;
 }
a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/
