﻿/*remove browser default styles*/
html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
margin: 0; 
padding: 0; 
border: 0; 
}
h1, h2, h3, h4, h5, h6 {
font-weight:normal;
font-size:100%;
}
/*end remove defaults*/

/* 
note on fonts 
-------------
most browsers default text size is 16px
we assign base font size to page of 100%

font sizes throughout should be expressed as percentage where 16px=100%
so, if you need to use 12px then you'd use (12/16)=75%

nested elements are a percentage of their parent
so, if the parent is 12px (75%) and you want 10px for a nested element,
then you'd use (10/12) = 83% (and not 10/16=62%)

*/

body 
{
	/* browser default text size is 16px */
	font-size: 100.01%; /* Fix for some browser bugs */
	line-height:1.125em; /* 16×1.125=18 */
	font-family:Arial, Helvetica, sans-serif; 
	color:#333333;
	background: #DBE7FF url(../images/container_bg.jpg) repeat-y center top;	
}

h2
{
	font-size:100%; /*16px*/
	font-weight:bold;
	text-transform:uppercase;
}

h3
{
	font-size:88%; /*14px*/
	font-weight:bold;
	text-transform:uppercase;	
	padding-top:10px;
}

h4
{
	font-size:81%;
	font-weight:bold;
}

P
{
	font-size:75%; /*12px*/
	margin:5px 0 10px 0;
}

A IMG
{
	border:none;
}

A, A:visited
{
	color:#0C6BBF;
	text-decoration:none;	
}

A:hover
{
	text-decoration:underline;
}

#sub-content a, #sub-content a:visited
{
	font-weight:bold;
	text-decoration:underline;
}

#sub-content ul, .modal ul
{
	padding-left:40px;
	font-size:75%;/*12px*/
	margin:5px 0 10px 0;
}

#container {
  width: 1004px ; /*+20px padding*/
  margin-left: auto ;
  margin-right: auto ;
  background:white;  
  padding:0 10px 0 10px;
}

#header
{
    min-height:100px;    
}   

#header #logo
{
    float:left;
    margin-top:39px;
}

#main-nav
{
	float:right;
	list-style:none;
	font-size:75%; /* 12px */
	font-weight:bold;
	/*width:550px;*/
	margin:80px 220px 0 0;
}

#main-nav li
{
	float:left;
	margin-right:40px;
}

#main-nav li a
{
	display:block;
	text-transform:uppercase;
	color:#0A2F4F;
}

#main-nav li a:hover
{
	color:#0C6BBF;
	text-decoration:none;
}

#main-nav li a.selected
{
	color:#0C6BBF;
}

#sec-nav
{
	float:right;
	list-style:none;
	margin:-78px 0 0 0;
	font-size:68%; /* 11px */
	font-weight:bold;	
}

#sec-nav li
{
	float:left;
	padding:0 5px 0 5px;
	border-left:solid 1px black;
	line-height:11px;
}

#sec-nav li a
{
	display:block;
	color:#000;
}

#sec-nav li a:hover
{
	color:#000;
	text-decoration:none;
}

#sec-nav li.first, #footer-nav li.first
{
	border-left:none;	
}

#signup
{	
	float:right;
	margin:50px 0 0 0;
	z-index:2;
	position:absolute;	
}

#sub-nav
{
	list-style:none;
	margin:0;
	font-size:75%; /* 12x */
	font-weight:bold;	
	text-transform:uppercase;
	background:#999999;
	padding:20px 0 20px 0;
	width:200px;
	float:left;
}

#sub-nav li
{

}

#sub-nav li a
{
	display:block;
	line-height:40px;
	color:#ffffff;	
	background-color:#999999;
	vertical-align:middle;
	padding-left:20px;
}

#sub-nav li a:hover, #sub-nav li a.selected
{
	color:#0c6bbf;
	text-decoration:none;
	background:#ffffff url(/images/blue-arrow.jpg) no-repeat 5px 15px;
}

#sub-nav li#operator-assisted a
{
	line-height:18px;
	height:39px;
	padding-top:1px;
}

#left-content
{
	margin-top:20px;
	clear:left;
	float:left;
	width:200px;
}

#footer
{
    clear:both;
    min-height:90px;
}

#copyright
{
	font-size:62%; /* 10px */
	text-align:center;
	width:100%;
	color:#004A8B;
	padding:10px 0 0 0;
}

