/* ########## CCU Master CSS ########## */
/* ########## Alek Lisefski ########## */

/* Color reference: green = #136989, orange = #df7822 */

/* ########## Universal Text / Heading / Link Styles ########## */

html, body { 
	font: normal 12px arial ; 
	color: #333 ; 
	line-height: 20px ; 
	background-color: #fff ; 
	padding: 0; 
	margin: 0;
}

p { 
	margin: 0 0 18px 0 ; 
}

p.right { 
	text-align: right ;
}

p.small {
	font: normal 11px arial ; 
	line-height: 18px ; 	
}

p.bold,
li strong { 
	font-weight: bold;
	color: #000;
	margin: 0 ; 
}

p.highlight { 
	font: bold 10px arial;
	text-transform: uppercase;
	line-height: 20px;
	color: #999;
	margin: 0 0 1px 0;
}

/* Headings */
h1 { 
	font: bold 30px arial ; 
	color: #136989 ; 
	letter-spacing: -1px;
	margin: 0;
}

h1.orange {
	color: #d26f2a ;
}

h1 span.highlight {
	position: relative;
	top: -3px;
	background-color: #e6f0f3;
	color: #136989;
	font: normal 12px arial;
	letter-spacing: 0;
	padding: 1px 3px 2px 3px;
	margin: 0 0 0 12px;
}

h2 { 
	font: normal 24px arial ;
	color: #000;   
	letter-spacing: 0;
	margin: 0 0 2px 0;
	line-height: 24px;
}

h2.bottomPad { 
	margin: 0 0 20px 0;
	padding-top: 10px;
}

h2 span.small { 
	font: normal 14px arial ; 
	letter-spacing: 0;
}

h2 span.small a, 
h2 span.small a:visited { 
	font: bold 14px arial ; 
}

h2.orange { 
	font: normal 21px arial ; 
	color: #d26f2a ;
	letter-spacing: 0;
	margin: 0 0 0 20px ;
}

h2 a, h2 a:visited { 
	font-weight: bold;
	display: inline ; 
	color: #136989 ;   
	text-decoration: none ; 
	border-bottom: 1px solid #a1c3d0;
}

h2 a:hover { 
	color: #df7822 ; 
	text-decoration: none ;
	border-bottom: 1px solid #f2c9a7;
}

h3 { 
	font: bold 12px arial ;
	color: #136989 ;   
	letter-spacing: 0;
	margin: -6px -10px 10px -10px ;
	padding: 8px 10px 7px 10px;
	line-height: 30px;
}

h3 span { 
	color: #136989 ;  
	padding: 8px 10px 7px 10px;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	line-height: 30px;
	background: url(images/bg-related.gif) repeat-x ; 
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

h3.white span { 
	background: #fff ; 
}

h3 span.orange { 
	color: #fff ;  
	padding: 8px 10px 7px 10px;
	background: #df7822 url(images/bannerBox-bg.gif) no-repeat left top;
	border: 1px solid #df7822;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

h3 a, h3 a:visited, h3 a:hover { 
	font-weight: bold;
	line-height: 30px;
	border: 0;
}


/* Link Styles */

a, a:visited { 
	color: #136989 ; 
	text-decoration: none ; 
	border-bottom: 1px solid #a1c3d0;
}

a.bold, a.bold:visited { 
	font-weight: bold ; 
}

a:hover { 
	color: #df7822 ; 
	text-decoration: none ;
	border-bottom: 1px solid #f2c9a7;
}

a.block, 
a.block:visited { 
	color: #136989 ; 
	text-decoration: none ; 
	margin: 0 10px 0 0;
	padding: 9px 10px;
	border-bottom: 0;
	background: #e8f2f5;
}

a.block:hover { 
	color: #df7822 ; 
	text-decoration: none ;
	border-bottom: 0;
	background: #f5f1e6;
}

a.image, 
a.image:visited, 
a.image:hover {
	border: 0;
}

a img {
	border: 0;
}

a:focus {
	outline:none
}



/* ########## Structural Elements ########## */

#navBar { 
	position:relative ; 
	width: 100% ; 
	height: 55px ; 
	z-index:1 ; 
	text-align: center ; 
	background: #bfdbe3 ; 
	clear: both ;
	overflow: visible;
}

#navBar .container { 
	position:relative ; 
	width: 940px ; 
	margin: auto ; 
	z-index:1 ; 
	text-align: left ;
	background: url(images/bg-bottom.gif) repeat-y ; 
	height: 55px;
	overflow: visible;
}

#top { 
	position:relative ; 
	width: 100% ; 
	height: 125px ; 
	z-index:0 ; 
	text-align: center ; 
	background: #fff ;
	border-top: 1px solid #bfdbe3; 
	clear: both ;
}

#middle { 
	position:relative ; 
	width: 100% ; 
	z-index:0 ; 
	text-align: center ; 
	background: #fff ; 
	clear: both ;
}

#relatedInfo,
#relatedServices { 
	position:relative ; 
	width: 100% ; 
	z-index:0 ; 
	text-align: center ; 
	background: url(images/bg-related.gif) repeat-x ; 
	clear: both ;
	margin-top: 0;
	line-height: 16px;
}

#relatedServices .container { 
	padding-top: 20px;
}


#relatedInfo .container { 
	padding: 15px 0;
	width: 940px;
}


#bottom { 
	position:relative ; 
	width: 100% ; 
	height: 250px ;
	z-index:0 ; 
	text-align: center ; 
	background: #bfdbe3 ; 
	clear: both ;
	border-top: 1px solid #bfdbe3;
}

.container { 
	position:relative ; 
	width: 940px ; 
	margin: auto ; 
	z-index:0 ; 
	text-align: left ;
}

#bottom .container { 
	position:relative ; 
	width: 940px ; 
	height: 250px ;
	margin: auto ; 
	z-index:0 ; 
	text-align: left ;
	font: normal 12px arial;
	line-height: 18px;
	background: url(images/bg-bottom.gif) repeat-y ; 
}

#mission { 
	position:relative ; 
	width: 100% ; 
	z-index:0 ; 
	text-align: center ; 
	background: #f8f4ee url(images/bg-mission.gif) repeat-x left top;
	clear: both ;
}


