html {
	overflow-x: hidden;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-color: black;
	margin: 0 auto;
	font-family: helvetica, arial, sans-serif;
	font-size: 12px;
	color: white;
}

a {
	border: none;
	outline: none;
}

a:active {
	border: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

img, .png {
       position: relative;
       behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
       this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
       this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
       this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
}

.clear {
	clear: both;
}

h2 {
	padding: 5px 0 5px 15px;
	font-size: 20px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
	font-weight: 500;
}

h6 {
	font-size: 18px;
	font-weight: 500;
	margin: 0;
	padding: 0;
}

#page-wrap {
	width: 960px;
	margin: 0 auto;
}

ul.social {
	margin: 0 -17px 0 0;
	padding: 0;
	list-style: none;
}

.social li {
	float: left;
	display: block;
	margin: 0 0 0 10px;
	display: inline;
}

#social-media {
	float: right;
	margin-top: 10px;
	display: inline;
}

#social-media a {
	vertical-align: bottom;
}

.connect {
	font-size: 10px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 940px;
	height: 107px;
}

#logo {
	float: left;
	width: 236px;
	margin-left: 5px;
	margin-top: 15px;
	display: inline;
}

#navigation {
	float: right;
	width: 540px;
	margin-top: 50px;
	display: inline;
}

#navigation ul {
	list-style: none;
	margin: 0;
	display: inline;
}

#navigation ul li {
	display: inline;
	padding-left: 19px;
}

#navigation ul li:first-child {
	padding-left: 130px;
}

#navigation ul li a {
	display: inline;
	text-decoration: none;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	text-transform: uppercase;
}

#navigation ul li a:hover {
	color: #f26522;
}

.under-header {
	background-image: url(images/below-header.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 109px;
}

.capture {
	width: 380px;
	padding-top: 48px;
	padding-left: 25px;
}

input.btn { 
	width: 20%;
	color:#fff; 
	font: 100% 'trebuchet ms',helvetica,sans-serif;
	text-transform: uppercase; 
	background-color: #f26522;
	padding: 4px;
	border:1px solid;
	border-color: #f78f1e #e6601f #e6601f #f78f1e;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffeeddaa',EndColorStr='#f26522');
	vertical-align: middle;
} 

.newsletter {
	width: 65%;
	margin-right: 10px;
	vertical-align: middle;
}

#catNav {
	float: right;
	margin-top: -45px;
	overflow: hidden;
	margin-right: 5px;
	display: inline;
}

#catNav li { 
	display: inline;
	float: left;
}

#catNav li a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(images/buttons.gif);
	border: none;
}

#catNav li a#list-one-button {
	background-position: 0px 0px;
}

#page-wrap #catNav li.activeCatButton a#list-one-button {
	background-position: 0px 60px;
}

#catNav li a#list-one-button:hover {
	background-position: 0px 60px;
}

#catNav a#list-two-button {
	background-position: -60px 0px;
}

#page-wrap #catNav li.activeCatButton a#list-two-button {
	background-position: -60px 60px;
}
	
#catNav li a#list-two-button:hover {
	background-position: -60px 60px;
}
	
#catNav a#list-three-button	{
	background-position: -120px 0px;
}

#page-wrap #catNav li.activeCatButton a#list-three-button {
	background-position: -120px 60px;
}

#catNav li a#list-three-button:hover {
	background-position: -120px 60px;
}

#catNav a#list-four-button {
	background-position: -180px 0px;
}

#page-wrap #catNav li.activeCatButton a#list-four-button {
	background-position: -180px 60px;
}
	
#catNav li a#list-four-button:hover {
	background-position: -180px 60px;
}

#catNav a#list-five-button {
	background-position: -240px 0px;
}

#page-wrap #catNav li.activeCatButton a#list-five-button {
	background-position: -240px 60px;
}
	
#catNav li a#list-five-button:hover {
	background-position: -240px 60px;
}

#banner {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 435px;
	_background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner.png',sizingMethod='crop');
}

#banner-service {
	background-color: black;
	background-repeat: no-repeat;
	width: 940px;
	height: 353px;
	margin-left: 10px;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/banner.png',sizingMethod='crop');
}

#good-company {
	background-image: url(images/company-bg.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	width: 960px;
	height: 131px;
}