#footer-nav
{
	list-style:none;
	font-size:62%; /* 10x */
	font-weight:bold;	
	width:265px;
	margin:0 auto 0 auto;
}

#footer-nav li
{
	float:left;
	padding:0 5px 0 5px;
	border-left:solid 1px #004A8B;
	line-height:11px;
}

#footer-nav li a
{
	display:block;
	color:#004A8B;
}

#footer-nav li a:hover
{
	color:#004A8B;
	text-decoration:none;
}

#homepage-panel
{
	clear:both;
	border:solid 1px #0E53B2;
	height:250px;	
	margin-top:10px;
	background:url(/images/homepage_bg.jpg) no-repeat top left;
}

#homepage-panel h1 
{
	color:#9B1611;
	font-size:175%;	
	font-weight:bold;
	width:480px;
	margin:80px 0 0 520px;
	line-height:30px;	
}

#homepage-panel h1 em
{
	display: block;
	margin-left: 250px;
	color: #0C6BBF;
	font-size: 60%;
	font-style: normal;
}

#homepage-panel h1 a, #homepage-panel h1 a:hover
{
	color:#9B1611;
}

#homepage-panel h1 a:hover
{
	text-decoration:none;
}


.sec-panel
{
	border-top:solid 3px #0C6BBF;
	background-color:#999;
	color:White;
	height:180px;
	margin-top:10px;
	padding:10px;
}

.sec-panel-slideshow
{
	border-top: solid 3px #0C6BBF;
	background-color: #999;
	color: White;
	height: 200px;
	margin-top: 10px;
}

.sec-panel ul
{
	margin-top:10px;
	list-style:none;
}

#plans
{
	float:left;
	width:230px;
	margin-right:10px;
}

#plans ul li
{
	margin-bottom:4px;
}

#cta-signup
{
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9000%;
	outline:none;
	width:165px;
	height:125px;
	background-image:url(/images/instant_signup.png);
	margin:50px 0 0 575px;
	z-index:2;
	position:absolute;
}

.btn-std:hover
{
	background-position:bottom left;
}

#cta-signup:hover
{
    background-position:bottom left;
}

.btn-std
{
	background-position:top left;
	background-repeat:no-repeat;
	text-indent:-9000%;
	display:block;
	outline:none;
	width:205px;
	height:36px;
}

.btn-lock
{
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9000%;
	display: block;
	outline: none;
	width: 255px;
	height: 45px;
	margin-left: 0;
	color: #808080;
}

.btn-lock:hover
{
	background-position:bottom left;
}

.btn-tall
{	
	width:211px;
	height:60px;
}

.btn-list
{
    clear:left;
    padding-top:20px;
    list-style:none;
    
}

.btn-list #join-a-meeting, .btn-list #host-a-meeting
{
    margin-left:-3px;   
}


#toll-free-pay-as-you-go
{
	background-image:url(/images/toll-free_pay-as-you-go.png);
}

#unlimited-flat-rate
{
	background-image:url(/images/unlimited-flat-rate.png);
}

#volume-discounts
{
	background-image:url(/images/volume_discounts.png);
}

#lock-in-this-rate
{
	background-image:url(/images/lock-in-this-rate.png);
}

#testimonial
{
	float:left;
	width:460px;
	margin-right:10px;	
}

#read-our-success-stories
{
	margin:10px 50px 0 0;
	float:right;
	background-image:url(/images/read_our_success_stories.png);	
}

#testimonial img
{
	margin-top:13px;
	padding-right:30px;
	float:left;
}

#testimonial dl
{

}

#testimonial dt
{	
	/*color:#004A8B;*/
	font-size:75%; /*12px*/
	font-weight:bold;
	/*width:270px;*/
	text-indent:-5px;
}

#testimonial dd
{
	/*color:#004A8B;*/
	font-size:81%; /*13px*/
	float:right;
	/*margin-top:-10px;*/
	font-weight:bold;
}

#testimonial dd em
{
	display:block;
	/*width:125px;*/
	font-size:70%; /*10px*/
	/*color:#A01812;*/
	text-align:right;
	font-style:normal;
	line-height:13px;
	font-weight:bold;
}

#more-features
{
	background-image:url(/images/more-features.png);
	margin:10px 50px 0 0;
	float:right;
}

