/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

body {
	font: 14px Arial, Verdana, Helvetica, Sans Serif;
	color: #3e3e3e;
	text-align: left;
	background: #FFF url(images/bg.jpg) repeat-x top center;
}

img {
	display: block;
	border: none;
}

#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

h1 img {
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #3aa4ee;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}


/*________ SOCIAL LINKS ________*/

#socialLinks {
	position: absolute;
	top: 5px;
	right: 0;
}
#socialLinks img {
	float: left;
	margin-right: 5px;
	-moz-opacity:.80; filter:alpha(opacity=80); opacity:.80;
}
#socialLinks img:hover {
	-moz-opacity:1; filter:alpha(opacity=100); opacity:1;
}


/*________ MAIN NAV ________*/


#mainNav {
	font: 14px Arial, Verdana, Sans Serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	height: 18px;
}
#mainNav li {
	display: inline;
}
#mainNav li a {
	color: #fff;
	text-decoration: none;
	padding: 10px 13px;
}
#mainNav li a:hover {
	color: #222;
	background-color: #FFF;
	text-decoration: none;
	padding: 7px 13px;
}


/*________ FLASH AREA ________*/

#slideshow {
	border: 5px solid #FFF;
	margin-bottom: 20px;
}


/*________ CONTENT ________*/

#contentContainer {
	background: url(images/bg-content.jpg) no-repeat top center;
}

#contentLeft {
	overflow: hidden;
	width: 380px;
	float: left;
	padding: 160px 45px 0 45px;
}
#contentLeft h2, #contentRight h2, #contentContainerWide h2, h2#LatestNews {
	font-size: 18px;
	color: #3abeee;
	padding-bottom: 10px;
}
#contentLeft h3 {
	font-size: 14px;
	color: #000;
	padding-bottom: 10px;
}
#contentLeft p, #articles p {
	line-height: 20px;
	margin-bottom: 15px;
}
#contentLeft ul, #articles ul {
	padding: 0 0 10px 35px;
	line-height: 20px;
}
#contentLeft p strong {
	color: #000;
}

#contentRight {
	width: 460px;
	float: left;
	margin-top: 20px;
}

#aboutImages img {
	padding-bottom: 10px;
	border: 5px solid #FFF;
}

#newsHome {
	padding: 10px 0;
}

#newsHome ul {
	list-style: none;
	padding-left: 0;
}
#newsHome ul li {
	font-size: 12px;
	padding: 3px 0;
	border-bottom: 1px solid #e0e0e0;
}
#newsHome ul li a:hover {
	text-decoration:none;
}


/*________ CONTENT WIDE & ARTICLES / VIDEOS________*/

#contentContainerWide {
	background: url(images/bg-content-wide.jpg) no-repeat top center;
	padding-top: 35px;
}
#contentContainerWide h2 {
	padding: 0 0 10px 45px;
}

#contentContainerWide p {
	padding: 0 45px 15px 45px;
	line-height: 1.5;
}

#articles {
	padding: 10px 0 0 45px;
	width: 605px;
	float: left;
}
#articles .post {
overflow: hidden;
width: 600px;
}
#articles h3 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding-bottom: 2px;
}
#articles small {
	font-size: 11px;
	font-weight: normal;
	color: #959494;
	display: block;
	padding-bottom: 8px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
}
#articles h4 {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #333;
	padding-bottom: 10px;
}
#articles .video {
	float: right;
	margin: 0 0 10px 10px;
}
#articles div {
	margin-bottom: 40px;
}
#articles p {
	clear: none;
	width: auto;
	padding: 0;
}
#articles img {
	padding: 0 10px 10px 10px;
}
#articles p img {
	clear: right;
	float: right;
}
#articles.videoArticles p img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	padding:0;
}

#articles object {
	margin-bottom: 15px;
}
#articlesSidebar {
	width: 230px;
	float: left;
	margin-left: 25px;
	background: #e6e6e6 url(images/bg-articles-list.gif) no-repeat top center;
}
#articlesSidebar ul {
	list-style:none;
	padding: 10px 15px 30px 15px;
	font-size: 12px;
}
#articlesSidebar ul li {
	padding: 8px 0;
	border-bottom: 1px solid #cfcfcf;
}
#articlesSidebar ul li a {
	color:#656464;
	display: block;
}
#articlesSidebar ul li a:hover {
	color:#000;
	text-decoration:none;
}

