@import url("normalization.css");
@import url("form.css");

html {
    height: 100%;
}
body {
    height: 100%;
    position: relative;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    background: #ADB1A2 url(/images/background_repeat.jpg) repeat-x scroll 0 0;
}
.mainbodytext {
	line-height: 16px;
	margin-bottom: 8px;
	color:#676960
}

a:link, a:visited {
    color: #148E75;
    text-decoration: none;
}
a:hover {
    color: #CA5600;
    text-decoration: underline;
}

div#container {
    position: relative;
    min-height: 100%;
}

div#content {
    width: 968px;
    margin: 0 auto;
    padding: 0 0 30px 0;
}

h1 a {
    background-image: url(/images/ptcLogo.jpg);
    width: 392px;
    height: 111px;
    text-indent: -9000px;
    float: left;
    margin-left: -25px;
}
p#ptc-phone {
    font-weight: bold;
    font-size: 1.2em;
    float: right;
    color: #ffffff;
    margin: 85px 10px 0 0;
    letter-spacing: 1px;
    display: block;
}

p {
    margin: 1em 0;
}
.subheader {
	font-size:16px;
	color:#CA5600;
	font-weight:bold;
	}
div#faqtitles {
	color:#148E75;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	line-height:13pt;
}

/* first level and overal styles */
div#navigation-top {
    clear: both;
    padding: 1px 0 17px 0;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 2px;
    display: block;
    width: 100%;
    line-height: 12px;
    float: left;
}
div#navigation-top ul {
    float: left;
    margin: 0 5px;
    height: auto;
}
div#navigation-top ul li {
    float: left;
}
div#navigation-top a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 15px;
    display: block;
}
div#navigation-top ul li:hover {
    background-color: #1ccba7;
    position: static;
}
div#navigation-top ul li.down {
    background: transparent url(/images/down.gif) no-repeat 4px 11px;
}
div#navigation-top ul li.down:hover,
div#navigation-top ul li.down.sfhover {
    background: #1ccba7 url(/images/down-hover.gif) no-repeat 4px 11px;
}

/* second level */
div#navigation-top ul li ul {
    z-index: 100;
    margin: 0;
    background-color: #148E75;
    position: absolute;
    left: -999em;
    width: 200px;
}
div#navigation-top ul li ul li a {
    width: 170px;
}
div#navigation-top ul li ul li.right {
    background: transparent url(/images/right.gif) no-repeat 5px 9px;
}
div#navigation-top ul li ul li.right:hover,
div#navigation-top ul li ul li.right.sfhover {
    background: #1ccba7 url(/images/right-hover.gif) no-repeat 5px 9px;
}

div#navigation-top ul li:hover ul, div#navigation-top ul li.sfhover ul {
    left: auto;
}

/* third level */
div#navigation-top ul li:hover ul li ul, div#navigation-top ul li.sfhover ul li ul {
    left: -999em;
}
div#navigation-top ul li ul li:hover ul, div#navigation-top ul li ul li.sfhover ul {
    left: auto;
}
div#navigation-top ul li ul li ul {
    margin: -26px 0 0 200px;
}

div#content-main {
    background-color: #ffffff;
    float: left;
    display: block;
    clear: both;
}

div#navigation-sub ul {
    float: left;
    width: 958px;
    background-color: #CA5600;
    padding: 0 0 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    margin-bottom: 16px;
}
div#navigation-sub ul li a {
    padding: 8px 5px;
}
div#navigation-sub ul li:hover a,
div#navigation-sub ul li.sfhover a{
    color: #ffff99;
}
div#navigation-sub ul li a:link,
div#navigation-sub ul a:visited {
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
div#navigation-sub ul li a:hover {
    color: #FFFF99;
}
div#navigation-sub ul li {
    display: inline;
    padding: 1px 1px 1px 4px;
    border-left: 1px solid #ffffff;
}
div#navigation-sub ul li.first-child {
    border-left-width: 0;
}

