@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
@font-face {
    font-family: 'Conv_AvenirLTStd-light';
    src: url('fonts/AvenirLTStd-light.otf');
    src: url('fonts/avenirltstd-light-webfont.eot?iefix') format('eot'),
         url('fonts/avenirltstd-light-webfont.woff') format('woff'),
         url('fonts/avenirltstd-light-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-light-webfont.svg#webfontX1gmrSgB') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_AvenirLTStd-Black';
    src: url('fonts/avenirltstd-black-webfont.ttf');
    src: url('fonts/avenirltstd-black-webfont.eot?iefix') format('eot'),
         url('fonts/avenirltstd-black-webfont.woff') format('woff'),
         url('fonts/avenirltstd-black-webfont.ttf') format('truetype'),
         url('fonts/avenirltstd-black-webfont.svg#webfontX1gmrSgB') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
	font-size: 100%;
	font-family: "Conv_AvenirLTStd-light", Tahoma, sans-serif;
	line-height: 160%;
	color: #666666;
}
body#home {	
	background: #FFFFFF url(images/bkgd-home.jpg)repeat-x;
	background-position: top center;
}
body#sub {	
	background: #FFFFFF url(images/bkgd-sub.jpg) top left repeat-x;
}
#container {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	background: none;
}
img
{	
	border: none;}
a {
	color: #003366;
}
a:hover {
	text-decoration: underline;
}
/**************
Logo, top nav, main nav for home & sub
***************/
img#logo {
	float: left;
	width: 155px;
	margin-left: 40px;
	margin-bottom: 7px;
}
ul#nav {
	float: left;
	width: 610px;
	margin-left: 150px;
	margin-top: 32px;
	color: #CCCCCC;
	font-size:85%;
}
ul#nav li {
	float: left;
	list-style: none;
	margin-left: 11px;
	
}
ul#nav li a {
	text-decoration: none;
	color: #003366;
	padding-right: 11px;
	text-transform: uppercase;
	font-family: "Conv_AvenirLTStd-Black", Arial, sans-serif;
	font-size: 104%;
	font-weight: 100;
}
ul#nav li a:hover {
	color: #B80000;
}


/**************
content
***************/
#content {
	float: left;
	width: 990px;
	padding: 0px;
	margin-bottom: 10px;
}

/*************
home-page
****************/
#jquery {
	margin-left: 5px;
	margin-right: 5px;
	height: 360px;
}
#jquery #jquery-copy {
	position: absolute;
	z-index: 1;
}
#jquery #jquery-copy a {
	outline: 0;
}
#jquery #jquery-copy img {
	display: none;
}

#jquery #jquery-copy img.active {
	display: block;
}
#jquery ul#jquery-tabs {
	list-style-type: none;
	position: relative;
	top: 236px;
	z-index: 2;
}

#jquery ul#jquery-tabs li {
	z-index: 2;
	width: 163px;
	height: 124px;
	padding: 0;
	margin: 0;
	float: left;
	list-style-type: none;
	background: url(images/home-tabs-done.png) no-repeat 0 0 transparent;
}
#jquery ul#jquery-tabs li a {
	text-indent: -9999px;
	display: block;
	height: 124px;
	outline: 0;
}
#jquery ul#jquery-tabs li.tab6 {
	width: 165px;
}

#jquery ul#jquery-tabs li.tab1 { background-position: 0px 0px; }
#jquery ul#jquery-tabs li.tab1.active, #jquery ul#jquery-tabs li.tab1:hover { background-position: 0px -124px; }
#jquery ul#jquery-tabs li.tab2 { background-position: -163px 0px; }
#jquery ul#jquery-tabs li.tab2.active, #jquery ul#jquery-tabs li.tab2:hover { background-position: -163px -124px; }
#jquery ul#jquery-tabs li.tab3 { background-position: -326px 0px; }
#jquery ul#jquery-tabs li.tab3.active, #jquery ul#jquery-tabs li.tab3:hover { background-position: -326px -124px; }
#jquery ul#jquery-tabs li.tab4 { background-position: -489px 0px; }
#jquery ul#jquery-tabs li.tab4.active, #jquery ul#jquery-tabs li.tab4:hover { background-position: -489px -124px; }
#jquery ul#jquery-tabs li.tab5 { background-position: -652px 0px; }
#jquery ul#jquery-tabs li.tab5.active, #jquery ul#jquery-tabs li.tab5:hover { background-position: -652px -124px; }
#jquery ul#jquery-tabs li.tab6 { background-position: -815px 0px; }
#jquery ul#jquery-tabs li.tab6.active, #jquery ul#jquery-tabs li.tab6:hover { background-position: -815px -124px; }