#good-company span.company {
	font-weight: normal;
	color: #a1a1a1;
}

#good-company h3 {
	margin: 0;
	padding: 0;
	font-size: 30px;
}

#good-company img {
	float: left;
	margin-right: 10px;
	display: inline;
}

#good-company p {
	margin-top: 5px;
}

#testimonial {
	float: right;
	margin-top: -117px;
	display: inline;
}

#testimonial p {
	float: right;
	width: 340px;
	font-size: 13px;
	margin-right: 100px;
	margin-top: -10px;
}

#testimonial h5 {
	float: right;
	font-size: 14px;
	font-weight: normal;
	color: #a1a1a1;
	margin-top: 14px;
	margin-right: 100px;
	display: inline;
}

#testimonial span.yahoo {
	color: white;
	font-weight: bold;
	font-size: 18px;
}

#client-list {
	background-color: black;
	width: 960px;
	height: 90px;
	margin-top: 0;
	margin-bottom: 30px;
	clear: both;
}

#client-list img {
	float: left;
}

.page-title {
	background-image: url(images/under-header-blank.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 88px;
	margin-top: -32px;
}

.vlog-title {
	background-image: url(images/under-header-blank.png);
	background-repeat: no-repeat;
	width: 960px;
	height: 88px;
}

#vlog-player {
	margin-top: -40px;
	background-image: url(images/vlog-banner.png);
	background-repeat: no-repeat;
}

.about-banner {
	background-image: url(images/alt-banner-bg.jpg);
	background-repeat: repeat-x;
	width: 940px;
	height: 353px;
	margin-left: 10px;
	margin-top: 20px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
}

.banner-testimonial {
	width: 300px;
	height: 310px;
	background-image: url(images/testimonial-bg.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	float: right;
	margin-right: 50px;
	margin-top: 40px;
}

#about-testimonial {
	width: 300px;
	height: 292px;
	background-image: url(images/testimonial-bg-reflect.png);
	background-repeat: repeat-x;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top: -270px;
	margin-right: 40px;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/testimonial-bg-reflect.png',sizingMethod='crop');
}

#about-testimonial p {
	font-size: 18px;
	text-align: justify;
	padding: 0 15px 0 15px;
}

#about-testimonial h3 {
	padding-left: 63px;
	font-weight: normal;
	font-size: 13px;
	margin-top: 0;
}

#about-testimonial h6 {
	padding-left: 110px;
	margin-top: 20px;
}

.lead-capture {
	margin-top: -10px;
	padding: 20px;
	height: 80px;
	background-color: #162931;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
}

dl.capture {
	margin: 0px;
	padding: 0px;
}

.capture dt {
	position: relative;
	float: left;
	left: 0;
	width: 100px;
	display: inline;
	overflow: hidden;
}

input.service-newsletter {
	width: 45%;
	margin-right: 10px;
}

input.service-btn {
	color:#fff; 
	font: 100% 'trebuchet ms',helvetica,sans-serif;
	text-transform: uppercase; 
	background-color: #f26522;
	padding: 4px;
	border:1px solid;
	border-color: #f78f1e #e6601f #e6601f #f78f1e;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffeeddaa',EndColorStr='#f26522');
}

.capture dd {
	width: 600px;
	margin: 0 0 0 20px;
}


.service-content {
	width: 500px;
	float: left;
	display: inline;
	overflow: hidden;
}

.service-video {
	width: 300px;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	display: inline;
	overflow: hidden;
}

#demo-btn {
	border: none;
	outline: none;
	margin-left: 45px; 
}

ul#speaking1 {
	list-style-type: none;
}

ul#speaking1 li {
	font-size: 18px;
	background-color: #004662;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul#speaking1 p {
	background-color: transparent;
	padding-left: 22px;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 14px;
}

ul#speaking2 {
	list-style-type: none;
}

ul#speaking2 li {
	font-size: 18px;
	background-color: #004662;
	padding: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul#speaking2 p {
	background-color: transparent;
	padding-left: 22px;
	padding-bottom: 10px;
	text-align: justify;
	font-size: 14px;
}

#press-table a {
	color: white;
}

#press-table a:hover {
	color: #f26522;
}

