body {
background: #929292;
margin: 0 auto;
font-family: Arial;
font-size: 12px;
}

#overall {
width: 942px;
margin-left: auto;
margin-right: auto;
}

/* sub-pages */
#home_background{
background: url(../images/hp_main.jpg) no-repeat bottom left;
clear:both;
width: 930px;
height: 466px;
border: 6px solid #000000;
overflow:hidden;
}

#subpage_background{
background: #000000;
clear:both;
width: 930px;
border: 6px solid #000000;
overflow: hidden;
}

/* content */
#content {
width:930px;
margin: 0 auto;
}

#content_text {
color: #FFFFFF;
width:435px;
height: 466px;
margin-right: 25px;
background: #012032;
opacity: 0.85;
}

#content_bigtext {
font-size: 40px;
color: #FFFFFF;
margin: 25px 25px 0;
}

.content_insidetext{
margin-left: 25px;
margin-right: 25px;
color: #FFFFFF;
}

.content_insidetext a{
color: #6CB0EF;
text-decoration: underline;
}

#subcontent_text {
color: #FFFFFF;
width:435px;
margin-right: 25px;
}

#subcontent_bigtext {
font-size: 40px;
color: #FFFFFF;
margin: 25px 0 0;
}

.subcontent_insidetext{
color: #9B9B9B;
margin-bottom: 25px;
}

.subcontent_insidetext a{
color: #6CB0EF;
text-decoration: underline;
}

.subcontent_insidetext h{
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}

.subcontent_insidetext p{
margin-top: 20px;
}

#sonny_pic {
margin: 0 10px 10px 0;
}

.disclaimer_text{
color: #6CB0EF;
}

#contact_labels {
margin-top: 15px;
line-height: 24px;
}

#contact_fields input {
margin: 1px 100px 1px 0;
}

 #contact_fields select {
 margin: 1px 100px 1px 0;
 width: 223px;
 }

/*header*/
#logo {
height: 89px;
width: 314px;
}

#logo img{
border: 0px;
}

#Nav {
height: 45px;
list-style: none;
float: right;
border-right: 1px solid #285680;
}

#Nav_last {
height: 45px;
list-style: none;
float: right;
}

#Nav ul, #Nav_last ul {
list-style: none;
font-family: Arial;
font-size: 12px;
font-weight: bold;
color: #000000;
border-top: 10px solid #285680;
margin: 0px;
padding-left: 0px;
}

#Nav ul:hover, #Nav_last ul:hover{
border-top: 10px solid #6CB0EF;
}

#Nav li, #Nav_last li{
margin: 8px 10px 0;
}

#Nav a, #Nav_last a{
text-decoration: none;
color: #000000;
}

#Nav a:hover, #Nav_last a:hover{
text-decoration: underline;
color: #285680;
}

/* footer */
#footer{
margin-left: 10px;
font-size: 10px;
}

#footer a{
color: #000000;
text-decoration: none;
}

#footer a:hover{
color: #FFFFFF;
}

#leftfooter, #rightfooter {
margin-top: 15px;
}

#bottomfooter {
clear: both;
width: 930px;
}

#halcy_logo img{
border: none;
margin-top: 11px;
}

/* Misc Functions */
.floatRight {
float: right;
}

.clearfloat {
clear
}

.floatLeft {
float: left;
}

.marginLeft {
margin-left: 25px;
}