#mission p.large {
	margin: 0; 
	font: bold 18px arial;
	color: #000;
	margin-bottom: 0;
}


#mission span.highlight {
	/*background: #d7e9ee;*/
	background: transparent;
	padding: 0;	
	font: normal 12px arial;
	color: #000;
}

#mission .container .padding {
	padding: 20px 0 15px 0; 
	width: 435px;
	position: relative;
	z-index: 1;
}

#mission a.expand,
#mission a.expand:visited {
	display: block;
	width: 395px;
	padding: 8px 20px 8px 20px;
	border: 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#mission a.expand p {
	color: #333;
}


#mission a.expand:hover {
	border: 0;
	background: url(images/bg-mission-link.gif) no-repeat right top;
}


#mission a.expand:hover p.large {
	color: #fff;
}

#mission a.expand:hover p {
	color: #fff;
}


#mission a.expand.current,
#mission a.expand.current:visited,
#mission a.expand.current:hover {
	padding: 18px 19px 18px 19px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	margin-bottom: 0;
}

#mission p.expanded {
	padding: 0 19px 28px 19px;
	background: #fff;
	border: 1px solid #dfdfdf;
	border-top: 0;
	margin: 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


a.close,
a.close:visited {
	float: right;
	display: block; 
	width: 18px;
	height: 18px;
	line-height: 18px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-close.gif) left top;
	padding: 0;
	border: 0;
	margin: 0 -10px 0 0;
}


a.close:hover {
	text-decoration: none ;
	background-position: 0px -20px;
	border: 0;
}

#mission a.expand.current p.large,
#mission a.expand.current:visited p.large,
#mission a.expand.current:hover p.large {
	color: #df7822;
}

#mission a.expand.current p,
#mission a.expand.current:visited p,
#mission a.expand.current:hover p {
	color: #333;
}


#mission p {
	margin-bottom: 0;
}

/* Get Started */

#getStarted {
	position: absolute;
	top: 0;
	left: 645px;
	width: 332px;
	height: 244px;
	background: url(images/bg-getStarted.png) no-repeat left bottom;
}

#freeTrial {
	float: left;
	width: 253px;
	height: 229px;
	background: url(images/bg-freeTrial-alt.jpg) no-repeat left bottom;
	margin: 5px 45px 20px 0;
}

#freeTrial #buttonDemo {
	margin: 177px 0 0 20px;
}

#getStarted.internal {
	position: absolute;
	top: 0;
	/*height: 155px;
	background: url(images/bg-getStarted.png) no-repeat left -20px;*/
}

#getStarted .background {
	padding: 40px 60px 0 60px;
}

#getStarted ul { 
	margin: 35px 0 20px 0 ; 
	padding: 0 ; 
	letter-spacing: 0 ; 
	list-style-type: none ;
}


#getStarted li { 
	background: url(images/bullet-arrow.gif) no-repeat 0 6px ; 
	padding: 0 0 0 15px ;
	line-height: 20px;
}

#getStarted li a { 
	border: 0;
}

#getStarted span.highlight {
	background-color: transparent;
	color: #000;
	font: bold 13px arial;
	padding: 0;
}

/* CTA */

#viewBlog {
	float: left;
	width: 255px;
	height: 217px;
	background: url(images/cta-blog.jpg) no-repeat left top;
}

a#blogButton,
a#blogButton:visited {
	display: block; 
	width: 213px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-viewBlog.gif) left top;
	padding: 0;
	border: 0;
	margin: 166px 0 0 20px;
}


a#blogButton:hover {
	text-decoration: none ;
	background-position: 0px -40px;
	border: 0;
}


#testDrive {
	float: left;
	width: 221px;
	height: 256px;
	margin-right: 20px;
	background: url(images/cta-testDrive.jpg) no-repeat left top;
}

.getStarted {
	float: left;
	width: 181px;
	height: 216px;
	margin-right: 30px;
	background: url(images/bg-getStarted.gif) no-repeat left top;
	padding: 20px;
}

#fbPromo {
	float: left;
	width: 217px;
	height: 252px;
	margin-right: 40px;
	background: url(images/cta-fbPromo.jpg) no-repeat left top;
}

#fbPromo a, 
#fbPromo a img {
	border: 0;
}

#buttonDemo {
	display: block; 
	width: 131px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-demo.gif) left top;
	padding: 0;
	border: 0;
	margin: 195px 0 0 24px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


#buttonDemo:hover {
	text-decoration: none ;
	background-position: 0px -40px;
	border: 0;
}

#buttonFbPromo {
	display: block; 
	width: 137px;
	height: 32px;
	line-height: 32px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-fbEnter.gif) left top;
	padding: 0;
	border: 0;
	margin: 200px 0 0 20px;
}


#buttonFbPromo:hover {
	text-decoration: none ;
	background-position: 0px -40px;
	border: 0;
}




/* Buttons */

#buttonSignup,
#buttonSignup:visited {
	display: block; 
	width: 142px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-onlineSignup.gif) left top;
	padding: 0;
	border: 0;
	margin: 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


#buttonSignup:hover {
	text-decoration: none ;
	background-position: 0px -40px;
	border: 0;
}

#buttonQuote,
#buttonQuote:visited {
	display: block;
	width: 147px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-quote.gif) left top;
	padding: 0;
	border: 0;
	margin: 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}


#buttonQuote:hover {
	text-decoration: none ;
	background-position: 0px -40px;
	border: 0;
}

#buttonContinue,
#buttonContinue:visited {
	display: block; 
	width: 123px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-continue.gif) left top;
	padding: 0;
	border: 0;
	margin: 0;
	clear: left;
}


#buttonContinue:hover {
	text-decoration: none ;
	background-position: 0px -40px;
	border: 0;
}

#video1,
#video1:visited,
#video2,
#video2:visited {
	display: block; 
	width: 106px;
	height: 54px;
	line-height: 54px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(images/button-video1.gif) left top;
	padding: 0;
	border: 0;
	margin: -5px -21px 15px 10px;
	float: right;
}

#video2,
#video2:visited {
	background-image: url(images/button-video2.gif);
}


#video1:hover,
#video2:hover {
	text-decoration: none ;
	background-position: 0px -54px;
	border: 0;
}