#home-main-col {
	float: left;
	width: 623px;
	margin-top: 30px;
	margin-left: 5px;
	border-right: #D6D6D6 1px solid;
	padding-right: 30px;
	color: #4D4D4D;
}
#home-main-col h1 {
	font-size: 130%;
	line-height: 130%;
}
#home-main-col p {
	padding-top: 10px;
	font-size: 90%;
	padding-bottom: 5px;
}
p.more, p.more-left {
	color: #D6D6D6;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 10px;
	background:url(images/blue-bullet.gif) 20px left no-repeat;
	
}
p.more {
	float: right;
	clear:right;
}
p.more-left {
	float: left;
	margin-left: 165px;
}
p.more a, p.more-left a {
	color: #003366;
	text-decoration: none;
	padding-right: 18px;
}

p.more a:hover, p.more-left a:hover {
	text-decoration: underline;
}
#home-sub-col {
	color: #4D4D4D;
	float: left;
	width: 300px;
	margin-top: 30px;
	margin-left: 30px;
	color: #4D4D4D;
}
#home-sub-col h2 {
	color: #003366;
}

#home-sub-col p.date {
	color: #B80000;
	font-size: 85%;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 10px;
}
#home-sub-col p {
	padding-top: 0px;
	font-size: 90%;
	padding-bottom: 10px;
}
p.date {
	color: #B80000;
	font-size: 90%;
}
#home-sub-col p.name {
	padding-bottom: 0px;
	font-weight: bold;
}
#home-sub-col p.more {
	background-position: 0px 10px;
}
/*************
sub-pages
****************/
/*************
sub-column images and callouts
****************/
#sub-col {
	float: left;
	width: 270px;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 80%;
	line-height: 132%;
}

ul#sub-nav-how {
	float:left;
	width: 270px;
}
ul#sub-nav-how li{
	list-style: none;
}
a span {
	display: none;
}
a#authorization, a#elegibility, a#followup, a#referrals, a#specialties, a#submission {
	display: block;
	height: 63px;
	background-position: 0 0;
}

a#authorization {
	width: 270px;
	background: url(images/sub-nav-authorization.jpg) no-repeat;
}
a#elegibility {
	width: 270px;
	background: url(images/sub-nav-elegibility.jpg) no-repeat;
}
a#followup {
	width: 270px;
	background: url(images/sub-nav-followup.jpg) no-repeat;
}
a#referrals {
	width: 270px;
	background: url(images/sub-nav-referrals.jpg) no-repeat;
}
a#specialties {
	width: 270px;
	background: url(images/sub-nav-specialties.jpg) no-repeat;
}
a#submission {
	width: 270px;
	background: url(images/sub-nav-submission.jpg) no-repeat;
}
a#authorization:hover, a#elegibility:hover, a#followup:hover, a#referrals:hover, a#specialties:hover, a#submission:hover, body.authorization a#authorization, body.elegibility a#elegibility, body.followup a#followup, body.referrals a#referrals, body.specialties a#specialties, body.submission a#submission {
background-position:-270px 0;
}
#callout {
	background: url(images/callout-bottom.jpg) bottom left no-repeat;
	padding-bottom: 9px;
	float: left;
}
ul#sub-nav {
	background: url(images/callout-top.jpg) top left  no-repeat;
	padding-top: 20px;
	float:left;
	width: 235px;
	padding-left: 25px;
	padding-right: 15px;
	
}
ul#sub-nav li{
	list-style: none;
	background-image: url(images/bullet-lt.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-bottom: 10px;
}
ul#sub-nav li a {
	color: #FFFFFF;
	font-size: 130%;
	font-family: "Conv_AvenirLTStd-Light", Tahoma, sans-serif;
	text-decoration: none;
}
ul#sub-nav li a:hover {
	color: #86BCD7;
}
ul#tertiary-nav {
	float: left;
	width: 220px;
	margin-top: 35px;
	margin-left: 25px;
	list-style: none;
}
ul#tertiary-nav li{
	float: left;
	margin-bottom: 30px;
}
a span {
	display: none;
}
a#view-demo, a#website, a#schedule {
	display: block;
	height: 25px;
	width: 220px;
	background-position: 0 0;
}
a#view-demo {
	background-image: url(images/view-demo.gif);
}
a#website {
	background-image: url(images/visit-website.gif);
}
a#schedule{
	background-image: url(images/schedule.gif);
}
a#view-demo:hover, a#website:hover, a#schedule:hover {
	background-position: -220px 0px;
}
/**************
Main Columm
***************/
#main-col {
	float: left;
	width: 630px;
	margin-left: 40px;
	margin-top: 20px;
}
img.button {
	clear: both;
	margin-top: 15px;
	margin-bottom: 11px;
}
h1, h2, h3, h4 {
	font-family: "Conv_AvenirLTStd-light", Arial, sans-serif;
}
h1{ 
color: #003366;
}
.box {
	margin-top: 20px;
	clear: both;
}
h2{ 
color: #B80000;
}

