/*JPacker.net Web Site Design Cascading Style Sheet*/
body, html {
background-image:url(images/body_bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
background-color:#000000;
margin: 0;
padding: 0;
}
h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 48px;
font-weight: bold;
color: #1D65A6;
text-align: center;
text-transform: lowercase;
padding: 0;
margin: 0;
}

h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
font-style: normal;
color: #ffffff;
text-align: left;
text-transform: lowercase;
padding: 0px 0px 0px 170px;
margin: 0;
}

h3 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #ffffff;
text-align: left;
text-transform: capitalize;
padding: 0px 0px 0px 20px;
margin: 0;
}


sup {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #1D65A6;
text-transform: lowercase;
padding: 0px 0px 0px 5px;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;
text-decoration: none;
font-variant: normal;
text-transform: none;
text-align: justify;
margin: 5px 20px 5px 20px;
}

.form_label {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #ffffff;
font-weight:bold;
text-decoration: none;
font-variant: normal;
text-transform: none;
text-align: right;
vertical-align: top;
}

a:link {text-decoration: none; color:#ffffff;}
a:visited {text-decoration: none; color: #CCCCCC;}
a:active {text-decoration: none; color: #00FF00;}
a:hover {text-decoration: none; color: #FF6600;}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
color: #ffffff;
text-decoration: none;
font-variant: normal;
text-transform: uppercase;
text-align: center;
}

.submit {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8px;
color: #000000;
text-decoration: none;
font-variant: normal;
text-transform: uppercase;
text-align: center;
}

/*Main Table Backgrounds*/
.tbl_top {
background-image:url(images/contact_info_top_bg.gif);
background-repeat: no-repeat;
background-position: center;
width:524px;
height: 74px;
}

.tbl_middle {
background-image:url(images/contact_info_middle_bg.gif);
background-repeat: repeat-y;
background-position: center;
width: 524px;
}

.tbl_bottom {
background-image:url(images/contact_info_bottom_bg.gif);
background-repeat: no-repeat;
background-position: center;
vertical-align: top;
width:524px;
height: 140px;
}

.button_tbl_content_left {
background-image:url(images/contact_info_button_left_bg.gif);
background-repeat: no-repeat;
background-position: right;
width: 12px;
height: 27px;
}

.button_tbl_content_middle {
	background-color: #5D5D5D;
}

.button_tbl_content_right {
background-image:url(images/contact_info_button_right_bg.gif);
background-repeat: no-repeat;
background-position: top;
width: 12px;
height: 27px;
}




/*Content Table Backgrounds*/
.tbl_content_top {
background-image:url(images/contact_info_smallbox_top_bg.gif);
background-repeat: no-repeat;
background-position: bottom;
width:432px;
height: 10px;
}

.tbl_content_middle {
	background-color: #5D5D5D;
}

.tbl_content_bottom {
background-image:url(images/contact_info_smallbox_bottom_bg.gif);
background-repeat: no-repeat;
background-position: top;
width:432px;
height: 10px;
}