#host-a-meeting
{
	background-image:url(/images/host-a-meeting-2.png);
	margin-left:11px;
}

#join-a-meeting
{
	background-image:url(/images/join-a-meeting-2.png);
	margin-left:11px;
}

#conference-tools
{
	float:right;
	width:230px;
	text-align:center;
}

hr
{
	border:none;
	border-top:solid 1px #0c6bbf;
	padding:0;
	margin:10px 0 0 0;
}

#slideshow
{
	float:right;
	width:250px;
	text-align:center;
}


#sub-content
{
	margin-left:260px;
	min-height:400px;
}

#sub-content h1
{
	color:#0c6bbf;
	font-weight:bold;
	font-size:100%; /*14px*/
	padding:30px 0 30px 0;
	text-transform:uppercase;
}

#sub-content p
{
	width:550px;
}

#sub-content h4
{
	width:550px;
	padding-bottom:10px;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

#tabs
{
	width:707px;
}

.tab-content
{
	background:url(/images/tab_bg.jpg) repeat-y top left;
	padding:0 30px 10px 30px;
}

#sub-content .tab-content p
{
	width:650px;
}

#tab-top
{
	height:15px;	
	background:url(/images/tab_bg_top.jpg) no-repeat top left;
}

#tab-bottom
{
	height:15px;
	background:url(/images/tab_bg_bottom.jpg) no-repeat top left;
}

#tabs ul#tabs-header
{
	padding:0 20px 0 20px;
	margin:0;
}

#tabs-header li
{
	list-style-type:none;
	background:url(/images/tab_header_large.jpg) no-repeat top left;
	width:185px;
	display:inline-block;		
}


#tabs-header li a, #tabs-header li a:visited
{
	color:White;
	font-size:100%;	/*12px - nested in sub-content ul*/
	display:block;
	text-align:center;
	padding-right:2px;
	padding-top:2px;
	line-height:20px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}

#tabs-header li a:hover
{
	text-decoration:none;	
}

#tabs-header .ui-state-active 
{
	background:url(/images/tab_current_large.jpg) no-repeat top left;
}


#tabs-header li.ui-tabs-selected a span
{
	color:#333333;
	cursor:default;
	text-decoration:none;	
}



/* modal styles */
.cboxClose
{
	float:right;
	font-weight:bold;
	font-size:75%;/*12px*/
}

#example
{
	width:500px;
}

#example img
{
	float:left;
	padding-right:20px;
}

#example h2
{
	font-size:100%;
	color:#0265c9;
	padding-bottom:10px;
}

.modal
{
	padding:20px;
}

.modal .cboxCloseBtn
{
	float:right;
	background:url(/images/close_bg.jpg) no-repeat top left;
	width:85px;
	line-height:30px;
	text-align:center;
	color:White;
	text-transform:uppercase;
	font-size:75%;/*12px*/
	margin-bottom:20px;
}

.modal .cboxCloseBtn:hover
{
	text-decoration:none;
}


#unlimited-use-details
{
	width:700px;
}


.tblFeatures
{
    width:700px;
    font-size:75%; /*12px*/
    margin:20px 0 20px 0;
}

.tblFeatures th
{
	text-align:left;
	border-top:solid 1px #ccc;
    border-left:solid 1px #ccc;
    border-right:solid 1px #ccc;  
}

.tblFeatures tbody th, .tblFeatures tfoot th
{
	font-weight:normal;
}

.tblFeatures thead td
{
	font-weight:bold;
}

.tblFeatures td, .tblFeatures th
{
    padding:2px;
}

.tblFeatures td
{
    border-top:solid 1px #ccc;
    border-right:solid 1px #ccc;  
}

.tblFeatures td
{
	text-align:center;
}

.tblFeatures thead th
{
    border:solid 1px #ccc;
    border-bottom:none;
}

.tblFeatures tfoot td, .tblFeatures tfoot th
{
    border-bottom:solid 1px #ccc;
}

#all-features p
{
	width:700px;
}

input[type=text]
{
	width:200px;
}

.fieldOff
{	
	border: 1px solid #AEAEAE;
	background-color:#FFFFFF;
}

.fieldOn {
	border: 1px solid #AEAEAE;
	background-color:#F6EFCF;
}

label
{
	display:block;
	color:#3C3D3D;	
	font-size:80%;
	line-height:20px;
}

fieldset ol li
{	
	background-image:none;	
	margin:0 10px 0 0;
	padding:0 0 10px 0;
	list-style:none;
}

legend
{
	font-size:81%;
	font-weight:bold;
	line-height:20px;
	margin:0;
	padding:10px 0 0 0;	
}

fieldset ol
{
	border-top:solid 1px #DBDBDB;
	padding:10px;
}

label.error
{
	color:Red;
	display:inline-block;
	background:url(/images/invalid.jpg) no-repeat left center;
	margin:0 0 0 10px;
	padding:0 0 0 25px;
	height:auto;
	width:auto;
	vertical-align:top;
}

label.valid, label.error.valid
{
	background:url(/images/valid.jpg) no-repeat right center;
	display:inline-block;	
	margin:0 0 -5px 10px;
	padding:0;
	height:20px;
	width:20px;
}

fieldset ol li em
{
	font-size:65%;
	color:#999999;
	font-style:normal;
	display:block;
	line-height:20px;
}

/* field specific styles */
.phone input
{
	width:100px;
}

.accountNo input
{
	width:100px;
}

.subject input
{
	width:300px;
}

.question textarea
{
	width:300px;
	height:100px;
}


.hidden
{
	display:none;
}

.btn
{
	float:left;
	background:url(/images/btn_bg.jpg) no-repeat top left;
	width:85px;
	line-height:30px;
	text-align:center;
	color:White;
	text-transform:uppercase;
	font-size:75%;/*12px*/
	margin-bottom:20px;
}

a.btn
{
    color:White;
}

.btn:hover
{
	text-decoration:none;
}

#calculator fieldset ol li em
{
    font-size:75%;
    font-style:normal;
    display:inline-block;
    color:#333333;
}

#calculator fieldset ol li label
{
    display:inline-block;
    width:320px;
}

#calculator fieldset ol li input
{
    width:45px;
}

#thank-you p
{
	width:300px;
	height:80px;
}

.tblPlanDetails
{
	margin:20px 0 20px 0;
	color:#000000;
	font-weight:bold;
}

.tblPlanDetails tbody tr td
{
	background-color:#4facff;
}

.tblPlanDetails tbody tr td.alt
{
	background-color:#bde0ff;
}

.tblPlanDetails thead td
{
	border-left:solid 1px #7f7f7f;
	text-align:center;
	padding-bottom:5px;
}
	
.tblPlanDetails tbody td
{
	border-top:solid 1px #7f7f7f;
	border-left:solid 1px #7f7f7f;
	font-size:75%; /*12px*/
	text-align:center;
}

.tblPlanDetails tbody th
{
	border-top:solid 1px #7f7f7f;	
	font-size:88%;/*14px*/
	color:#333333;
	text-align:left;
	padding:2px 0 2px 0;
}

.tblPlanDetails tfoot td
{
	text-align:center;	
	border-left:solid 1px #7f7f7f;
	height:35px;	
}


.tblPlanDetails .buy
{
	background-color:#ffffff;
	margin:0;
	padding:0;
}

.tblPlanDetails .buy a
{
	display:block;
	margin:0;
	padding:0;
	text-transform:uppercase;
	color:#ffffff;
	background:url(/images/buy.jpg) no-repeat center center;
	font-size:75%;
}

.tblPlanDetails .buy a:hover
{
	background:url(/images/buy_hover.jpg) no-repeat center center;
	text-decoration:none;
}

.tblPlanDetails .price
{
	font-size:150%;
	color:#0a2f4f;
}

.tblPlanDetails em
{
	font-size:60%;
	font-style:normal;
	display:block;
}

.tblPlanDetails thead .pricing td
{
	color:#0a2f4f;
	padding:0 3px 0 3px;
}

.note
{
	font-size:69%;/*11px*/
	font-style:italic;
}

#free-web-conferencing
{
	width:500px;
}

#why-toll
{
	width:500px;
}

#moderator
{
	width:500px;
}

#salesperson-contact-form
{
    width:650px;
}

#all-features
{
    width:700px;
}


.clear
{
	clear:both;
}

#toll-free-plans-tab
{
	
}

#tabs .signup-plans
{
    list-style:none;
	margin:0 -1px 0 -1px;
	padding:0;	
}

#tabs .signup-plans li
{
	width: 162px;
	margin: 0px 0 0 0;
	padding: 0;
	float: left;
	background-color: #bde0ff;
	min-height: 400px;
	text-align: center;
	font-size: 87.5%; /*14px*/
	color: #033650;
}

#tabs .signup-plans li#pay-as-you-go
{
    width:162px;
}

#tabs .signup-plans .alt-plan, #tabs .signup-plans .alt-plan .plan-includes li
{
	background-color:#e0effc;
}

#tabs .signup-plans li .plan-includes
{
	margin:0;
	padding:0;
	list-style:none;
}

#tabs .signup-plans li .price
{
	font-size:257%; /*36px - parent is 14px*/
	font-weight:bold;
	display:block;	
	line-height:20px;
	margin:15px 0 0 0;
	padding:0;
}

#tabs .signup-plans li .price em
{
	font-size:66%; /*24px (parent element -price- is 36px)*/
	font-style:normal;
}

#tabs .signup-plans li a
{
	display:block;
	padding:10px 0 10px 0;
}

#tabs .signup-plans li .plan-includes li
{
	min-height: 0;
	height: auto;
	width: auto;
	float: none;
	font-size: 150%;
	line-height: 11px;
	padding-bottom: 10px;
	text-align: left;
	list-style-type: disc;
	margin: 0 0 0 25px;
}

#tabs .signup-plans li .plan-includes li.free-web-conf 
{
    list-style:none;
    text-align:center;
    margin:0;
    padding:0;
    line-height:14px;
    width:100%;
}

#tabs .signup-plans li .plan-includes li.free-web-conf a
{
    font-weight:bold;
    text-decoration:underline;
    margin:0 auto 0 auto;
    width:120px;
    padding:0;
}

#tabs #unlimited-use-plans, #tabs #operator-assisted-plans
{
	margin-left:150px;
}

#tabs #web-conf-plans
{
	margin-left:75px;
}


#tabs .signup-plans li a.cta-signup-sec
{
	background-position:bottom left;
	background-repeat:no-repeat;
	text-indent:-9000%;
	outline:none;
	width:100px;
	height:15px;
	background-image:url(/images/signup.png);	
	margin:10px auto 10px auto;
}

#tabs .signup-plans li a.cta-signup-sec:hover
{
    background-position:top left;
}

#conference-calculator
{
	background-image:url(/images/conference_calculator.png);
}

#calculator
{
	width:600px;
}

#calculate-minutes
{
	background-image:url(/images/calculate_minutes.png);
}

#calcResult
{
	font-size:120%;
}

#sub-content ul#success-stories 
{
    list-style:none;
    margin:0;
    padding:0;
}

#success-stories li
{
    float:left;
    border:solid 1px #cccccc;
    margin:0 10px 20px 0;
    padding:0;
    width:350px;
    height:120px;    
}

#success-stories li img
{
    float:left;
}

#success-stories li p
{
    clear:left;
    float:left;
    color:#555555;
    font-weight:bold;
    text-decoration:none;
    width:120px;
    text-align:center;
    font-size:90%;
    
}

#success-stories li dl
{
    background:#f5f5f5;
    height:100%;
    margin: 0 0 0 120px;
}

#success-stories li dl dt
{
    font-size:95%; /*12px*/
    line-height:13px;
    color:#333333;
    padding:20px 40px 0 10px;
}

#success-stories li dl dd
{
    font-size:95%; /*12px*/
    color:#0c6bbf;
    font-weight:bold;
    margin:0;
    padding:0 0 0 10px;
}

#success-stories li dl dd em
{
    display:block;
    color:#333333;
    font-style:normal;
    font-size:90%;
    line-height:13px;
    font-weight:bold;
}

#success-stories li a, #success-stories li a:visited
{
    text-decoration:none;
}

#success-bio 
{
    float:left;
    width:200px;
}

#success-bio img
{
    padding-top:10px;
    display:block;
}

#success-bio dt
{
    font-size:70%;
    font-style:italic;
    color:#333333;
    display:block;
}

#success-bio dd
{
    margin:0;
    padding:5px 0 0 0;
    color:#333333;
    font-weight:bold;
    font-size:75%;
}

#success-bio dd em
{
    display:block;
    font-size:75%;
    font-style:normal;
    font-weight:normal;
}

#success-story
{
    margin-left:220px;
}

#success-story h1
{
    line-height:65px;
    padding:0;
    margin:0;
}

#success-story h4
{
    padding:0;
    margin:0;
}

#success-story p
{
    width:500px;
}

#left-col-links li
{
    margin-bottom:5px;
    list-style:none;
    padding-left:15px;
    background:url(/images/blue-arrow.jpg) no-repeat center left;    
}

 #left-col-links a, #left-col-links a:visited
 {
     text-decoration:underline;
     font-size:75%;
     font-weight:bold;
     text-transform:uppercase;
 }
 
 ul#left-col-links
 {
     clear:left;    
     padding-top:20px;
 }

.rbLabel
{
	font-size:75%;
	display:inline-block;
	float:left;
	margin:0 20px 10px 0;
}

input[type=radio]
{	
	float:left;
}

#features-tab img
{
    float:left;        
}

#features-tab p.feature
{
    padding-left:50px;
    width:600px;
}

#tabs #operator-assisted-plans-tab .signup-plans  li{
    margin-top:0px;
}

