/*------------------------------------------------------------------
	[Stylesheet]
	Project:		Raindance Systems
	Version:		1.0
	Last change:	10.11.10 [Created]
	Assigned to:	Titan Web (Rolando C. Parado)					
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[Table of Contents]
	1.	Fonts
	2.	Global
	3.	Header
	4.	Top Menu
	5.	Banner
	6.	Content
	7.	Footer
	8.	Gallery
	9.	Pagination

	

	[Color codes]
	Background:	#262626 (Dark Grey)
	Content:	#3b3b3b (Light Black)
	Header h1:	#a70d00 (Dark Red)
	a (standard):	#0046e4 (Bright Blue)
	a (visited):	#009ce4 (Lighter Blue)

	[Typography]
	Body copy:	12px/1.3 Verdana, Arial, Helvetica, sans-serif;

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
	[ 1 Fonts ]
-------------------------------------------------------------------*/
#menu-utility-main-menu > li > a,
.phnum,
.header-contact-info-wrap span,
.email a,
.breadcrumbs a,
.breadcrumbs span.current-crumb {
	font-family: 'RobotoBold', Arial, "Helvetica Neue", Helvetica;
}

/*------------------------------------------------------------------
	[ 2 Global ]
-------------------------------------------------------------------*/
html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

body {
	background: #000;
	color: #444444;
	cursor: default;
	font-family: 'RobotoRegular', Arial, "Helvetica Neue", Helvetica;
	font-size: 16px;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
}
h1 {
	color: #ff6e01;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 10px;
} 
h2 {
	border-bottom: 1px dashed #c0c0c0;
	color: #212021; 
	font-size: 20px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	line-height: 18px;
} 
h3 {
	margin-bottom: 12px;
	font-size: 18px;
} 
h4 {font-size: 16px;} 
h5 {font-size: 14px;} 
h6 {font-size: 12px;}
a {
	color: #ff6e01;
}
a:hover, 
a:focus { 
	cursor: pointer;
	text-decoration:none; 
}

input, 
button, 
textarea, 
select {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}

pre,
tt,
code,
kbd,
samp,
var {
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
}


textarea {
	resize:none;
	overflow-y:auto;
}
p {
	margin: 0 0 15px;
}
ol {
	margin-bottom: 15px;
}
ol li {
	margin-left: 25px;
}
.valign-parent {
	height: 100px;
	white-space: nowrap;
}
.valign-item {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}
.valign-helper {
	display: inline-block;
	vertical-align: middle;
	height:100%;
}

.ie7 .valign-item,
.ie7 .valign-helper {
 display: inline;
 zoom: 1;
}

.clearfix:before,
.clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.clearfix:after {
	clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
	*zoom: 1;
}
.outer-wrapper {
	background: url(../images/body-bg.jpg) no-repeat;
	background-size: 100% 100%;
}
/*------------------------------------------------------------------
	[ 3 Header ]
-------------------------------------------------------------------*/
.header-wrapper {
	background: url(../images/header-wrapper-bg.jpg) repeat-x;
}
.header-pad {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.logo-wrapper {
	padding-top: 17px;
}
.headinfo-wrapper {
	width: 443px;
	position: relative;
}
.utility-menu-wrap {
	background: url(../images/top-nav-bg.png) no-repeat top center;
	padding: 9px 1px;
	width: 144px;
	float: right;
	margin-bottom: 15px;
	border-radius:0 0 8px 8px;
}

.social-icons {
	float: left;
    left: 125px;
    position: absolute;
    top: 1px;
}
.social-icons a {
	float: left;
	height: 32px;
	width: 32px;
	margin-right: 2px;
}
.social-icons a.twitter {
	background: url(../images/twitter.png) no-repeat top center white;

}
.social-icons a.youtube {
	background: url(../images/youtube.png) no-repeat top center white;

}
#menu-utility-main-menu li {
	float: left;
}
#menu-utility-main-menu > li > a {
	color: #fff;
	font-size: 14px;
	padding: 14px 14px 12px;
}
#menu-utility-main-menu  > li:hover > a,
#menu-utility-main-menu  > .current-menu-item > a,
#menu-utility-main-menu  > .current-menu-item:hover > a,
#menu-utility-main-menu  > .current-menu-ancestor > a {
	color: #000;
}
.header-contact-info-wrap {
	width: 440px;
	/*clear: both;*/
	float: right;
}
.phnum,
.phnum a,
.email a {
	color: #8e3d00;
	font-size: 30px;
	line-height: 30px;
}
.phnum {
	margin-right: 17px;
}
.header-contact-info-wrap span {
	color: #fff;
	font-size: 18px;
	margin-right: 17px;
	padding-top: 6px;
}
/*------------------------------------------------------------------
	[ 4 Top Menu ]
-------------------------------------------------------------------*/
/* Structure and General Styling */
.menu-wrapper {
	background: url(../images/menu-wrapper-bg.png) repeat-x;
	height:56px; 
	position:relative; 
	z-index:100; 
}
.menu-pad {
	width: 920px;
	margin: 0 auto;
	padding: 0 20px;
}
#menu-top-menu,
#menu-top-menu li,
#menu-top-menu a {
	display: block;
}
#menu-top-menu li,
#menu-top-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu-top-menu ul {
	display: none;
	position: absolute;
	z-index: 100;
}
#menu-top-menu li {
	float: left;
	position: relative;
	z-index: 100;
}
#menu-top-menu li:hover > ul {
	display: block;
}
#menu-top-menu > li:hover > ul {
	left: 0;
}
#menu-top-menu a {
	color: #FFFFFF;
	font-family: 'RobotoMedium', Arial, "Helvetica Neue", Helvetica;
}
#menu-top-menu a:hover,
#menu-top-menu a:active,
#menu-top-menu a:focus {
	color: #FFFFFF;
	text-decoration: none;
}
 
