body {
font-size:11.5px;
line-height:16px;
font-family:Arial, Tahoma;
margin:0;
padding:0;
}

#header {
background:url(images/header_bckg.gif) repeat-x;
height:120px;
}

#logo {
width:780px;
margin:0 auto;
padding:50px 0 0 20px;
}

#logo a {
color:#FFF;
text-decoration:none;
font-weight:700;
height:12px;
font-size:20px;
text-transform:uppercase;
}

#menu {
color:#fff;
text-align:center;
margin-top:22px;
}

#menu ul {
width:780px;
list-style:none;
text-align:left;
margin:0 auto;
padding:0;
}

#menu ul li {
display:inline;
}

#menu ul a {
display:block;
float:left;
font-weight:700;
font-size:13px;
text-decoration:none;
color:#fff;
background:url(images/menu_enactive.gif) no-repeat bottom center;
width:118px;
text-align:center;
text-transform:uppercase;
padding:8px 10px;
}

#menu ul a:hover {
background:url(images/menu_over.gif) no-repeat bottom center;
color:#232323;
}

#main {
width:100%;
float:left;
margin:20px 0;
}

#head_image {
height:150px;
background:url(images/head_bckg.jpg) no-repeat #fe5d00;
line-height:24px;
padding:30px 0 30px 50px;
}

#slogan {
color:#fff;
font-family:"Arial Narrow", Arial, Tahoma;
font-size:21px;
text-transform:uppercase;
}

#under_slogan_text {
color:#ff0;
font-size:10px;
line-height:12px;
padding-top:15px;
}

#content {
width:780px;
margin:0 auto;
padding:0;
}

#content h1 {
text-transform:uppercase;
font-size:20px;
color:#000;
font-weight:400;
margin:5px 0 0;
}

#content h3 {
text-transform:uppercase;
font-size:17px;
color:#000;
font-weight:500;
margin:30px 0 0;
}

#text {
float:left;
width:750px;
padding-left:20px;
}

blockquote {
margin-top:10px;
margin-bottom:10px;
margin-left:50px;
padding-left:15px;
border-left:3px solid #ccc;
} 

#footer {
background:url(images/footer_bckg.gif) repeat-x #3f3e3e 0 2px;
height:94px;
margin-top:20px;
clear:both;
}

#left_footer {
float:left;
text-transform:uppercase;
color:#FFF;
font-weight:700;
font-size:11px;
padding:40px 0 0 30px;
}

#right_footer {
float:right;
text-transform:uppercase;
color:#FFF;
font-weight:700;
font-size:11px;
text-align:right;
padding:40px 30px 0 0;
}

a,.orange {
color:#fe5800;
}

a:hover,#left_footer a:hover,#right_footer a:hover {
text-decoration:none;
}

#menu ul a.active,#menu ul a.active:hover {
background:url(images/menu_active.gif) no-repeat bottom center;
color:#232323;
}

#left_footer a,#right_footer a {
color:#FFF;
}

form fieldset {
position:relative;
margin:0;
padding:0;
border:0;
}

form fieldset legend {
display:none;
}

form fieldset legend.show {
display:inline;
white-space:normal;
}

form fieldset br {
clear:both;
}

form fieldset label {
clear:left;
display:block;
float:left;
width:150px;
vertical-align:middle;
margin:1em 10px 0 0;
}

form fieldset input,form fieldset select,form fieldset textarea {
vertical-align:middle;
width:51%;
margin-top:1em;
padding:4px 6px;
}

form fieldset input[type="file"] {
width:51%;
}

form fieldset select {
width:52.5%;
}

form fieldset input[type="radio"],form fieldset input[type="checkbox"] {
width:auto;
margin-left:0;
padding:0;
}

form fieldset fieldset {
margin:1.5em 0 0 160px;
padding:0;
}

form fieldset fieldset legend span {
position:absolute;
left:-160px;
width:150px;
}

form fieldset fieldset input[type="radio"],form fieldset fieldset input[type="checkbox"] {
margin-top:0;
}

form fieldset fieldset label {
clear:none;
float:none;
display:inline;
margin-right:0;
}

form fieldset button {
margin:30px 15px 0 160px;
}