#tabs #operator-assisted-plans-tab .signup-plans .plan-includes 
{
    padding-top:10px;
}

#tabs #operator-assisted-plans-tab .signup-plans .plan-includes li
{
    margin-top:0;
}

#operator-assisted-plans-tab p.clear
{
    padding-top:20px;
}
  
#salesperson-contact
{
    float:left;
    background:url(/images/icon_phone.gif) no-repeat center left;
    padding:0 0 0 30px;
    margin:20px 0 0 0;
    color:#993300;    
    font-size:75%;
    font-weight:bold;
    width:150px;
}

ul.faq
{
    padding-left:0;
}

.faq li
{
    margin-bottom:5px;
    list-style:none;
    padding-left:15px;
    background:url(/images/blue-arrow.jpg) no-repeat;
    background-position:0 5px;
}

.faq li a
{
    cursor:pointer;
}

.faq li p
{
    font-size:100%;
    display:none;
}

#moderator-tab, #attendee-tab
{
    margin-top:-5px;
}

#moderator-tab ul.faq, #attendee-tab ul.faq
{
    padding-left:0;
}

#verisign
{
	clear:both;
	padding-top:10px;
}

#verisign table
{
	margin:10px auto 0 auto;
}

#sitemap li
{
    background:#ffffff url(/images/blue-arrow.jpg) no-repeat 0px 3px;
    list-style:none;
    padding-left:15px;
}

