@charset "UTF-8";
/* CSS Document */


*{
	margin:0;
	padding:0;
}

body{
	background:#424343;
	text-align:center;
	font-size:.9em;
	font-family:Arial, Helvetica, sans-serif;
}

#clear{
	clear:both;
	margin:0;
	padding:0;
	height:0;
}

#wrapper{
	width:100%;
	text-align:center;
	background: url(../images/bkgd_gradient1.png) repeat-x; /* IE */
	background: url(../images/wrapper_gradient.png) no-repeat center top, url(../images/bkgd_gradient1.png) repeat-x;
	background-color:#fff;
	padding-bottom:40px;
}

#header, #footer_content{
	width:1000px;
	text-align:left;
	margin:0 auto;	
}


/**************************************************************************************************************************
***************************************************************************************************************************


Header


***************************************************************************************************************************
**************************************************************************************************************************/

#header{
	text-align:center;
	text-align:left;
	position:relative;
}

#header img{
	margin:15px 0 10px 17px;
}

#header p.slogan, #header p.number{
	right:0px;	
}

#header p.slogan{
	position:absolute;
	top:48px;
	color:#444;
	font-size:1.1em;
}

#header p.number{
	color:#2b2a2a;
	background:url(../images/icon_phone.png) no-repeat;	
	position:absolute;
	height:25px;
	
	top:70px;
	padding:0px 0 0 30px;
	font-size:1.3em;
}

#header ul{
	list-style-type:none;
	width:1000px;
	background:url(../images/NavBar_gradient.png) repeat-x;	
	border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	box-shadow:#000 0 0 3px;
	-o-box-shadow:#000 0 0 3px;
	-ms-box-shadow:#000 0 0 3px;
	-moz-box-shadow:#000 0 0 3px;
	-webkit-box-shadow:#000 0 0 3px;text-align:center;
	font-size:1.2em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 auto;
	overflow:hidden;
}

#header li{
	//display:inline-block;
	float:left;
	width:125px;
	//border:1px #fff solid;
}

#header li a, #header li.down a:hover{
	color:#fff;
	display:block;
	height:35px;
	padding-top:17px;
	text-decoration:none;
}

#header li a:hover{
	text-decoration:none; 
	color:#de1e2a;	
	text-shadow:#111 2px 2px 3px;
}

body#home #header li.down a{
	background:#2b2a2a url(../images/NavBar_shadowR.png) repeat-y right;	
}

#header li.down a{
	background:url(../images/NavBar_shadowR.png) repeat-y right, url(../images/NavBar_shadowL.png) repeat-y left;	
	background-color:#2b2a2a ;
}

body#news #header li.down a{
	background:#2b2a2a url(../images/NavBar_shadowL.png) repeat-y left;
}



/**************************************************************************************************************************
***************************************************************************************************************************


Image Accordion


***************************************************************************************************************************
**************************************************************************************************************************/


#imagePanels{
	margin:15px auto 0 auto;
	text-align:left;
	/* Width and Height is controlled in the javascript */
}

#imagePanels-Bottom{
	width:1040px;
	opacity:0.75;
	height:40px;
	margin:0 auto;
	background:url(../images/AccordionShadow1.png) no-repeat center;
}

#frame-1{
	background: url(../images/image1.jpg) no-repeat;
}

#frame-2{
	background: url(../images/image2.jpg) no-repeat;
}

#frame-3{
	background: url(../images/image3.jpg) no-repeat;
}

#frame-4{
	background: url(../images/image4.jpg) no-repeat;
}

#frame-5{
	background: url(../images/image5.jpg) no-repeat;
}

.frame{
	box-shadow:#000 -15px 0px 20px;
	-o-box-shadow:#000 -15px 0px 20px;
	-ms-box-shadow:#000 -15px 0px 20px;
	-moz-box-shadow:#000 -15px 0px 20px;
	-webkit-box-shadow:#000 -15px 0px 20px;
}

.frame-content{
	background-color:#000; filter: alpha(opacity=80); /* IE */
	background-color:rgba(0,0,0,0.8);
	
	width:280px;
	height:350px;
	color:#fff;
}

.frame-content p{
	padding:10px 10px 0 10px;border:0px #FF0 solid;
	line-height:1.5em;
	position:relative;
}

.frame-content h3{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;border:0px #F00 solid;font-size:.9em;
	padding-left:10px;
	//margin-top:5px;
}

.frame-content img.quoteClosed{
	position:absolute;
	bottom:-10px;
	right:10px;	
}

span.quoteBegin, span.quoteEnd{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8em;
	height:5px;
	width:45px;
	padding-top:50px;
	overflow:hidden;
	color:#de1e2a;
	display:inline-block;
	text-shadow:2px 2px 3px #000;
}

span.quoteBegin{
	margin-right:5px;
}

