@charset "UTF-8";
@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/gothic.eot');
	src: url('fonts/gothic.eot?#iefix') format('embedded-opentype'),
		 url('fonts/gothic.woff') format('woff'),
		 url('fonts/gothic.ttf') format('truetype'),
		 url('fonts/gothic.svg#gothic') format('svg');
	font-style: normal;
	font-weight:normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/gothicb.eot');
	src: url('fonts/gothicb.eot?#iefix') format('embedded-opentype'),
		 url('fonts/gothicb.woff') format('woff'),
		 url('fonts/gothicb.ttf') format('truetype'),
		 url('fonts/gothicb.svg#gothic') format('svg');
	font-style: normal;
	font-weight:bold;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/gothici.eot');
	src: url('fonts/gothici.eot?#iefix') format('embedded-opentype'),
		 url('fonts/gothici.woff') format('woff'),
		 url('fonts/gothici.ttf') format('truetype'),
		 url('fonts/gothici.svg#gothic') format('svg');
	font-style: italic;
	font-weight: normal;
}

@font-face {
	font-family: 'Century Gothic';
	src: url('fonts/gothicbi.eot');
	src: url('fonts/gothicbi.eot?#iefix') format('embedded-opentype'),
		 url('fonts/gothicbi.woff') format('woff'),
		 url('fonts/gothicbi.ttf') format('truetype'),
		 url('fonts/gothicbi.svg#gothic') format('svg');
	font-style: italic;
	font-weight: bold;
}
		
body {
	padding: 0px;
	margin: 0px;
	background-color:#33454E;
}

img {
	border:0px;	
}

.timeline_header_new{
	background-image:url(../images/background/timelines_new.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:36px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFF;
	padding-left:4px;
	padding-bottom:3px;
}

.timeline_content{
	margin-top:-30px;
	margin-left:-1px;
	position:absolute;
	z-index:101;
}

.footer_icons{
	width:50px;
}

#logo_wrapper{
	width:1000px;
	margin:auto;
	position:relative;
	cursor:pointer;
}

#logo{
	position:absolute;
	z-index:10;
	left:365px;
}

#logoover{
	position:absolute;
	z-index:11;
	left:365px;
}

.logo_bg{
	background-color:#33454E;
	/*border-bottom:2px solid #FFF;	*/
}

.content_area{
	background-color:#D2D9DF;
}

#banner{
	position:absolute;
	z-index:2;
}

.tile_title_text{
	font-family:'Century Gothic';
	font-size:20px;
	color:#FFF;	
}

.tile_title_text a{
	font-family:'Century Gothic';
	font-size:20px;
	color:#FFF;	
}

.tile_title{
	background-image:url(../images/title/title_bg.png);
	background-repeat:repeat-x;
}