#sitemap li ul
{
    font-size:100%;
}

#homepage-panel h1 a#conferencing-3_9c, #homepage-panel h1 a#conferencing-3_9c:hover
{
	color:#004b8c;
}

#homepage-panel h1 a#conferencing-3_9c em
{
	color:#ae1f1b;
	text-transform:uppercase;
	background:url(/images/red-arrow.jpg) no-repeat 95px 8px;
	padding-right:50px;
	font-size:50%;
	text-decoration:underline;
	margin-left:320px;
}

#homepage-panel h1 a#conferencing-2_7c em
{
	color:#ae1f1b;
	text-transform:uppercase;
	background:url(/images/red-arrow.jpg) no-repeat 268px 8px;
	padding-right:50px;
	font-size:50%;
	text-decoration:underline;
	margin-left:120px;
}

#homepage-panel h1 a#conferencing-2_9c em
{
	color:#ae1f1b;
	text-transform:uppercase;
	background:url(/images/red-arrow.jpg) no-repeat 65px 8px;
	padding-right:50px;
	font-size:50%;
	text-decoration:underline;
	margin-left:250px;
}


#homepage-panel-60
{
	clear:both;
	border:solid 1px #0E53B2;
	height:250px;	
	margin-top:10px;
	background:url(/images/homepage_bg.jpg) no-repeat top left;
}

