/* Data Cable CSS */

body{
	margin: 0;
	padding: 0;
	background-color: #5683bb;
	background-image: url(../images/background/background.gif);
	background-position: center top;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

img{
	border: 0;
}

.hide{
	display: none;
}

.clear{
	margin: 0;
	padding: 0;
	clear: both;
}

.normal{
	font-weight: normal;
}

.bold{
	font-weight: bold;
}

.italic{
	font-style: italic;
}

.center{
	text-align: center;
}

.underline{
	text-decoration: underline;
}

.orange{
	color: #e7701d;
}

.orangeSmall{
	color: #e7701d;
	font-size: 10px;
}

.floatContain{
	margin: 0;
	padding: 0;
}

.floatRight{
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
	width: 260px;
	clear: both;
}

.floatRightImage{
	margin: 0 0 10px 10px;
	padding: 0;
	float: right;
	clear: both;
}

#floatRightImages{
	margin: 0;
	padding: 0;
	float: right;
	width: 160px;
}

#floatLeftPaul{
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	width: 107px;
}

.headerLarge{
	font-size: 30px;
}

/* header container ----------------------------------------------------------------*/
#headerContainer{
	margin: 0 auto;
	padding: 0;
	width: 912px;
	position: relative;
}

/* header ----------------------------------------------------------------*/
#header{
	margin: 0;
	padding: 0;
	height: 147px;
	width: 912px;
	background-image: url(../images/background/header_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#headerLogo{
	margin: 0 0 0 4px;
	padding: 0;
	width: 281px;
	float: left;
}

#headerBubble{
	margin: 0 3px 0 0;
	padding: 0;
	width: 229px;
	height: 122px;
	background-image: url(../images/header_bubble.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	float: right;
	position: relative;
}

#headerBubble h2{
	margin: 0;
	padding: 0;
	font-size: 14px;
}

#headerBlog{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 85px;
	position: absolute;
	top: 27px;
	right: 54px;
	font-size: 14px;
}

#headerBlog a:link{
	color: #333333;
	text-decoration: underline;
}

#headerBlog :active{
	color: #e7701d;
	text-decoration: underline;
}

#headerBlog a:visited{
	color: #333333;
	text-decoration: underline;
}

#headerBlog a:hover{
	color: #e7701d;
	text-decoration: underline;
}


#headerPhone{
	margin: 0;
	padding: 0;
	text-align: center;
	width: 203px;
	position: absolute;
	top: 65px;
	right: 26px;
	font-size: 14px;
}

.phone{
	font-size: 16px;
}

/* navigation ----------------------------------------------------------------*/
#nav{
	margin: 0;
	padding: 0;
	height: 72px;
	width: 912px;
	background-image: url(../images/background/nav_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* header nav/links ----------------------------------------------------------------*/
#headerNav{
	margin: 0;
	padding: 0;
	width: 912px;
	font-size: 14px;
	color: #5683bb;
	font-weight: bold;
}

#headerNav ul{
	margin: 0 0 0 37px;
	padding: 0;
	height: 30px;
}

#headerNav li{
	margin: 0;
	padding: 18px 0 0 0;
	display: block;
	float: left;
	height: 24px;
}

#headerNav li a:link{
	color: #FFFFFF;
	text-decoration: none;
}

#headerNav li :active{
	color: #2f287e;
	text-decoration: none;
}

#headerNav li a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#headerNav li a:hover{
	color: #2f287e;
	text-decoration: none;
}

#headerNav li a.on{
	color: #5683bb;
	text-decoration: none;
}

#headerNav li#linkOn{
	color: #5683bb;
	background-image: url(../images/background/nav_link_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-bottom: #5683bb 1px dashed;	
}