.odd {
	background-color: #111f25;
}

#release-info {
	width: 920px;
	margin-left: 25px;
	margin-top: 30px;
	background-image: url(images/body-bg-blank.png);
	background-repeat: no-repeat;
}

#release-info span.release-heading {
	font-weight: bold;
	font-size: 14px;
}

#release-info span.release-legal {
	font-size: 11px;
	font-style: italic;
}

#contact-banner {
	width: 940px;
	height: 240px;
	background-color: black;
	margin-left: 10px;
	margin-top: -20px;
}

#offices {
	margin-left: 10px;
	margin-top: 20px;
	padding-top: 10px;
	width: 380px;
	float: left;
	background-color: #111f25;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	display: inline;
	overflow: hidden;
}

span.office-heading {
	font-size: 22px;
	font-weight: lighter;
	padding-left: 10px;
}

#contact-info {
	margin-right: 10px;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	background-color: #111f25;
	width: 540px;
	float: right;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	display: inline;
	overflow: hidden;
}

.input {
	width: 190px;
}

.input-method {
	width: 92%;
}

input.contact-btn { 
	width: 80%;
	color:#fff; 
	font: 100% 'trebuchet ms',helvetica,sans-serif;
	text-transform: uppercase; 
	background-color: #f26522;
	padding: 4px;
	border:1px solid;
	border-color: #f78f1e #e6601f #e6601f #f78f1e;
	filter:progid:DXImageTransform.Microsoft.Gradient
	(GradientType=0,StartColorStr='#ffeeddaa',EndColorStr='#f26522');
}

textarea {
	width: 460px;
	height: 100px;
}

.box-orange {
	background-color: #f6eccd;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	color: black;
	font-size: 14px;
	font-weight: lighter;
	padding: 10px;
	border: 2px solid #a89b72;
	margin-left: 15px;
	line-height: 40px;
	margin-bottom: 365px;
}

.box-orange img {
	line-height: 20px;
	vertical-align: bottom;
}

.message-submit {
	padding: 15px;
	margin-bottom: 385px;
}

#policy-wrap {
	text-align: justify;
	margin-top: -25px;
	padding: 40px;
	background-color: #111f25;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
}

#policy-wrap p {
	margin: 0;
	padding: 0;
}

.privacy-topic {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-align: center;
}

/*Buttons*/

.button {
		background: #00a6fc;
		display: inline-block;
		text-align: center;
		padding: 9px 34px 11px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
		position: relative;
		cursor: pointer;
		width: 280px;
		margin-left: 15px;
	}
	
	.button.nice { 
		background: #00a6fc url(images/button-gloss.png) repeat-x 0 -34px;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
		background: #00a6fc url(images/button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
		background: #00a6fc url(images/button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
		border: 1px solid #0593dc;
		-webkit-transition: background-color .15s ease-in-out;
		-moz-transition: background-color .15s ease-in-out;
		-o-transition: background-color .15s ease-in-out; 
	}

	.button.radius { 
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.button.round { 
		-moz-border-radius: 1000px;
		-webkit-border-radius: 1000px;
		border-radius: 1000px;
	}
	
	.button:active {}
	
	/* Sizes ---------- */
	.small.button 			{ font-size: 11px; padding: 8px 20px 10px; }
	.medium.button 			{ font-size: 13px; }
	
	/* Nice Sizes ---------- */
	.nice.small.button 		{ background-position: 0 -36px; }
	.nice.large.button 		{ background-position: 0 -30px; }
	 
	/* Colors ---------- */
	.blue.button			{ background-color: #00a6fc;  }
	.orange.button			{ background-color: #f26522; }
	
	/* Nice Colors ---------- */
	.nice.blue.button		{ border: 1px solid #0593dc;  }
	.nice.orange.button		{ border: 1px solid #dd5d20; }
	
	/* Hovers ---------- */
	.button:hover 			{ background-color: #0192dd; color: #fff; }
	.blue.button:hover		{ background-color: #0192dd; 	}
	.orange.button:hover	{ background-color: #e6471d; }

/*End Buttons*/

.footer {
	width: 960px;
	height: 100px;
}

.footer-legal {
	text-align: center;
	font-size: 10px;
	color:#C0C0C0;
}