div#navigation-sub ul li ul {
    width: 948px;
    height: 23px;
    line-height: 22px;
    font-size: 11px;
    padding: 0 0 0 20px;
    float: left;
    margin-left: -10px;
    display: none;
}
div#navigation-sub ul li ul li {
    border-left: 1px solid #343434;
}
div#navigation-sub ul li:hover ul li a,
div#navigation-sub ul li.sfhover ul li a {
    background-color: transparent;
}
div#navigation-sub ul li ul li a:link,
div#navigation-sub ul li ul li a:visited {
    color: #000000;
}
div#navigation-sub ul li ul li a:hover {
    text-decoration: underline;
}
div#navigation-sub ul li:hover ul,
div#navigation-sub ul li.sfhover ul {
    display: block;
}

div#navigation-sub {
    background-color: #68a99c;
    height: 53px;
}

div#column-thin {
    float: left;
    width: 307px;
    background-color: #ffffff;
    height: 510px;
    padding: 20px !important;
}
div#column-thin h3, div#column-wide h3 {
	color: #333333;
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 8px;
	text-transform: uppercase;
}
div.scroller {
    overflow: auto !important;
}

div.column-spacer {
    border-left: 10px solid #ADB1A2;
}

div#column-wide {
    background-color: #ffffff;
    float: left;
    width: 571px;
    padding: 20px;
    height: 510px;
    min-height: 510px;
    background-repeat: no-repeat;
    background-position: bottom left;
}
div#column-wide div.info-group {
    float: left;
    width: 50%;
}
div#column-wide div.info-group.parts {
    width: 100%;
}
div#column-wide div.info-group.parts p {
    margin-top: 0;
}
div#column-wide div.info-group.parts span {
    float: left;
    width: 30%;
}
div#column-wide div.info-group.summary span {
    float: none;
}
div#column-wide div.info-group.payment-details dt {
    width: auto;
    font-weight: bold;
}
div#column-wide div.info-group.payment-details dd {
    width: auto;
}
div#column-wide div.info-group.payment-details dd em {
    font-style: italic;
}

div#column-wide h4 {
    color: #134479;
    text-transform: uppercase;
    font-weight: bold;
    clear: both;
}
div#column-wide ul, div#column-wide dl {
    margin-bottom: 10px;
}
div#column-wide dl {
    float: left;
    width: 100%;
}
div#column-wide dl dt {
    float: left;
    clear: both;
    width: 60%;
}
div#column-wide dl dd {
    float: right;
    width: 39%;
}
div#column-wide dl dd a {
    background-color: #134479;
    color: #ffffff;
    padding: 2px 5px;
    margin: 1px;
    border-width: 1px;
    display: block;
    text-align: center;
    width: 70px;
    text-decoration: none;
}

div#column-wide table {
    width: 100%;
}
div#column-wide table th {
    font-weight: bold;
}
div#column-wide table tr {
    border-bottom: 1px solid #000000;
}

div#column-wide.alt div.info-group {
    float: left;
    width: 33%;
    font-weight: bold;
}
div#column-wide.alt dl dt, div#column-wide.alt dl dd {
    margin: 3px 0;
}
.ulBodytext {
	font-size: 11px;
	color: #676960;
	list-style: url(images/bullet.gif) none inside;
	line-height: 14px;
	display: compact;
	margin: -3px 0px -5px;
}

/** jScroll Styles **/
a.jScrollArrowUp {
    background: url(/images/up.jpg) no-repeat top right;
    height: 20px;
}
a.jScrollArrowDown {
    background: url(/images/down.jpg) no-repeat bottom left;
    height: 20px;
}
.jScrollPaneTrack {
    background-color: #dfe0da;
}
.jScrollPaneDrag {
    background: #999999 url(/images/drag.jpg) repeat scroll 0 0;
}
/** end jScroll **/

img#company {
    margin-left: 10px;
    float: left;
    width: 580px;
}

div#footer {
    background-color: #CFCFBA;
    position: absolute;
    bottom: 0;
    height: 25px;
    width: 100%;
    line-height: 25px;
}
div#footer p {
    color: #999999;
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    width: 983px;
    margin: 0 auto;
    text-align: right;
}

.error {
    color: darkred;
    font-weight: bold;
}
.error ul {
    list-style-type: square;
    list-style-position: inside;
}