#headerNav li#onLeft{
	width: 12px;
	background-image: url(../images/background/nav_left.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#headerNav li#onRight{
	width: 12px;
	background-image: url(../images/background/nav_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#headerNav li.space{
	width: 12px;
}

/* drop down menu ---------------------------------------------*/
#dropmenudiv{
	position: absolute;
	border: 1px solid #666666;
	border-bottom-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	z-index: 100;
}
/* drop down menu anchor states ---------------------------------------------*/
	#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #666666;
	background-color: #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	color: #5683bb;
}

#dropmenudiv a:link{
	background-color: #FFFFFF;
	color: #5683bb;
}

#dropmenudiv a:active{
	background-color: #2f287e;
	color: #FFFFFF;
}

#dropmenudiv a:visited{
	background-color: #FFFFFF;
	color: #5683bb;
}

#dropmenudiv a:hover{
	background-color: #2f287e;
	color: #FFFFFF;
}


/* site container ----------------------------------------------------------------*/
#container{
	margin: 0 auto;
	padding: 0;
	width: 906px;
	position: relative;
}

/* main site content ----------------------------------------------------------------*/
#content{
	margin: 0 22px;
	padding: 0;
}

#homeHeader h1{
	margin: 0;
	padding: 0;
	color: #5683bb;
	font-size: 16px;
	text-align: center;
}

#homeHeader a:link{
	color: #5683bb;
	text-decoration: underline;
}

#homeHeader :active{
	color: #e7701d;
	text-decoration: underline;
}

#homeHeader a:visited{
	color: #5683bb;
	text-decoration: underline;
}

#homeHeader a:hover{
	color: #e7701d;
	text-decoration: underline;
}

#c2aContaner{
	margin: 10px auto 30px auto;
	padding: 0;
	width: 861px;
	height: 226px;
}

#videoHome {
	margin: 0;
	padding: 10px 10px 0 10px;
	width: 318px;
	height: 216px;
	float: left;
	background-color: #e56e1c;
	text-align: center;
}

#videoHome p{
	margin: 3px 0 0 0;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}

#icebergTop{
	margin: o;
	padding: 0;
	background-image: url(../images/background/home_upper_new-bg.jpg);
	background-position: right top;
	width: 507px;
	height: 226px;
	position: relative;
	float: right;
}

#icebergInner{
	margin: 0;
	padding: 0;
	background-color: #e56e1c;
	width: 215px;
	height: 180px;
	position: absolute;
	top: 20px; 
	left: 23px;
	text-align: center;
}

#icebergInner h2{
	margin: 23px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
}

#icebergInner p{
	margin: 7px 0 20px 0;
	padding: 0;
	color: #f7e1d1;
	font-size: 13px;
	line-height: 15px;
}

.homeBIG{
	font-size: 23px;
}

.icebergBold{
	font-weight: bold;
	color: #eaf0f8;
}

.blue{
    color: #0066cc;
	font-size: 17px;
	text-align: center;
	font-weight:bold;
}

/* main Content ----------------------------------------------------------------*/
#columnContainer{
	margin: 0 auto;
	padding: 0;
	width: 862px;
}

#columnContainerInner{
	margin: 30px auto 0 auto;
	padding: 0;
	width: 862px;
}

#leftColumn{
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}

#leftColumnInner{
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
}

#leftColumnInner p{
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#centerColumn{
	margin: 0;
	padding: 0 22px;
	width: 410px;
	float: left;
}

#rightColumn{
	margin: 0;
	padding: 0;
	width: 200px;
	float: right;
	text-align: left;
}

#centerWideColumn{
	margin: 0;
	padding: 0;
	width: 630px;
	float: right;
}

#centerLeft{
	margin: 0;
	padding: 0 50px 0 0;
	float: left;
	width: 310px;
}

#centerRight{
	margin: 0;
	padding: 0;
	width: 270px;
	float: right;
}

#centerColumn h2{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #5683bb;
}

#centerColumn p{
	margin: 20px 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

#centerColumn ul{
	margin: 0;
	padding: 0;
	list-style-image: url(../images/bullet.jpg)
}