/* ########## Banners ########## */

#bannerLarge { 
	position:relative ; 
	width: 100% ; 
	height: 244px ; 
	z-index:0 ; 
	text-align: center ; 
	background: url(images/bg-top-repeat.gif) repeat-x ;
	clear: both ;
	border-top: 1px solid #bfdbe3;
	overflow: hidden;
}

#bannerLarge .container { 
	position:relative ; 
	width: 940px ; 
	height: 244px ; 
	margin: auto ; 
	z-index:0 ; 
	text-align: left ;
	background: url(images/bg-top.jpg) no-repeat top left; 
}

#title {
	padding-top: 14px;
	clear: left;
}


#description {
	float: left;
	padding-top: 2px;
	height: 180px;
	width: 460px;
	clear: left;
}

#description p {
	font: normal 14px arial;
	line-height: 22px;
	letter-spacing: 0;
}

/* Subnav links */

#subnav, #comprehensiveBox .subnav {
	float: left;
	margin-top: 15px;
	margin-bottom: 0;
	clear: left;
}

#homeNav {
	float: left;
	margin: 0;
	height: 31px;
	background: #daeaee;
	clear: none;
	font-size: 11px;
}

#subnav p, #homeNav p, #comprehensiveBox .subnav p {
	margin: 7px 0 0 0;
	line-height: 30px;
}

#subnav ul.buttons li, #comprehensiveBox .subnav li { 
	color: #136989 ; 
	text-decoration: none ; 
	margin: 0 5px 0 0;
	padding: 0;
	border-bottom: 0;
	display: inline;
	line-height: 30px;
	background: transparent;
	
}

#subnav ul.buttons li a, #subnav ul.buttons li a:visited, #comprehensiveBox .subnav a, #comprehensiveBox .subnav a:visited {
	margin: 0;
	padding: 8px 10px 7px 10px;
	font-weight: bold;
	color: #136989;
	background: #fff;
	border-right: 1px solid #a1c3d0;
	border-color: #a1c3d0;
	clear: none;
}

#subnav ul.buttons li a:hover, #comprehensiveBox .subnav a:hover{
	color: #fff;
	background: #df7822 url(images/bannerBox-bg.gif) no-repeat left top;
	border-right: 1px solid #df7822;
	border-color: #df7822;
}

#homeNav a, #homeNav a:visited {
	background: transparent;
	padding: 0;
	margin: 0 10px;
	font-weight: normal;
	border-right: 0;
}


#homeNav a:hover {
	color: #df7822;
	background: transparent;
	border-right: 0;
}

#homeNav p {
	background: transparent;
	padding: 0;
	margin: 0 10px 0 0;
	font-weight: normal;
	border-right: 0;
}

/* Images and team member Quotes */

#homeImage {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 324px;
	height: 314px;
	background: url(images/banner-steve.gif) no-repeat top left;
}

#homeBubble { 
	position: absolute;
	top: 75px;
	left: 0;
	width: 285px;
	height: 132px;
	margin: 0;
	z-index: 2;
	background: url(images/home-bubble.gif) no-repeat top left;
}

#homeName { 
	position: absolute;
	top: 195px;
	right: 310px;
	width: 150px;
	height: 82px;
	text-align: left;
	font: normal 10px arial;
	text-transform: uppercase;
	color: #136989;
	line-height: 16px;
	z-index: 2;
	background: url(images/steve-sig.gif) no-repeat 30px 5px;
	padding: 35px 0 0 150px;
}

#webImage {
	position: absolute;
	top: 0;
	right: 0;
	width: 401px;
	height: 280px;
	background: url(images/banner-web.jpg) no-repeat top left;
}

#phoneImage {
	position: absolute;
	top: 0;
	right: 0;
	width: 243px;
	height: 280px;
	background: url(images/banner-phone.jpg) no-repeat top right;
}


#reservationlessBubble { 
	float: left;
	margin: -18px -20px 0 -20px;
	width: 634px;
	height: 132px;
	z-index: 2;
	clear: left;
}

#reservationlessName { 
	position: absolute;
	top: 245px;
	right: 340px;
	width: 200px;
	text-align: right;
	font: normal 10px arial;
	text-transform: uppercase;
	color: #136989;
	line-height: 16px;
	z-index: 2;
}


.bubbleText { 
	padding: 20px 20px 20px 20px;
}

.bubbleText p { 
	font: normal 14px arial;
	line-height: 22px;
	margin: 0 0 20px 0;
}

#ourStoryImage {
	position: absolute;
	top: 0;
	left: 490px;
	width: 280px;
	height: 280px;
	background: url(images/banner-testify.jpg) no-repeat top left;
}


/* Service/Feature Boxes */

#services {
	position: absolute;
	top: 25px;
	left: 500px;
	width: 440px;
}

#services h1 {
	margin: 12px 0 16px 10px;
}

#services a.button, #services a.button:visited, #services div.button  {
	clear: left;
	width: 450px;
	display: block;
	background: transparent;
	border: 0;
	padding: 6px 0 4px 0;
	background: url(images/home-serviceButton-bg.gif) no-repeat 0 -100px;
	margin-bottom: 5px;
}

#services a.button:hover {
	background-position: left top;
}


#services a.button span, #services a.button:visited span, #services div.button span  {
	font: normal 12px arial ; 
	color: #000;
	margin-top: 0;
	padding: 0 6px 0 10px;
}

#services a.button span.title, #services a.button:visited span.title, #services div.button span.title {
	display: block;
	font: bold 15px arial ; 
	color: #fff ; 
	letter-spacing: 0;
	margin: 0 0 2px 6px;
	padding: 3px 0 8px 0;
	background: transparent;

}

#services a.button span.title span, #services a.button:visited span.title span, #services div.button span.title span {
	padding: 3px 6px 6px 6px;
	font: bold 15px arial ; 
	margin: 0;
	background: #d7e8ef url(images/home-serviceTitle-bg.gif) repeat-x;
	color: #136989;
}

#services a.button:hover span.title span {
	color: #fff;
	background: #df7822 ;
}

#services img {
	float: left;
	margin: -10px 15px -10px 0;
	border: 0;
}

