/* top elements */
/*8-31-2011 12:34pm*/
* { padding: 0; margin: 0; }

body {
	margin: 0;
	padding: 0;
	font: normal 12px/1.65em 'Trebuchet MS', Verdana, Tahoma, sans-serif;
	color: #444;
	text-align: center;
	background: #666 url('../images/bg_binary.gif.png') repeat;	
}

/* links */
a {
	color:#0074e0; 
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
}


/*faq javascript style*/
.faq-answer {
	display:none;
}

#breadcrumbs{
	font:"Myriad Pro", "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif 12px;
	margin:10px;
}
#breadcrumbs ul{
	list-style:none;
	display:inline;
}

/* headers */
h1, h2, h3 {
	font: normal 16px 'Myriad Pro', 'Trebuchet MS', Verdana, Arial;
	color:#111;
}
h1, h2 a {
	background-color: inherit;
	text-decoration: none;	
	color: inherit;
}

h1, h2 a:hover {
	background-color: inherit;
	text-decoration: none;	
	color:#0074e0;
}

h3 a {
	background-color: inherit;
	text-decoration: none;	
	color:#941a1d;
}

h3 a:hover {
	background-color: inherit;
	text-decoration: none;	
	color:#941a1d;
}

h1 { font-size: 22px; line-height:1.4em; } 
h2 { font-size: 20px; color:#004e95; }
h3 { font-size: 18px; color:#941a1d; letter-spacing: 0px;}
h4 { font-size: 14px; color:#333; letter-spacing: 0px;}
h5 { font-size: 12px; letter-spacing: 0px;}

p, h1, h2, h3 {
	margin: 10px 15px;
	padding: 0;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
}


/* images */
img {
	border: 1px solid #DADADA;
	padding: 5px;	
}

img.no-border {
	border: none;
}

img.float-right {
  margin: 5px 0px 5px 15px;  
}

img.float-left {
  margin: 5px 15px 5px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 12px/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */   
  background: #FDFDFD;
  border: 1px solid #EFEFEF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px;
 	padding: 0 0 0 30px;  	
  	font: bold 1.3em/1.5em 'Myriad Pro', 'Trebuchet MS', Sans-serif;   
	background: #FDFDFD;
    border: 1px solid #EFEFEF;
	color: #0074e0;
}

iframe{
	width:540px;
	height:280px;
	padding:10px;
	margin:0px;
	margin-bottom:10px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px;	
	width: 80%;
}

.SOLOCartText table {
	width:350px;
}

.SOLOCartText tbody {
	width:350px;
}


th strong {
	color: #FFF;
}

th {
	background: #004e95;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: center;
	border-left: 1px solid #bec0c8;
	border-bottom: 1px solid #FFF;
}

tr {
	height: 30px;
	background: #F2F2F2;
}

td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* end - table */


/* start - Projects table */
#projects table {
	border-collapse: collapse;
	margin: 15px;	
	width: 80%;
}

#projects th strong {
	color: #FFF;
}

#projects th {
	background: #004e95;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFF;
	text-align: center;
	border-left: 1px solid #bec0c8;
	border-bottom: 1px solid #FFF;
}

#projects tr {
	height: 30px;
	background: #F2F2F2;
}

#projects td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

/* end - table */

/* start - table for rotating banner in Services Section */
#showhere table {
	border-collapse: collapse;
	margin: 0px;	

}

#showhere tr {
	background: #ffffff;
}
#showhere td {
	padding:0px;
}

/* end - table for rotating banner in Services Section */


