* {
    margin: 0;
    padding: 0;
    }
body {
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
    margin: 0 auto;
    width: 795px; 
    }

td {
    font-family: verdana, arial, sans-serif;
    font-size: 10pt;
}
    
/* page layout */
#pagecontainer {
    }
#header {
    text-align: right;
    width: 795px;
    }
#nav {
    margin: 0 0 10px 0;
    font-weight: bold;
    }
#SINbanner {
    margin: 15px auto;
    background: #f1f1f1;
    border: 1px solid #c8c8c8;
    padding: 10px;
    display: none;
    zoom: 1; /* IE hack */
    }
#content {
    margin: 15px auto;
    background: #f1f1f1;
    border: 1px solid #c8c8c8;
    padding: 10px;
    zoom: 1; /* IE hack */
    }
#footer {
    text-align: center;
    }

/* Home Page boxes */
#stepsbox {
    float: left;
    width: 340px; 
    margin-left: 30px;
    padding-top: 20px;
    }
#ratebox {
    margin-left: 470px;
    margin-right: 30px;
    padding-top: 60px;
    }
#stepsbox div {
    margin: 20px 0;
    background: url(/images/check.gif) top left no-repeat;
    min-height: 41px;
    padding: 5px 0 0 50px;
    }
/* IE hack */
* html #stepsbox div {
    height: 41px;
	}
#ratebox .ratebutton {
	margin-bottom: 20px;
	}
#ratebox .ratebutton span {
    display: block;
    text-align: right;
    margin-top: 10px;
    color: #ffffcc;
    font-weight: bold;
    }
#senditnowbutton {
    margin: 0 auto;
    text-align: left;
    padding-left: 80px;
    }

/* lists */
#nav ul, #footer ul {
    list-style: none;
    }
#nav ul li {
    display: inline;
    float: left;
    width: 159px;
    text-align: center;
    }
#footer ul li {
    width: 250px;
    text-align: center;
    display: inline;
    float: left;
    margin: 0 0 10px 0;
    }
#nav ul li.first {
    }
#nav ul li.last {
    }
#content ul,ol {
    margin: 10px 0 10px 15px;
    }

/* links */
a {
    color: #91A0D0;
    }
a:hover {
    color: #666;
    }
#nav a {
    text-decoration: none;
    display: block;
    background-color: #f1f1f1;
    color: #000;
    border-bottom: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    padding: 1px 0;
    }
#nav a:hover {
    background-color: #fff;
    color: #91A0D0;
    }
#nav a.first {
    border-left: 1px solid #dcdcdc;
    }
#nav a.last {
    }
#nav a#current {
    background-color: #fff;
    }
#footer a {
    text-decoration: none;
    }
/*#senditnowbutton a {
    color: #F9F4DC;
    text-decoration: none;
    display: block;
    background-color: #91A0D0; 
    padding: 5px 0;
    }
#senditnowbutton a:hover {
    background-color: #fff;
    color: #91A0D0;
    }*/

/* headings */
#content h1 {
    font-size: 15pt;
    color: #333;
    margin-bottom: 10px;
    }
#content h2 {
    font-size: 15pt;
    color: #333;
    margin-bottom: 10px;
    }
#content h3 {
    font-size: 10pt;
    margin-bottom: 3px;
    }
#stepsbox h2 {
    font-size: 16pt;
    }

/* tables */
#content table.whatwedo,table.contact {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    }
#content table.whatwedo th, #content table.whatwedo td {
    border: 1px solid #dcdcdc;
    padding: 5px;
    }
#content table.contact th, #content table.contact td {
    border: 0;
    text-align: left;
    padding: 5px;
    }

/* input fields */
select {
    padding: 0;
}
button.senditnow, button.ratebutton {
    background-color: #91A0D0;
    color: #204A91;
    cursor: pointer;
    width: 200px;
    height: 30px;
    font-weight: bold;
    }
button.ratebutton {
	height: 50px;
	}

/* misc */
.indent {
	margin-left: 30px;
	}
.clear {
    clear: both;
    }
#footer hr {
    height: 1px;
    width: 500px;
    color: #dcdcdc;
    background-color: #dcdcdc;
    border: 0;
    margin: 5px auto;
    }
.tagline {
    font-size: 8pt;
    }
#header img {
    border: 0;
    }
.center {
	text-align: center;
	}

