
html {
              height: 100%;
              margin: 0px;
              padding: 0px;
}

body {
        font-family: Arial;
        font-size: 10pt;
        background-color: #323232;
        text-align:center;
        min-height: 100%;
        height: 100%;
        margin: 10px 0px 0px 0px;
        padding: 0px;
}


#contactheader {
        width: 755px;
        margin:0px auto;
        color: #FFFFFF;
        text-align:right;
        padding-right: 40px;
        padding-bottom: 4px;
        font-weight: bold;
        font-size: 9pt;
}
#contactheader a{
        text-decoration: none;
        color: #FFFFFF;
}

#curved_top {
        width: 800px;
        margin:0px auto;
        height: 71px;
        background: url("images/curved_top.gif") 0 0 no-repeat;
}
#curved_top_logo {
        float: left;
        padding-top: 10px;
        padding-left: 20px;
}
#curved_top_heading {
        color: #323232;
        font-size: 12pt;
        font-weight: bold;
        float: right;
        padding-top: 30px;
        padding-right: 50px;
}
#blackbar {
        margin-left: 20px;
        height: 8px;
        width: 757px;
        background-color: #000000;
}

#welcome_message {
        padding-top: 180px;
        padding-right: 40px;
        text-align: right;

}

#banner_image {
        text-align: left;
        width: 800px;
        margin:0px auto;
	    height: 232px;
	    background: url("images/banner4.jpg") 20px 0 no-repeat;
background-color: #FFFFFF;
}

#container {
        width: 800px;
        margin:0px auto;
        text-align:left;
        }

#menu {
        font-size: 8pt;
        font-weight: bold;
        float: left;
        width: 176px;
        position: absolute;
        top: 102px;
}
#menu[id] {
        margin-left: 10px;
       }
/* Have to define margin a second time to work around IE double space bug */
#menu {
        margin-left: 10px;
}


.menu_item[class] {
        padding-left: 20px;
        height: 44px;
        line-height: 44px;
        background-image:url(images/black_fifty_percent.png);
}

.menu_item:hover[class] {
  font-size: 10pt;
        padding-left: 20px;
        height: 44px;
        background-image:url(images/black_twentyfive_percent.png);
}



.menu_item a{
position: relative;
display:block;
width: 100%;
height: 100%;
color: #FFFFFF;
text-decoration: none;
}

.menu_item a:hover{
font-size: 10pt;

}
.menu_item_seporator {
background-color: #FFFFFF;
height: 2px;
}

#menu_item_spacer {
         background: url("images/black_fifty_percent.png") 0 0;
         margin-left: 10px;
         height: 200px;
}

#content {

        padding-left: 200px;
        padding-top: 20px;
        padding-right: 40px;
        padding-bottom: 20px;
        background-color: #FFFFFF;
}

#curved_bottom {
  width: 800px;
  margin:0px auto;
  height: 71px;
         background: url("images/curved_bottom.gif") 0 0 no-repeat;

}

.contact_form {
        width: 350px;
        position: absolute;
        top: 390px;
        margin-left: 200px;
}

.contact_form_label {
        float: left;
        font-weight: bold;
        font-size: 12pt;
        color: #860000;
}
.contact_form_field {
        width: 200px;
        float: right;
}
.contact_form_field input {
background-color: #CCCCCC;
}
.contact_form_field_area textarea {
    background-color: #CCCCCC;
}
.contact_form_seporator {
        clear: both;
        height: 10px;
}

.contact_form_submit {
        margin-top: 20px;
        margin-left: 130px;
}

.contact_form_submit input{
border: 1px solid #323232;
width: 80px;
height: 30px;
font-weight: bold;
font-size: 12pt;
color: #860000;
background-color: #CCCCCC;
}

.heading {
	font-weight: bold;
	font-size: 16pt;
	color: #69F;
}
.subheading {
	font-weight: bold;
	font-size: 12pt;
	color: #69F;
}