.events_tile{
	background-image:url(../images/background/latest_events_tile.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#8560a8;	
}

.ideas_tile{
	background-image:url(../images/background/blog_tile.jpg);
	background-position:bottom;
	background-color:#cb024a;
	background-repeat:no-repeat;	
}

.transparent_gap{
	background-image:url(../images/background/transparent_gap.png);	
}

.content_textarea{
	border:2px solid #fff;
	background-color:#F7F7F7;
	padding:10px;	
}

.content_header{
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:24px;
}

.content_text{
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	font-size:14px;
}

.content_text h2{
	margin-top:0px;	
	margin-bottom: 10px;
}

.floatRightLink{
	float:right;
	font-size:14px;	
}

.feed_content{
	color:#FFF;
}

.feed_content a{
	text-decoration:none;
	color:#CCC;
}

.feed_content a:visited, .feed_content a:active{
	text-decoration:none;
	color:#CCC;
}

.feed_content a:hover{
	text-decoration:underline;
	color:#CCC;	
}

.idea_content{
	font-size:14px;
	color:#000;
}

.idea_content a{
	text-decoration:none;
	color:#00F;
}

.idea_content a:visited, .idea_content a:active{
	text-decoration:none;
	color:#00F;
}

.idea_content a:hover{
	text-decoration:underline;
	color:#00F;	
}

.footer_text{
	font-family:'Lucida Grande', sans-serif;
	font-size:10px;
	color:#999;	
}

a{
	text-decoration:none;
	color:#00F;
}

a:visited, a:active{
	text-decoration:none;	
}

a:hover{
	text-decoration:underline;	
}

/*Tag line style*/
.Tagline{
	font-family:'Century Gothic';
	font-size:42px;
	color:#444;
	position: relative;
	display: block;
  	/*text-shadow: -1.5px -1.5px 2px #3a3a3a;*/
}

.Tagline:before, .Tagline:after {
    content: attr(title);
    color: rgba(255,255,255,.15);
    position: absolute;
	padding-top: 0px;
	padding-left:84px;
}
.Tagline:before {
    top: 1px;
    left: 1px;
    /*opacity:.5;*/
}
.Tagline:after {
    top: 2px;
    left: 2px;
    /*opacity:.5;*/
}

/*Tag line style for solutions*/
.Sol_Tagline{
	font-family:'Century Gothic';
	font-size:28px;
	color:#444;
	position: relative;
	display: block;
  	/*text-shadow: -1.5px -1.5px 2px #3a3a3a;*/
}

.Sol_Tagline:before, .Sol_Tagline:after {
    content: attr(title);
    color: rgba(255,255,255,.15);
    position: absolute;
	padding-top: 0px;
	padding-left:0px;
}
.Sol_Tagline:before {
    top: 1px;
    left: 1px;
    /*opacity:.5;*/
}
.Sol_Tagline:after {
    top: 2px;
    left: 2px;
    /*opacity:.5;*/
}

.SolPG_Tagline{
	font-family:'Century Gothic';
	font-size:34px;
	color:#444;
	position: relative;
	display: block;
  	/*text-shadow: -1.5px -1.5px 2px #3a3a3a;*/
}

.SolPG_Tagline:before, .SolPG_Tagline:after {
    content: attr(title);
    color: rgba(255,255,255,.10);
    position: absolute;
	padding-top: 0px;
	padding-left:0px;
}
.SolPG_Tagline:before {
    top: 1px;
    left: 1px;
    /*opacity:.5;*/
}
.SolPG_Tagline:after {
    top: 2px;
    left: 2px;
    /*opacity:.5;*/
}

#footerLinks{
	font-size:14px;
	padding-bottom:5px;
	padding-top:5px;
}

#footerLinks a{
	color:#FFF;	
}

#footerLinks a:hover{
	text-decoration:underline;	
}

#footerLinks a:visted{
	color:#FFF;
}

/*slider css*/
.to-flips {width: 355px; float: left; margin-left:5px; margin-top:5px; padding: 5px; font-family: "Century Gothic", Helvetica, Arial, sans-serif;}
.to-flips .content{height: 160px; position: relative; overflow: hidden;}
.to-flips .content .white{color: #FFF; font-size:12px;}
.to-flips .content .block{width: 100%; position: absolute; top: 0px; display: block; overflow: hidden; color:#FFF; font-size:14px;}
.to-flips .flipnav{margin: 0 0 0 0px; position:absolute; z-index:10;}
.to-flips .flipnav .btn-left, 
.to-flips .flipnav .btn-right,
.to-flips .flipnav .btn-left-dis, .btn-right-dis {width: 30px; height: 20px;color: #fff; float: left; font-size: 20px; text-align: center; cursor: pointer;}
.to-flips .flipnav .btn-left-dis, .to-flips .flipnav .btn-right-dis {color: #333; cursor: default;}


/* Solution mouse hover effect */
.da-thumbs {
	list-style: none;
	width: 984px;
	height: 600px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.9);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	display: block;
	padding: 10px 0;
	margin: 60px 20px 20px 20px;
	text-transform: uppercase;
	font-size:18px;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-align:center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

/* Home Solution mouse hover effect */
.da-thumbs_Home {
	list-style: none;
	width: 1000px;
	height: 160px;
	position: relative;
	margin:0px;
	margin-top: 0px;
	margin-bottom:28px;		
	padding: 0;
}
.da-thumbs_Home li {
	float: left;
	margin: 5px;
	margin-left:0px;
	margin-right:11px;
	/*background: #fff;
	padding: 8px;*/
	position: relative;
	/*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
}
.da-thumbs_Home li a,
.da-thumbs_Home li a img {
	display: block;
	position: relative;
}
.da-thumbs_Home li a {
	overflow: hidden;
}
.da-thumbs_Home li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.9);
	width: 100%;
	height: 100%;
	background-position:bottom;
	background-repeat:no-repeat;
}
.da-thumbs_Home li a div span {
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	display: block;
	padding: 10px 0;
	margin: 30px 10px 10px 10px;
	font-size:13px;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-align:left;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}