.bannerBox {
	float: left;
	background: url(images/bannerBox-bg.gif) no-repeat right top;
	margin: 15px 10px 0 0;
	padding: 0 19px 15px 19px;
	border-left: 1px solid #a1c3d0;
	border-bottom: 1px solid #a1c3d0;
}

.bannerBox p {
	margin: 20px 0 0 0;
}

.bannerBox h2 {
	font: bold 18px arial ;
	margin: 0;
}

.bannerBox ul {
	margin: 12px 0 0 0;
}

.bannerBox h2 a, 
.bannerBox h2 a:visited {
	font: bold 18px arial ;
	color: #fff ; 
	border-bottom: 1px solid #de8b46;
}

.bannerBox h2 a:hover {
	font: bold 18px arial ;
	color: #f9e8da ;   
	border-bottom: 1px solid #ecb98f;
}


/* Small banner */

#bannerSmall { 
	position:relative ; 
	width: 100% ; 
	height: 113px ; 
	z-index:0 ; 
	text-align: center ; 
	background: url(images/bg-top-small-repeat.gif) repeat-x ; 
	clear: both ;
	border-top: 1px solid #bfdbe3;
}

#bannerSmall .container { 
	position:relative ; 
	width: 940px ; 
	height: 113px ; 
	margin: auto ; 
	z-index:0 ; 
	text-align: left ;
	background: url(images/bg-top-small.jpg) no-repeat top left; 
}

/* Small banner quote */

#onlineSignup {
	position: absolute;
	top: 16px;
	right: 0;
	width: 450px;
	font: normal 13px arial;	
}

#mission #onlineSignup {
	position: absolute;
	top: 30px;
	right: 10px;
	width: 460px;
	font: normal 14px arial;	
}

#onlineSignup.home {
	position: absolute;
	top: 20px;
	right: 0;
	width: 319px;
	font: normal 13px arial;	
}

#onlineSignup div {
	height: 41px;
	background: url(images/onlineSignup-bg.gif) no-repeat;
	line-height: 41px;
	padding: 0 0 0 20px;
}

#mission #onlineSignup div {
	background: url(images/onlineSignup-bg-home.gif) no-repeat;
	color: #fff;
}

#onlineSignup h2 {
	color: #136989;
	margin-left: 20px;
	font: normal 22px arial;
	margin-bottom: 5px;
}

#mission #onlineSignup h2 {
	color: #000;
}

#onlineSignup p {
	font: bold 13px arial;
	margin: 0 0 8px 15px;
	color: #136989;
}


#onlineSignup a,
#onlineSignup a:visited {
	font: bold 13px arial;
	color: #df7822 ; 
	border-bottom: 1px solid #f2c9a7;
}

#onlineSignup a:hover {
	color: #136989 ; 
	border-bottom: 1px solid #a1c3d0;
}


/* ########## Unique Elements (id) ########## */

/* Related Info */

#relatedServices .left, #relatedServices .right {
	float: left;
	width: 450px;
	margin: 0 40px 0 0;
	padding-bottom: 10px;
}

#relatedServices .wide {
	width: 900px;
	margin: 0;
	padding: 0;
}

#relatedServices .right {
	float: right;
	margin-right: 0;
}

#relatedServices #clear {
	clear: both;
	height: 20px;
}

#relatedInfo .category, 
#relatedInfo .category:visited, 
#relatedInfo .category:hover {
	font: bold 10px arial;
	text-transform: uppercase;
	line-height: 16px;
	color: #999;
	margin-bottom: 1px;
}

#relatedInfo a, 
#relatedInfo a:visited, 
#relatedInfo a:hover {
	font: normal 11px arial;
	line-height: 16px;
	text-transform: none;
	border-bottom: 0;
}



/* Footer */

#bottom .container a, 
#bottom .container a:visited, 
#bottom .container a:hover {
	font: bold 10px arial;
	text-transform: uppercase;
	line-height: 18px
}

#bottom .container a.subnav, 
#bottom .container a.subnav:visited, 
#bottom .container a.subnav:hover {
	font: normal 11px arial;
	line-height: 18px;
	text-transform: none;
	margin-left: 10px;
	border-bottom: 0;
}

#bottom .container a.subnav.noMargin, 
#bottom .container a.subnav.noMargin:visited, 
#bottom .container a.subnav.noMargin:hover {
	margin: 0;
}


#bottom .container .copyright { 
	font: normal 11px arial;
	line-height: 18px;
	float: left;
	margin: 25px 10px 0 0;
	width: 250px; 
}

#bottom .container .column { 
	float: left;
	margin: 25px 50px 0 0;
	font: normal 12px arial;
	line-height: 18px;
}

#bottom .container .columnWide { 
	float: right;
	margin: 25px 20px 0 0;
	width: 240px;
	text-align: right;
	font: normal 12px arial;
	line-height: 18px; 
}

#connect {
	clear: left;
	width: 730px;
	padding-left: 230px;
	padding-top: 25px;
}

.connect {
	display: inline;
	float: left;
	width: 200px;
}

.connect.fb {
	width: 120px;
	padding-top: 3px;
}

.connect.twitter {
	width: 275px;
	padding-top: 2px;
}

.connect.goggle {
	width: 120px;
}

/* logo */

#logo { 
	position: absolute ; 
	top: 14px ; 
	left: 0 ; 
	height: 96px ;
	width: 310px;
	margin: 0 ;
}

#logo a { 
	border: 0;
}

#logo a img { 
	border: 0;
}

/* top nav bar */


#mainNav { 
	position: absolute ; 
	top: 12px ; 
	left: 0 ; 
}


#salesNumber { 
	position: absolute ; 
	top: 37px ; 
	left: 391px ;
	height: 80px; 
	width: 223px; 
	background: url(images/number-salesTop.gif) no-repeat;
}

#serviceNumber { 
	position: absolute ; 
	top: 37px ; 
	left: 666px ;
	height: 80px; 
	width: 290px; 
	background: url(images/number-serviceTop.gif) no-repeat;
	font-size: 11px;
}

#serviceNumber div, #salesNumber div {
	margin: 1px 0 0 130px;
}

#salesNumber div {
	margin-left: 82px;
}