#newsNav {
	border-top: 1px dotted #e0e0e0;
	padding-top: 15px;
	text-align: right;
}

.navResults {
	margin-bottom: 15px;
	font-size: 11px;
	padding-top: 5px;
}
.navLinks {
	float: left;
}
.navLinks a {
	border: 1px solid #2e95bb;
	text-decoration: none;
	padding: 4px 6px;
	background: #52c5ef;
	float: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 0 0 5px;
}
.navLinks a:hover {
	text-decoration: none;




	border: 1px solid #642e11;
	color: #fff;
}
.navLinks strong {
	float: left;
	padding: 5px 2px;
	margin: 0 0 0 5px;
}


/*________ CONTENT - EXAMPLES & TESTIMONIALS ________*/

p.pdfDownload a {
	background: url(images/icon-pdf.gif) no-repeat center left;
	padding: 10px 0 10px 32px;
	color: #ad1e21;
	text-decoration: none;
}
p.pdfDownload a:hover {
	color: #000;
}

#contentLeft p.pdfDownload {
	margin-bottom: 25px;
}

p.testimonial {
	font-size: 12px;
	color: #4c4c4c;
	line-height: 1.5;
	margin-bottom: 2px;
}
p.testimonialName {
	font: bold 12px Arial, Verdana, Helvetica, Sans Serif;
	color: #282828;
	margin-bottom: 20px;
}

#exampleImages img {
	float: left;
	margin: 0 10px 10px 0;
	border: 5px solid #FFF;
}

#allExamples p {
	width: 425px;
	background-color: #eee;
	border: 1px solid #d5d5d5;
	margin-bottom: 5px;
	padding: 2px 10px;
}
#allExamples p a {
	display: block;
}


/*________ CONTACT PAGE ________*/

p.contactName {
	font: italic 16px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-bottom: -10px;
}

#emailUs {
	margin-top: 113px;
	padding: 30px;
	background: url(images/bg-form.jpg) no-repeat top left;
}

#emailUs h3 {
font-size: 14px;
color: #000;
padding-bottom: 10px;
}

#emailUs p {
padding-bottom: 10px;
font-size: 12px;
}

#emailUs form fieldset {
border: 0;
}

#emailUs form legend {
display: none;
}

#emailUs form label {
float: left;
clear: both;
width: 65px;
text-align: right;
margin: 0 8px 10px 0;
padding-top: 2px;
font-size: 12px;
}

#emailUs form fieldset input {
display: block;
width: 194px;
margin: 0 0 10px 0;
padding: 2px 3px;
}

#emailUs form textarea {
display: block;
width: 244px;
height: 86px;
margin: 0 0 10px 0;
padding: 2px 3px;
overflow: auto;
font: 12px Arial, Verdana, Helvetica, Sans Serif;
}

#emailUs form input {
margin: 0 0 0 73px;
}

form #errorText {
border: 1px solid #d92c2c;
background-color: #ffd0d0;
color: #d92c2c;
margin-bottom: 10px;
padding: 10px 20px;
font-size: 13px;
}

form #errorText p {
padding-bottom: 5px;
}

form #errorText ul {
padding-left: 25px;
}

form #errorText ul li {
padding-bottom: 2px;
}

form #successText {
border: 1px solid #0e5e03;
background-color: #b8ffae;
color: #0e5e03;
margin-bottom: 10px;
padding: 10px 0;
}

form #successText p {
padding: 0;
text-align: center;
}

/*________ INDUSTRY NEWS ________*/

#emailUs form.newsletter label {
width: 115px;
}

#emailUs form.newsletter fieldset input {
margin: 0 0 10px 0;
}

#emailUs form.newsletter input {
margin: 0 0 0 123px;
}

#tellFriend {
margin-bottom: 25px;
}

#tellFriend p {
font-size: 12px;
padding-bottom: 10px;
}

#tellFriend fieldset {
border: 0;
}