/* form elements */
/*form {
	margin: 15px;
	padding: 0;
	border: 1px solid #EFEFEF; 
	background: #F2F2F2;	
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border: 1px solid #EFEFEF;
	font: normal 1em 'Myriad Pro', 'Trebuchet MS', Tahoma, sans-serif;	
	color: #666666;

}
textarea {
	width: 280px;
	padding:2px;
	border: 1px solid #EFEFEF;
	font: normal 12px 'Myriad Pro', 'Trebuchet MS', Verdana, Arial;
	height:100px;
	display:block;		
	color: #666666;
}
input.button { 
	margin: 0; 
	font: bold 12px Arial, Sans-serif; 
	border: 1px solid #EFEFEF;
	padding: 2px 4px; 	
	background: #D5D5D5;
}

/* search form */
.searchform {
	background-color: #f2f2f2;
	border: none;	
	margin: 0; padding: 10px;	
	width: 220px;	
}

.searchform p { margin: 0; padding: 0; }

.searchform input.textbox { 
	width: 190px;
	color: #333; 
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}

.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 70px;
	height: 26px;
	border: none;
	padding:5px;	
	vertical-align: top;
	margin-top:5px;
	margin-left:2px;
}

/*.breadcrumb{
	margin-top:-10px;
	font:"Myriad Pro", "Trebuchet MS", Verdana, Arial;
	font-size:11px;
}*/

/***********************
	  LAYOUT
************************/

#header-content, #footer-content, #content {
	width: 900px;		
}
#header-wrap, #footer-wrap, #content-wrap {
	min-width: 910px;	
}

/* header */
#header-wrap {
	height: 135px;
	width: 980px;
	text-align: left;	
	background: #ffffff url('../images/header_bg4.jpg') repeat-x 0 0;
}

#header-content {
	position: relative;
	margin: 0 auto; 
	padding: 0;
	width:100%;
}

#header-content #logo {
	position: relative;
	/*font: normal 40px/65px Georgia, "Times New Roman", Times, serif;*/
	/*letter-spacing: -1px; */
	/*color: #FFF;*/
	background: url('../images/logo_bg3.jpg') no-repeat left top;
	/*border: 1px solid #4E460F;*/
	height: 90px;
	width:500px;
	padding: 40px 0px 0px 25px;
	margin:0px;
	margin-left:0px;
	/* change the values of left and top to adjust the position of the logo */
	top: 0px;
	left: 0px;
}
#header-content #logo a {
	text-decoration: none;
	/*color: #FFF;
	background: transparent;*/
}
#header-content #slogan {
/*	position: absolute;	
	font: normal 12px 'Trebuchet MS', Tahoma, sans-serif;
	letter-spacing: 0px;
	color: #BBB;	 
	margin: 0; padding: 0;*/
	
	/* change the values of left and top to adjust the position of the slogan */
/*	top: 88px; left: 30px;*/
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -10px; top: 65px; 
	font: bold 13px 'Myriad Pro', 'Trebuchet MS', Verdana, Arial;
	list-style: none;
	margin: 0;
	margin-right:4%; 
	padding: 0;		
	text-transform: uppercase;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 0px 14px 7px 14px;
	color: #fff;
	text-decoration: none;
}
#header-content li a:hover {
	color: #f3f3f3;
}
#header-content li a#current  {	
	color: #bec0c8;	
}

#header-content #header-links {
	position: absolute;
	top: 15px; right:0px;	
	color: #bec0c8;
	font-size: 90%;
	margin-right:4%;
}
#header-content #header-links P {
	margin: 0; padding: 0;
}
#header-content #header-links a {	
	color: #bec0c8;
	text-decoration: none;
}
#header-content #header-links a:hover {
	color: #ffffff;
}

/* content */
#content-wrap {
	clear: both;
	background:url('../images/content_bg.jpg') #FFFFFF repeat-y center top;
	float: left;		
	width: 980px;
	margin:0px;
	padding:0px;
	
}
#content {
	text-align: left;	
	margin: 10px auto;
	margin-bottom:0px;
	padding: 0;	
	
}