#serviceNumber div, #serviceNumber a, #serviceNumber a:visited, #serviceNumber a:hover, 
#salesNumber div, #salesNumber a, #salesNumber a:visited, #salesNumber a:hover {
	font: normal 11px arial;
	border: 0;
}

#serviceNumber a, #serviceNumber a:visited, 
#salesNumber a, #salesNumber a:visited {
	background: url(images/icon-email.gif) no-repeat right 2px;
	padding-right: 19px;
}

#serviceNumber a:hover, #salesNumber a:hover {
	background-position: right -28px;

}


/* Layout Columns */

#bodyWide,
.bodyWide {
	float: left;
	clear: both;
	width: 940px;
	margin: -10px 0 0 0;
	padding-bottom: 30px;
	overflow: hidden;
}

#bodyLeft, #bodyRight {
	float: left;
	width: 450px;
	margin: 30px 40px 0 0;
	padding-bottom: 30px;
	overflow: visible;
}

#bodyRight {
	margin-right: 0;
}

#bodyLeft .left, 
#bodyRight .left {
	float: left;
	width: 210px;
	margin: 0;
	overflow: hidden;
}

#bodyLeft .right, 
#bodyRight .right {
	float: right;
	width: 210px;
	margin: 0;
}

#bodyLeft .right .video, 
#bodyRight .right .video, 
#bodyLeft .left .video, 
#bodyRight .left .video {
	margin: 0 0 20px 0;
}


/* ########## Styles (class) ########## */

span.highlight {
	background-color: #f5f1e6;
	color: #df7822;
	font-weight: bold;
	padding: 1px 3px;
}

p.large span.highlight { 
	font: normal 18px arial ; 
	letter-spacing: 0;
	line-height: 24px ;
	padding: 2px 4px;
}

.orange {
	color: #df7822 ; 
	font-weight: bold;
}

.subLinks {
	margin-top: 20px;
	padding-top: 10px;
}


.testify {
	margin: 10px 0 18px 20px;
}

.custImage {
	float: left;
	margin: 0 20px 10px 0;
	border: 1px solid #dfdfdf;
}

.testimonial {
	margin: 20px 0 0 0;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.floatRight {
	float: right;
	margin: 0 0 15px 20px;
}

.floatLeft {
	float: left;
	margin: 0 20px 15px 0;
}


/* bullet list box */

.bullet {
	padding: 10px 0 10px 0 ;
	clear: left;
}

.bullet .left {
	float: left;
	margin-right: 30px;
}

.bullet .right {
	float: none;
}

/* blog feeds */

.blogFeed {
	margin: 0;
	display: block;
	clear: left;
}

.blogFeed, .blogFeed span, .blogFeed p {
	font: normal 10px arial;
}

.blogFeed .title {
	height: 28px;
	background: url(images/feedTitle-bg.gif) no-repeat top left;
}

.blogFeed .title p {
	padding: 7px 0 0 12px;
	font: bold 12px arial;
	margin: 0;
}

.blogFeed .title p a, .blogFeed .title p a:visited {
	font: bold 12px arial;
	color: #000;
	border: 0;
}

.blogFeed .title p a:hover {
	color: #df7822 ;
	border: 0;
}

.blogFeed .icon {
	float: right;
}


.blogFeed .feed a, .blogFeed .icon a {
	border: 0;
}

/* content Boxes */

.box {
	display: block;
	border: 1px solid #dfdfdf;
	background: #f2ece1 url(images/box-bg.gif) repeat-x;
	margin-top: 20px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.testimonialBox {
	display: block;
	border: 1px solid #dfdfdf;
	background: #f2ece1 url(images/box-bg.gif) repeat-x;
	margin-top: 20px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.boxQuote {
	display: block;
	border: 1px solid #dfdfdf;
	border-bottom: 0;
	background: #f2ece1 url(images/quoteBox-bg.gif) no-repeat;;
	margin-top: 20px;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.homeQuote {
	float: right;
	display: block;
	border: 0;
	background: #fff;
	padding: 0;
	margin: 0 0 0 0;
	width: 510px;
	background: url(images/bg-homeQuote.gif) no-repeat left 20px;
	z-index: 0;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.homeQuote p {
	font: italic 17px georgia;
	line-height: 30px;
	color: #df7822;
	width: 350px;
	padding: 45px 0 20px 45px;
}

#mission .homeQuote p {
	font-size: 22px;
	line-height: 34px;
}

.homeQuote h3 {
	margin-left: 35px;
}

.homeQuote .image {
	float: right;
	width: 82px;
	height: 100px;
	margin: 50px 8px 0 0;
	padding: 4px 0 0 4px;
	background: url(images/bg-quote-image.gif) no-repeat left top;
}


.homeQuote .quoteName {
	clear: right;
	float: right;
	width: 150px;
	text-align: right;
	margin: 0;
	font-size: 11px;
}

.homeQuote.small {
	float: none;
	width: auto;
	display: block;
	border: 0;
	background: #fff;
	padding: 0;
	margin-top: 20px;
	background: transparent;
}

.homeQuote.small p {
	font: italic 20px georgia;
	line-height: 30px;
	color: #df7822;
	width: 420px;
	background: url(images/bg-homeQuote-small.gif) no-repeat left top;
	margin-top: 10px;
	padding: 30px 10px 0 20px;
}

.homeQuote.small .quoteName {
	float: none;
	display: block;
	width: auto;
	text-align: left;
	margin: -7px 0 35px 6px;
	padding-top: 10px;
	border-top: 1px solid #dfdfdf;
}

.noteBox {
	display: block;
	border-top: 1px solid #dfdfdf;
	border-bottom: 0;
	margin-top: 20px;
	padding: 20px 20px 0 20px ;
}

.box .content, 
.boxQuote .content, 
.testimonialBox .content {
	padding: 18px 20px 0 20px;
}

.box .content span.highlight {
	background-color: #fff;
	color: #136989;
	font: italic 13px arial;
	padding: 0 2px
}

.box .content p.large span.highlight { 
	font: normal 18px arial ; 
	letter-spacing: 0;
	line-height: 24px ;
}

.boxQuote .content p {
	font: normal 10px arial;
	text-transform: uppercase;
	color: #df7822;
	line-height: 18px;
	margin: 12px 25px 20px 35px;
}

.boxQuote .content p a, 
.boxQuote .content p a:visited {
	text-transform: none;
}

.box .content h2, 
.boxQuote .content h2 {
	margin-bottom: 18px;
	font: normal 23px arial ;
	line-height: 24px;
}

.box .white, 
.boxQuote .white {
	display: block;
	background: #fff;
	padding: 9px 20px;
	clear: left;
}

.box .white a, 
.box .white a:visited,
.box .white a:hover {
	font-weight: bold;
}

.box .quote {
	display: block;
	background: #fff url(images/box-quote-bg.gif) repeat-x;
	border-bottom: 1px solid #dfdfdf;
}

.box .quote .content {
	padding: 15px 60px 15px 60px;
}

.box .quote .content p {
	font: italic 13px georgia;
	color: #df7822;
	line-height: 20px;
	margin-bottom: 0;
}

.box .quote .content p a, 
.box .quote .content p a:visited {
	text-transform: none;
}

.quoteBox {
	display: block;
	border-top: 1px solid #e7e6e0;
	border-bottom: 1px solid #e7e6e0;
	background: #f9f7f0 url(images/quote-bg.gif) no-repeat;
	margin-top: 20px;
}

.quoteBoxImage {
	display: block;
	border-top: 1px solid #e7e6e0;
	border-bottom: 1px solid #e7e6e0;
	background: #f9f7f0 url(images/quote-image-bg.gif) no-repeat right top;
	margin-top: 20px;
	clear: left;
}

.quoteName {
	display: block;
	clear: left;
	padding: 9px 15px 0 15px;
}

.quoteName p {
	margin: 0;
}

.quoteBoxImage img {
	float: left;
	border-left: 1px solid #e7e6e0;
	border-right: 1px solid #e7e6e0;
	margin-right: 50px;
}

.quoteBoxImage p {
	margin: 17px 45px 17px 0;
	font: italic 13px georgia;
	color: #df7822;
	line-height: 20px;
}

.quoteBox p {
	margin: 17px 50px 17px 60px;
	font: italic 13px georgia;
	color: #df7822;
	line-height: 20px;
}

.quoteBox p a, .quoteBox p a:visited, .quoteBoxImage p a, .quoteBoxImage p a:visited {
	text-transform: none;
}

/* Comprehensive Solutions Box */
#comprehensiveBox {
	width: 940px;
	height: 123px;
	background: url(images/comprehensiveBox-bg.jpg) no-repeat;
	margin-top: 1px;
}

#comprehensiveBox .right {
	float: right;
	padding: 22px 20px 0 25px;
	width: 294px;
	height: 101px;
	border-left: 1px solid #c5dfe5;
}

#comprehensiveBox .right p {
	font: normal 12px arial;
	line-height: 20px;
}

#comprehensiveBox .right a, #comprehensiveBox .right a:visited {
	font: bold 12px arial;
	line-height: 20px;
}