#centerColumn li{
	margin: 15px 15px 0 23px;
	padding: 0 0 0 3px;
}

#centerColumn li a:link{
	color: #5683bb;
	text-decoration: underline;
}

#centerColumn li :active{
	color: #e7701d;
	text-decoration: underline;
}

#centerColumn li a:visited{
	color: #5683bb;
	text-decoration: underline;
}

#centerColumn li a:hover{
	color: #e7701d;
	text-decoration: underline;
}

#centerWideColumn h2{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #e7701d;
}

#centerWideColumn h4{
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #e7701d;
}

#centerWideColumn h5{
	margin: 15px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #e7701d;
}

#centerWideColumn h3{
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #e7701d;
}

#centerWideColumn p{
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

#centerWideColumn p#topParagraph{
	margin: 15px 0 15px 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

#centerWideColumn p#topParagraphValue{
	margin: 15px 0 25px 0;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

#centerWideColumn ul{
	margin: 0 0 5px 13px;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

#centerWideColumn li{
	margin: 0;
}

#addedValue ul{
	margin: 0 0 5px 13px;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
}

#addedValue li{
	margin: 10px 0 0 0;
}

#centerLeft p.tips{
	margin: 15px 0;
	padding: 0;
}

#centerRight p.tips{
	margin: 15px 0 0 0;
	padding: 0;
}

#centerWideColumn p#tipsBottom{
	margin: 15px 0 15px 0;
	padding: 15px 0 0 0;
	border-top: #CCCCCC 1px dotted;
}

#centerColumn a:link{
	color: #5683bb;
	text-decoration: underline;
}

#centerColumn :active{
	color: #e7701d;
	text-decoration: underline;
}

#centerColumn a:visited{
	color: #5683bb;
	text-decoration: underline;
}

#centerColumn a:hover{
	color: #e7701d;
	text-decoration: underline;
}

#centerWideColumn a:link{
	color: #5683bb;
	text-decoration: underline;
}

#centerWideColumn :active{
	color: #e7701d;
	text-decoration: underline;
}

#centerWideColumn a:visited{
	color: #5683bb;
	text-decoration: underline;
}

#centerWideColumn a:hover{
	color: #e7701d;
	text-decoration: underline;
}

#centerWideColumn h5 a:link{
	color: #e7701d;
	text-decoration: underline;
}

#centerWideColumn h5 :active{
	color: #5683bb;
	text-decoration: underline;
}

#centerWideColumn h5 a:visited{
	color: #e7701d;
	text-decoration: underline;
}

#centerWideColumn h5 a:hover{
	color: #5683bb;
	text-decoration: underline;
}

#rightColumn h3{
	margin: 0 0 4px 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 18px;
}

#rightColumn ul{
	margin: 10px 0 0 20px;
	padding: 0;
	list-style-image: url(../images/right_bullet.jpg)
}

#rightColumn li{
	margin: 8px 0;
	padding: 0 0 0 3px;
	color: #5683bb;
	font-size: 12px;
	text-decoration: underline;
}

#rightColumn p{
	font-size: 12px;
	text-align: center;
}

#rightColumn p a:link{
	color: #333333;
	text-decoration: underline;
}

#rightColumn p :active{
	color: #e7701d;
	text-decoration: underline;
}

#rightColumn p a:visited{
	color: #333333;
	text-decoration: underline;
}

#rightColumn p a:hover{
	color: #e7701d;
	text-decoration: underline;
}

#rightColumn li a:link{
	color: #5683bb;
	text-decoration: underline;
}

#rightColumn li :active{
	color: #e7701d;
	text-decoration: underline;
}

#rightColumn li a:visited{
	color: #5683bb;
	text-decoration: underline;
}

#rightColumn li a:hover{
	color: #e7701d;
	text-decoration: underline;
}

#kanbanHeader{
	margin: 0 0 0 -20px;
	padding: 25px 20px;
	background-color: #e7701d;
}

#kanbanHeader h2{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}