/* sidebar */
#sidebar {
	float: left;
	width: 200px;
	margin: 0 0px 10px 0;
	padding: 0;	
}
#sidebar h1 {
	font: normal 18px 'Myriad Pro', 'Trebuchet MS', Verdana, Arial;
	color: #004e95;
	padding: 0;
	margin: 0 0 10px 5px;	
	letter-spacing:-1px;	
}

#sidebar h1 a{
	color: #004e95;
	background-color: inherit;
	text-decoration: none;	
}

#sidebar h1 a:hover{
	color:#0074e0; 
	text-decoration: none;
}



/*.menu controls the sidebar navigation*/
#sidebar ul.menu {
	margin: 5px 0 15px 0;
	padding: 0;	
	border-top: 1px dashed #E1E1E1;	
}
#sidebar ul.menu li {
	list-style: none;
	border-bottom: 1px dashed #E1E1E1;
}

#sidebar ul.menu a{
	display: block;
	color: #666666; 
	text-decoration: none;
	padding: .3em 0 .3em 10px;		
	width: 94%;
}
#sidebar ul.menu a:hover{
	padding: .3em 0 .3em 10px;
	color: #0074e0;
	background: #FFF;	
}

/*#sidebar ul.menu a:active{
	padding: .3em 0 .3em 10px;
	color: #900;
	background: #FFF;	
}*/

#sidebar ul.menu a:active{
	padding: .3em 0 .3em 10px;
	color: #941a1d;
	background: #FFF;	
}

/*#sidebar ul.menu a:visited{
	padding: .3em 0 .3em 10px;
	color: #941a1d;
	background: #FFF;	
}*/

	
/*These are the sidebar navigation drop-down styles*/
#sidebar ul.menu li ul{
	margin:0px;
	padding:0px;
}

#sidebar ul.menu li ul li{
	margin:0px;
	padding:0px;
	border:none;
}

#sidebar ul.menu li ul li a:link {
	display: block;
	color: #666666; 
	text-decoration: none;
	padding: .3em 0 .3em 20px;
	margin:0px;
	margin-bottom:1px;		
	width: 94%;
	background:#f3f3f3;
	border:0px;
}
#sidebar ul.menu li ul li a:hover {
	padding: .3em 0 .3em 20px;
	margin:0px;
	margin-bottom:1px;
	color: #0074e0;
	background: #FFF;
	border:0px;
}

#sidebar ul.menu li ul li a:active {
	padding: .3em 0 .3em 20px;
	margin:0px;
	margin-bottom:1px;
	color:#941a1d;
	/*color: #0074e0;*/
	background: #FFF;
	border:0px;		
}

/*#sidebar ul.menu li ul li a:visited {
	padding: .3em 0 .3em 20px;
	margin:0px;
	margin-bottom:1px;
	color: #941a1d;
	background: #FFF;
	border:0px;	
}*/


/* main */
#main {
	margin: 0 20px 0px 0; 
	padding: 0px;		
	width: 670px;
	float: left;
	
}

#main h1 { 
	font: normal 22px 'Myriad Pro', 'Trebuchet MS', Verdana, Arial;
	color: #004e95; 	
	padding: 0 0 5px 0;
	margin: 0 15px 20px 15px;
	background: url('../images/bk_dotted.gif') repeat-x left bottom;
}
#main h1 a {
	color: #004e95;
	text-decoration: none;
}
#main p, #main h1, #main h2, #main h3, #main blockquote, #main form, #main table {
	margin: 2px;
	text-align: justify;
}
#main form p {
	margin: 15px;
}