/* Top-level Styling */
#top-menu {
	height: 56px;
}
#menu-top-menu {
	height: 56px;
	margin: 0 auto;
	position: relative;
	width: 960px;
}
#menu-top-menu > li {
	height: 56px;
}
#menu-top-menu > li > a {
	font-size: 17px;
	padding: 19px 17px;
}
#menu-top-menu > li:first-child > a {
	border-left: none;
}
#menu-top-menu > li:hover > a,
#menu-top-menu > .current-menu-item > a,
#menu-top-menu > .current-menu-item:hover > a,
#menu-top-menu > .current-menu-ancestor > a {
	color: #ff6e01;
	background: #fff;
}
 
/* Sub-menu Styling and Positioning. Accounts for infinite levels of dropdowns. */
 
#menu-top-menu ul {
	background: transparent;
	width: 219px;
}
#menu-top-menu ul > li {
	width: 219px;
}
#menu-top-menu ul > li > a {
	background: #ff6e01;
	font-size: 14px;
	padding: 5px 10px 2px;
}
#menu-top-menu ul > li:hover > a,
#menu-top-menu ul > .current-menu-item > a,
#menu-top-menu ul > .current-menu-item:hover > a,
#menu-top-menu ul > .current-menu-ancestor > a {
	background: #000;
	color: #fff;
}
#menu-top-menu li > ul li:hover > ul {
	left: 146px;
	top: 0;
}
/*------------------------------------------------------------------
	[ 5 Banner ]
-------------------------------------------------------------------*/
.banner-wrapper {
	overflow: hidden;
	height: 418px;
}
.home-banner-wrapper {
	height: 418px;
}
.banner-pad {
	background: url(../images/banner-overlay-bg.png);
	width: 920px;
	margin: 0 auto;
	padding: 40px 20px 15px;
}
.home-banner-wrapper .banner-pad {
	padding: 40px 20px 15px;
}
.banner-slide {
	width: 920px !important;
}
.banner-description {
	color: #fff;
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
	/*width: 663px;
	padding-top: 15px;*/
	width: 589px;
	padding-top: 75px;
}
.home-banner-wrapper .banner-description {
	width: 589px;
	padding-top: 75px;
}
.banner-title {
	font-size: 50px;
	line-height: 58px;
	height: 116px;
	overflow: hidden;
}
.banner-content {
	font-size: 16px;
}
/*------------------------------------------------------------------
	[ 6 Content ]
-------------------------------------------------------------------*/
.main-sub-page {
	max-height: 9999px;
}
.mid-pad {
	background: #fff;
	width: 920px;
	margin: 0 auto;
	padding: 30px 20px 22px;
}
.content ul {
	clear: both;
	display: inline-block;
	margin: 10px 0;
	max-height: 9999px;
}
.content ul li {
	background: url(../images/bullets-bg.gif) no-repeat 0 0;
	color: #212021;
	font-size: 16px;
	margin-bottom: 10px;
	float: left;
	font-family: 'RobotoBold', Arial, "Helvetica Neue", Helvetica;
	width: 425px;
	padding-left: 15px;
	margin-right: 20px;
}
.contact-details ul li a {
	font-weight: bold;
}
.main-grid-container ul li {
	font-family: 'RobotoRegular', Arial, "Helvetica Neue", Helvetica !important;
}
.home-mid-wrapper .mid-pad {
	width: 960px;
	padding: 0;
}
.main-home-page {
	border-bottom: 1px solid #e8d8cc;
}
.main-home-content {
	width: 680px;
	padding: 30px 0 30px 20px;
}
.home-featured-image {
	height: 292px;
}
.main-fullwidth {
	padding: 30px 20px;
}
a.home-readmore {
	background: url(../images/home-readmore-bg.gif) no-repeat 0 6px;
	color: #ff6e01;
	font-family: 'RobotoMedium', Arial, "Helvetica Neue", Helvetica;
	font-size: 18px;
	padding-left: 11px;
}
a.home-readmore:hover {
	background: url(../images/home-readmore-bg-active.gif) no-repeat 0 6px;
	color: #000000;
}
.faq-wrapper {
	margin-bottom: 10px;
}
.faq {
	background: #ff6e01;
	border: 1px solid #ff6e01;
	cursor: pointer;
	padding: 8px 5px;
}
.faq-wrapper .on {
	background: none;
}
.faq h3 {
	background: url(../images/accordion-ticker.gif) no-repeat 0 0;
	color: #fff;
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
	font-size: 20px;
	line-height: 21px;
	padding-left: 34px;
}
.faq-wrapper h3 {
	margin-bottom: 0;
}
.faq-wrapper .on h3 {
	background-position: 0 100%;
	color: #ff6e01;
}
.faq-content {
	padding: 15px 0 0;
	font-size: 16px;
}
.news-entry-wrap {
	padding: 15px;
	margin-bottom: 15px;
}
.news-entry-wrap.odd {
	background: #eeeeee;
}
.news-entry-wrap h3 {
	color: #212021;
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
	font-size: 18px;
	margin-bottom: 5px;
}
.news-date {
	color: #ff6e01;
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
	font-size: 14px;
	margin-bottom: 6px;
}
.news-content p {
	margin-bottom: 7px;
}
.news-link a {
	background: url(../images/readmore-bg.png) no-repeat;
	width: 96px;
	height: 28px;
	display: block;
}
.news-image img {
	border: 1px solid #ffdbbf;
}
.main-news-wrapper {
	width: 655px;
}
.single-news-content {
	width: 535px;
}
.breadcrumbs {
	margin-bottom: 10px;
}
.breadcrumbs a {
	background: url(../images/breadcrumb-separator.gif) no-repeat 100% 1px;
	padding-right: 14px;
	margin-right: 14px;
	color: #868686;
}
.breadcrumbs a,
.breadcrumbs span.current-crumb {
	font-size: 12px;
	text-transform: uppercase;
}
.breadcrumbs span.current-crumb {
	color: #ff6e01;
}
.single-news-date {
	color: #212021;
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
	margin-bottom: 10px;
}
.contact-wrapper ul li {
	background: none;
	padding: 0;
	width: auto;
}
.associate-pad {
	padding-top: 15px;
}
.associate-pad h2 {
	padding-bottom: 12px;
	margin-bottom: 21px;
}
.associate-logo {
	width: auto;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
}
.associate-logo.no-margin {
	margin-right: 0;
}
.main-grid-container .grid1 {
	width: 638px;
}
.main-grid-container .grid2 {
	width: 256px;
}
.featured-image {
	height: 256px;
	margin-bottom: 5px;
}
.gallery-images {
	margin-bottom: 15px;
}
.gallery-images a {
	width: 64px;
	height: 64px;
	display: block;
	float: left;
}
.gallery-images img {
	border: 2px solid #fff;
}
.gallery-images img:hover {
	border: 2px solid #ff6e01;
}
.rounded {
	position: relative;
}
.gallery-video {
	padding-top: 2em;
}
.gallery-video a,
.downloads-section a,
.download-pdf a {
	background: #ff6e01;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
	padding: 10px;
	display: block;
	margin-bottom: 5px;
}
.gallery-video a:hover,
.downloads-section a:hover,
.download-pdf a:hover {
	background: #000;
}
.downloads-section .title,
.download-pdf .title {
	background: url(../images/icon-download.png) no-repeat;
	padding-left: 20px;
}
.gallery-video a {
	display: inline-block;
	margin: 0;
}
.gallery-video .title {
	background: url(../images/play-video-bg.png) no-repeat left center;
	padding-left: 33px;
	height: 18px;
	display: inline-block;
	padding-top: 2px;
}
.play-video-wrapper a {
	background: url(../images/sidebar-video-bg.jpg) no-repeat;
	border: 1px solid #ffdbbf;
	width: 254px;
	height: 158px;
	display: block;
}
.play-video-wrapper a:hover {
	background-position: 100% 100%;
}
.capsule-inner-wrapper {
	margin-bottom: 20px;
}
.capsule-col1 {
	width: 120px;
}
.capsule-title {
	border-bottom: 1px dashed #aaaaaa;
	color: #212021;
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
	font-size: 20px;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.capsule-col1 img {
	border: 1px solid #b1b1b1;
}
.capsule-col2 {
	width: 495px;
}
.entry-meta,
.entry-utility {
	display: none;
}

/* contact */
.google-maps {
	overflow: hidden;
}
.google-maps iframe {
	width: 439px;
	height: 270px;
	border: 1px solid #d9d9d9;
	overflow: hidden;
}
.contact-details table {
	width: 100%;
}
/*------------------------------------------------------------------
	[ 7 Footer ]
-------------------------------------------------------------------*/
.leadins-main-pad {
	background: #fff;
	width: 920px;
	margin: 0 auto;
	padding: 35px 20px 20px;
}
.leadin-item {
	width: 200px;
	float: left;
	margin-right: 40px;
}
.leadin-item.no-margin {
	margin-right: 0;
}
.leadin-title {
	color: #ff6e01;
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	height: 30px;
	overflow: hidden;
}
.leadin-image img {
	border: 1px solid #ffdbbf;
}
.leadin-image a {
	width: 200px;
	height: 125px;
	display: block;
	position: relative;
}
.leadin-image a.readmore .leadin-btn,
.leadin-image a.watch-video .leadin-btn {
	position: absolute;
	top: 46px;
	left: 40%;
	margin-left: -20px;
	z-index: 2;
}
.leadin-image a.readmore .leadin-btn {
	background: url(../images/leadin-readmore-bg.jpg) no-repeat;
	width: 77px;
	height: 35px;
}
.leadin-image a.watch-video .leadin-btn {
	background: url(../images/watch-video-bg.png) no-repeat;
	width: 84px;
	height: 75px;
	top: 20px;
}
.leadin-image a.readmore:hover .leadin-btn,
.leadin-image a.watch-video:hover .leadin-btn {
	background-position: 100% 100%;
}
.footer-pad {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 35px 0;
	color: #fff;
}
.footer {
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px;
}
.copyright-wrapper {
	width: 220px;
}
/* copyright */
.footer .copyright {
	float: left;
	padding: 0 0 5px 0;
}
/* footer-menu */
.footer .footer-menu {
	float: left;
	padding: 0 0 10px 0;
}
.footer .footer-menu ul {
	margin:0;
	padding:0;
}
.footer .footer-menu ul li {
	list-style:none;
	float:left;
	display:block;
	margin:0;
	padding:0 10px;
	border-left:1px solid #888888;
}
.footer .footer-menu ul li:first-child {
	padding-left:0px;
	border-left:none;
}
.footer .footer-menu ul li a {
	color: #fff;
}
.footer .footer-menu ul li a:hover {
	color: #ff6e01;
}
/* titan badge */
.titan-wrapper {
	width: 416px;
}
.titan-badge {
	height: 43px;
	float: right;
	padding: 0 0 10px 20px;
}
.titan-badge .titan-title {
	float:left;
	display:block;
	padding:10px 5px 0 0;
}
.titan-badge a.titan-logo {
	float:right;
	display:block;
}
.titan-badge span {
	display: inline-block;
	margin: 15px 15px 0 0;
	float: left;
}
.titan-badge img {
	float: left;
}
.titan-badge a {
	color: #fff;
}
.footer-image {
	padding-top: 9px;
}
/*------------------------------------------------------------------
	[ 8 Gallery ]
-------------------------------------------------------------------*/
.single-h3 {
	color: #ff6e01;
}

.ie7 .ngg-albumoverview {
	margin-bottom: 20px;
}
.gallery-wrapper {	width: 920px; }
.ngg-album {
	border: 1px solid #353a3c;
	width: 213px;
	height: 188px;
	overflow: hidden;
	margin-right: 20px;
	margin-bottom: 20px;
}
.ngg-album.last {
	margin: 0 0 20px;
}
.ngg-album:hover {
	border: 1px solid #ff6e01;
	cursor: pointer;
}
.ngg-albumtitle {
	background: #343739;
	height: 31px;
	overflow: hidden;
	text-transform: capitalize;
	padding: 10px 22px;
	text-align: center;
}
.ngg-albumtitle a {
	color: #fff;
	font-family: 'RobotoMediumItalic', Arial, "Helvetica Neue", Helvetica;
	font-size: 16px;
	line-height: 20px;
}
.view-gallery {
	background: #fff;
	padding: 9px 15px;
	position: absolute;
	top: 97px;
	left: 50%;
	margin-left: -50px;
	z-index: 3;
}
.view-gallery a {
	color: #2a1b10;
	font-family: 'RobotoBoldItalic', Arial, "Helvetica Neue", Helvetica;
	font-size: 16px;
}
.ngg-album:hover .ngg-albumtitle,
.ngg-album:hover .view-gallery,
.ngg-album:hover .view-gallery a {
	background: #ff6e01;
	color: #fff;
}
.ngg-gallery-thumbnail a { display: block;	}
.ngg-thumbnail a {
	display: block; 
	width: 213px; 
	height: 137px; 
	position: relative;
}
.image-overlay {
	background: url(../images/image-hover.png);
	width: 213px;
	height: 137px;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.ngg-album:hover .image-overlay,
.ngg-thumbnail a:hover .image-overlay {
	display: block;
}
.ngg-gallery-thumbnail {
	border: 1px solid #fff;
	display: block;
	float: left;	
	overflow: hidden;	
	width: 173px;
	height: 111px;
	margin-right: 11px;
	margin-bottom: 11px;
}
.ngg-gallery-thumbnail.last {
	margin-right: 0;
}
.ngg-gallery-thumbnail:hover {
	border: 1px solid #ff6e01;
}
.ngg-navigation {
	clear: both;
}
.ngg-pagination { float: left;}

.ngg-pagination span,
.ngg-pagination a {
	background: #000;
	padding: 5px 9px;
	display: inline-block;
	color: #fff;
	font-family: 'RobotoMedium', Arial, "Helvetica Neue", Helvetica;
	font-size: 14px;
}
.ngg-pagination span.current,
.ngg-pagination a:hover {
	background: #ff6e01;
	font-size: 14px;
}
.featured-gallery-wrapper .ngg-gallery-thumbnail {
	height: 90px;
	width: 99px;
}
/*------------------------------------------------------------------
	[ 9 Pagination ]
-------------------------------------------------------------------*/
.titan-pagination {
	margin-top: 25px;
	/*height: 28px;*/
	clear: both;
}
.news-pagination {
	float: right;
}
.titan-pagination ul {
	clear: both;
	display: inline-block;
}
.titan-pagination ul li {
	background: none;
	padding: 0;
	width: auto;
	float: left;
	margin: 0;
}

.titan-pagination ul li a,
.titan-pagination ul li span {
	background: #000;
	color: #fff;
	padding: 5px 9px;
	display: inline-block;
	font-family: 'RobotoMedium', Arial, "Helvetica Neue", Helvetica;
	font-size: 14px;
}
.titan-pagination ul li span.current,
.titan-pagination ul li a:hover {
	background: #ff6e01;
	font-size: 14px;
}

.file-download ul li{
	background: url('../images/pdf_icon_new.png') no-repeat;
	padding-left: 33px;
	line-height: 1em;
	width: 44%;
	min-height: 32px;
}
.file-download ul{
	width: 100%
}
.file-download {
	margin-top: 20px;
}