#tellFriend label {
float: left;
clear: both;
width: 95px;
margin: 0 5px 10px 0;
padding-top: 3px;
text-align: right;
font-size: 12px;
}

#tellFriend fieldset input {
display: block;
width: 174px;
padding: 2px 3px;
margin: 0 0 10px 0;
}

#tellFriend textarea {
display: block;
width: 204px;
height: 86px;
padding: 2px 3px;
margin: 0 0 10px 0;
overflow: auto;
font: 12px Arial, Verdana, Helvetica, Sans Serif;
}

#verification {
margin: 0 0 0 100px;
font-size: 12px;
}

#verification img {
margin-bottom: 3px;
}

#verification a {
display: block;
width: 100px;
}

#verification label {
margin-bottom: 5px;
width: auto;
}

#tellFriend input {
margin: 0 0 0 100px;
}

#tellFriend #errorText ul, #tellFriend #errorText p strong {
color: #d92c2c;
font-size: 12px;
}


/*________ FOOTER - INDUSTRY NEWS & TESTIMONIALS HOME ________*/

#newsTestimonialsContainerHome {
	width: 430px;
	clear: both;
}

#newsTestimonialsContainerHome #industryNews {
	width: 430px;
	height: 140px;
	margin: -200px 10px 30px 20px;
	background: #e6e6e6 url(images/bg-industry-news.gif) no-repeat top center;
	float: left;
}

.currentClients {
	margin: 0 0 0 5px;
}


/*________ FOOTER - INDUSTRY NEWS & TESTIMONIALS ________*/

#newsTestimonialsContainer {
	width: 950px;
	height: 170px;
	padding-top: 30px;
	clear: both;
}

#industryNews {
	width: 430px;
	height: 140px;
	margin-left: 20px;
	margin-right: 10px;
	background: #e6e6e6 url(images/bg-industry-news.gif) no-repeat top center;
	float: left;
}
#industryNews p {
	font-size: 12px;
	color: #4c4c4c;
	width: 325px;
	margin: 52px 0 0 20px;
	padding: 5px 0 5px 60px;
	position: absolute;
	background: url(images/icon-news.gif) no-repeat top left;
}
#industryNews img {
	position: absolute;
	margin: 100px 0 0 140px;
}

#testimonials {
	width: 430px;
	height: 140px;
	margin-left: 20px;
	background: #e6e6e6 url(images/bg-testimonials.gif) no-repeat top center;
	float: left;
}

#testimonials p {
	font-size: 12px;
	color: #4c4c4c;
	padding: 58px 20px 0 20px;
}
#testimonials p.testimonialName {
	font-weight: bold;
	color: #282828;
	padding: 0 20px;
}

#newsArchive {
	padding: 10px 0;
	border-top: 1px solid #e0e0e0;
}

#newsArchive ul {
	list-style: none;
	padding-left: 0;
}
#newsArchive ul li {
	font-size: 12px;
	padding: 3px 0;
	border-bottom: 1px solid #e0e0e0;
}
#newsArchive ul li a:hover {
	text-decoration:none;
}


/*__________FOOTER__________*/

#footer {
	font-size: 10px;
	color: #b2e6f8;
	text-align: center;
	width: 100%;
	clear: both;
	background: #3abeee url(images/bg-footer.gif) no-repeat top center;
	height: 150px;
}

#footer ul {
	font: 11px Arial, Verdana, Sans Serif;
	color: #fff;
	padding: 40px 0 10px 0;
	height: 18px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
	padding: 0 25px;
	border-right: 1px solid #b2e6f8;
}
#footer ul li a:hover {
	color: #222;
	text-decoration: none;
}
#footer ul li a.noBorder {
	border: 0;
}

#footer a {
	color: #b2e6f8;
	text-decoration: none;
}
#footer a:hover {
	color: #dff5fc;
	text-decoration: underline;
}


/*__________ MISC __________*/

.imgRight {
	float: right;
	margin: 0 0 15px 10px;
}
.imgLeft {
	float: left;
	margin: 0 10px 15px 0;
}

.fbExample {
padding: 20px 0 20px 40px;
}