/* footer */
#footer-wrap {
margin:0px;
	position: relative;
	clear: both;
	padding: 10px 0px 10px 0;
	font: normal 12px 'Myriad Pro', 'Trebuchet MS', Verdana, Arial;
	text-align: left;	
	background: #004e95/* url(EliteCircle11/images/footerbg.jpg) repeat-x 0 0*/;
	color: #bec0c8;
	width: 980px;
	
	/*float: left;*/	
}
#footer-wrap p {
	margin-left: 0;
}
#footer-wrap h2 {
	font: bold 14px 'Myriad Pro', 'Trebuchet MS', Verdana, Arial
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #ffffff;
	margin-left: 5px;
}
#footer-content {	
	margin: 0 auto;	
		
}
#footer-content a {
	color: #bec0c8;
}
#footer-content a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;	
	width: 98%;
}
#footer-content .dottedline{
	padding-top:15px;
	border-top: 1px dashed #bec0c8;
}
#footer-content ul.columns li {
	border-bottom: 1px dashed #bec0c8;	
}
#footer-content ul.columns li.top {
	border-top: 1px dashed #bec0c8;	
}
#footer-content ul.columns li a {
	display: block;
	line-height: 2em;
	font-weight: normal;
	padding-left: 5px;
	width: 98%;
	color: #bec0c8;
}
#footer-content ul.columns li a:hover {
	/*background: #202020;*/
	color: #FFF;
	text-decoration: none;
}
#footer-content .col {
	width: 292px;
	padding: 0 0 0px 0;
	margin-bottom:0px;	
			
}
#footer-content .space-sep {
	margin-right: 10px;
}
#footer-content .col2 {
	width: 290px;
	padding: 0 0 0px 0;
	margin-bottom:0px;		
	display: inline;	
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.distiBlue { color: #004e95; }
.paddingtop30px {padding-top:30px;}
.padding-left10px{padding-left:10px;}

.border {
	border: 1px solid #DADADA;
	padding: 5px;	
}

.post-footer {
	font-size: 95%;
	border: 1px solid #EFEFEF; 
	background: #F2F2F2; 
	padding: 3px 10px;
	margin: 20px 15px 10px 15px;	
}
.post-footer .date {
	background: url('../images/clock.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .comments {
	background: url('../images/comment.gif') no-repeat left center; 
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.post-footer .readmore {
	background: url('../images/page.gif') no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;	
}
.event{
width:530px;
height:30px;
font:"Myriad Pro", "Trebuchet MS", Verdana, Arial 14px bold;
letter-spacing:2px;
text-align:left;
margin:0px;
padding:0px;
border-top: 1px dashed #E1E1E1;
}
a.event_expand{
display:block;
color:#004e95;
margin:6px 0px;
}
a:hover.event_expand{
text-decoration:none;
}
.event_details{
	padding:10px;
	display:block;
	text-align:left;
	width:630px;

}

#buttons{
width:200px;
height:100px;
margin:0px;
margin-top:50px;
padding:0px;
font:'Myriad Pro', 'Trebuchet MS', Verdana, Arial;
font-size:14px;
font-weight:bold;
color:#004e95;
}
#buttons ul{
margin:0px;
padding:0px;
}
#buttons ul li{
margin:0px;
margin-bottom:2px;
padding:0px;
list-style:none;
list-style-image:none;
border:1px #d1d1d1 solid;
width:200px;
}
#buttons ul li a{
width:160px;
display:block;
padding:4px 20px;
background:url('../images/button_bg_02.jpg') repeat-x;
color:#004e95;
height:20px;
text-decoration:none;
}
#buttons ul li a:hover{
background:url('../images/button_bg_over.jpg') repeat-x;
text-decoration:none;
}

#rso_container{
background-color:#ffffff;
float:left;
text-align:left;
width:625px; 
margin:10px; 
padding:10px;
}
/*Navigation for Video Landing Page*/

#maintab{
	padding: 3px 0;
	margin-left: 90px;
	margin-bottom: 0;
	font: bold 16px "Myriad Web Pro", "Trebuchet MS", Tahoma, Verdana;
	list-style-type: none;
	position:absolute;
	top:140px;
	left:35px;
}

#maintab li{
display: inline;
margin: 0;
}

#maintab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: none;
color:#4a4a4b;
}

#maintab li a:hover{
color:#941a1d;
}

#maintab li.selected a{ /*selected main tab style */
color:#941a1d;
}