#kanbanHeader h3{
	margin: 15px 0 0 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}

#quote{
	margin: 0;
	padding: 20px 20px 55px 40px;
	width: 150px;
	position: relative;
	background-image: url(../images/rcbottom-quote.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#quoteTop{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 10px;
	background-image: url(../images/rc-quote.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#quoteMarks{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 32px;
	height: 25px;
	background-image: url(../images/quote.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#quote p{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#referral{
	margin: 0 20px 30px 70px;
	padding: 0;
	width: 130px;
}

#referral p{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#kanbanLeft{
	margin: 0 0 30px 0;
	padding: 20px 15px;
	width: 155px;
	background-color: #e7e7e7;
}

#kanbanLeft h2{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #e7701d;
	line-height: 30px;
}

#kanbanLeft h4{
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e7701d;
	line-height: 24px;
}

#kanbanLeft h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 22px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#kanbanLeft p{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 12px;
}

#kanbanLeft p a:link{
	color: #333333;
	text-decoration: underline;
}

#kanbanLeft p :active{
	color: #e7701d;
	text-decoration: underline;
}

#kanbanLeft p a:visited{
	color: #333333;
	text-decoration: underline;
}

#kanbanLeft p a:hover{
	color: #e7701d;
	text-decoration: underline;
}

#careersLeft{
	margin: 0;
	padding: 7px 7px 15px 7px;
	border: #CCCCCC 1px solid;
	width: 143px;
}

#careersLeft h2{
	margin: 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #e7701d;
}

#careersLeft p{
	margin: 0;
	padding: 0;
	font-size: 10px;
}

#careersLeft p a:link{
	color: #333333;
	text-decoration: underline;
}

#careersLeft p :active{
	color: #e7701d;
	text-decoration: underline;
}

#careersLeft p a:visited{
	color: #333333;
	text-decoration: underline;
}

#careersLeft p a:hover{
	color: #e7701d;
	text-decoration: underline;
}


#gallery{
	margin: 15px 0;
}

#gallery p{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 10px;
	line-height: normal;
}

#galleryBottom{
	margin: 0;
	padding: 0;
	position: relative;
}

#galleryBottomText{
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 20px;
	left: 127px;
}

#galleryBottomText p{
	margin: 0;
	padding: 0;
	color: #e7701d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
}

#increaseROI p{
	margin: 15px 0 3px 0;
	padding: 0;
}

#increaseROI p.small{
	font-size: 10px;
}

#centerWideColumn p.people{
	margin: 15px 0 0 0;
	padding: 0;
	color: #e7701d;
	font-weight: bold;
}

#centerWideColumn p.contact{
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#images{
	margin: 10px 0 0 0;
	padding: 0;
}

#images img{
	margin: 0 -4px 0 0;
	padding: 0;
}

/* left nav / sub nav----------------------------------------------------------------*/
#navLeft{
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	font-size: 14px;
}

#navLeft[id]{
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	font-size: 14px;
}

.navLeftList{
	margin: 0;
	padding: 0 0 50px 0;
}

.navLeftList[id]{
	margin: 0;
	padding: 0 0 50px 0;
}

.navLeftList ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.navLeftList li{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: #dbdbdb 1px solid;
}

.navLeftList li#top{
	border-top: #dbdbdb 1px solid;
}

.navLeftList li.on{
	padding: 5px 0 5px 8px;
	color: #e7701d;
	text-decoration: none;
	background-color: #e6edf5;
	display: block;
}

.navLeftList li a:link{
	padding: 5px 0 5px 8px;
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	display: block;
}

.navLeftList li :active{
	padding: 5px 0 5px 8px;
	color: #e7701d;
	text-decoration: none;
	background-color: #e6edf5;
	display: block;
}

.navLeftList li a:visited{
	padding: 5px 0 5px 8px;
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	display: block;
}

.navLeftList li a:hover{
	padding: 5px 0 5px 8px;
	color: #e7701d;
	text-decoration: none;
	background-color: #e6edf5;
	display: block;
}

