* {
padding: 0;
margin: 0;
}

body 
{
background: #BFC3C2 url(../images/bg4.jpg) repeat-x 0 0;
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
font-size: 12px;
line-height: 20px;
color: #444;
}

.RedBold
{
  font-weight: bold;
  color: #FF0000;
}

h1 {
font-size: 18px;
margin: 4px 0px 4px 0px;
font-weight: bold;
color: #CC0011;
}

h2 {
font-size: 16px;
margin: 4px 0px 4px 0px;
font-weight: bold;
color: #009F98;
}

h3 {
font-size: 14px;
margin: 4px 0px 4px 0px;
font-weight: bold;
color: #59B6EF;
}

h4 {
font-size: 12px;
margin: 4px 0px 4px 0px;
font-weight: bold;
color: #666666;
}

p {
margin: 8px;
}

a {
color: #CC0011;
text-decoration: none;
font-weight: bold;
}

a:hover {
text-decoration: underline;
}

a img {
border: 0;
}

#container {
width: 920px;
margin: 10px auto 0 auto;
}

#Banner {
width: 920px;
height: 151px;
background: transparent url(../images/header_bg.gif) no-repeat 0 0;
padding: 0px 12px 0px 12px;
}

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

#main {
width: 920px;
background: transparent url(../images/main_bg.gif) no-repeat 0 0;
}

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

#main #Scroller {
width: 900px;
margin: 0 10px;
height: 150px;
border-top: 3px solid #ccc;
border-bottom: 3px solid #ccc;
background: #fff;
}

#page_content_full {
width: 860px;
margin: 0 10px;
padding: 0 20px;
background: #fff;
border-top: 20px solid #fff;
}

#main #page_content {
width: 900px;
margin: 0 10px;
background: #fff url(../images/content_bg.gif) repeat-y 648px 0;
border-top: 10px solid #FFFFFF;
}

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

#main #page_content #content_left {
display: inline;
width: 608px;
margin: 0 0 0 20px;
float: left;
padding-right: 23px;
}

#main #page_content #content_left:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#main #page_content #content_left ul, #main #page_content #content_left ol {
margin-left: 25px;
}

#main #page_content #content_right {
display: inline;
width: 209px;
margin: 0 20px 0 0;
float: right;
}

#main #page_content #content_right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#content_right h2 {
font-size: 14px;
margin-bottom: 6px;
}

#content_right form {
width: 209px;
padding-bottom: 27px;
margin-bottom: 17px;
}

#content_right fieldset {
border: 0;
}

#content_right fieldset p {
margin-bottom: 6px;
}

#content_right fieldset label {
font-weight: bold;
display: block;
margin-bottom: 6px;
}

#content_right fieldset img {
margin: 5px 0px 5px 0px;
}

#content_right fieldset input.input_text, #content_right fieldset textarea, #content_right fieldset select {
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
font-size: 13px;
width: 205px;
margin-bottom: 12px;
border: 1px solid #999;
padding: 2px;
}

#content_right fieldset select {
width: 210px;
}

#content_right fieldset textarea {
height: 150px;
}

#content_right fieldset input.input_text:focus, #content_right ffieldset textarea:focus {
background: #f2ecf5;
border: 1px solid #f37021;
color: #9d3293;
}

#content {
width: 768px;
}

#footer {
width: 100%;
background: #666666 url(../images/footer_bg4.gif) repeat-x 0 0;
padding-bottom: 25px;
margin: auto;
}

#footer div {
width: 920px;
margin: 0 auto;
}

#footer #footer_top {
height: 30px;
background: url(../images/footer_top.gif) no-repeat 0 0;
width: 900px;
margin-bottom: 30px;
}

#footer p {
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
text-align: center;
margin-bottom: 18px;
font-size: 11px;
color: #fff;
}

#footer p a {
color: #FFFFFF;
font-weight: normal;
}

#footer p#links {
font-size: 14px;
}

#footer p#copy {
font-size: x-small;
color: #FFFFFF;
margin-bottom: 0;
}

#footer p#copy a {
color: #FFFFFF;
}

#form_contact {
width: 608px;
}

#form_contact fieldset {
border: 0;
}

#form_contact fieldset p {
margin-bottom: 6px;
}

#form_contact fieldset div {
width: 608px;
}

#form_contact fieldset div:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#form_contact fieldset div label {
float: left;
font-weight: bold;
display: block;
width: 208px;
text-align: right;
padding-top: 2px;
}

#form_contact fieldset div input.input_text {
float: right;
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
font-size: 13px;
width: 340px;
margin-right: 30px;
margin-bottom: 12px;
border: 1px solid #999;
padding: 2px;
}

#form_contact fieldset div input.input_text:focus {
background: #f2ecf5;
border: 1px solid #f37021;
color: #9d3293;
}

#form_contact fieldset div textarea {
float: right;
font-family: Trebuchet MS, Verdana, Arial, sans-serif;
font-size: 13px;
width: 340px;
margin-right: 30px;
margin-bottom: 12px;
border: 1px solid #999;
padding: 2px;
}

#form_contact fieldset div textarea:focus {
background: #f2ecf5;
border: 1px solid #f37021;
color: #9d3293;
}