span.quoteEnd{
	margin:0 0 0 5px; 	
	transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	line-height:0; 
	vertical-align:text-top;
}


/**************************************************************************************************************************
***************************************************************************************************************************


Content Area


***************************************************************************************************************************
**************************************************************************************************************************/

#content{
	min-height:200px;
	//margin-top:15px;
	//margin-bottom:45px;
	width:1030px;
	margin:15px auto 0px auto;
	text-align:left;
	padding-left:30px;
}

#content img.InTheNews{
	margin-bottom:10px;	
	display:block;
}

#content #left, #content #right, #content #ll_left, #content #ll_right, #nw_right {
	float:left;	
}

#content #left{
	width:570px;
	padding-right:45px;	
}

#content #right{
	width:370px;
	text-align:right;
	padding-left:15px;	
}

#content h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 5px rgba(73,76,76,.75);
	color:#2b2a2a;	
	margin-bottom:15px;
	
	font-size:2.3em;
}

#content h2{
	color:#676666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:1.9em;	
}

#content h3{
	font-size:1.6em;
	color:#676666;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:5px;
	margin-top:20px;
}

#content h3.list{
	background:url(../images/listStyleType.png) no-repeat left center;
	padding-left:15px;	
}

#content p.list{
	padding-left:15px;	
}

#content p{
	color:#686767;	
	margin-bottom:10px;
	line-height:1.3em;
}

#content p b{
	color:#000;	
}

#content ul{
	list-style-image: url(../images/listStyleType.png);
}

#content li{
	margin-bottom:10px;color:#686767;	
}

/* :::::::: Lower Level Content ::::::::: */

#content #ll_left{
	width:310px;
	margin-right:25px;
}

#comment{
	background:#424343;
	width:300px;
	min-height:100px;
	border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-align:center;
	padding:10px 0;
	margin:0 auto;
}

#comment h1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:normal;
	font-size:2.1em;
	text-shadow:1px 1px 5px rgba(0,0,0,.75);
	margin-bottom:5px;
	
}

#comment p{
	color:#c7c8ca;
	margin-bottom:5px;	
}

#comment p.number{
	color:#f47e70;
	font-size:1.5em;
}

#comment input[type=text]{
	width:248px;
	height:20px;
	margin-top:5px;
	margin-bottom:10px;
	padding-left:2px;
}

#comment textarea{
	width:250px;
	height:85px;	
	margin-top:5px;
	padding:5px 0 0 5px;
}

#comment input::-webkit-input-placeholder{
    color:#a0a0a0;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#comment input:-moz-placeholder{
	color:#a0a0a0;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#comment input[value], #comment textarea[value]{
    color:#a0a0a0;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#comment input.commentButton{
	display:block;
	color:#ddd;
	font-size:1.2em;
	width:119px; 
	height:33px;
	margin:15px auto 0 auto;
	background:url(../images/subitButton.png) no-repeat;
	cursor:pointer;
	border:0;
	box-shadow:1px 1px 5px #222;
	-0-box-shadow:1px 1px 5px #222;
	-ms-box-shadow:1px 1px 5px #222;
	-moz-box-shadow:1px 1px 5px #222;
	-webkit-box-shadow:1px 1px 5px #222;
}

/* :::: This syntax has the shadow :::: */
#content #ll_right{
	width:652px;
	background:url(../images/About_ContentShadow.png) no-repeat top right;
	padding-right:40px;	
	/* Height is controlled below */
}

#content #ll_right img{
	margin-bottom:10px;
}

/* :::: This syntax has the content :::: */
#content #ll_right .text{
	padding-left:10px;
	padding-right:20px;
	background:#fff;
	min-height:400px;/* Height is controlled here */
}

#content #ll_right h1{
	padding-top:10px;
}

#content #ll_right ul{
	list-style-type:none;	
	list-style-image:none;
}

#content img.InTheNews{
	//-webkit-box-shadow:4px 4px 10px rgba(0,0,0,0.5);	
}

/* :::::::::::::::::::::::::::::::::::::::::: Testimonials ::::::::::::::::::::::::::::::::::::::::: */

#ll_right .text #testimonials{
	margin-bottom:35px;
	position:relative;
}

#ll_right .text #testimonials p.date{
	margin:0;
	padding-left:45px;
	color:#aaa;
	//font-weight:bold;
	text-align:right;
	/*width:60px;
	background:#90F;
	position:absolute;left:-25px;top:25px;*/
}

#testimonials p.quoteTestimonial{
	background: url(../images/quote-testimonial.png) no-repeat;font-family: Georgia, "Times New Roman", Times, serif;
	color:#8b8b8b;
	font-style:italic;
	font-size:1.3em;
	line-height:1.5em;
	padding:20px 0 0 45px;
	margin-bottom:25px;
}