#comprehensiveBox .left {
	float: left;
	padding: 28px 20px 0 110px;
	width: 469px;
	height: 95px;
	border-right: 1px solid #8dbcca;
}


/* Lists */
ul { 
	margin: 16px 10px 18px 10px ; 
	padding: 0 ; 
	letter-spacing: 0 ; 
	list-style-type: none ;
}

.box ul { 
	margin: 2px 10px 18px 10px ; 
	padding: 0 ; 
	letter-spacing: 0 ; 
	list-style-type: none ;
}


ul.buttons { 
	margin: 0 0 18px 0 ; 
	padding: 0 ; 
	letter-spacing: 0 ; 
	list-style-type: none ;
}

ul.noMargin { 
	margin: 0 0 0 10px ; 
	padding: 0 ; 
	letter-spacing: 0 ; 
	list-style-type: none ;
}

li { 
	background: url(images/bullet.gif) no-repeat 5px 5px ; 
	padding: 0 0 0 20px ;
	font: normal 12px arial ; 
	line-height: 18px ;
}


ul.bottomMargin li { 
	background: url(images/bullet.gif) no-repeat 5px 5px ; 
	padding: 0 0 0 20px ;
	margin-bottom: 18px;
	font: normal 12px arial ; 
	line-height: 18px ;
}

ul li ul.noMargin { 
	margin: 10px 0 18px 0;
}

ul li li { 
	margin-bottom: 0;
	background: url(images/bullet-arrow2.gif) no-repeat 0 5px ; 
	padding: 0 0 0 15px ;
}

ul.buttons li { 
	font: normal 12px arial ; 
	color: #136989 ; 
	text-decoration: none ; 
	margin: 0 10px 0 0 ;
	padding: 0;
	border-bottom: 0;
	display: inline;
	line-height: 30px;
	background: transparent;

}

ul.buttons li a, ul.buttons li a:visited {
	margin: 0;
	padding: 8px 10px 7px 10px;
	font-weight: bold;
	color: #fff;
	background: #df7822 url(images/bannerBox-bg.gif) no-repeat left top;
	border-right: 1px solid #df7822;
	border-color: #df7822;
	clear: none;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

ul.buttons li a:hover {
	color: #fff;
	background: #136989;
	padding: 8px 10px 7px 10px;
	font-weight: bold;
	border-right: 1px solid #136989;
	border-bottom: 1px solid #136989;
}

/* Top navigation rollovers */

ul#topNav { 
	margin: 0 ; 
	padding: 0 ; 
	letter-spacing: 0 ; 
	list-style-type: none ;
}

ul#topNav li { 
	float: left;
	font: normal 13px arial ; 
	color: #136989 ; 
	text-decoration: none ; 
	margin: 0 12px 0 0 ;
	padding: 0;
	border-bottom: 0;
	display: inline;
	height: 44px
	line-height: 44px;
	background: url(images/mainNav-bgLeft.gif) no-repeat 0 -90px;
}

ul#topNav li a, 
ul#topNav li a:visited {
	display: block; 
	font: bold 13px arial ; 
	color: #136989 ; 
	text-decoration: none ; 
	margin: 0 ;
	padding: 15px 0 15px 6px;
	height: 44px
	line-height: 44px;
	border-bottom: 0;
	background: url(images/mainNav-bgLeft.gif) no-repeat 0 -90px;
}