/* sub nav --------------------------------------------------------------------------------*/
ul#subNav{
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

ul#subNav li{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: none;
}

ul#subNav li a:link{
	padding: 5px 0 5px 8px;
	color: #333333;
	text-decoration: none;
	background-color: transparent;
}

ul#subNav li :active{
	padding: 5px 0 5px 8px;
	color: #e7701d;
	text-decoration: none;
	background-color: transparent;
}

ul#subNav li a:visited{
	padding: 5px 0 5px 8px;
	color: #333333;
	text-decoration: none;
	background-color: transparent;
}

ul#subNav li a:hover{
	padding: 5px 0 5px 8px;
	color: #e7701d;
	text-decoration: none;
	background-color: transparent;
}

ul#subNav li.peopleOn a:link{
	padding: 5px 0 5px 8px;
	color: #e7701d;
	text-decoration: none;
	background-color: transparent;
}

ul#subNav li.peopleOn :active{
	padding: 5px 0 5px 8px;
	color: #e7701d;
	text-decoration: none;
	background-color: transparent;
}

ul#subNav li.peopleOn a:visited{
	padding: 5px 0 5px 8px;
	color: #e7701d;
	text-decoration: none;
	background-color: transparent;
}

ul#subNav li.peopleOn a:hover{
	padding: 5px 0 5px 8px;
	color: #e7701d;
	text-decoration: none;
	background-color: transparent;
}

/* rounded corners estimate----------------------------------------------------------------*/
#homeBox{
	margin: 0;
	background: #dde6f1;
}

#homeBox2{
	margin: 35px 0 0 0;
	background: #dde6f1;
}

b.btop, b.btop b, b.bbot, b.bbot b{
    display: block;
	height: 10px;
	font-size: 1px;
    background-image: url(../images/rc.gif);
    background-repeat: no-repeat;
}

b.btop b{
	background-position: 100% -10px;
}

b.bbot{
	background-position: 0 -20px;
}

b.bbot b{
	background-position: 100% -30px;
}

#homeBoxInner{
	margin: 60px auto 40px auto;
}

#homeBox2Inner{
	margin: 0 auto 3px auto;
}

#homeBox3Inner{
	margin: 0 auto 40px auto;
}

#homeBox3Inner h2{
	margin: 0 0 10px 0;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e7701d;
}

#homeBox2Inner p{
	margin: 0;
	font-size: 12px;
	text-align: left;
}

#homeBox3Inner p{
	margin: 0;
	text-align: left;
}

#homeTable{
	margin: 15px auto 0 auto;
	width: 174px;
}

#homeTable2{
	margin: 2px auto 0 auto;
	width: 174px;
}

#homeTable p{
	margin: 5px 0 3px 0;
	font-size: 12px;
}

#homeTable p a:link{
	color: #5683bb;
	text-decoration: none;
}

#homeTable p :active{
	color: #e7701d;
	text-decoration: none;
}

#homeTable p a:visited{
	color: #5683bb;
	text-decoration: none;
}

#homeTable p a:hover{
	color: #e7701d;
	text-decoration: none;
}

/* footer ----------------------------------------------------------------*/
#footer{
	margin: 50px 0 25px 0;
	padding: 0;
	font-size: 10px;
}

#footer p{
	margin: 3px 0 0 0;
	padding: 0;
}

#footer ul{
	margin: 0;
	padding: 0;
}

#footer li{
	margin: 0;
	padding: 0;
	display: inline;
}

#footer li.footerSpacer{
	margin: 0 4px;
	padding: 0;
}

#footer a:link{
	color: #333333;
	text-decoration: none;
}

#footer :active{
	color: #e7701d;
	text-decoration: none;
}

#footer a:visited{
	color: #333333;
	text-decoration: none;
}

#footer a:hover{
	color: #e7701d;
	text-decoration: none;
}