#homepage-panel-60 h1 
{
	color:#004b8c;
	font-size:175%;	
	font-weight:bold;
	width:480px;
	margin:80px 0 0 520px;
	line-height:30px;	
}

#homepage-panel-60 p 
{
	width: 430px;
	margin: 0 0 0 520px;
}

#homepage-panel-60 a
{
	margin: 0 0 0 700px;
	color: #ae1f1b;
	text-transform: uppercase;
	background: url(/images/red-arrow.jpg) no-repeat 220px 1px;
	padding-right: 50px;
	text-decoration: underline;
	font-size: 88%;
	font-weight: bold;
}

#homepage-panel-60 a:hover
{
	color:#ae1f1b;
}

#homepage-panel-lock
{
	clear:both;
	border:solid 1px #0E53B2;
	height:250px;	
	margin-top:10px;
	background:url(/images/homepage_bg.jpg) no-repeat top left;
}

#homepage-panel-lock h1 
{
	color:#9B1611;
	font-size:175%;	
	font-weight:bold;
	width:480px;
	margin:80px 0 0 520px;
	line-height:30px;	
}

#homepage-panel-lock h1 em
{
	display: block;
	margin-left: 220px;
	color: #0C6BBF;
	font-size: 60%;
	font-style: normal;
}

#homepage-panel-lock h1 em a, #homepage-panel-lock h1 em a:hover
{
	color: #545454;
	font-size: 80%;
	font-style: normal;
	text-decoration: none;
}