ul#topNav li a:hover {
	color: #df7822 ; 
	text-decoration: none ;
	border-bottom: 0;
	background-position: left top;
}

ul#topNav li a.current, 
ul#topNav li a.current:visited {
	color: #df7822 ; 
	text-decoration: none ;
	border-bottom: 0;
	background: url(images/mainNav-bgLeft.gif) no-repeat 0 -46px;
}

ul#topNav li a.current:hover {
	color: #fff ; 
	text-decoration: none ;
	border-bottom: 0;
	background-position: left top;
}

ul#topNav li a.current, 
ul#topNav li a.current span {
	color: #136989 ; 
}

ul#topNav li a span {
	padding: 15px 15px 15px 9px;
	background: url(images/mainNav-bgRight.gif) no-repeat right -90px;
}

ul#topNav li a:hover span {
	background-position: right top;
	color: #fff;
}

ul#topNav li a.current span {
	background: url(images/mainNav-bgRight.gif) no-repeat right -46px;
}

ul#topNav li a.current:hover span {
	color: #fff ; 
	background-position: right top;	
}

li.divide {
	padding-bottom: 6px; 
	margin-bottom: 5px; 
	border-bottom: 1px solid #fff;
}




/* Tables */
.box table, 
.bullet table {
	width: 100%;
	border: 0;
	margin: 13px 0 18px 0;
	padding: 0;
}

.bullet table {
	margin-top: 0;
}

.box table tr, 
.bullet table tr {
	margin: 0;
	padding: 0;
}

.box table td, 
.bullet table td {
	width: 50%;
	padding: 4px 10px;
	background-color: #fff;
}

.box table td.outline, 
.bullet table td.outline {
	border: 1px solid #dfdfdf;
	padding: 0;
	margin: 0;
}

.box table td.outline table, 
.bullet table td.outline table {
	padding: 0;
	margin: 0;
}


.box table tr.tan td, 
.bullet table tr.tan td, 
.box table td.outline table tr.tan td, 
.bullet table td.outline table tr.tan td {
	background-color: #faf8f2;
}


.box table td.transparent, 
.box table tr.tan td, 
.bullet table td.transparent, 
.bullet table tr.tan td {
	background: transparent;
}

.box table .indent, 
.bullet table .indent {
	padding-left: 20px;
}

.box table .indentTan, 
.bullet table .indentTan {
	padding-left: 20px;
	background-color: #faf8f2;
}

/* Forms */

.fieldName {
	clear: left;
	font-weight: bold;
}

.formField {
	height: 16px;
	font: normal 12px arial;
	padding: 7px 8px;
	clear: both;
	margin: 1px 0 8px 0;
	border: 1px solid #dfdfdf;
	background: #fff;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.formArea {
	display: block;
	font: normal 12px arial;
	padding: 7px 8px;
	clear: both;
	margin: 1px 0 8px 0;
	border: 1px solid #dfdfdf;
	background: #fff;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.formField:focus,
.formArea:focus {
	border-color: #bbb;

	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
	box-shadow: 2px 2px 8px rgba(0,0,0,0.08);
}

.formButton {
	border: 0;
	margin: 6px 4px 0 0;
}

.required {
	font: bold 10px arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
	padding-left: 6px;
}

.smallCaps {
	font: bold 10px arial;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aaa;
}

.textRight {
	text-align: right;
	float: right;
	margin: 4px 0 0 0;
}

.contactBox {
	background: #f2ece1;
}

.signupColumn {
	padding-bottom: 10px;
}

.signupColumn input {
	margin: 0 5px 10px 15px;
}



/* For FAQ */

h4 {
	font: normal 12px arial;
	color: #136989 ;   
	letter-spacing: 0;
	margin: 0 ;
	padding: 0;
	border-top: 1px solid #f0f0f0;
}

h4 a, h4 a:visited, h4 a:hover {
	display: block;
	font: normal 12px arial;
	letter-spacing: 0;
	border: 0;
	background: #fff url(images/bullet.gif) no-repeat 15px 13px;
	padding: 10px 20px 10px 32px;
}

h4 a:hover {
	background: #faf8f2 url(images/bullet.gif) no-repeat 15px 13px;
}

h4 a.active, 
h4 a.active:visited, 
h4 a.active:hover {
	font-weight: normal;
	color: #df7822; 
	background: #faf8f2 url(images/bullet.gif) no-repeat 15px 21px;
	padding-top: 18px;
}


div.faq p {
	margin: 0;
	padding: 5px 20px 18px 32px;
	background: #faf8f2;
}


h5 {
	font: bold 12px arial;
	color: #000 ;   
	margin: 0;
	padding: 20px 0 10px 0;
	/*border-top: 1px solid #f0f0f0;*/
}

.box ul.faq { 
	margin: 0 ; 
}

.box ul.faq li { 
	margin: 0 0 10px 0;
}


div.faq ul { 
	margin: 0; 
	padding: 0 20px 15px 27px ; 
	letter-spacing: 0 ; 
	list-style-type: none ;
	background: #faf8f2;
}

div.faq li { 
	background: url(images/bullet.gif) no-repeat 5px 5px ; 
	padding: 0 0 0 20px ;
	font: normal 12px arial ; 
	line-height: 18px ;
}

/* For overLIB */

td p {
	background: #df7924 url(images/bg-mission-link.gif) no-repeat left top;
	padding: 15px 20px 15px 20px;
	color: #fff; 
	text-align: left ;
	margin: 0;
}

td p a:link,
td p a:visited, 
td p a:hover {
	color: #fff; 
	border: 0;
}

td p strong {
	font: bold 16px arial;
	line-height: 22px;
	color: #fff;
}

.highlight a,
.highlight a.visited {
	background: url(images/link-more.gif) no-repeat right 6px;
	padding-right: 44px;
	border: 0;
} 


/* For blog Feeds */

#homeFeed {
	width: 280px;
	height: 250px;
	float: left;
}

#homeFeed p.bold {
	font-weight: normal;
	margin: 0 -10px 20px -10px;
	padding: 0 10px 5px 10px;
	border-bottom: 1px solid #dfdfdf;
}


div.feedburnerFeedBlock {
	display: block;
	margin: 0;
	padding: 0;
	margin: 0 -50px 0 -10px;	
}