#testimonials p.name{
	text-align:right;
	margin:0;
}

#testimonials p.date, #testimonials p.name{
	color:#000;	
	
}

#testimonials span.red{
	color:#d71d28;	
}

#testimonials p.note{
	text-align:right;	
	color:#aaa;margin-bottom:0;
}

a.download{
	display:inline-block;
	vertical-align:middle;
	//color:#C30;
	//text-decoration:none;
}

//a.download img{border:1px solid #000;}


/* :::::::::::::::::::::::::::::::::::::::::: Technology ::::::::::::::::::::::::::::::::::::::::: */

#text .enlarge{
	text-decoration:none;
	color:#444;
	background:url(../images/button_gradient2.png) repeat-x;
	padding:5px;
	border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:0 0 4px #000;
	-o-box-shadow:0 0 4px #000;
	-ms-box-shadow:0 0 4px #000;
	-moz-box-shadow:0 0 4px #000;
	-webkit-box-shadow:0 0 4px #000;
	margin-top:6px;
	display:block;
	width:100px;
	text-align:center;
}

#text .enlarge:hover{
	color:#fff;
	background:url(../images/button_gradient.png) repeat-x;
}

hr{
	//margin:15px 0; /* Verison 1 */
	margin:25px 0; /* Verison 2 */
	/*border:0;display:none;visibility:hidden;width:0;height:0;*/ /* Version 3 */
}


/* Version 1 - change in html, thumbs2 to thumbs and .gif to .jpg in img tag
*/

#article{
	margin-bottom:15px;
}

#article h3{
	margin:0;	
}

#article #image, #article #text{
	display:inline-block;
	vertical-align:top;	
}

#article #image{
	
}

#article #text{
	width:455px;
	padding-left:5px;
}



/* Version 2 - change in html, thumbs to thumbs2 and jpg to gif in img tag
*/

#article2{
	margin-bottom:15px;
}

#article2 #image, #article2 #text, #article2 img{
	display:block;	
	margin:0;
}

/* Verison 3
*/

#article3{
	margin-bottom:30px;	
	margin-right:9px;
	width:300px;min-height:350px;
	display:inline-block;
	vertical-align:top;
}

#article3 #image, #article3 #text{
	display:block;
	
}

#ll_right .text #article3 img{
	margin:0;padding:0;
}

/* :::::::::::::::::::::::::::::::::::::::::: Instructions ::::::::::::::::::::::::::::::::::::::::: */

ul.instructions{
	margin:20px 0;
}

ul.instructions li{
	list-style-image: url(../images/listStyleType.png);
	margin-left:20px;
}
/**************************************************************************************************************************
***************************************************************************************************************************


Footer


***************************************************************************************************************************
**************************************************************************************************************************/

#footer{
	/*position:absolute;
	bottom:0;*/
	width:100%;
	background:#424343;
	min-height:151px;	
	text-align:center;
	padding:0;
}

#footer_content{
	background:url(../images/footer_gradient2.png) no-repeat -5px 0;
	height:210px;
	text-align:left;
	padding-top:20px;position:relative;
}

#footer ul{
	list-style-type:none;
	margin-bottom:20px;
}

#footer li{
	display:inline-block;
	margin-right:15px;	
	font-size:13px;
}

#footer li a{
	color:#c7c8c8;
	text-decoration:none;
}

#footer img{
	margin-right:5px;
	margin-bottom:10px;
}

#footer p{
	color:#929292;
	font-size:12px;	
	margin-bottom:15px;
}

#footer .social{
	position:absolute;
	top:20px;
	right:150px;	
}

#footer .social p{
	margin:0;
	height:25px;
	padding:5px 0 0 30px;
}

#footer .social p.twitter{
	background:url(../images/icon_twitter.png) no-repeat;	
}

#footer .social p.facebook{
	background:url(../images/icon_facebook.png) no-repeat;	
}

#footer .social img, #footer .social p{
	display:inline-block;
	vertical-align:middle;
}

#footer .social a{
	color:#929292;
	text-decoration:none;
}



/**************************************************************************************************************************
***************************************************************************************************************************


Coming Soon


***************************************************************************************************************************
**************************************************************************************************************************/

#comingSoon{
	width:1000px;
	min-height:500px;
	margin:0 auto;
	text-align:center;
	padding-top:15px;
}

#comingSoon img{
	display:block;
	margin:0 auto;
}

#comingSoon p.cs{
	color:#ed3831;
	font-weight:bold;
	font-size:1.5em;
	margin-top:10px;
}

#comingSoon p.message{
	font-size:2.5em;
	color:#434444;
}

#comingSoon p.number{
	font-weight:bold;
	font-size:1.5em;
	color:#434444;	
	margin-bottom:5px;
}

#comingSoon a{
	color:#434444;	
}