/* Sub level menus*/
#tabcontent{ /*2nd level content wrapper*/
height: 100% /*IE7 beta2 fix*/
}

#tabcontent ul{
padding: 0;
margin: 0;
list-style-type: none;
display: none;
}

#tabcontent ul li{
display: inline;
}

#tabcontent ul.selected{ /*selected 2nd level content*/
display: block;
}

/* Sub level menu links style */
#tabcontent ul li a{
color:#4a4a4b;
padding: 2px 5px;
display: block;
float: left;
text-decoration: none;
}


#tabcontent ul li a:hover{
color:#941a1d;
}

.clearfix:after{ /*Clear floats hack: http://positioniseverything.net/easyclearing.html*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix{
display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*Featured Video Styling for Video Landing Page*/

#feature_box{
	width:640px;
	height:250px;
	background-color:#4a4a4b;
	border:3px solid #828181;
	padding:5px;
	overflow:hidden;
	position:absolute;
	top:210px;
	
}
#featured_content img{
	border:none;
	margin:0px;

	padding:0px;
	height:250px;
	width:400px;
	background-color:#000;
}
/*.content_wrapper{
	float:left;
	height:250px;
	width:400px;
	overflow:hidden;
}
.content{
	position: absolute;
	visibility:hidden;
}

#featured{
	width:230px;
	float:left;
	height:250px;
}
#featured a{
	margin:0px; padding:0px;
	width:230px;
	border:2px solid #4a4a4b;
	float:left;
	height:46px;
	text-decoration:none;
	color:#828181;
	font-size:15px;
	font-weight:bold;
}
#featured a:hover{
	color:#fff;
	background-color:#828181;
}
#featured a.selected{
	background-image:url(../Corporate/multimedia/videos/images/featured_active_bg.png);
	color:#fff;
}
*/


.glidecontentwrapper{
position: relative; /* Do not change this value */
float:left;
height:250px;
width:400px;
overflow:hidden;
margin-right:5px;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
visibility: hidden;
width: 400px;
}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width:230px;
float:left;
height:250px;
text-align: left; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
/*display: -moz-inline-box;
display: inline-block;*/

margin:0px; padding:2px 0px;
width:230px;
border:2px solid #4a4a4b;
float:left;
height:42px;
text-decoration:none;
color:#828181;
font-size:15px;
font-weight:bold;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
background-image:url('../images/featured_active_bg.jpg');
color:#fff;
}
.glidecontenttoggler a.selected span{ /*style for selected page's toggler link. ".selected" class auto generated! */
color:#fff;
}

.glidecontenttoggler a:hover{
color:#fff;
background:#828181;
}
.glidecontenttoggler a:hover span{
color:#fff;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.toc img{
	border:none;
	margin:0px; padding:0px;
	margin-right:10px;
	margin-top:13px;
    float:left;
	
}
.glidecontenttoggler a.toc span{
text-decoration:none;
font-size:12px;		
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #1A48A4;
color: white;
}

/* Literature Page Layout*/

.LitPageImage{
float:left;
display:inline;
height:193px;
width:150px;
margin:0 20px 20px 0;
padding:0;
border:1px solid #666;
}

.LitPageImage img{
margin:0;
padding:0;
height:193px;
width:150px;
}

.LitPageContent{
float:top right;
display:inline;
margin:0;
padding:0;	
}

/* INDUSTRY PAGES */
#LinkBannerTop {
float:left;
margin:10px 0 5px 0;
padding:0px;
border: none;	
}

.LinkBannerMid a img{
float:left;
margin:0 0 5px 0;
padding:0px;
border: none;	
}

#LinkBannerBottom {
float:left;
margin:0 0 30px 0;
padding:0px;
border: none;	
}

#LinkBannerSingle {
float:left;
margin:10px 0 30px 0;
padding:0px;
border: none;	
}#normLink {
	font-weight: normal;
}