#main-col h1, #main-col h2, #main-col h3, #main-col h4 {
	margin-left: 10px;
}
#main-col p {
	margin-top: 5px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 85%;
}
img.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
}
#main-col ul {
	margin-top: 10px;
	margin-left: 25px;
	margin-bottom: 0px;
	line-height: 140%;
	font-size: 85%;
}

#main-col ul li {
	list-style: none;
	background-image: url(images/blue-bullet.jpg);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	padding-left: 13px;
	margin-bottom: 10px;
}
/* Newsletter */
h2.newsletter {
	color:#003366;
	font-size: 105%;
	line-height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p.newsletter-date {
	font-size: 105%;
	line-height: 100%;
	color: #666666;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p.blurb {
	margin-top: 0px;
}

/*Request A Consultation Form */
h1.schedule {
	margin-bottom: 20px;
}
.box table tr td p.required {
	color: #B80000;
	font-size: 70%;
}
.box table tr td {
	padding-bottom: 10px;
}
.box table tr td input {
	width: 200px;
	font-size: 100%;
}
.box table tr td p{
	line-height: 90%;
	padding-right: 10px;
}
.box table tr td p span{
	color: #B80000;
	padding-right: 3px;
}
/* What is Porteck Workflow & Table */

.workflow {
	text-align: center;
}
table#execs {
	margin-top: 15px;
	line-height: 90%;
}
table#execs tr td p{
	font-size: 90%;
	margin-bottom: 5px;
}
table#execs tr td p.title{
	font-size: 65%;
	text-transform:uppercase;
	margin-top: 0px;
	line-height: 130%;
	color: #003366;
}
/*talk to us*/
#main-col-talk {
	width: 630px;
	margin-left: 170px;
	margin-top: 30px;
}
#main-col-talk .box p.address {
	font-size: 110%;
	line-height: 160%;
}
.box .map {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
}
/* Demo */
h1.demo {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
object {
	margin-top: -10px;
	padding-top: 0px;
}
/*Buttons for Bottom */
.buttons {
	text-align: center;
	border-top: 1px solid #CCC;
}
.buttons img {
	padding-left: 5px;
	padding-right: 5px;
}
/**************
footer
***************/
#footer {
	float:left;
	clear: both;
	width: 990px;
	font-size: 85%;
	line-height: 160%;
	padding: 30px 0px 0px;
	color: #003366;
	background: url(images/bkgd-footer.gif) top left no-repeat;
	letter-spacing: 1px;
}
#footer a {
	color:  #003366;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: none;
}
#footer-left {
	float: left;
	width: 980px;
	
}
#footer-divide {
	float: left;
	width: 240px;
	margin-left:0px;
	height:auto; 
	
	
}
#footer-divide p{
                  color: #4D4D4D;
                  text-align:left;
                  margin:0;
                  padding:0px 10px 0px 10px; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:6.5pt; line-height:20px; }


#footer-divide p a{ color:#4D4D4D; text-decoration:none;}
#footer-divide p a:hover{ color:#4D4D4D; text-decoration:none;}




#footer-divide h1{font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
                  color:  #003366;
                  font-size:8.5pt;
                  font-weight:bold;
                  text-align:left;
                  margin:0;
                  padding:0px 0px 0px 10px;}

#footer-divide ul li
{
    font-family: Conv_AvenirLTStd-light, Arial, sans-serif";
                  color: #666666;
                  font-size:20px;
                  text-align:left;
                  margin:0;
                  padding:0;
                  list-style-type:none;
                  }


#footer-left p {
	margin-bottom: 0px;
}
#footer-right {
	float:right;
	width: 100px;
	padding:10px 0px 10px 0px; 
	
}
img.brochure {
	margin-right: 15px;
	border: none;
}
img.icon {
	margin-right: 6px;	
	border: none;
}
img.icon a {
	border: none;
}
.profile-image {
	left: auto;
	margin-right: 20px;
	margin-bottom: 15px;
	border: 6px solid #CCC;
	margin-top: 8px;

}