/* progress styles */

/* for a particular branding, customize the background-color
   style of this rule in main.css
 */
DIV.progress_container
{
  z-index: 100; 
  position: absolute;
  text-align: center; 
  border: 2px solid #000000; 
  cursor: default;
  background-color: #FFFFFF;
  left: 120px;
  top: 120px;
  -moz-opacity: 0.9;
}

/* for a particular branding, customize the font 
   and color styles of this rule in main.css
 */

P.progress_message
{
  margin-left: 15px;
  margin-right: 15px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #003BA4;
}

TD.progress_image_td
{
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

DIV.progress_mask, DIV.progress_mask_nonmodal
{
  z-index: 99;
  position: absolute;
  left: 0px;
  top: 0px;
}

DIV.progress_mask
{
  background-color: #FFFFFF;
  -moz-opacity: 0.5;
}

SELECT.progress_mask
{
  -moz-opacity: 0.9;
}



/* ship_adhoc.epl */

DIV.progress_container {
    left: 300px;
    top: 310px;
}

#progress_div {
    width: 150px;
}

#section_margin {
    width: 136px;
}

.progress_head, .progress_subhead {
    font: bold 11px verdana, arial, sans-serif;
    color: black;
    padding: 6px;
}

.progress_subhead {
    font-size: 9px;
    padding: 3px;
    padding-left: 20px;
}

.progress_head_text {
    padding: 8px 5px 8px 0;
    text-indent: 10px;
}

.progress_arrow {
    text-align: center;
    margin: 2px 0 4px 0;
}

.progress_highlighted {
    background-color: #91A0D0;
}

blockquote {
    border: 1px solid #C8C8C8;
}

blockquote.wrapper {
    margin-right: 3px;
}

blockquote.wrapper p {
    padding: 5px 0;
}

/* ship_adhoc_content.epl */

.content_light_blue {
    background-color: #E1E1E1;
}

.content_lighter_blue {
    background-color: #F1F1F1;
}

#content_table {
    padding: 5px 8px 5px 8px;
}

#title_section {
    padding: 5px 8px 5px 8px;
}

#title {
    font: bold 13px verdana, arial, sans-serif;
    color: #204A91;
}

.help_elem {
    position: absolute;
    padding: 0 5px;
    width: 165px;
    font-size: 9px;
}

#help_legend {
    padding: 0 5px;
}

.price_text_total, .price_text_amount {
    font: bold 12px verdana, arial, sans-serif;
    color: #0D4898;
}

.price_text_amount {
    margin-left: 15px;
}

blockquote p {
    padding: 3px 8px;
}

#help_p {
    padding: 3px 6px;
}


.reg, .reg_disabled {
    font: normal 10px verdana, arial, sans-serif;
}

.reg_disabled, .disabled
{
  color: #999999;
}

.text_bold
{
  font: bold 11px verdana, arial, sans-serif;
}

.price {
    display: inline;
    text-align: right;
    color: #ffffcc;
    font-weight: bold;
}

/* Start PAF popup */

.sectionHeader {
    background-color: #F1F1F1;
    color: black;
    font: normal 20px arial, sans-serif;
    padding-bottom: 2px;
}

/* End PAF popup */

/* Beginning of styles added for selector.htc component */

THEAD
    {
    background-color: #000000;
    }

THEAD TD
    {
    color: #FFFFFF;
    font-weight: bold;
    }

TR
    {
    font-size: 11px;
    font-family: verdana, arial, sans-serif;
    color: #000000;
    }

TR.selected, .menu_item_over
    {
    background-color: #91A0D0;
    color: #FFFFFF;
    }

TR.selected_disabled
    {
    background-color: #FEAAAA;
    color: #000000;
    }

DIV.selector_body_container
{
  border: 1px solid #bbbbbb;
  white-space: nowrap;
}

DIV.selector_body_container_ie5, TBODY.selector_body_rows_dom
{
  overflow: auto;
  overflow-x: hidden;
}

DIV.disabled_selector
{
    -moz-opacity: .40;
}

/* End of styles added for selector.htc component */

.oddRow 
            { 
            /* this is the color for alt rows!! */
            background-color: #E6E6E6;
            border-right: 1px solid white;
            }

.evenRow
            {
            /* this is the color for even rows!! */
            background-color: white;
            border-right: 1px solid white;
            }
        