#homepage-panel-lock h1 a, #homepage-panel-lock h1 a:hover
{
	color: #004b8c;
}

#homepage-panel-lock h1 a:hover
{
	text-decoration:none;
}


#why-choose-us
{
	float:left;
	width:460px;
	margin-right:10px;	
}

#why-choose-us img
{
	margin-top: 13px;
	padding-right: 30px;
	float: left;
}

#why-choose-us ul
{

}

#why-choose-us ul li
{
	list-style: disc;
	font-size: 87.5%;
	margin-left: 20px;
}

.white-arrow-link
{
	background:url(/images/white-arrow.jpg) no-repeat;

	padding:5px 12px 0 0;
	text-transform:uppercase;
	text-decoration:underline;
	color:#ffffff;
	font-size:75%;
	font-weight:bold;}
	
#why-choose-us .white-arrow-link
{
	/*background-position: 96px 8px;*/
	background-position:right 8px;
	float:right;
	color:#ffffff;
	text-decoration:underline;

}


#success-stories-right dl
{
	margin-left:0px;
	width:240px;
}

#success-stories-right dt
{	
	/*color:#004A8B;*/
	font-size:75%; /*12px*/
	font-weight:bold;
	/*width:270px;*/
	text-indent:-5px;
}

#success-stories-right dd
{
	/*color:#004A8B;*/
	font-size:81%; /*13px*/
	margin-top:7px;
	font-weight:bold;
	margin-left:20px;
}

#success-stories-right dd em
{
	display:block;
	/*width:125px;*/
	font-size:70%; /*10px*/
	/*color:#A01812;*/
	font-style:normal;
	line-height:13px;
	font-weight:bold;
}

#success-stories-right .white-arrow-link
{
	/*background-position: 172px 3px;*/
	background-position:right 3px;
	float:right;
	padding-top:0;
	color:#ffffff;
	text-decoration:underline;
}

#success-stories-right
{
	float:right;
	width:232px;
}

#read-our-success-stories-link
{
	margin-top:-1px;
}

#why-choose-us-2
{
	float: left;
	width: 463px;
	margin-right: 10px;
}

#why-choose-us-2 img
{
	margin-top: 13px;
	padding-right: 30px;
	float: left;
}

#why-choose-us-2 ul
{

}

#why-choose-us-2 ul li
{
	list-style: disc;
	font-size: 87.5%;
	margin-left: 20px;
	line-height: 25px;
}

.blue-arrow-link
{
	background: url(/images/blue-arrow-2.jpg) no-repeat;
	padding: 5px 12px 0 0;
	text-transform: uppercase;
	text-decoration: underline;
	color: #ffffff;
	font-size: 75%;
	font-weight: bold;
}
	
#why-choose-us-2 .blue-arrow-link
{
	background-position:right 8px;
	float: right;
	color: #0C6BBF;
	text-decoration: underline;
}

#full-featured-2_9
{
    width:600px;
}

#full-featured-2_9 h2
{
    text-transform:none;
    padding:5px 0 5px 0;
    font-size:100%;
    color:#0c6bbf;
	font-weight:bold;
}


.tbl
{	
	width:700px;
	background:#EFEFEF;
	padding:1px 0 1px 5px;
}

.tbl TH, .tbl TD
{
	padding:2px 0 2px 5px;
	font-size:75%;
}

.tbl TD IMG
{
	padding:2px 0 0 0;
}

.tbl TH
{	
	text-align:left;
}