div.feedBurnerFeedBlock ul {
	margin: 0;
	padding: 0;	
}

div.feedburnerFeedBlock li {
	width: 415px;
	margin: 0;
	padding: 0;
	background: #fff;
	margin-bottom: 18px;
}

div.feedburnerFeedBlock ul li div {
	clear: left;
	margin: 0;
	padding: 0;
	font: normal 12px arial;
	line-height: 20px;
	color: #333;
}

div.feedburnerFeedBlock li span.headline a, div.feedburnerFeedBlock li span.headline a:visited {
	display: block;
	margin-bottom: 2px;
	font: bold 18px arial;
	color: #136989; 
	text-decoration: none ;
	border: 0;
}

div.feedburnerFeedBlock li span.headline a:hover {
	color: #df7822 ; 
}


p.fbsubscribelink {
	display: none;
	clear: left;
	padding-top: 18px;
	margin: 0 0 18px 30px;	
}

p.blogSubscribe {
	clear: left;
	float: left;
	padding-top: 18px;
	margin: 0 0 18px 20px;	
}

p.fbsubscribelink a, p.fbsubscribelink a:visited {
	border: 0;
}

div.feedburnerFeedBlock #creditfooter {
	display: none;
}

/* drop-down styles */

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_1.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#topNav {position:relative; z-index:500;}
#topNav li.top {}
#topNav li.top a.top_link {cursor:pointer;}

#topNav li a span {}
#topNav li a.top_link span.down {}
#topNav li a.top_link:hover {background-position: left top;}
#topNav li a.top_link:hover span {background-position: right top;}
#topNav li a.top_link:hover span.down {background-position: right top;}

#topNav li:hover > a.top_link {color:#fff; background-position: left top;}
#topNav li:hover > a.top_link span {color:#fff; background-position: right top;}
#topNav li:hover > a.top_link span.down {color:#fff; background-position: right top;}

#topNav li:hover > a.top_link.current {color:#fff; background-position: left top;}


/* Default list styling */

#topNav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#topNav ul, 
#topNav li:hover ul ul,
#topNav li:hover ul li:hover ul ul,
#topNav li:hover ul li:hover ul li:hover ul ul,
#topNav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#topNav li:hover ul.sub
{left:1px; top:44px; background: #e28435; padding:5px 0; white-space:nowrap; width:135px; height:auto; z-index:300;}
#topNav li:hover ul.sub li
{display:block; height:24px; position:relative; float:left; width:135px; font-weight:normal; padding:0;margin:0;background:transparent;}
#topNav li:hover ul.sub li a
{display:block; font-size:11px; font-family: arial, arial, sans-serif; font-weight:normal; width:135px; line-height:24px; text-indent:15px; color:#fff; text-decoration:none;padding:0}

#topNav li:hover ul#phoneDrop,
#topNav li:hover ul#phoneDrop li,
#topNav li:hover ul#phoneDrop li a
{width: 185px}

#topNav li:hover ul#webDrop,
#topNav li:hover ul#webDrop li,
#topNav li:hover ul#webDrop li a
{width: 165px}

#topNav li:hover ul#webcastDrop,
#topNav li:hover ul#webcastDrop li,
#topNav li:hover ul#webcastDrop li a
{width: 180px}

#topNav li:hover ul#aboutDrop,
#topNav li:hover ul#aboutDrop li,
#topNav li:hover ul#aboutDrop li a
{width: 120px}

#topNav li:hover ul#blogDrop,
#topNav li:hover ul#blogDrop li,
#topNav li:hover ul#blogDrop li a
{width: 155px}

#topNav li:hover ul#drmDrop,
#topNav li:hover ul#drmDrop li,
#topNav li:hover ul#drmDrop li a
{width: 225px}


#topNav li ul.sub li a.fly
{background:#1f1f1f url(arrow.gif) 80px 7px no-repeat;}
#topNav li:hover ul.sub li a:hover 
{background:#d57421; color:#fff;}
#topNav li:hover ul.sub li a.fly:hover
{background:#333 url(arrow_over.gif) 80px 7px no-repeat; color:#4997e0;}

#topNav li:hover ul li:hover > a.fly {background:#3a93d2 url(arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

#topNav li:hover ul li:hover ul,
#topNav li:hover ul li:hover ul li:hover ul,
#topNav li:hover ul li:hover ul li:hover ul li:hover ul,
#topNav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:90px; top:-4px; background: #fff; padding:3px; border:1px solid #3a93d2; white-space:nowrap; width:90px; z-index:400; height:auto;}

#topNav #twitterLink {
	width: 90px;
	margin: 0 0 0 20px;
	height: 16px;
}

#topNav #twitterLink .social,
#bottom .container .social {
	float: left;
	display: block; 
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 0px;
	text-indent: -5000px;
	background-position: left top;
	border: 0;
	margin: 15px 5px 0 0;
	overflow: hidden;
	padding: 0;
}

#topNav #twitterLink .social.facebook,
#bottom .container .social.facebook {
	background-image: url(images/social-facebook.gif);
}
#topNav #twitterLink .social.twitter,
#bottom .container .social.twitter {
	background-image: url(images/social-twitter.gif);
}
#topNav #twitterLink .social.youtube,
#bottom .container .social.youtube {
	background-image: url(images/social-youtube.gif);
}
#topNav #twitterLink .social.rss,
#bottom .container .social.rss {
	background-image: url(images/social-rss.gif);
}

#bottom .container .social.bbb {
	background-image: url(images/bbb-small.gif);
	width: 76px;
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 0;
	clear: left;
}

#topNav #twitterLink .social:hover,
#bottom .container .social:hover {
	text-decoration: none ;
	background-position: 0px -20px;
	border: 0;
}

a.rss {
	float: right;
	background: url(images/social-rss.gif) no-repeat left 2px;
	border: 0;
	margin: 0;
	padding: 1px 0 0 22px;
	font-weight: normal;
}

a.rss:hover {
	text-decoration: none ;
	background-position: 0px -18px;
	border: 0;
}

/* Share buttons */

.share {
	float: left;
	margin: 10px 0 0 20px;
}

.share a {
	border: 0;
}


